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.yaml30
1 files changed, 30 insertions, 0 deletions
diff --git a/pyssg.xyz/config.yaml b/pyssg.xyz/config.yaml
new file mode 100644
index 0000000..976ab4f
--- /dev/null
+++ b/pyssg.xyz/config.yaml
@@ -0,0 +1,30 @@
+%YAML 1.2
+---
+define: &root_path "$HOME/pyssg/pyssg.xyz/"
+
+title: "pyssg"
+path:
+ src: !join [*root_path, "src"]
+ dst: !join [*root_path, "dst"]
+ plt: !join [*root_path, "plt"]
+ db: !join [*root_path, "db.psv"]
+url:
+ main: "https://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:
+ /:
+ plt: "page.html"
+ tags: False
+ index: False
+ rss: False
+ sitemap: False
+ exclude_dirs: []
+ articles:
+ plt: "page.html"
+ tags: True
+... \ No newline at end of file