mirror of
https://github.com/davegallant/davegallant.github.io.git
synced 2025-10-03 08:26:00 +00:00
Switch to gruvbox theme
This commit is contained in:
6
Makefile
6
Makefile
@@ -10,7 +10,8 @@ endif
|
||||
.RECIPEPREFIX = >
|
||||
|
||||
build: clean
|
||||
> hugo
|
||||
> npm ci
|
||||
> hugo --minify
|
||||
|
||||
clean:
|
||||
> rm -rf public/
|
||||
@@ -19,9 +20,6 @@ clean:
|
||||
server:
|
||||
> hugo server --buildDrafts
|
||||
|
||||
## index-pagefind: Not yet implemented
|
||||
index-pagefind:
|
||||
> npx pagefind --source "public"
|
||||
|
||||
## help: Print this help message
|
||||
help:
|
||||
|
Reference in New Issue
Block a user