aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2020-02-05 23:41:20 -0300
committerEuAndreh <eu@euandre.org>2020-02-05 23:41:20 -0300
commitadb2366942be1320ed0fa9b6ccee2e7d2b53faaa (patch)
treee7fbfa9768e26537d14fabea2e5cd5a5ef08ca9d
parentTest: assert date in filename matches date in frontmatter (diff)
downloadeuandre.org-adb2366942be1320ed0fa9b6ccee2e7d2b53faaa.tar.gz
euandre.org-adb2366942be1320ed0fa9b6ccee2e7d2b53faaa.tar.xz
Use custom date format for pt
Diffstat (limited to '')
-rw-r--r--TODOs.org6
-rw-r--r--_config.yml4
2 files changed, 2 insertions, 8 deletions
diff --git a/TODOs.org b/TODOs.org
index 67e6cd8..5737826 100644
--- a/TODOs.org
+++ b/TODOs.org
@@ -1,11 +1,5 @@
* Tasks
** Spelling
-** config.yml
-** change file naming strategy
-use subfolders?
-** Fix date formatting
-** add sitemap
-https://www.sylvaindurand.org/making-jekyll-multilingual/
** Indent XML and HTML
** Drafts in feed
** Fix markdown of posts and pastebins
diff --git a/_config.yml b/_config.yml
index b653bb3..9f6cca1 100644
--- a/_config.yml
+++ b/_config.yml
@@ -45,8 +45,8 @@ t:
en: '/feed.en.xml'
pt: '/feed.pt.xml'
date_format:
- en: '%b %-d, %Y'
- pt: '%b %-d, %Y'
+ en: '%B %-d, %Y'
+ pt: '%-d de %B de %Y'
posted_on:
en: 'Posted on'
pt: 'Postado em'