update markdown
This commit is contained in:
10
config.toml
10
config.toml
@@ -1,17 +1,17 @@
|
|||||||
# The URL the site will be built for
|
# 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 .
|
# Change this to your own URL! Please note this variable **must** be uncommented .
|
||||||
|
|
||||||
title = "ThreeFold"
|
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"
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
---
|
---
|
||||||
|
|||||||
@@ -58,6 +58,3 @@ extra:
|
|||||||
{% end %}
|
{% end %}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
- [Mycelium]("https://www.mycelium.threefold.io/")
|
|
||||||
- [AIBox]("https://aibox.threefold.io/")
|
|
||||||
|
|||||||
@@ -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
|
||||||
---
|
---
|
||||||
@@ -35,11 +35,11 @@
|
|||||||
{% set link_path = header_label | split(pat="%22") | safe%}
|
{% set link_path = header_label | split(pat="%22") | safe%}
|
||||||
{% set current = get_url(path=link_path[1]) ~ "/" %}
|
{% set current = get_url(path=link_path[1]) ~ "/" %}
|
||||||
{% if header_label is containing("http") %}
|
{% 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">
|
<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}}
|
{{link_label}}
|
||||||
</a>
|
</a>
|
||||||
|
{# {% endif %} #}
|
||||||
{% elif current_url and current == current_url %}
|
{% 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">
|
<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}}
|
{{link_label}}
|
||||||
@@ -108,10 +108,10 @@
|
|||||||
</li>
|
</li>
|
||||||
</ul> #}
|
</ul> #}
|
||||||
<div class="mx-4">
|
<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
|
Mycelium Network
|
||||||
</a>
|
</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
|
AIBox
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
@@ -169,11 +169,11 @@
|
|||||||
{% set link_label = header_label | striptags %}
|
{% set link_label = header_label | striptags %}
|
||||||
{% set link_path = header_label | split(pat="%22") | safe%}
|
{% set link_path = header_label | split(pat="%22") | safe%}
|
||||||
{% if header_label is containing("http") %}
|
{% 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">
|
<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}}
|
{{link_label}}
|
||||||
</a>
|
</a>
|
||||||
|
{# {% endif %} #}
|
||||||
{% else %}
|
{% 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">
|
<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}}
|
{{link_label}}
|
||||||
|
|||||||
Reference in New Issue
Block a user