tildepages source repo
Go to file
Jordan Cook 5491760485 Add autosectionlabel 2022-12-01 23:00:31 -06:00
assets Add more details on open source projects 2022-11-22 22:52:17 -06:00
pages Add autosectionlabel 2022-12-01 23:00:31 -06:00
templates Add back icons.html (needed for collapsed view on mobile) 2022-11-22 17:24:17 -06:00
.gitignore WIP: Add blog-style tags 2022-11-26 22:41:26 -06:00
LICENSE Add MIT license 2022-11-06 20:47:01 -06:00
Makefile WIP: Add blog-style tags 2022-11-26 22:41:26 -06:00
README.md Minor edits 2022-11-22 23:57:12 -06:00
requirements.txt WIP: Add blog-style tags 2022-11-26 22:41:26 -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+
pip install -U -r requirements.txt

Usage

Build:

make docs

Build with live reload:

make livedocs

Publish to tilde.team:

make publish