summaryrefslogtreecommitdiff
path: root/zola/config.toml
diff options
context:
space:
mode:
Diffstat (limited to 'zola/config.toml')
-rw-r--r--zola/config.toml6
1 files changed, 4 insertions, 2 deletions
diff --git a/zola/config.toml b/zola/config.toml
index 27d9191..fc5554a 100644
--- a/zola/config.toml
+++ b/zola/config.toml
@@ -1,5 +1,8 @@
# The URL the site will be built for
base_url = "https://ndato.com"
+title = "ndato.com"
+description = "Nicolás Dato's personal website"
+author = "Nicolás Dato"
output_dir = "ndato.com"
@@ -13,9 +16,8 @@ default_language = "en"
minify_html = true
-author = "Nicolás Dato"
-
generate_feeds = true
+feed_filenames = ["rss.xml", "atom.xml"]
taxonomies = [
{ name = "Tags", feed = true},