mirror of
https://github.com/tchartron/blow
synced 2024-11-22 04:13:16 +00:00
Adjusted files for Zola to build without error.
Co-authored-by: Adrian Winterstein <adrian@winterstein.biz>
This commit is contained in:
parent
496348defa
commit
1044fe4c4e
2 changed files with 4 additions and 5 deletions
|
@ -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},
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
+++
|
||||
title = "Website title"
|
||||
description = "Personnal blog"
|
||||
date = 2021-11-12
|
||||
description = "Personal Blog"
|
||||
+++
|
||||
|
||||
Main page content
|
||||
|
|
Loading…
Reference in a new issue