diff --git a/config.toml b/config.toml index e6fb4c5..b774b61 100644 --- a/config.toml +++ b/config.toml @@ -1,3 +1,6 @@ +# The title of the site +title = "Snamellit" + # The URL the site will be built for base_url = "https://www.snamellit.com" @@ -14,6 +17,8 @@ taxonomies = [ { name="categories", feed=true }, ] +generate_feed = true + [markdown] # Whether to do syntax highlighting # Theme can be customised by setting the `highlight_theme` variable to a theme supported by Zola