WIP: add meta pages

This commit is contained in:
Guy Godfroy 2020-12-03 17:06:52 +01:00
parent e5f7b3b511
commit e8d60d0d26
1 changed files with 6 additions and 2 deletions

View File

@ -5,10 +5,14 @@
locale = "fr_FR.utf8" locale = "fr_FR.utf8"
# path to directory containing markdonw files to convert # path to directory containing markdonw files to convert
md_dir = "~/repo/htg-content/content/posts" md_dir = "/srv/my-site-content/posts"
# path to directory where gemini files will be exported # path to directory where gemini files will be exported
gmi_dir = "/tmp/gemini" gmi_dir = "/srv/gemini/my-site/posts"
# path to directory where meta pages will be generated
# such as home page, tags list, tag pages, author pages...
meta_dir = "/srv/gemini/my-site"
# path to directory containing templates # path to directory containing templates
tpl_dir = "~/repo/htg-content/gemini/templates" tpl_dir = "~/repo/htg-content/gemini/templates"