Add links and cleanup formatting on multiple articles

This commit is contained in:
Travis Briggs
2020-04-12 21:47:42 -07:00
committed by Ben Harris
parent 32e36c7242
commit 8855b7cfbf
16 changed files with 37 additions and 38 deletions

View File

@@ -10,19 +10,20 @@ or maybe you just found a typo on one of the existing pages!
follow these steps to submit a change.
1. grab a copy of the site's source code
```bash
git clone https://github.com/tildeclub/site tilde.club && cd tilde.club/wiki
```
git clone https://github.com/tildeclub/site tilde.club && cd tilde.club/wiki
1. make a new article or update an existing one. make sure that you create the
2. make a new article or update an existing one. make sure that you create the
title and author keys in the yaml frontmatter (see an existing article for
an example)
1. submit the code via a PR on github or with git-send-email(1) to root@tilde.club
3. submit the code via a PR on github or with git-send-email(1) to root@tilde.club
see [git-send-email.io](https://git-send-email.io) for more info on how to use
it. if you're working locally on tilde.club, you won't have to configure
anything; git will use the system's sendmail to handle the email.
1. profit???
4. profit???
ask on irc if you have questions!
ask on [irc](chat.html#irc) if you have questions!