site/wiki
Travis Briggs f4bff7f9cd Update usenet news article because it's back up! 2020-04-14 20:48:29 -07:00
..
source Update usenet news article because it's back up! 2020-04-14 20:48:29 -07:00
.gitignore stop tracking html build artifacts, add header permalinks 2019-09-22 19:41:13 -04:00
Makefile Add backtick_code_blocks extension, because articles were already using it anyways 2020-04-13 00:57:17 -04:00
README.md switch to a makefile and update contribution instructions 2019-09-22 23:07:21 -04:00
custom.theme Change syntax highlighting to slightly tweaked version of breezeDark, to be more legible 2020-04-11 22:19:14 -07:00
header-permalinks.lua add styling and use section symbol instead 2019-09-22 19:55:57 -04:00
index.php Pull out category frontmatter from articles and sort index by categories 2020-04-12 22:21:15 -07:00
wiki.tmpl Unindent body tag so code blocks do not get weird indentation 2020-04-13 00:57:17 -04:00

README.md

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.