My personal blog, https://blog.waldo.town
- Jupyter Notebook 93.2%
- XSLT 4.3%
- CSS 1.4%
- JavaScript 0.6%
- Liquid 0.4%
| .vscode | ||
| _config | ||
| content | ||
| public | ||
| .envrc | ||
| .gitignore | ||
| .python-version | ||
| blog-logo.afdesign | ||
| codebook.toml | ||
| eleventy.config.js | ||
| justfile | ||
| new-post | ||
| package-lock.json | ||
| package.json | ||
| pyproject.toml | ||
| README.md | ||
| uv.lock | ||
Waldo Blog
Writing
Are you me?
Requirements
Installation
- clone this repo
- symlink my nbconvert into ./bin/nbconvert
uv syncnpm install
Dev server
If you're not writing a jupyter notebook, you can use just serve.
This'll give you an autoupdating live server.
If you are writing a jupyter notebook, use just nbserve instead, which will also watch and convert notebooks.
Building
just build builds the site to _site.