tildepages source repo
Go to file
Jordan Cook e79d57c91a Add sphinx-copybutton back 2022-11-06 22:43:23 -06:00
assets Remove some unused font files 2022-11-06 21:57:17 -06:00
pages Add sphinx-copybutton back 2022-11-06 22:43:23 -06:00
.gitignore Move assets under root dir 2022-11-06 21:09:48 -06:00
LICENSE Add MIT license 2022-11-06 20:47:01 -06:00
Makefile Color adjustments 2022-11-06 21:57:17 -06:00
README.md Move assets under root dir 2022-11-06 21:09:48 -06:00
requirements.txt Add sphinx-copybutton back 2022-11-06 22:43:23 -06:00

README.md

jwcook's tilde.team page

Markdown-based static site generated with Sphinx and MyST

Prerequisites:

  • python 3.8+

To build:

pip install -U -r requirements.txt
make docs

Or with live reload:

make livedocs