switch to a makefile and update contribution instructions

This commit is contained in:
Ben Harris
2019-09-22 23:07:21 -04:00
parent 19c91c4033
commit 8b7f95ae74
5 changed files with 38 additions and 80 deletions

View File

@@ -1,10 +1,12 @@
# tilde.club wiki
to write an article, make a markdown file in source/ and fill out the appropriate
metadata keys (see source/ssh.md).
to write an article, make a markdown file in source/ and fill out the
appropriate metadata keys. only title and author are required.
run
./build-wiki.sh
to build the wiki pages, just run `make`. the resulting html files will
not be tracked in this repo.
before committing, and open a PR!
open a PR with your changes! feel free to send a patch with
[git-send-email(1)](https://git-send-email.io) to root@tilde.club if you prefer
that workflow.