From 76910c48beb862e3628a6bf8780dbab3a1420dbf Mon Sep 17 00:00:00 2001 From: Nicolas Dato Date: Fri, 5 Dec 2025 07:57:05 -0300 Subject: improving rss feed --- zola/config.toml | 6 ++++-- zola/templates/base.html | 1 + 2 files changed, 5 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}, diff --git a/zola/templates/base.html b/zola/templates/base.html index 085a1fc..c186395 100644 --- a/zola/templates/base.html +++ b/zola/templates/base.html @@ -5,6 +5,7 @@ + ndato - {% block title %}{% endblock %} -- cgit v1.2.3