Revert "Switch to gruvbox theme"

This reverts commit 66cff08323.
This commit is contained in:
Dave Gallant
2024-01-02 01:18:11 -05:00
parent 66cff08323
commit 2e34ac9ac4
513 changed files with 20205 additions and 8930 deletions

View File

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