jwcook.tilde.team/README.md

29 lines
423 B
Markdown

# jwcook's tilde.team page
https://tilde.team/~jwcook
Markdown-based static site generated with [Sphinx](docs.readthedocs.io) and [MyST](https://myst-parser.readthedocs.io).
## Setup
Prerequisites:
* python 3.8+
* Install dependencies:
```bash
pip install -Ue "."
```
## Usage
Build:
```bash
make docs
```
Build with live browser reload:
```bash
make livedocs
```
Build and publish to tilde.team:
```bash
make all
```