Makefile: add docs-serve and docs-build step

This commit is contained in:
Gabriel Arazas 2023-07-11 13:20:54 +08:00
parent 9a2372c6af
commit c6129ea634
No known key found for this signature in database
GPG Key ID: ADE0C41DAB221FCC

View File

@ -24,3 +24,11 @@ update_with_forked_inputs:
nix flake lock \ nix flake lock \
--override-input guix-overlay git+file:///home/foo-dogsquared/library/projects/software/nix-overlay-guix/ \ --override-input guix-overlay git+file:///home/foo-dogsquared/library/projects/software/nix-overlay-guix/ \
--override-input dotfiles git+file:///home/foo-dogsquared/library/dotfiles/ --override-input dotfiles git+file:///home/foo-dogsquared/library/dotfiles/
.PHONY: docs-serve
docs-serve:
nix develop '.#docs' --impure -c hugo -s ./docs serve
.PHONY: docs-build
docs-build:
nix develop '.#docs' --impure -c hugo -s ./docs/