reset confg

This commit is contained in:
2025-06-03 17:02:04 +03:00
parent c470feb3cd
commit ecff63f91d
4 changed files with 8 additions and 8 deletions

View File

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

View File

@@ -1,8 +1,8 @@
--- ---
title: "ThreeFold" title: "ThreeFold"
description: "TF offers a secure, sovereign infrastructure layer for the Internet, delivering unparalleled scalability, incorruptible and permanent data storage, AI and Web2/Web3/Edge compatibility, and 100% uptime for a resilient digital future." # quotation marks to allow colons where used description: "TF offers a secure, sovereign infrastructure layer for the Internet, delivering unparalleled scalability, incorruptible and permanent data storage, AI and Web2/Web3/Edge compatibility, and 100% uptime for a resilient digital future." # quotation marks to allow colons where used
#date: 2018-09-14T21:00:00-05:00 date: 2018-09-14T21:00:00-05:00
#updated: 2021-02-20T14:40:00-06:00 updated: 2021-02-20T14:40:00-06:00
draft: false draft: false
extra: extra:
author: ThreeFold author: ThreeFold

View File

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

View File

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