summaryrefslogtreecommitdiff
path: root/src/pyssg/plt/default.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'src/pyssg/plt/default.yaml')
-rw-r--r--src/pyssg/plt/default.yaml15
1 files changed, 9 insertions, 6 deletions
diff --git a/src/pyssg/plt/default.yaml b/src/pyssg/plt/default.yaml
index cca0fbc..9be299a 100644
--- a/src/pyssg/plt/default.yaml
+++ b/src/pyssg/plt/default.yaml
@@ -14,15 +14,18 @@ fmt:
date: "%a, %b %d, %Y @ %H:%M %Z"
rss_date: "%a, %d %b %Y %H:%M:%S GMT"
sitemap_date: "%Y-%m-%d"
+ list_date: "%b %d"
+ list_sep_date: "%Y"
info:
version: "0.0.0"
...
---
dir: "/"
-plt: "page.html"
-tags: False
-tags_prefix: ''
-index: False
-rss: False
-sitemap: False
+plt:
+ page: "page.html"
+ index: "page_index.html"
+ tags: "tag_index.html"
+ rss: "rss.xml"
+ sitemap: "sitemap.xml"
+tags_prefix: '@'
...