Tweak theme

This commit is contained in:
Dave Gallant
2024-04-07 21:46:55 -04:00
parent 2475d2d67e
commit 8d898eb69a
117 changed files with 5 additions and 9 deletions

View File

@@ -72,7 +72,7 @@ markup:
module:
imports:
- path: hugo-theme-gruvbox
- path: custom-theme
mounts:
- source: node_modules/simple-icons/icons
target: assets/simple-icons

View File

@@ -1,4 +0,0 @@
{
"name": "davegallant.github.io",
"version": "0.1.0"
}

View File

@@ -16,7 +16,7 @@
--bg3: #665c54;
--bg4: #32344a;
--fg: var(--fg1);
--fg0: #C792EA;
--fg0: #89DDFF;
--fg1: #dddfeb;
--fg2: #7da6ff;
--fg3: #9ece6a;

View File

@@ -65,7 +65,7 @@ header {
}
&::placeholder {
color: var(--fg3);
color: var(--fg1);
}
&[type="search"]::-webkit-search-cancel-button {

View File

Before

Width:  |  Height:  |  Size: 7.8 KiB

After

Width:  |  Height:  |  Size: 7.8 KiB

View File

Before

Width:  |  Height:  |  Size: 3.7 KiB

After

Width:  |  Height:  |  Size: 3.7 KiB

View File

Before

Width:  |  Height:  |  Size: 1.1 KiB

After

Width:  |  Height:  |  Size: 1.1 KiB

View File

Before

Width:  |  Height:  |  Size: 861 KiB

After

Width:  |  Height:  |  Size: 861 KiB

View File

Before

Width:  |  Height:  |  Size: 362 KiB

After

Width:  |  Height:  |  Size: 362 KiB

View File

@@ -3,8 +3,8 @@
{{ $critical := sort (resources.Match "css/critical/*.css") "Name" | resources.Concat nil | resources.ExecuteAsTemplate nil . | resources.PostCSS }}
{{ $nonCritical := sort (resources.Match "css/non-critical/*.css") "Name" | resources.Concat "css/non-critical.css" | resources.ExecuteAsTemplate "css/non-critical.css" . | resources.PostCSS }}
{{ $prismDark := resources.Get "prism-themes/prism-synthwave84.css" }}
{{ $prismLight := resources.Get "prism-themes/prism-synthwave84.css" }}
{{ $prismDark := resources.Get "prism-themes/prism-coldark-dark.css" }}
{{ $prismLight := resources.Get "prism-themes/prism-coldark-dark.css" }}
{{ if hugo.IsProduction }}
{{ $critical = $critical | resources.PostProcess }}

View File

Before

Width:  |  Height:  |  Size: 3.8 KiB

After

Width:  |  Height:  |  Size: 3.8 KiB

Some files were not shown because too many files have changed in this diff Show More