diff options
author | uvok cheetah | 2019-05-23 18:38:02 +0200 |
---|---|---|
committer | uvok cheetah | 2019-05-23 18:38:02 +0200 |
commit | 89792d2cac1601163a5ea9576e192af14285c604 (patch) | |
tree | 7299133842c1aa45375433c810ed8b6f403a2868 /_config.yml | |
parent | 72fd08ef57ca8229828ba73680861e1e327ce939 (diff) |
Fine-tune settings and appearance
Homepage heading, date format, mastodon account
Diffstat (limited to '_config.yml')
-rw-r--r-- | _config.yml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/_config.yml b/_config.yml index df43216..dbc43b9 100644 --- a/_config.yml +++ b/_config.yml @@ -21,3 +21,12 @@ timezone: Europe/Berlin markdown: kramdown theme: minima + +minima: + date_format: "%A, %e. %B %Y" + +mastodon: + - username: uvok + instance: vulpine.club + +#show_excerpts: true |