Hide date for about.md

This commit is contained in:
Dave Gallant
2023-12-16 14:41:26 -05:00
parent 3c1f66efe7
commit feaf9c6be0
212 changed files with 3051 additions and 1697 deletions

View File

@@ -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