My personal blog, https://blog.waldo.town
  • Jupyter Notebook 93.2%
  • XSLT 4.3%
  • CSS 1.4%
  • JavaScript 0.6%
  • Liquid 0.4%
Find a file
2026-07-15 22:04:54 -07:00
.vscode Closer to nbconvert working how I want 2026-02-09 12:28:45 -08:00
_config Update header font weight and section anchor symbol 2026-03-28 08:32:46 -07:00
content Finish context menu, switch math extensions 2026-07-15 22:04:54 -07:00
public ChimeraX vseries quick action 2026-07-15 15:30:18 -07:00
.envrc Closer to nbconvert working how I want 2026-02-09 12:28:45 -08:00
.gitignore Ignore notebook image dirs since they're in notebooks 2026-03-05 14:21:49 -08:00
.python-version Closer to nbconvert working how I want 2026-02-09 12:28:45 -08:00
blog-logo.afdesign Open Graph previews 2025-06-25 11:14:15 -07:00
codebook.toml Finish context menu, switch math extensions 2026-07-15 22:04:54 -07:00
eleventy.config.js Finish context menu, switch math extensions 2026-07-15 22:04:54 -07:00
justfile Ignore notebook image dirs since they're in notebooks 2026-03-05 14:21:49 -08:00
new-post new-post: nounset 2026-06-27 14:38:37 -07:00
package-lock.json Finish context menu, switch math extensions 2026-07-15 22:04:54 -07:00
package.json Finish context menu, switch math extensions 2026-07-15 22:04:54 -07:00
pyproject.toml Closer to nbconvert working how I want 2026-02-09 12:28:45 -08:00
README.md Add build instructions to README 2026-03-06 14:36:28 -08:00
uv.lock Closer to nbconvert working how I want 2026-02-09 12:28:45 -08:00

Waldo Blog

Read the blog here

Writing

Are you me?

Requirements

Installation

  1. clone this repo
  2. symlink my nbconvert into ./bin/nbconvert
  3. uv sync
  4. npm 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.