diff options
author | David Luevano Alvarado <david@luevano.xyz> | 2022-12-13 00:11:16 -0600 |
---|---|---|
committer | David Luevano Alvarado <david@luevano.xyz> | 2022-12-13 00:11:16 -0600 |
commit | db4b3736d4f45137a733ce5eb1e50aec968ca1d2 (patch) | |
tree | a68b12886c8fbf9952c19a4f3cc7f819a6913bfe /pyssg.xyz/config.yaml | |
parent | ca643e729e585d4077c0e84de97a020d04bf551a (diff) |
update pyssg.xyz site files
Diffstat (limited to 'pyssg.xyz/config.yaml')
-rw-r--r-- | pyssg.xyz/config.yaml | 17 |
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 |