site/wiki
Andrew H 7b8bc37877
Added section for groups, setuid warning
Added setuid/setgid warning and some additional content for using groups.
2019-10-06 17:53:08 -04:00
..
source Added section for groups, setuid warning 2019-10-06 17:53:08 -04:00
.gitignore stop tracking html build artifacts, add header permalinks 2019-09-22 19:41:13 -04:00
Makefile crash when missing 'pandoc' 2019-10-01 12:59:22 -04:00
README.md switch to a makefile and update contribution instructions 2019-09-22 23:07:21 -04:00
header-permalinks.lua add styling and use section symbol instead 2019-09-22 19:55:57 -04:00
index.php start importing wiki articles from github 2019-09-15 14:43:55 -04:00
wiki.tmpl add beginner cli guide 2019-09-22 23:46:32 -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.