about summary refs log tree commit diff stats
path: root/README.md
blob: 3332ff74a105c71fe6a23e25c8dfd4af50a76ca3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# wiki.tilde.institute

This repository holds the wiki data for tilde.institute

To contribute:
* Fork the repository
* Create a branch with an appropriate name:
  * `git checkout -b mycoolpage`
* Add your page in the `pages/` directory
* Submit a PR
* Once it's merged it will be pulled into the wiki

Don't forget to wrap lines at approximately 75 columns. If
you need to, use `fmt -w 75`. For example:

```
$ fmt -w 75 mypage.md | tee mypage.md
```
Then afterwards, check the page to fix anything that got
clobbered.

## Software

This uses [tildewiki](https://github.com/tildeinstitute/tildewiki)