summaryrefslogtreecommitdiff
path: root/_config.yml
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--_config.yml68
1 files changed, 68 insertions, 0 deletions
diff --git a/_config.yml b/_config.yml
new file mode 100644
index 0000000..8eabae1
--- /dev/null
+++ b/_config.yml
@@ -0,0 +1,68 @@
+---
+title: EuAndreh::blog
+url: "https://euandre.org"
+author:
+ name: EuAndreh
+ email: eu@euandre.org
+
+exclude:
+ - Gemfile
+ - Gemfile.lock
+ - gemset.nix
+ - README
+ - TODOs.org
+ - LICENSE
+ - default.nix
+ - utils.nix
+ - shell.nix
+ - vendor/
+ - spelling/
+ - scripts/
+
+collections:
+ pastebins:
+ output: true
+
+t:
+ about:
+ en: "About"
+ pt: "Sobre"
+ about_url:
+ en: '/about.html'
+ pt: '/sobre.html'
+ home:
+ en: "EuAndreh's blog"
+ pt: "Blog do EuAndreh"
+ home_url:
+ en: '/'
+ pt: '/pt/'
+ 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: '%-d de %B de %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>.