mirror of
https://github.com/davegallant/davegallant.github.io.git
synced 2025-08-06 00:33:39 +00:00
Switch themes to minimo
This commit is contained in:
10
Makefile
10
Makefile
@@ -13,16 +13,6 @@ endif
|
||||
server:
|
||||
> hugo server -D
|
||||
|
||||
## deploy: deploy the website to github pages
|
||||
deploy:
|
||||
> @echo -e "\033[0;32mDeploying updates to GitHub...\033[0m"
|
||||
> hugo -t xmin
|
||||
> cd public || exit; \
|
||||
git add .; \
|
||||
msg="rebuilding site $$(date)"; \
|
||||
git commit -m "$$msg"; \
|
||||
git push origin main;
|
||||
|
||||
## help: Print this help message
|
||||
help:
|
||||
> @echo
|
||||
|
Reference in New Issue
Block a user