Hugo research blog for Repurtum Research Lab, styled with a Tufte-inspired reading layout.
Research notes live in:
content/notes/
The first note is:
content/notes/azul/index.md
Use the sidenote and marginnote shortcodes for Tufte-style annotations.
hugo server --bind 127.0.0.1Open:
http://127.0.0.1:1313/
hugo --gc --minifyThe static output is written to public/.
GitHub Pages deploys from .github/workflows/deploy.yml on every push to main.
You can also run the workflow manually from GitHub Actions.