diff --git a/config.toml b/config.toml
index 5facafe95..175403f39 100644
--- a/config.toml
+++ b/config.toml
@@ -51,6 +51,9 @@ external_links_no_referrer = true
# For example, `...` into `…`, `"quote"` into `“curly”` etc
smart_punctuation = true
+[build]
+not_found = "404.md"
+
[[taxonomies]]
name = "categories"
feed = true
diff --git a/content/404.md b/content/404.md
new file mode 100644
index 000000000..fcb925338
--- /dev/null
+++ b/content/404.md
@@ -0,0 +1,8 @@
+---
+title: "404"
+description: ""
+insert_anchor_links: "left"
+template: "404.html"
+
+---
+
diff --git a/content/blog/introducing_project_inca/index.md b/content/blog/introducing_project_inca/index.md
index d4bc7e46e..587f1505f 100644
--- a/content/blog/introducing_project_inca/index.md
+++ b/content/blog/introducing_project_inca/index.md
@@ -13,6 +13,10 @@ extra:
isFeatured: true
---
+*Please note the information below is subject to change as the project evolves and will be updated as is appropriate.*
+
+
+
ThreeFold’s journey over the past years has been one of deep, collaborative commitment, marked by significant technological advancements and milestones in building a new cloud infrastructure from the ground up, as well as the global expansion of the grid to its current state. Throughout this journey, we have learned, adapted, and evolved, leading us to a strong strategy for the next chapter and achieving our collective vision.
### **Meet Project Internet Capacity**
diff --git a/content/community/discourse.png b/content/community/discourse.png
new file mode 100644
index 000000000..f4c41cf5b
Binary files /dev/null and b/content/community/discourse.png differ
diff --git a/content/community/gh.png b/content/community/gh.png
new file mode 100644
index 000000000..4d27771b4
Binary files /dev/null and b/content/community/gh.png differ
diff --git a/content/community/index.md b/content/community/index.md
new file mode 100644
index 000000000..97c268755
--- /dev/null
+++ b/content/community/index.md
@@ -0,0 +1,205 @@
+---
+title: "community"
+description: "community a decade ago, a group of passionate Internet & Cloud veterans came together to build a system." # quotation marks to allow colons where used
+template: "page.html"
+insert_anchor_links: "left"
+extra:
+ author: Your name here
+ imgPath: about/deploy_hero.png
+---
+
+
+
+
+
+
+{% row( style="center mtop semiNarrow") %}
+
+
+## **Join the
Community**
+
+{% end %}
+
+{% row( style="center semiNarrow") %}
+
+
+
+[](https://forum.threefold.io/)
+
+
+
+###### **Forum**
+
+
Ask Questions
+
+|||
+
+
+
+[](https://github.com/threefoldfoundation)
+
+
+
+###### **GitHub | Tech**
+
+
Open-Source Collaboration for Tech Development
+
+|||
+
+
+
+[](https://github.com/threefoldtech)
+
+
+
+###### **GitHub | Foundation**
+
+
Open-source Collaboration for Websites and Online Info
+
+|||
+
+
+
+[](https://x.com/threefold_io)
+
+
+
+###### **X | Twitter**
+
+
"Tweet" With Us
+
+{% end %}
+
+{% row( style="center semiNarrow") %}
+
+
+
+[](https://t.me/threefoldnews)
+
+
+
+###### **Telegram News**
+
+
Stay Updated
+
+|||
+
+
+
+[](https://t.me/threefold)
+
+
+
+###### **Telegram Main Chat**
+
+
Community Conversation
+
+|||
+
+
+
+[](https://t.me/threefoldfarmers)
+
+
+
+###### **Telegram Farmers Chat**
+
+
Farming Community
+
+|||
+
+
+
+[](https://t.me/threefoldtesting)
+
+
+
+###### **Telegram Grid User Chat**
+
+
Grid User Community
+
+{% end %}
+
+
+
+{% row( style="center mbottom semiNarrow") %}
+
+
+
+[](https://www.reddit.com/r/threefold/)
+
+
+
+###### **Reddit**
+
+
Join In
+
+|||
+
+
+
+[](https://www.youtube.com/@ThreeFoldFoundation)
+
+
+
+###### **YouTube**
+
+
Watch Things Unfold
+
+|||
+
+
+
+###### **E-mail Newsletter**
+
+
Updates in Your Inbox
+
+
+|||
+
+
+
+[](https://www.linkedin.com/company/threefold-foundatiooon/)
+
+
+
+###### **LinkedIn**
+
+
Lets Network
+
+{% end %}
+
+
+{% row( style="center mtop semiNarrow") %}
+
+
+## **Keep up with ThreeFold Events**
+
+{% end %}
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/content/community/linkedin.png b/content/community/linkedin.png
new file mode 100644
index 000000000..bf1f5208f
Binary files /dev/null and b/content/community/linkedin.png differ
diff --git a/content/community/mail.png b/content/community/mail.png
new file mode 100644
index 000000000..427f56364
Binary files /dev/null and b/content/community/mail.png differ
diff --git a/content/community/manual.png b/content/community/manual.png
new file mode 100644
index 000000000..59bbb1d39
Binary files /dev/null and b/content/community/manual.png differ
diff --git a/content/community/reddit.png b/content/community/reddit.png
new file mode 100644
index 000000000..c54661505
Binary files /dev/null and b/content/community/reddit.png differ
diff --git a/content/community/telegram.png b/content/community/telegram.png
new file mode 100644
index 000000000..92bc82277
Binary files /dev/null and b/content/community/telegram.png differ
diff --git a/content/community/x.png b/content/community/x.png
new file mode 100644
index 000000000..7ca1293de
Binary files /dev/null and b/content/community/x.png differ
diff --git a/content/community/youtube.png b/content/community/youtube.png
new file mode 100644
index 000000000..aefff096d
Binary files /dev/null and b/content/community/youtube.png differ
diff --git a/content/footer/_index.md b/content/footer/_index.md
index 3634143e6..b4cb8f4ff 100644
--- a/content/footer/_index.md
+++ b/content/footer/_index.md
@@ -48,12 +48,14 @@ extra:
-[](https://t.me/threefold)
+[](/community)
diff --git a/content/newsroom/july_community_calls/index.md b/content/newsroom/july_community_calls/index.md
new file mode 100644
index 000000000..a30615cde
--- /dev/null
+++ b/content/newsroom/july_community_calls/index.md
@@ -0,0 +1,58 @@
+---
+id: july_community_calls
+title: "🗓 Announcing: July Community Calls"
+image_caption: July Community calls
+description: Check out the schedule for our July community calls and see what's on the agenda. Save the date!
+date: 2024-06-28
+taxonomies:
+ people: [bernadette_amanda_caster]
+ tags: [technology,update,threefold_grid,community,news]
+ news-category: [foundation]
+extra:
+ imgPath: july_community_calls.png
+
+---
+
+Friends, take a look at the line-up of calls for the month of July (plus the first of August).
+
+