diff options
author | Oxbian <got.dacs@slmail.me> | 2023-07-06 00:36:10 +0200 |
---|---|---|
committer | Oxbian <got.dacs@slmail.me> | 2023-07-06 00:36:10 +0200 |
commit | 1d02660221f56123af6205b0bc60ff534a238e53 (patch) | |
tree | ce13be79e2cf802f1c27da1501026eefd219d13f | |
parent | 73c91528edc6f9ec6312ac522100af731c8e95d6 (diff) | |
download | blog-generator-1d02660221f56123af6205b0bc60ff534a238e53.tar.gz blog-generator-1d02660221f56123af6205b0bc60ff534a238e53.zip |
Updating .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= |