summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMole Shang <135e2@135e2.dev>2026-09-07 17:14:39 +0800
committerMole Shang <135e2@135e2.dev>2026-09-07 17:14:39 +0800
commitf4f4ed4233548a796ae05a720a09c73683c9208a (patch)
tree0168f3b192f438bda8f0d4f5cbcbe9d4284060e7
parentde2ed4460e1bf6bc8745b5ba251c96c9e486fb42 (diff)
downloadzola-blog-f4f4ed4233548a796ae05a720a09c73683c9208a.tar.gz
zola-blog-f4f4ed4233548a796ae05a720a09c73683c9208a.tar.bz2
zola-blog-f4f4ed4233548a796ae05a720a09c73683c9208a.zip
config: set title in feed; migrate to zola 0.23main
-rw-r--r--zola.toml (renamed from config.toml)4
1 files changed, 4 insertions, 0 deletions
diff --git a/config.toml b/zola.toml
index 11d7eb6..cd4e8ca 100644
--- a/config.toml
+++ b/zola.toml
@@ -16,6 +16,10 @@ minify_html = true
# When set to "true", a feed is automatically generated.
generate_feeds = true
+# The site title and description; used in feeds by default.
+title = "无何有之乡"
+description = "the Land of Nothingless"
+
# The filename to use for the feed. Used as the template filename, too.
# Defaults to "atom.xml", which has a built-in template that renders an Atom 1.0 feed.
# There is also a built-in template "rss.xml" that renders an RSS 2.0 feed.