Files
site/wiki
login000 2b05b8592c Updated wiki.tmpl to let some bugs out
1. Moved the footer to before </body>
2. Wrapped <div class="content"></div> around the actual contents of <body> (excluding the navbar and footer, just like the main tilde.club page).
3. Added a missing </div> for <div class="col">
4. Removed a couple newlines after the </html> tag.
2020-05-07 14:26:14 +10:00
..
2020-04-26 16:52:24 -06:00
2020-05-06 23:11:12 -04:00
2020-05-06 01:06:18 -04:00
2020-04-26 18:36:07 -04:00

tilde.club wiki

to write an article, make a markdown file in source/ and fill out the appropriate metadata keys. only title and author are required.

to build the wiki pages, just run make. the resulting html files will not be tracked in this repo.

open a PR with your changes! feel free to send a patch with git-send-email(1) to root@tilde.club if you prefer that workflow.