From db4b3736d4f45137a733ce5eb1e50aec968ca1d2 Mon Sep 17 00:00:00 2001 From: David Luevano Alvarado Date: Tue, 13 Dec 2022 00:11:16 -0600 Subject: update pyssg.xyz site files --- pyssg.xyz/config.yaml | 17 +++++++---------- 1 file changed, 7 insertions(+), 10 deletions(-) (limited to 'pyssg.xyz/config.yaml') 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 -- cgit v1.2.3-54-g00ecf