tildepages source repo
Go to file
Jordan Cook 7797107f52 Exit script if any command fails 2023-07-10 17:49:13 -05:00
assets Add more nature photos 2023-07-10 00:04:19 -05:00
pages Add more nature photos 2023-07-10 00:04:19 -05:00
scripts Exit script if any command fails 2023-07-10 17:49:13 -05: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 Update to Sphinx 6 2023-07-09 21:47:22 -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+
pip install -U -r requirements.txt

Usage

Build:

make docs

Build with live reload:

make livedocs

Publish to tilde.team:

make publish