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

View File

@@ -14,6 +14,8 @@ params:
text: davegallant.ca
url: /
defaultTheme: "dark"
comments:
utterances:
enable: true
@@ -61,6 +63,13 @@ module:
imports:
- path: github.com/davegallant/hugo-theme-gruvbox
- path: github.com/schnerring/hugo-mod-json-resume
mounts:
- source: data
target: data
- source: layouts
target: layouts
- source: assets/css/json-resume.css
target: assets/css/critical/44-json-resume.css
mounts:
- source: node_modules/simple-icons/icons
target: assets/simple-icons