Add make server

main
Jeff Moe 2023-10-25 19:28:39 -06:00
parent 12cd6a0da9
commit ed0b65349c
1 changed files with 6 additions and 3 deletions

View File

@ -19,9 +19,6 @@ all:
$(MAKE) site
$(MAKE) fix
site:
hugo
fix:
./fix-issue-1.sh
./fix-favicon.sh
@ -29,3 +26,9 @@ fix:
push:
git push
git push --tags
server:
hugo server
site:
hugo