Personal website, quarto
compiled to Markdown, site generated with Hugo.
Build status at mikedecr.computer:
Requires:
uv
- for historical reasons, micromamba
git clone git@github.com:mikedecr/site-hugo.git mikedecr-site && cd mikedecr-site
# website theme & blog posts are submodules
git submodule update --init --recursive
# builds local venv & installs locally defined scripting tools
uv sync
# symlink submodule content, render blog posts, & serve site locally
uv run mkd build