update markdown

This commit is contained in:
2025-06-11 14:25:29 +03:00
parent 1737906c97
commit c92b7ac27a
6 changed files with 15 additions and 18 deletions

View File

@@ -1,17 +1,17 @@
# The URL the site will be built for
base_url = "https://dev2.threefold.io"
base_url = "https://dev.threefold.io"
# Change this to your own URL! Please note this variable **must** be uncommented .
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

@@ -1,8 +1,8 @@
---
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
#date: 2018-09-14T21:00:00-05:00
#updated: 2021-02-20T14:40:00-06:00
date: 2018-09-14T21:00:00-05:00
updated: 2021-02-20T14:40:00-06:00
draft: false
extra:
author: ThreeFold

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

@@ -58,6 +58,3 @@ extra:
{% end %}
- [Mycelium]("https://www.mycelium.threefold.io/")
- [AIBox]("https://aibox.threefold.io/")

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
---

View File

@@ -35,11 +35,11 @@
{% set link_path = header_label | split(pat="%22") | safe%}
{% set current = get_url(path=link_path[1]) ~ "/" %}
{% if header_label is containing("http") %}
{# {% if header_label is not containing("threefold") %} #}
<a href="{{link_path[1]}}" target="_blank" class="text-lg py-3 leading-6 font-light text-pretty tracking-wide text-white focus:outline-none focus:text-gray-200 transition ease-in-out duration-150">
{{link_label}}
</a>
{# {% endif %} #}
{% elif current_url and current == current_url %}
<a href="{{ get_url(path=link_path[1])}}" class="text-lg py-3 leading-6 font-light active text-pretty tracking-wide transition ease-in-out duration-150">
{{link_label}}
@@ -108,10 +108,10 @@
</li>
</ul> #}
<div class="mx-4">
<a href="https://mycelium.threefold.io/" target="_blank" class="text-lg py-3 mx-2 leading-6 font-light text-pretty tracking-wide text-white focus:outline-none focus:text-gray-200 transition ease-in-out duration-150">
<a href="https://mycelium.threefold.io/" target="_blank" class="mx-2 text-lg py-3 leading-6 font-light text-pretty tracking-wide text-white focus:outline-none focus:text-gray-200 transition ease-in-out duration-150">
Mycelium Network
</a>
<a href="https://aibox.threefold.io/" target="_blank" class="text-lg py-3 mx-2 leading-6 font-light text-pretty tracking-wide text-white focus:outline-none focus:text-gray-200 transition ease-in-out duration-150">
<a href="https://aibox.threefold.io/" target="_blank" class="mx-2 text-lg py-3 leading-6 font-light text-pretty tracking-wide text-white focus:outline-none focus:text-gray-200 transition ease-in-out duration-150">
AIBox
</a>
</div>
@@ -169,11 +169,11 @@
{% set link_label = header_label | striptags %}
{% set link_path = header_label | split(pat="%22") | safe%}
{% if header_label is containing("http") %}
{# {% if header_label is not containing("threefold") %} #}
<a href="{{link_path[1]}}" target="_blank" class="text-lg px-8 py-3 leading-6 font-normal text-gray-50 hover:text-gray-200 focus:outline-none focus:text-gray-50 transition ease-in-out duration-150">
{{link_label}}
</a>
{# {% endif %} #}
{% else %}
<a href="{{ get_url(path=link_path[1])}}" class="text-lg px-8 py-3 leading-6 font-normal text-white hover:text-white focus:outline-none focus:text-gray-100 transition ease-in-out duration-150">
{{link_label}}