diff options
author | ahriman <ahriman@falte.red> | 2019-09-02 17:42:06 -0400 |
---|---|---|
committer | ahriman <ahriman@falte.red> | 2019-09-02 17:42:06 -0400 |
commit | 0381bce35845cb387fcd7ce124da60b9c45c611a (patch) | |
tree | a28be6c57f92aa6b183f5ccc453cddfecea3c833 /assets | |
download | wiki-0381bce35845cb387fcd7ce124da60b9c45c611a.tar.gz |
tildewiki
Diffstat (limited to 'assets')
-rw-r--r-- | assets/404.md | 5 | ||||
-rw-r--r-- | assets/500.md | 5 | ||||
-rw-r--r-- | assets/icon.png | bin | 0 -> 1037 bytes | |||
-rw-r--r-- | assets/wiki.css | 6 | ||||
-rw-r--r-- | assets/wiki.md | 15 |
5 files changed, 31 insertions, 0 deletions
diff --git a/assets/404.md b/assets/404.md new file mode 100644 index 0000000..51c50ee --- /dev/null +++ b/assets/404.md @@ -0,0 +1,5 @@ +# 404 + +## Not the area code + +## I mean I can't find that :( diff --git a/assets/500.md b/assets/500.md new file mode 100644 index 0000000..8048c97 --- /dev/null +++ b/assets/500.md @@ -0,0 +1,5 @@ +# 500 + +## Oh noez + +## Something went wrong! diff --git a/assets/icon.png b/assets/icon.png new file mode 100644 index 0000000..c36ec50 --- /dev/null +++ b/assets/icon.png Binary files differdiff --git a/assets/wiki.css b/assets/wiki.css new file mode 100644 index 0000000..99a2f63 --- /dev/null +++ b/assets/wiki.css @@ -0,0 +1,6 @@ +body { + max-width: 38rem; + padding: 1.5rem; + margin: auto; + background-color: #b3b3cc; +} diff --git a/assets/wiki.md b/assets/wiki.md new file mode 100644 index 0000000..b012ed9 --- /dev/null +++ b/assets/wiki.md @@ -0,0 +1,15 @@ +# ~institute wiki + +Welcome to the [tilde.institute](https://tilde.institute) wiki! + +If you are new here, you may want to check out the [IRC](/w/irc) page. Or, if you know your way around and want to contribute to the wiki, open a PR! tilde.institute uses [tildegit](https://tildegit.org) for all site-related version control. + +Repository: [tildegit.org/institute/wiki](https://tildegit.org/institute/wiki) + +### Pages + +<!--pagelist--> +<br /> +<br /> +<br /> +<span style="font-size: 0.9em">Powered by [tildewiki](https://github.com/gbmor/tildewiki)</span> |