mirror of
https://github.com/davegallant/davegallant.github.io.git
synced 2025-08-06 00:33:39 +00:00
Hide date for about.md
This commit is contained in:
10
Makefile
10
Makefile
@@ -9,14 +9,20 @@ ifeq ($(origin .RECIPEPREFIX), undefined)
|
||||
endif
|
||||
.RECIPEPREFIX = >
|
||||
|
||||
build:
|
||||
> rm -rf public/
|
||||
build: clean
|
||||
> hugo
|
||||
> make index-pagefind
|
||||
|
||||
clean:
|
||||
> rm -rf public/
|
||||
|
||||
## server: run server locally on port 1313 and open in a browser
|
||||
server:
|
||||
> hugo server --buildDrafts
|
||||
|
||||
index-pagefind:
|
||||
> npx pagefind --source "public"
|
||||
|
||||
## help: Print this help message
|
||||
help:
|
||||
> @echo
|
||||
|
Reference in New Issue
Block a user