Skip to content

Commit d808d60

Browse files
committed
update pages from grundstein/grundstein.it
1 parent 4db218f commit d808d60

File tree

5 files changed

+99
-29
lines changed

5 files changed

+99
-29
lines changed

src/pages/canary.md

+19
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
---
2+
@state {
3+
"title": "@grundstein - warrant canary"
4+
}
5+
---
6+
7+
<div>
8+
9+
### canary notice
10+
11+
<Bird></Bird>
12+
13+
#### we will not and have never shared any data about our users with anyone.
14+
15+
if this page disappears, it means that the rule above has been broken by force.
16+
17+
that's it
18+
19+
</div>

src/pages/getting-started.md

+25
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
---
2+
@state {
3+
"title": "@grundstein - getting started"
4+
}
5+
---
6+
7+
<div>
8+
9+
## getting started
10+
11+
WIP - NOT IN PRODUCTION YET!
12+
13+
### cli
14+
15+
first, install grundstein.
16+
17+
`npm install -g grundstein`
18+
19+
then, go to the directory with your public page and run
20+
21+
`grundstein`
22+
23+
grundstein will guide you through the process.
24+
25+
</div>

src/pages/index.md

+30
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
---
2+
@state {
3+
"title": "@grundstein"
4+
}
5+
---
6+
7+
<Hero state></Hero>
8+
9+
<div id="about">
10+
11+
<EarlyBird></EarlyBird>
12+
13+
# grundstein?
14+
15+
@grundstein is our approach to hosting infrastructure and maintenance.
16+
17+
This is the entry page for the documentation. It is very much Work in Progress.
18+
19+
it is (currently in the process of being) purpose built for the
20+
[magic](https://magic.github.io) jamstack generator.
21+
22+
### our goals
23+
24+
reproducible and verifiable builds, down to the kernel.
25+
26+
minimal dependencies on all layers, all services custom built.
27+
28+
free (as in freedom) and open source toolchain.
29+
30+
</div>

src/pages/index.mjs

-29
This file was deleted.

src/pages/privacy.md

+25
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
---
2+
@state {
3+
"title": "@grundstein - privacy policy"
4+
}
5+
---
6+
7+
<div>
8+
9+
## privacy policy
10+
11+
@grundstein does not call home.
12+
13+
we will never, under no circumstances,
14+
transmit information from your servers to
15+
**any** third parties.
16+
17+
we will never transmit data from your servers to ours.
18+
19+
### canary:
20+
21+
as long as
22+
[our canary link works](/canary/),
23+
we have not shared any data about our users with anyone.
24+
25+
thats it.

0 commit comments

Comments
 (0)