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.yaml31
1 files changed, 31 insertions, 0 deletions
diff --git a/pyssg.xyz/config.yaml b/pyssg.xyz/config.yaml
index cd5d4d7..7fa948e 100644
--- a/pyssg.xyz/config.yaml
+++ b/pyssg.xyz/config.yaml
@@ -29,4 +29,35 @@ dirs:
rss: True
sitemap: True
exclude_dirs: []
+...
+---
+define: &root_path "$HOME/pyssg/pyssg.xyz/"
+
+title: "pyssg blog"
+author: "David Luévano Alvarado"
+author_email: "david@luevano.xyz"
+description: "PySSG blog, the python static site generator official blog."
+lang: "en"
+path:
+ src: !join [*root_path, "src/blog"]
+ dst: !join [*root_path, "live/blog"]
+ plt: !join [*root_path, "plt"]
+ db: !join [*root_path, "db_blog.psv"]
+url:
+ main: "https://blog.pyssg.xyz"
+ static: "https://static.pyssg.xyz"
+ default_image: "images/default.png"
+fmt:
+ date: "%a, %b %d, %Y @ %H:%M %Z"
+ list_date: "%b %d"
+ list_sep_date: "%B %Y"
+dirs:
+ /:
+ cfg:
+ plt: "blog/page.html"
+ tags: "blog/tag.html"
+ index: "blog/index.html"
+ rss: True
+ sitemap: True
+ exclude_dirs: []
... \ No newline at end of file