jwcook.tilde.team/README.md

29 lines
423 B
Markdown
Raw Permalink Normal View History

2022-11-07 02:52:58 +00:00
# jwcook's tilde.team page
2022-11-23 05:36:42 +00:00
https://tilde.team/~jwcook
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
## Setup
2022-11-07 01:35:34 +00:00
Prerequisites:
* python 3.8+
2023-07-11 03:08:50 +00:00
* Install dependencies:
2022-11-07 02:42:26 +00:00
```bash
2023-07-11 03:08:50 +00:00
pip install -Ue "."
```
## Usage
Build:
```bash
2022-11-07 02:42:26 +00:00
make docs
```
Build with live browser 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
Build and publish to tilde.team:
2022-11-15 04:04:04 +00:00
```bash
make all
2023-07-10 23:48:43 +00:00
```