diff --git a/Makefile b/Makefile index 2a3b731..a1e8871 100644 --- a/Makefile +++ b/Makefile @@ -19,3 +19,11 @@ page: clean build-assets serve: pdm run sphinx-autobuild page page/_build/ -j auto --pre-build="make clean build-assets" --watch=tailwind.config.js --ignore=page/_static/index.css + +.PHONY: refresh-lockfiles +refresh-lockfiles: ## Sync lockfiles with requirements files. + pdm update --update-reuse --group :all + +.PHONY: lock +lock: ## Rebuild lockfiles from scratch, updating all dependencies + pdm update --update-eager --group :all diff --git a/page/_static/favicon.svg b/page/_static/favicon.svg new file mode 100644 index 0000000..ae95606 --- /dev/null +++ b/page/_static/favicon.svg @@ -0,0 +1 @@ + diff --git a/page/_templates/landing-page.html b/page/_templates/landing-page.html index d533cd7..4e88534 100644 --- a/page/_templates/landing-page.html +++ b/page/_templates/landing-page.html @@ -19,7 +19,7 @@ - +