add locale setting

This commit is contained in:
2020-12-03 11:35:13 +01:00
parent 1cd0939230
commit 377278b88f
2 changed files with 8 additions and 1 deletions

View File

@@ -1,5 +1,8 @@
# This is the configuration file for geminer.
# Is is not intended to be executed.
# It is not intended to be executed.
# locale (for templates, for example dates rendering)
locale = "fr_FR.utf8"
# path to directory containing markdonw files to convert
md_dir = "~/repo/htg-content/content/posts"