- v2024.0
Generated using Hugo, orchestrated using Github Actions on a Unix-like platform with make
, curl
, and git
.
My website is currently being hosted by github Pages.
First, clone this repository somewhere; to install all of the remotely generated sources, run
make img-deps
For the most part, the build is "vanilla" Hugo, so a standard Hugo integration works without modification for this content. The theme is a vendored and customized version of the universal theme, with all due credit to the creator. Support their work!
As documented in the CI file bitbucket-pipelines.yml
or the .github
workflow, it is enough to run hugo --verbose --minify
, equivalent to make generate
, to generate the static pages.
To make more significant changes to the pages, it is recommended to run hugo
as a server, using
make serve
To generate a new page (in particular, to automatically set the date) run
make new FileName=...
For example, to make a new blog post with the title 230203ImplicitFunctionTheoremApplications
, run
make new FileName=posts/230203ImplicitFunctionTheoremApplications