diff options
| author | Fuwn <[email protected]> | 2022-04-04 09:27:31 +0000 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2022-04-04 09:27:31 +0000 |
| commit | cdd70a90aa08713a24ff5489f9e0f23fb38d2762 (patch) | |
| tree | 9bc1e70a3a163223e2181c388dd5ebeafb8a1af0 /.maple | |
| download | maple-0.1.0.tar.xz maple-0.1.0.zip | |
feat: maple 0.1.0 :star:0.1.0
Diffstat (limited to '.maple')
| -rw-r--r-- | .maple/gmi/blog/index.gmi | 7 | ||||
| -rw-r--r-- | .maple/gmi/blog/posts/new_beginnings.gmi | 5 | ||||
| -rw-r--r-- | .maple/gmi/index.gmi | 7 |
3 files changed, 19 insertions, 0 deletions
diff --git a/.maple/gmi/blog/index.gmi b/.maple/gmi/blog/index.gmi new file mode 100644 index 0000000..98e76e0 --- /dev/null +++ b/.maple/gmi/blog/index.gmi @@ -0,0 +1,7 @@ +# Blog + +=> /index.gmi Back + +## Posts + +=> /blog/posts/new_beginnings.gmi New Beginnings diff --git a/.maple/gmi/blog/posts/new_beginnings.gmi b/.maple/gmi/blog/posts/new_beginnings.gmi new file mode 100644 index 0000000..90f82e5 --- /dev/null +++ b/.maple/gmi/blog/posts/new_beginnings.gmi @@ -0,0 +1,5 @@ +# New Beginnings + +A Gemini server is born! + +=> /blog/index.gmi Back diff --git a/.maple/gmi/index.gmi b/.maple/gmi/index.gmi new file mode 100644 index 0000000..a161b58 --- /dev/null +++ b/.maple/gmi/index.gmi @@ -0,0 +1,7 @@ +# Maple + +Hello, World! + +## Links + +=> /blog/index.gmi Blog |