tildepages source repo
Go to file
2024-08-26 12:48:09 -05:00
assets Second draft 2024-08-01 01:19:43 -05:00
pages Sphinx article 1 edits 2024-08-26 12:48:09 -05:00
src Sphinx article 1 edits 2024-08-26 12:48:09 -05:00
templates Fix sitemap relateive link 2024-07-28 17:40:49 -05:00
.gitignore Rename, and unlist for now 2024-08-01 01:51:20 -05:00
.pre-commit-config.yaml Use ruff instead of black+isort 2024-07-16 15:40:14 -05:00
giscus.json Add giscus comments to posts 2024-07-28 16:34:41 -05:00
justfile Add more details on 'About this site' 2024-07-26 01:18:06 -05:00
LICENSE Add separate licenses for code and non-code content 2024-07-26 17:03:23 -05:00
LICENSE-SRC Add separate licenses for code and non-code content 2024-07-26 17:03:23 -05:00
package-lock.json Deploy to Cloudflare Pages 2024-07-19 17:20:58 -05:00
package.json Deploy to Cloudflare Pages 2024-07-19 17:20:58 -05:00
pyproject.toml Sphinx article 1 edits 2024-08-26 12:48:09 -05:00
README.md Add separate licenses for code and non-code content 2024-07-26 17:03:23 -05:00

jwcook's home page

Markdown-based static site generated with Sphinx and MyST.

License

Setup

Prerequisites:

Install dependencies:

pip install -Ue "."
npm install

Usage

Build:

just build

Build with live browser reload:

just live

Publish:

just publish