Temporarily hardcode critical css in forked theme

This commit is contained in:
Dave Gallant
2024-01-02 10:53:34 -05:00
parent 789cae3baa
commit 0da424dd19
6 changed files with 997 additions and 34 deletions

3
go.mod
View File

@@ -3,7 +3,6 @@ module davegallant.github.io
go 1.23
require (
github.com/davegallant/hugo-theme-gruvbox v0.0.0-20240102030224-3e3d39381e83 // indirect
github.com/davegallant/hugo-theme-gruvbox v0.0.0-20240102155230-cac2894e8557 // indirect
github.com/schnerring/hugo-mod-json-resume v0.0.0-20231224014047-e651a547c19a // indirect
github.com/schnerring/hugo-theme-gruvbox v0.0.0-20231222001142-c40bfccc26fe // indirect
)