summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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.