aboutsummaryrefslogtreecommitdiffhomepage
path: root/config.toml
diff options
context:
space:
mode:
authornsfisis <nsfisis@gmail.com>2022-05-15 11:17:53 +0900
committernsfisis <nsfisis@gmail.com>2022-05-15 11:17:53 +0900
commite8a018176e95091cb038b91c37372369a528ff5f (patch)
tree1e7f8a3dfb7b3c6cafb6dba7f24aa5d52a669bfd /config.toml
parentcd8447404c66a519a20cc3ce9f6fa23ba964fe37 (diff)
downloadnsfisis.github.io-e8a018176e95091cb038b91c37372369a528ff5f.tar.gz
nsfisis.github.io-e8a018176e95091cb038b91c37372369a528ff5f.tar.zst
nsfisis.github.io-e8a018176e95091cb038b91c37372369a528ff5f.zip
change feed url from index.xml to feed.xml
Diffstat (limited to 'config.toml')
-rw-r--r--config.toml5
1 files changed, 4 insertions, 1 deletions
diff --git a/config.toml b/config.toml
index 50b1dc4..d221eaa 100644
--- a/config.toml
+++ b/config.toml
@@ -6,4 +6,7 @@ title = "REPL: Rest-Eat-Program Loop"
theme = "mypaper"
[taxonomies]
-tag = 'tags'
+tag = "tags"
+
+[outputFormats.rss]
+baseName = "feed"