clean unused files

This commit is contained in:
timurgordon
2022-07-24 20:32:11 +02:00
parent ad5645d1a8
commit d06d3259cf
10 changed files with 0 additions and 333 deletions

View File

@@ -1,130 +0,0 @@
---
title: "This is a page"
description: ""
date: 2018-09-14
updated: 2021-02-20
draft: false
---
{% row() %}
# Reimagine your world
<br/>
test
|||
![Image](images/ourworld_mycellium.png#large)
{% 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() %}
![Image](images/ourworld_mycellium.png#large)
|||
# Reimagine your world
<br/>
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 %}

View File

@@ -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
---

View File

@@ -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 %}

View File

@@ -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.

View File

@@ -1,2 +0,0 @@
npm run start

View File

@@ -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)
}
*/

View File

@@ -1,31 +0,0 @@
{% extends "_default/base.html" %}
{% block content %}
<!-- Default page template for blog posts and basic informative markdown files -->
<main>
{% 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" %}
<div class="w-screen -mx-8 sm:-mx-12 md:-mx-16 lg:-mx-20 -mt-6 max-w-none py-28 max-h-80" style="{{styles}}"></div>
<div class="flex flex-col lg:flex-row md:mx-4 lg:mx-6">
<article class="article mx-auto lg:w-1/2 lg:mr-8 lg:mt-10">
<div class="pt-8 lg:pt-8 2xl:pt-24">
<h3 class="text-2xl font-normal my-0 text-gray-600">Our World</h3>
<h1 class="text-left text-5xl font-normal my-2 font-medium">
{{ page.title }}
</h1>
<p class="my-4">{{page.description}}</p>
{% include "partials/tags.html" %}
</div>
{{ page.content | safe }}
</article>
<div class="mx-auto lg:mt-12">
{% include "partials/applicationForm.html"%}
</div>
</div>
</div>
</main>
{% endblock content %}

View File

@@ -1,7 +0,0 @@
{% extends "index.html" %}
{% block content %}
{{ terms }}
{% endblock content %}

View File

@@ -1,35 +0,0 @@
{% extends "index.html" %}
{% block content %}
<!-- Default page template for blog posts and basic informative markdown files -->
<main>
{% set banner_path = config.extra.taxonomies["roles"][term.name].banner_path | as_str %}
{% set styles = "background: url('/" ~ banner_path ~ "'); background-size: cover; background-position: center" %}
<div class="w-screen -mx-8 sm:-mx-12 md:-mx-16 lg:-mx-20 -mt-6 max-w-none py-28 max-h-80" style="{{styles}}"></div>
<div class="flex flex-col lg:flex-row md:mx-4 lg:mx-6">
<article class="article mx-auto lg:w-1/2 lg:mr-8 lg:mt-10">
<div class="pt-8 lg:pt-8 2xl:pt-24">
<h3 class="text-2xl font-normal my-0 text-gray-600">Our World</h3>
<h1 class="text-left font-normal my-2 font-medium">
{{ config.extra.taxonomies["roles"][term.name].title }}
</h1>
<p class="my-4">{{config.extra.taxonomies["roles"][term.name].description}}</p>
</div>
<hr />
<h3 class="text-black text-lg">{{term.name}} @ Ourworld</h3>
{% for page in term.pages %}
{% include "partials/pageBox.html"%}
{% endfor %}
</article>
<div class="mx-auto lg:mt-12">
{% include "partials/applicationForm.html"%}
</div>
</div>
</div>
</main>
{% endblock content %}

View File

@@ -1,5 +0,0 @@
{
"compilerOptions": {
"esModuleInterop": true,
}
}