diff options
author | David Luevano Alvarado <david@luevano.xyz> | 2022-12-07 03:31:51 -0600 |
---|---|---|
committer | David Luevano Alvarado <david@luevano.xyz> | 2022-12-07 03:31:51 -0600 |
commit | 40d23848d816816b3db3e7296e8a28f964b53786 (patch) | |
tree | d3f27d599b4087d91f76fef62b7449f5cf6be2f6 /pyssg.xyz/config.yaml | |
parent | 0b8441c79b047f81526bbb83febc40d7530e35d6 (diff) |
refactor code, fix config checker and new files for pyssg.xyz
Diffstat (limited to 'pyssg.xyz/config.yaml')
-rw-r--r-- | pyssg.xyz/config.yaml | 25 |
1 files changed, 15 insertions, 10 deletions
diff --git a/pyssg.xyz/config.yaml b/pyssg.xyz/config.yaml index 976ab4f..71e8a1c 100644 --- a/pyssg.xyz/config.yaml +++ b/pyssg.xyz/config.yaml @@ -4,8 +4,8 @@ define: &root_path "$HOME/pyssg/pyssg.xyz/" title: "pyssg" path: - src: !join [*root_path, "src"] - dst: !join [*root_path, "dst"] + src: !join [*root_path, "src/pyssg.xyz"] + dst: !join [*root_path, "live/pyssg.xyz"] plt: !join [*root_path, "plt"] db: !join [*root_path, "db.psv"] url: @@ -18,13 +18,18 @@ fmt: list_sep_date: "%B %Y" dirs: /: - plt: "page.html" - tags: False - index: False - rss: False - sitemap: False - exclude_dirs: [] + cfg: + plt: "page.html" + tags: False + index: False + rss: False + sitemap: False + exclude_dirs: [] articles: - plt: "page.html" - tags: True + cfg: + plt: "page.html" + tags: True + index: False + rss: False + sitemap: False ...
\ No newline at end of file |