@jarrodmillman @stefanv I noticed some similarities between the Makefiles of the [numpy.org](https://github.com/numpy/numpy.org/blob/main/Makefile) and [scientific-python.org](https://github.com/scientific-python/scientific-python.org/blob/main/Makefile) repos. 1. I wonder if would be helpful to unify them, at least the parts that are common to both. 2. If so, it might also be helpful to develop that common part in the [scientific-python-hugo-theme repo](https://github.com/scientific-python/[scientific-python-hugo-theme](https://github.com/scientific-python/scientific-python-hugo-theme)), perhaps so it could be a) used from a submodule, or b) at least used as a template that downstream projects could copy and modify as needed. Please let me know what you think. If you approve, I'll be glad to work on this. Thanks. See also: * https://github.com/numpy/numpy.org/pull/526 * https://github.com/numpy/numpy.org/issues/679