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

@@ -1,35 +1,35 @@
{
"comments": {
"dependencies": {
"@tabler/icons": "github.com/davegallant/hugo-theme-gruvbox",
"flexsearch": "github.com/davegallant/hugo-theme-gruvbox",
"normalize.css": "github.com/davegallant/hugo-theme-gruvbox",
"prism-themes": "github.com/davegallant/hugo-theme-gruvbox",
"prismjs": "github.com/davegallant/hugo-theme-gruvbox",
"@tabler/icons": " github.com/davegallant/hugo-theme-gruvbox",
"flexsearch": " github.com/davegallant/hugo-theme-gruvbox",
"normalize.css": " github.com/davegallant/hugo-theme-gruvbox",
"prism-themes": " github.com/davegallant/hugo-theme-gruvbox",
"prismjs": " github.com/davegallant/hugo-theme-gruvbox",
"simple-icons": "github.com/schnerring/hugo-mod-json-resume",
"typeface-fira-code": "github.com/davegallant/hugo-theme-gruvbox",
"typeface-roboto-slab": "github.com/davegallant/hugo-theme-gruvbox"
"typeface-fira-code": " github.com/davegallant/hugo-theme-gruvbox",
"typeface-roboto-slab": " github.com/davegallant/hugo-theme-gruvbox"
},
"devDependencies": {
"@fullhuman/postcss-purgecss": "github.com/davegallant/hugo-theme-gruvbox",
"cssnano": "github.com/davegallant/hugo-theme-gruvbox",
"eslint": "github.com/davegallant/hugo-theme-gruvbox",
"eslint-config-prettier": "github.com/davegallant/hugo-theme-gruvbox",
"eslint-plugin-prettier": "github.com/davegallant/hugo-theme-gruvbox",
"husky": "github.com/davegallant/hugo-theme-gruvbox",
"lint-staged": "github.com/davegallant/hugo-theme-gruvbox",
"markdownlint-cli": "github.com/davegallant/hugo-theme-gruvbox",
"postcss": "github.com/davegallant/hugo-theme-gruvbox",
"postcss-cli": "github.com/davegallant/hugo-theme-gruvbox",
"postcss-custom-media": "github.com/davegallant/hugo-theme-gruvbox",
"postcss-import": "github.com/davegallant/hugo-theme-gruvbox",
"postcss-nesting": "github.com/davegallant/hugo-theme-gruvbox",
"postcss-preset-env": "github.com/davegallant/hugo-theme-gruvbox",
"postcss-url": "github.com/davegallant/hugo-theme-gruvbox",
"prettier": "github.com/davegallant/hugo-theme-gruvbox",
"prettier-plugin-go-template": "github.com/davegallant/hugo-theme-gruvbox",
"stylelint": "github.com/davegallant/hugo-theme-gruvbox",
"stylelint-prettier": "github.com/davegallant/hugo-theme-gruvbox"
"@fullhuman/postcss-purgecss": " github.com/davegallant/hugo-theme-gruvbox",
"cssnano": " github.com/davegallant/hugo-theme-gruvbox",
"eslint": " github.com/davegallant/hugo-theme-gruvbox",
"eslint-config-prettier": " github.com/davegallant/hugo-theme-gruvbox",
"eslint-plugin-prettier": " github.com/davegallant/hugo-theme-gruvbox",
"husky": " github.com/davegallant/hugo-theme-gruvbox",
"lint-staged": " github.com/davegallant/hugo-theme-gruvbox",
"markdownlint-cli": " github.com/davegallant/hugo-theme-gruvbox",
"postcss": " github.com/davegallant/hugo-theme-gruvbox",
"postcss-cli": " github.com/davegallant/hugo-theme-gruvbox",
"postcss-custom-media": " github.com/davegallant/hugo-theme-gruvbox",
"postcss-import": " github.com/davegallant/hugo-theme-gruvbox",
"postcss-nesting": " github.com/davegallant/hugo-theme-gruvbox",
"postcss-preset-env": " github.com/davegallant/hugo-theme-gruvbox",
"postcss-url": " github.com/davegallant/hugo-theme-gruvbox",
"prettier": " github.com/davegallant/hugo-theme-gruvbox",
"prettier-plugin-go-template": " github.com/davegallant/hugo-theme-gruvbox",
"stylelint": " github.com/davegallant/hugo-theme-gruvbox",
"stylelint-prettier": " github.com/davegallant/hugo-theme-gruvbox"
}
},
"dependencies": {