summaryrefslogtreecommitdiff
path: root/pyssg.xyz/config.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'pyssg.xyz/config.yaml')
-rw-r--r--pyssg.xyz/config.yaml17
1 files changed, 7 insertions, 10 deletions
diff --git a/pyssg.xyz/config.yaml b/pyssg.xyz/config.yaml
index 71e8a1c..749adac 100644
--- a/pyssg.xyz/config.yaml
+++ b/pyssg.xyz/config.yaml
@@ -3,6 +3,10 @@
define: &root_path "$HOME/pyssg/pyssg.xyz/"
title: "pyssg"
+author: "David Luévano Alvarado"
+author_email: "david@luevano.xyz"
+description: "PySSG, the python static site generator official website."
+lang: "en"
path:
src: !join [*root_path, "src/pyssg.xyz"]
dst: !join [*root_path, "live/pyssg.xyz"]
@@ -19,17 +23,10 @@ fmt:
dirs:
/:
cfg:
- plt: "page.html"
+ plt: "root_index.html"
tags: False
index: False
- rss: False
- sitemap: False
+ rss: True
+ sitemap: True
exclude_dirs: []
- articles:
- cfg:
- plt: "page.html"
- tags: True
- index: False
- rss: False
- sitemap: False
... \ No newline at end of file