aboutsummaryrefslogtreecommitdiff
path: root/_config.yml
diff options
context:
space:
mode:
Diffstat (limited to '_config.yml')
-rw-r--r--_config.yml45
1 files changed, 41 insertions, 4 deletions
diff --git a/_config.yml b/_config.yml
index 0439307..2462bfd 100644
--- a/_config.yml
+++ b/_config.yml
@@ -1,3 +1,4 @@
+---
title: Your awesome title
email: your-email@example.com
description: >-
@@ -7,13 +8,10 @@ description: >-
baseurl: ""
url: "url.com"
-markdown: kramdown # FIXME
+markdown: kramdown
plugins:
- jekyll-feed
- jekyll-seo-tag
- # - jekyll-multiple-languages-plugin
-
-# languages: ["en", "fr"]
exclude:
- Gemfile
@@ -21,6 +19,7 @@ exclude:
- gemset.nix
- README
- TODOs.org
+ - LICENSE
- default.nix
- utils.nix
- shell.nix
@@ -31,3 +30,41 @@ exclude:
collections:
pastebins:
output: true
+
+t:
+ about:
+ en: "About"
+ pt: "Sobre"
+ home:
+ en: "EuAndreh's blog"
+ pt: "Blog do EuAndreh"
+ recent_posts:
+ en: 'Recent posts'
+ pt: 'Postagens recentes'
+ feed_title:
+ en: "EuAndreh's Feed"
+ pt: "Feed do EuAndreh"
+ feed_url:
+ en: '/feed.en.xml'
+ pt: '/feed.pt.xml'
+ date_format:
+ en: '%b %-d, %Y'
+ pt: '%b %-d, %Y'
+ posted_on:
+ en: 'Posted on'
+ pt: 'Postado em'
+ alt:
+ blog_feed:
+ en: 'Blog feed'
+ pt: 'Feed do blog'
+ envelope_icon:
+ en: 'Envelope icon'
+ pt: 'Ícone de envelope'
+ lock_icon:
+ en: 'Lock icon'
+ pt: 'Ícone de fechadura'
+ footer:
+ en: >-
+ The content for this site is licensed under <a rel="license" href="https://creativecommons.org/licenses/by-sa/4.0/">CC-BY-SA</a>. The <a href="https://git.sr.ht/~euandreh/website">code</a> is <a href="https://git.sr.ht/~euandreh/website/tree/master/LICENSE">GPLv3 or later</a>.
+ pt: >-
+ O conteúdo desse site é licensiado sob a licença <a rel="license" href="https://creativecommons.org/licenses/by-sa/4.0/">CC-BY-SA</a>. O <a href="https://git.sr.ht/~euandreh/website">código</a> é <a href="https://git.sr.ht/~euandreh/website/tree/master/LICENSE">GPLv3 ou versões maiores</a>.