Switch to gruvbox theme

This commit is contained in:
Dave Gallant
2024-01-01 23:33:36 -05:00
parent c545a5a8c8
commit 66cff08323
513 changed files with 8930 additions and 20205 deletions

View File

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