jwcook.tilde.team/README.md

22 lines
356 B
Markdown
Raw Normal View History

2022-11-07 02:52:58 +00:00
# jwcook's tilde.team page
2022-11-15 04:04:04 +00:00
Markdown-based static site generated with [Sphinx](docs.readthedocs.io) and [MyST](https://myst-parser.readthedocs.io).
2022-11-07 01:25:37 +00:00
2022-11-15 04:04:04 +00:00
## Usage
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
```
2022-11-15 04:04:04 +00:00
Or build with live reload:
2022-11-07 02:42:26 +00:00
```bash
make livedocs
2022-11-07 01:25:37 +00:00
```
2022-11-15 04:04:04 +00:00
Publish to tilde.team:
```bash
make publish
```