jwcook.tilde.team/README.md

17 lines
231 B
Markdown
Raw Normal View History

2022-11-07 02:52:58 +00:00
# jwcook's tilde.team page
Markdown-based static site generated with Sphinx and MyST
2022-11-07 01:25:37 +00:00
2022-11-07 01:35:34 +00:00
Prerequisites:
* python 3.8+
2022-11-07 01:25:37 +00:00
To build:
2022-11-07 02:42:26 +00:00
```bash
2022-11-07 01:35:34 +00:00
pip install -U -r requirements.txt
2022-11-07 02:42:26 +00:00
make docs
```
Or with live reload:
```bash
make livedocs
2022-11-07 01:25:37 +00:00
```