Adjusted files for Zola to build without error.

Co-authored-by: Adrian Winterstein <adrian@winterstein.biz>
This commit is contained in:
tjdwill 2024-09-26 18:12:35 -05:00
parent 496348defa
commit 1044fe4c4e
2 changed files with 4 additions and 5 deletions

View file

@ -26,12 +26,12 @@ minify_html = false
ignored_content = []
# When set to "true", a feed is automatically generated.
generate_feed = false
generate_feeds = false
# 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.
feed_filename = "atom.xml"
feed_filenames = ["atom.xml"]
# The number of articles to include in the feed. All items are included if
# this limit is not set (the default).
@ -141,7 +141,7 @@ truncate_content_length = 100
[languages.fr]
title = "Blow"
description = "Un thème pour Zola fait avec tailwindcss"
generate_feed = false
generate_feeds = false
taxonomies = [
{name = "tags", paginate_by = 5, feed = true},
{name = "categories", paginate_by = 5, feed = true},

View file

@ -1,7 +1,6 @@
+++
title = "Website title"
description = "Personnal blog"
date = 2021-11-12
description = "Personal Blog"
+++
Main page content