tildepages source repo
assets | ||
pages | ||
src | ||
templates | ||
.gitignore | ||
.pre-commit-config.yaml | ||
giscus.json | ||
justfile | ||
LICENSE | ||
LICENSE-SRC | ||
package-lock.json | ||
package.json | ||
pyproject.toml | ||
README.md |
jwcook's home page
- Main site: https://jwcook.dev
- Tilde site: https://tilde.team/~jwcook
Markdown-based static site generated with Sphinx and MyST.
License
- Code located under
/src
is under the MIT License - All other content is under Creative Commons CC-BY-NC-SA
Setup
Prerequisites:
Install dependencies:
pip install -Ue "."
npm install
Usage
Build:
just build
Build with live browser reload:
just live
Publish:
just publish