18 lines
457 B
Bash
18 lines
457 B
Bash
# Folder which contains your website for putting the xml & index.html file
|
|
PARENT_PATH=../_site
|
|
|
|
# Folder which will contains the generated pages (others than index.html)
|
|
PAGES_PATH=../_site/pages
|
|
|
|
# Folder which contains the markdown files to generate
|
|
MARKDOWN_PATH=../articles
|
|
|
|
# The folder where are all the templates
|
|
TEMPLATES_FOLDER=../templates
|
|
|
|
# The website URL for metadata
|
|
WEBSITE_URL=https://blog.arka.rocks
|
|
|
|
# Langs used in the blog
|
|
LANGS=fr,en
|