diff --git a/content/apage.md b/content/apage.md
deleted file mode 100644
index 47580b80a..000000000
--- a/content/apage.md
+++ /dev/null
@@ -1,130 +0,0 @@
----
-title: "This is a page"
-description: ""
-date: 2018-09-14
-updated: 2021-02-20
-draft: false
----
-
-{% row() %}
-
-# Reimagine your world
-
-
-
-test
-|||
-
-
-
-{% end %}
-
-{% row() %}
-
-## My example mermaid diagram
-
-I wanted to use mermaid in this project, and it looks like this
-
-|||
-
-{% mermaid() %}
-
-classDiagram
-Animal <|-- Duck
-Animal <|-- Fish
-Animal <|-- Zebra
-Animal : +int age
-Animal : +String gender
-Animal: +isMammal()
-Animal: +mate()
-class Duck{
-+String beakColor
-+swim()
-+quack()
-}
-class Fish{
--int sizeInFeet
--canEat()
-}
-class Zebra{
-+bool is_wild
-+run()
-}
-
-{% end %}
-
-{% row() %}
-
-
-
-|||
-
-# Reimagine your world
-
-
-
-Finally a framework fun to be used.
-
-> Am super happy about it
-
-- test
-- test2
- - internet
- - something
-- test3
-
-{% end %}
-
-{% admonition(title="Admonition test" type="note") %}
-
-slipped outer exact open under people particularly growth feet amount steep there arrow introduced pencil distance possibly buffalo store former pound throughout equator column
-
-{% end %}
-
-{% admonition() %}
-
-!!! note ""
-
-slipped outer exact open under people particularly growth feet amount steep there arrow introduced pencil distance possibly buffalo store former pound throughout equator column
-
-{% end %}
-
-{% admonition() %}
-
-??? note
-
-slipped outer exact open under people particularly growth feet amount steep there arrow introduced pencil distance possibly buffalo store former pound throughout equator column
-
-{% end %}
-
-{% admonition() %}
-
-???+ bug "Bug title"
-
-slipped outer exact open under people particularly growth feet amount steep there arrow introduced pencil distance possibly buffalo store former pound throughout equator column
-
-{% end %}
-
-{% admonition() %}
-
-!!! bug "Example title"
-
-slipped outer exact open under people particularly growth feet amount steep there arrow introduced pencil distance possibly buffalo store former pound throughout equator column
-
-{% end %}
-
-{% admonition() %}
-
-??? success "Example title"
-
-slipped outer exact open under people particularly growth feet amount steep there arrow introduced pencil distance possibly buffalo store former pound throughout equator column
-
-{% end %}
-
-{% admonition() %}
-
-!!! warning "Example title"
-
-slipped outer exact open under people particularly growth feet amount steep there arrow introduced pencil distance possibly buffalo store former pound throughout equator column
-
-{% end %}
diff --git a/content/ecosystem/_index.md b/content/ecosystem/_index.md
deleted file mode 100644
index 80b16c85c..000000000
--- a/content/ecosystem/_index.md
+++ /dev/null
@@ -1,13 +0,0 @@
----
-title: "Blog"
-# paginate_reversed: false
-insert_anchor_links: "left"
-#base_url: "posts"
-#first: "first"
-#last: "last"
-template: "layouts/horizontal_section.html"
-page_template: "blogPage.html"
-#transparent: true
-extra:
- imgPath: images/threefold_img2.png
----
diff --git a/content/ecosystem/daos/_index.md b/content/ecosystem/daos/_index.md
deleted file mode 100644
index 482725cbc..000000000
--- a/content/ecosystem/daos/_index.md
+++ /dev/null
@@ -1,47 +0,0 @@
----
-title: "DAO's"
-# paginate_reversed: false
-#base_url: "posts"
-#first: "first"
-#last: "last"
-template: "layouts/horizontal_section.html"
-page_template: "blogPage.html"
-extra:
- imgPath: images/threefold_img2.png
----
-
-## Decentralized Autonomous Organizations
-
-union tip gentle cup wide excitement of women indeed try movement by yes moving clearly string spent burst least at beside spin police several success
-
-### What are DAO's?
-
-month creature save power avoid threw perfect bill dirt wheel valley term flame hearing yes sail wolf ago sky fog principle printed probably month creature save power avoid threw perfect bill dirt wheel valley term flame hearing yes sail wolf ago sky fog principle printed probably
-
-{% row() %}
-
-#### Decentralized
-
-month creature save power avoid threw perfect bill dirt wheel valley term flame hearing yes sail wolf ago sky fog principle printed probably
-
-|||
-
-#### Autonomous
-
-month creature save power avoid threw perfect bill dirt wheel valley term flame hearing yes sail wolf ago sky fog principle printed probably
-
-|||
-
-#### Organization
-
-month creature save power avoid threw perfect bill dirt wheel valley term flame hearing yes sail wolf ago sky fog principle printed probably
-
-{% end %}
-
-{% admonition() %}
-
-!!! note
-
-OurWorld itself is governed by a DAO, learn more and participate at the OurWorld DAO page
-
-{% end %}
diff --git a/content/ecosystem/daos/ourworld-dao/index.md b/content/ecosystem/daos/ourworld-dao/index.md
deleted file mode 100644
index 574a2a721..000000000
--- a/content/ecosystem/daos/ourworld-dao/index.md
+++ /dev/null
@@ -1,20 +0,0 @@
----
-title: "Blockchain Engineer"
-description: "Work with a team of engineers and build decentralized apps in Ourworld."
-insert_anchor_links: "left"
-updated: 2019-04-11T20:33:00-05:00 # Comment-out this line with a # if content is unchanged
-template: "positionPage.html"
-taxonomies:
- roles: ["Develop"]
- tags: []
----
-
-## About the position
-
-Together we expand and create this OurWorld platform, with the purpose to give a better digital life to billions of people. Anyone is invited to build solutions and experiences. OurWorld can provide the alternative to the current too centralized, unsustainable and abused internet.
-
-## Requirements
-
-- Together we expand and create this OurWorld platform, with the purpose to give a better digital life to billions of people.
-- Together we expand and create this OurWorld platform, with the purpose to give a better digital life to billions of people.
- this OurWorld platform, with the purpose to give a better digital life to billions of people.
diff --git a/develop.sh b/develop.sh
deleted file mode 100755
index 42da20286..000000000
--- a/develop.sh
+++ /dev/null
@@ -1,2 +0,0 @@
-npm run start
-
diff --git a/getContent.ts b/getContent.ts
deleted file mode 100644
index f10f1b649..000000000
--- a/getContent.ts
+++ /dev/null
@@ -1,43 +0,0 @@
-// Fetches website content via RMB and creates content directory,
-// from which the static website is generated
-
-import { HTTPMessageBusClient } from "ts-rmb-http-client";
-
-async function main() {
- const dstNodeId = 4;
-
- async function deploy() {
- try {
- const rmb = new HTTPMessageBusClient(414, "https://gridproxy.test.grid.tf", "https://graphql.test.grid.tf/graphql", "idle tourist member mail flame often invest ring region fashion cloth zebra"); // second url graph url
- const msg = rmb.prepare("zos.statistics.get", [dstNodeId], 0, 2);
- const retMsg = await rmb.send(msg, "{'test':'test'}");
- const result = await rmb.read(retMsg);
- console.log(`the read response is:`);
- console.log(result);
- } catch(err) {
- // fails at node/httpClient.js:142 when signing
- // or cannot verify signature at node/httpClient.js:167 when provided mnemonics
- console.log(err)
- }
- }
-
- deploy();
-
-}
-
-main();
-
-/* Once content .md files can be fetched using RMB, this will auto build the content dir.
-
-const fs = require("fs")
-const initDir = 'content'
-const initMDFile = 'content/_index.md'
-const initValue = ``
-
-if(!fs.existsSync(initDir)) {
- fs.mkdirSync(initDir)
-}
-if(!fs.existsSync(initMDFile)) {
- fs.writeFileSync(initMDFile, initValue)
-}
-*/
\ No newline at end of file
diff --git a/templates/positionPage.html b/templates/positionPage.html
deleted file mode 100644
index e1f6be626..000000000
--- a/templates/positionPage.html
+++ /dev/null
@@ -1,31 +0,0 @@
-{% extends "_default/base.html" %}
-{% block content %}
-
-
-
-
-{% set banner_path = config.extra.taxonomies["roles"][page.taxonomies.roles[0]].banner_path | as_str %}
-{% set styles = "background: url('/" ~ banner_path ~ "'); background-size: cover; background-position: center" %}
-
-
-