tildepages source repo
Go to file
Jordan Cook 2635c65a29 Minor edits 2022-11-22 23:57:12 -06:00
assets Add more details on open source projects 2022-11-22 22:52:17 -06:00
pages Minor edits 2022-11-22 23:57:12 -06:00
templates Add back icons.html (needed for collapsed view on mobile) 2022-11-22 17:24:17 -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 Add introduction, move test stuff off of front page 2022-11-22 17:02:13 -06:00
README.md Minor edits 2022-11-22 23:57:12 -06:00
requirements.txt Add sphinx-copybutton back 2022-11-06 22:43:23 -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