diff --git a/.DS_Store b/.DS_Store
deleted file mode 100644
index b3163cc..0000000
Binary files a/.DS_Store and /dev/null differ
diff --git a/.github/workflows/tf_update_dev.yml b/.github/workflows/tf_update_dev.yml
index b2e602e..fa17097 100644
--- a/.github/workflows/tf_update_dev.yml
+++ b/.github/workflows/tf_update_dev.yml
@@ -12,11 +12,11 @@ jobs:
uses: appleboy/ssh-action@master
with:
host: www2.freezone.ourworld.tf
- username: webuser
+ username: ${{ secrets.TF_USER }}
key: ${{ secrets.TF_SECRET }}
- port: 34022
+ port: ${{ secrets.TF_PORT }}
script: |
- cd websites/www2/www_ourzone/
+ cd websites/www2/www_ourworld_freezone/
git log -1
git fetch
git reset --hard origin/development
diff --git a/.github/workflows/tf_update_prod.yml b/.github/workflows/tf_update_prod.yml
index 8353d74..7cebb4b 100644
--- a/.github/workflows/tf_update_prod.yml
+++ b/.github/workflows/tf_update_prod.yml
@@ -12,11 +12,11 @@ jobs:
uses: appleboy/ssh-action@master
with:
host: freezone.ourworld.tf
- username: webuser
+ username: ${{ secrets.TF_USER }}
key: ${{ secrets.TF_SECRET }}
- port: 34022
+ port: ${{ secrets.TF_PORT }}
script: |
- cd websites/www_ourzone/
+ cd websites/www_ourworld_freezone/
git log -1
git fetch
git reset --hard origin/master
diff --git a/README.md b/README.md
index 2cf2c32..2248618 100644
--- a/README.md
+++ b/README.md
@@ -1,34 +1,32 @@
-# OurPhone™
+# OurWorld Freezone
-##
-
-![](./public/images/logo_placeholder1.png)
+![](../static/images/logo_placeholder2.png)
## About
-The official website of OurZone™
+The official website of **OurWorld Freezone**
-Production(master branch) [www.ourphone.ourworld.tf](https://www.ourzone.ourworld.tf/)
+Production(master branch) [www.ourworld.freezone.tf](https://www.ourzone.ourworld.tf/)
-Staging(developmentr branch) [www2.ourphone.ourworld.tf](https://www2.ourzone.ourworld.tf/)
+Staging(developmentr branch) [www2.ourworld.freezone.tf](https://www2.ourzone.ourworld.tf/)
Last updated: March 2023
## Contribution
-Feel free to [create a new issue](https://github.com/ourworld-tsc/www_ourphone/issues) to report an error on the website, or if you have any suggestions on website improvements.
+Feel free to [create a new issue](https://github.com/ourworldfreezone/www_ourworld_freezone/issues/) to report an error on the website, or if you have any suggestions on website improvements.
-# Welcome to Ourworld Website Repository
+# Welcome to Ourworld Free Zone Website Repository
-- Website Name: Ourworld
-- Brief Description: This is the official website of Ourworld.
+- Website Name: Ourworld Free Zone
+- Brief Description: This is the official website of Ourworld Free Zone.
Last Updated: March 2023
-- Website URL: https://ourworld.tf/
+- Website URL: https://ourworld.freezone.tf/
- For any suggestions or improvement ideas please
-Create an issue on: https://github.com/threefoldfoundation/www_ourworld_tf/issues
+Create an issue on: https://github.com/ourworldfreezone/www_ourworld_freezone/issues/
## Administrators
[ThreeFold's Web Admins](https://github.com/orgs/threefoldfoundation/teams/team_web_admin)
diff --git a/config.toml b/config.toml
index 87d82ef..57a885f 100644
--- a/config.toml
+++ b/config.toml
@@ -2,7 +2,7 @@
base_url = "https://www2.freezone.ourworld.tf/"
# Change this to your own URL! Please note this variable **must** be uncommented.
-title = "OurWorld Digital Free Zone"
+title = "OurWorld Free Zone"
description="Accessible and affordable for all"
# When set to "true", a feed is automatically generated.
@@ -78,6 +78,24 @@ feed = true
paginate_by = 2
paginate_path = "blog-posts"
+[[taxonomies]]
+name = "partners-category"
+feed = true
+paginate_by = 6
+paginate_path = "partner-card"
+
+[[taxonomies]]
+name = "news-category"
+feed = true
+paginate_by = 6
+paginate_path = "news-card"
+
+[[taxonomies]]
+name = "memberships"
+feed = true
+paginate_by = 8
+paginate_path = "people/memberships"
+
[extra]
header_class = "customize"
footer_class = "customize"
@@ -86,25 +104,25 @@ footer_class = "customize"
[extra.taxonomies."roles".Create]
icon_path = "images/icons/paint-brush-art-svgrepo-com.svg"
banner_path = "images/marius-masalar-unsplash.jpg"
- title = "Create Ourworld"
+ title = "Create OurWorld"
description = "Become a part of a team of creators looking to shape our digital world"
[extra.taxonomies."roles".Develop]
icon_path = "images/icons/code-svgrepo-com.svg"
banner_path = "images/marius-masalar-unsplash.jpg"
- title = "Develop Ourworld"
+ title = "Develop OurWorld"
description = "Become a part of a team of developers building our digital world"
[extra.taxonomies."roles".Inspire]
icon_path = "images/icons/bar-svgrepo-com.svg"
banner_path = "images/marius-masalar-unsplash.jpg"
- title = "Share Ourworld"
+ title = "Share OurWorld"
description = "Create communities and involve people in ourworld"
[extra.taxonomies."roles".Organize]
icon_path = "images/icons/form-svgrepo-com.svg"
banner_path = "images/marius-masalar-unsplash.jpg"
- title = "Run Ourworld"
+ title = "Run OurWorld"
description = "Become a part of the organizational team at ourworld"
diff --git a/content/.DS_Store b/content/.DS_Store
index 4b13418..339c1ff 100644
Binary files a/content/.DS_Store and b/content/.DS_Store differ
diff --git a/content/footer/_index.md b/content/footer/_index.md
new file mode 100644
index 0000000..d4eed5f
--- /dev/null
+++ b/content/footer/_index.md
@@ -0,0 +1,58 @@
+---
+title: "Footer"
+description: ""
+insert_anchor_links: "left"
+template: "partials/footer.html"
+extra:
+ logoPath: "images/logo_placeholder2sm.png"
+ socialLinks: { Github: "https://github.com/ourworldfreezone", Twitter: "https://twitter.com/threefold_io", Telegram: "https://t.me/threefoldnews" }
+---
+
+{% row(style="lean") %}
+
+##### Affiliate Projects
+
+
+
+###### [ThreeFold](https://incubaid.com)
+
+###### [Incubaid](https://manual.grid.tf/threefold_token/buy_sell_tft/buy_sell_tft.html)
+
+###### [Mazraa](https://dashboard.grid.tf/)
+
+###### [Freeflow Nation](https://manual.grid.tf/farmers/farmers.html)
+
+|||
+
+##### OurWorld
+
+
+
+###### [OurWorld](https://ourworld.tf)
+
+###### [Freezone](https://freezone.ourworld.tf)
+
+###### [OurPhone](https://ourphone.ourworld.tf/)
+
+###### [OurParadise](https://ourparadise.ourworld.tf/)
+
+###### [OurNomads](https://ournomads.ourworld.tf/)
+
+|||
+
+##### About Us
+
+
+
+###### [Knowledgebase](https://ourworldfreezone.github.io/info_freezone/)
+
+
+ {% if paginator.previous %} + {% include "partials/icons/svgPrevPageIcon.html" %}{% include + "partials/icons/svgPrevPageIcon.html" %} + + {% include "partials/icons/svgPrevPageIcon.html" %} + + {% else %} {% + include "partials/icons/svgFirstPageIcon.html" %}{% include + "partials/icons/svgFirstPageIcon.html" %} + {% include + "partials/icons/svgFirstPageIcon.html" %} + + {% endif %} {% if + paginator.next %} + {% include "partials/icons/svgNextPageIcon.html" %} + + {% include "partials/icons/svgNextPageIcon.html" %}{% include + "partials/icons/svgNextPageIcon.html" %} + {% else %} {% include "partials/icons/svgLastPageIcon.html" %} + {% include + "partials/icons/svgLastPageIcon.html" %}{% include + "partials/icons/svgLastPageIcon.html" %} {% endif %} +
++ {% if paginator.previous %} + {% include "partials/icons/svgPrevPageIcon.html" %}{% include + "partials/icons/svgPrevPageIcon.html" %} + + {% include "partials/icons/svgPrevPageIcon.html" %} + + {% else %} {% + include "partials/icons/svgFirstPageIcon.html" %}{% include + "partials/icons/svgFirstPageIcon.html" %} + {% include + "partials/icons/svgFirstPageIcon.html" %} + + {% endif %} {% if + paginator.next %} + {% include "partials/icons/svgNextPageIcon.html" %} + + {% include "partials/icons/svgNextPageIcon.html" %}{% include + "partials/icons/svgNextPageIcon.html" %} + {% else %} {% include "partials/icons/svgLastPageIcon.html" %} + {% include + "partials/icons/svgLastPageIcon.html" %}{% include + "partials/icons/svgLastPageIcon.html" %} {% endif %} +
+