update development

This commit is contained in:
2025-06-18 10:27:14 +03:00
parent 6ca7bbd86b
commit e89cb51588
3 changed files with 6 additions and 6 deletions

View File

@@ -6,12 +6,12 @@ title = "ThreeFold"
description = "Our global digital backbone"
# When set to "true", a feed is automatically generated.
#generate_feed = true
generate_feed = true
# 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_filename = "atom.xml"
# The number of articles to include in the feed. All items are included if
# this limit is not set (the default).
@@ -51,8 +51,8 @@ external_links_no_referrer = true
# For example, `...` into `…`, `"quote"` into `“curly”` etc
smart_punctuation = true
#[build]
#not_found = "404.md"
[build]
not_found = "404.md"
[[taxonomies]]
name = "categories"

View File

@@ -12,7 +12,7 @@ insert_anchor_links: "left"
template: "layouts/blog.html"
page_template: "blogPage.html"
#transparent: true
#generate_feed: true
generate_feed: true
extra:
imgPath: tf.png
---

View File

@@ -12,7 +12,7 @@ insert_anchor_links: "left"
template: "layouts/newsroom.html"
page_template: "newsPage.html"
#transparent: true
#generate_feed: true
generate_feed: true
extra:
imgPath: newsroom.png
---