archive scripts parts that don't work
This commit is contained in:
@@ -15,41 +15,49 @@ Now we add our FAQ Pages to the section.
|
||||
!!website.page_add
|
||||
section: faq
|
||||
title: "How ThreeFold compares to similar projects in the space?"
|
||||
page: "content:how_threefold_compares.md"
|
||||
collection: "content"
|
||||
file: "how_threefold_compares.md"
|
||||
|
||||
!!website.page_add
|
||||
section: faq
|
||||
title: "What is ThreeFold?"
|
||||
page: "content:what_is_threefold.md"
|
||||
collection: "content"
|
||||
file: "what_is_threefold.md"
|
||||
|
||||
!!website.page_add
|
||||
section: faq
|
||||
title: "What is the ThreeFold Grid?"
|
||||
page: "content:what_is_tf_grid.md"
|
||||
collection: "content"
|
||||
file: "what_is_tf_grid.md"
|
||||
|
||||
!!website.page_add
|
||||
section: faq
|
||||
title: "Is the ThreeFold Grid live already?"
|
||||
page: "content:is_tf_grid_live.md"
|
||||
collection: "content"
|
||||
file: "is_tf_grid_live.md"
|
||||
|
||||
!!website.page_add
|
||||
section: faq
|
||||
title: "What is the Threefold Connect?"
|
||||
page: "content:what_is_tfconnect.md"
|
||||
collection: "content"
|
||||
file: "what_is_tfconnect.md"
|
||||
|
||||
!!website.page_add
|
||||
section: faq
|
||||
title: "Does the ThreeFold use consensus?"
|
||||
page: "content:does_tf_use_consensus.md"
|
||||
collection: "content"
|
||||
file: "does_tf_use_consensus.md"
|
||||
|
||||
!!website.page_add
|
||||
section: faq
|
||||
title: "Is there anything done for the ThreeFold Grid to be sustainable?"
|
||||
page: "content:is_tf_grid_sustainable.md"
|
||||
collection: "content"
|
||||
file: "is_tf_grid_sustainable.md"
|
||||
|
||||
!!website.page_add
|
||||
section: faq
|
||||
title: "How can I get involved with ThreeFold if I am not very technical?"
|
||||
page: 'content:how_can_i_get_involved.md'
|
||||
collection: "content"
|
||||
file: 'how_can_i_get_involved.md'
|
||||
```
|
||||
|
||||
@@ -17,11 +17,6 @@ Let's then add our pages
|
||||
collection: 'content'
|
||||
file: 'careers.md'
|
||||
|
||||
!!website.page_add
|
||||
name: 'Farm'
|
||||
collection: 'content'
|
||||
file: 'farm.md'
|
||||
|
||||
!!website.page_add
|
||||
name: 'Host'
|
||||
collection: 'content'
|
||||
|
||||
@@ -4,7 +4,7 @@ Next, we add a header and a footer for our website
|
||||
!!website.header_add
|
||||
logo: 'images/black_threefold.png'
|
||||
|
||||
!!website.add
|
||||
!!website.header_link_add
|
||||
label: 'About'
|
||||
page: 'about'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user