mirror of
https://github.com/davegallant/davegallant.github.io.git
synced 2025-08-15 20:48:39 +00:00
6
Makefile
6
Makefile
@@ -10,8 +10,7 @@ endif
|
||||
.RECIPEPREFIX = >
|
||||
|
||||
build: clean
|
||||
> npm ci
|
||||
> hugo --minify
|
||||
> hugo
|
||||
|
||||
clean:
|
||||
> rm -rf public/
|
||||
@@ -20,6 +19,9 @@ 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