tildepages source repo
Go to file
Jordan Cook 58ea59d67f Add Tags to sidebar, and hack in a maxdepth to avoid redundant links 2023-07-11 15:27:41 -05:00
assets Add pre-commit 2023-07-10 23:12:20 -05:00
pages Add Tags to sidebar, and hack in a maxdepth to avoid redundant links 2023-07-11 15:27:41 -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 Move dependencies to pyproject.toml 2023-07-10 23:12:20 -05: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 Open browser with 'make livedocs' 2023-07-10 23:12:20 -05:00
README.md Move dependencies to pyproject.toml 2023-07-10 23:12:20 -05:00
pyproject.toml Move dependencies to pyproject.toml 2023-07-10 23:12:20 -05: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 reload:

make livedocs

Publish to tilde.team:

make publish