diff options
Diffstat (limited to '.env')
-rw-r--r-- | .env | 19 |
1 files changed, 5 insertions, 14 deletions
@@ -7,20 +7,11 @@ PAGES_PATH= # Folder which contains the markdown files to generate MARKDOWN_PATH= -# The HTML template page to load -TEMPLATE_PAGE= - -# The HTML index template page -TEMPLATE_INDEX= - -# The HTML template tags to load -TEMPLATE_TAGS= - -# The Atom post template to load -TEMPLATE_ATOM_POST= - -# The Atom feed template to load -TEMPLATE_ATOM_FEED= +# The folder where are all the templates +TEMPLATES_FOLDER= # The website URL for metadata WEBSITE_URL= + +# Langs used in the blog +LANGS= |