aboutsummaryrefslogtreecommitdiff
path: root/.env
diff options
context:
space:
mode:
authorOxbian <oxbian@mailbox.org>2024-12-02 16:20:38 -0500
committerOxbian <oxbian@mailbox.org>2024-12-02 16:20:38 -0500
commit5c7929d9d74bf6f1c203283fc46c55ae705c2d92 (patch)
tree874b8c28070e434bed213e11b9cf7666c62c12a1 /.env
parent22989b7e000fd440056e9db93fc98cec3acac403 (diff)
downloadArKa-Blog-5c7929d9d74bf6f1c203283fc46c55ae705c2d92.tar.gz
ArKa-Blog-5c7929d9d74bf6f1c203283fc46c55ae705c2d92.zip
feat: restructuring blog
Diffstat (limited to '.env')
-rw-r--r--.env17
1 files changed, 17 insertions, 0 deletions
diff --git a/.env b/.env
new file mode 100644
index 0000000..ccf21ad
--- /dev/null
+++ b/.env
@@ -0,0 +1,17 @@
+# 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
ArKa projects. All rights to me, and your next child right arm.