Tweak theme
@@ -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
|
||||
|
@@ -1,4 +0,0 @@
|
||||
{
|
||||
"name": "davegallant.github.io",
|
||||
"version": "0.1.0"
|
||||
}
|
@@ -16,7 +16,7 @@
|
||||
--bg3: #665c54;
|
||||
--bg4: #32344a;
|
||||
--fg: var(--fg1);
|
||||
--fg0: #C792EA;
|
||||
--fg0: #89DDFF;
|
||||
--fg1: #dddfeb;
|
||||
--fg2: #7da6ff;
|
||||
--fg3: #9ece6a;
|
@@ -65,7 +65,7 @@ header {
|
||||
}
|
||||
|
||||
&::placeholder {
|
||||
color: var(--fg3);
|
||||
color: var(--fg1);
|
||||
}
|
||||
|
||||
&[type="search"]::-webkit-search-cancel-button {
|
Before Width: | Height: | Size: 7.8 KiB After Width: | Height: | Size: 7.8 KiB |
Before Width: | Height: | Size: 4.0 MiB After Width: | Height: | Size: 4.0 MiB |
Before Width: | Height: | Size: 2.3 MiB After Width: | Height: | Size: 2.3 MiB |
Before Width: | Height: | Size: 61 KiB After Width: | Height: | Size: 61 KiB |
Before Width: | Height: | Size: 3.7 KiB After Width: | Height: | Size: 3.7 KiB |
Before Width: | Height: | Size: 1.1 KiB After Width: | Height: | Size: 1.1 KiB |
Before Width: | Height: | Size: 861 KiB After Width: | Height: | Size: 861 KiB |
Before Width: | Height: | Size: 362 KiB After Width: | Height: | Size: 362 KiB |
@@ -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 }}
|
Before Width: | Height: | Size: 3.8 KiB After Width: | Height: | Size: 3.8 KiB |