tildepages source repo
Go to file
Jordan Cook c1eec881fc Changes merged into sphinx-tags 2023-11-09 19:27:02 -06:00
assets Add pre-commit 2023-07-10 23:12:20 -05:00
pages Update iNat link 2023-07-11 21:14:10 -05:00
scripts Exit script if any command fails 2023-07-10 17:49:13 -05:00
templates Add Tags to sidebar, and hack in a maxdepth to avoid redundant links 2023-07-11 15:27:41 -05:00
.gitignore Changes merged into sphinx-tags 2023-11-09 19:27:02 -06:00
.pre-commit-config.yaml Add pre-commit 2023-07-10 23:12:20 -05:00
LICENSE Add pre-commit 2023-07-10 23:12:20 -05:00
Makefile Continue 'make all' target if lint step fails 2023-07-11 15:31:33 -05:00
README.md Continue 'make all' target if lint step fails 2023-07-11 15:31:33 -05:00
pyproject.toml Move dependencies to pyproject.toml 2023-07-10 23:12:20 -05:00
requirements.txt Changes merged into sphinx-tags 2023-11-09 19:27:02 -06:00

README.md

jwcook's tilde.team page

https://tilde.team/~jwcook

Markdown-based static site generated with Sphinx and MyST.

Setup

Prerequisites:

  • python 3.8+
  • Install dependencies:
pip install -Ue "."

Usage

Build:

make docs

Build with live browser reload:

make livedocs

Build and publish to tilde.team:

make all