diff --git a/config.yaml b/config.yaml index d4d7a35c..e7ea724b 100644 --- a/config.yaml +++ b/config.yaml @@ -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 diff --git a/package.hugo.json b/package.hugo.json deleted file mode 100644 index 55fdf1ae..00000000 --- a/package.hugo.json +++ /dev/null @@ -1,4 +0,0 @@ -{ - "name": "davegallant.github.io", - "version": "0.1.0" -} \ No newline at end of file diff --git a/themes/hugo-theme-gruvbox/.editorconfig b/themes/custom-theme/.editorconfig similarity index 100% rename from themes/hugo-theme-gruvbox/.editorconfig rename to themes/custom-theme/.editorconfig diff --git a/themes/hugo-theme-gruvbox/.eslintignore b/themes/custom-theme/.eslintignore similarity index 100% rename from themes/hugo-theme-gruvbox/.eslintignore rename to themes/custom-theme/.eslintignore diff --git a/themes/hugo-theme-gruvbox/.eslintrc.json b/themes/custom-theme/.eslintrc.json similarity index 100% rename from themes/hugo-theme-gruvbox/.eslintrc.json rename to themes/custom-theme/.eslintrc.json diff --git a/themes/hugo-theme-gruvbox/.github/renovate.json b/themes/custom-theme/.github/renovate.json similarity index 100% rename from themes/hugo-theme-gruvbox/.github/renovate.json rename to themes/custom-theme/.github/renovate.json diff --git a/themes/hugo-theme-gruvbox/.github/workflows/publish.yml b/themes/custom-theme/.github/workflows/publish.yml similarity index 100% rename from themes/hugo-theme-gruvbox/.github/workflows/publish.yml rename to themes/custom-theme/.github/workflows/publish.yml diff --git a/themes/hugo-theme-gruvbox/.github/workflows/renovate-hugo-modules.yml b/themes/custom-theme/.github/workflows/renovate-hugo-modules.yml similarity index 100% rename from themes/hugo-theme-gruvbox/.github/workflows/renovate-hugo-modules.yml rename to themes/custom-theme/.github/workflows/renovate-hugo-modules.yml diff --git a/themes/hugo-theme-gruvbox/.gitignore b/themes/custom-theme/.gitignore similarity index 100% rename from themes/hugo-theme-gruvbox/.gitignore rename to themes/custom-theme/.gitignore diff --git a/themes/hugo-theme-gruvbox/.husky/.gitignore b/themes/custom-theme/.husky/.gitignore similarity index 100% rename from themes/hugo-theme-gruvbox/.husky/.gitignore rename to themes/custom-theme/.husky/.gitignore diff --git a/themes/hugo-theme-gruvbox/.husky/pre-commit b/themes/custom-theme/.husky/pre-commit similarity index 100% rename from themes/hugo-theme-gruvbox/.husky/pre-commit rename to themes/custom-theme/.husky/pre-commit diff --git a/themes/hugo-theme-gruvbox/.markdownlintignore b/themes/custom-theme/.markdownlintignore similarity index 100% rename from themes/hugo-theme-gruvbox/.markdownlintignore rename to themes/custom-theme/.markdownlintignore diff --git a/themes/hugo-theme-gruvbox/.prettierignore b/themes/custom-theme/.prettierignore similarity index 100% rename from themes/hugo-theme-gruvbox/.prettierignore rename to themes/custom-theme/.prettierignore diff --git a/themes/hugo-theme-gruvbox/.prettierrc.json b/themes/custom-theme/.prettierrc.json similarity index 100% rename from themes/hugo-theme-gruvbox/.prettierrc.json rename to themes/custom-theme/.prettierrc.json diff --git a/themes/hugo-theme-gruvbox/.stylelintignore b/themes/custom-theme/.stylelintignore similarity index 100% rename from themes/hugo-theme-gruvbox/.stylelintignore rename to themes/custom-theme/.stylelintignore diff --git a/themes/hugo-theme-gruvbox/.stylelintrc.json b/themes/custom-theme/.stylelintrc.json similarity index 100% rename from themes/hugo-theme-gruvbox/.stylelintrc.json rename to themes/custom-theme/.stylelintrc.json diff --git a/themes/hugo-theme-gruvbox/LICENSE b/themes/custom-theme/LICENSE similarity index 100% rename from themes/hugo-theme-gruvbox/LICENSE rename to themes/custom-theme/LICENSE diff --git a/themes/hugo-theme-gruvbox/README.md b/themes/custom-theme/README.md similarity index 100% rename from themes/hugo-theme-gruvbox/README.md rename to themes/custom-theme/README.md diff --git a/themes/hugo-theme-gruvbox/archetypes/default.md b/themes/custom-theme/archetypes/default.md similarity index 100% rename from themes/hugo-theme-gruvbox/archetypes/default.md rename to themes/custom-theme/archetypes/default.md diff --git a/themes/hugo-theme-gruvbox/assets/css/critical/00-vendor.css b/themes/custom-theme/assets/css/critical/00-vendor.css similarity index 100% rename from themes/hugo-theme-gruvbox/assets/css/critical/00-vendor.css rename to themes/custom-theme/assets/css/critical/00-vendor.css diff --git a/themes/hugo-theme-gruvbox/assets/css/critical/10-custom-media.css b/themes/custom-theme/assets/css/critical/10-custom-media.css similarity index 100% rename from themes/hugo-theme-gruvbox/assets/css/critical/10-custom-media.css rename to themes/custom-theme/assets/css/critical/10-custom-media.css diff --git a/themes/hugo-theme-gruvbox/assets/css/critical/15-colors.css b/themes/custom-theme/assets/css/critical/15-colors.css similarity index 98% rename from themes/hugo-theme-gruvbox/assets/css/critical/15-colors.css rename to themes/custom-theme/assets/css/critical/15-colors.css index 407c40ef..2bd11eb3 100644 --- a/themes/hugo-theme-gruvbox/assets/css/critical/15-colors.css +++ b/themes/custom-theme/assets/css/critical/15-colors.css @@ -16,7 +16,7 @@ --bg3: #665c54; --bg4: #32344a; --fg: var(--fg1); - --fg0: #C792EA; + --fg0: #89DDFF; --fg1: #dddfeb; --fg2: #7da6ff; --fg3: #9ece6a; diff --git a/themes/hugo-theme-gruvbox/assets/css/critical/20-base.css b/themes/custom-theme/assets/css/critical/20-base.css similarity index 100% rename from themes/hugo-theme-gruvbox/assets/css/critical/20-base.css rename to themes/custom-theme/assets/css/critical/20-base.css diff --git a/themes/hugo-theme-gruvbox/assets/css/critical/20-scrollbar.css b/themes/custom-theme/assets/css/critical/20-scrollbar.css similarity index 100% rename from themes/hugo-theme-gruvbox/assets/css/critical/20-scrollbar.css rename to themes/custom-theme/assets/css/critical/20-scrollbar.css diff --git a/themes/hugo-theme-gruvbox/assets/css/critical/25-layout.css b/themes/custom-theme/assets/css/critical/25-layout.css similarity index 100% rename from themes/hugo-theme-gruvbox/assets/css/critical/25-layout.css rename to themes/custom-theme/assets/css/critical/25-layout.css diff --git a/themes/hugo-theme-gruvbox/assets/css/critical/30-header.css b/themes/custom-theme/assets/css/critical/30-header.css similarity index 99% rename from themes/hugo-theme-gruvbox/assets/css/critical/30-header.css rename to themes/custom-theme/assets/css/critical/30-header.css index a3062df7..b443d35f 100644 --- a/themes/hugo-theme-gruvbox/assets/css/critical/30-header.css +++ b/themes/custom-theme/assets/css/critical/30-header.css @@ -65,7 +65,7 @@ header { } &::placeholder { - color: var(--fg3); + color: var(--fg1); } &[type="search"]::-webkit-search-cancel-button { diff --git a/themes/hugo-theme-gruvbox/assets/css/critical/35-sidebar.css b/themes/custom-theme/assets/css/critical/35-sidebar.css similarity index 100% rename from themes/hugo-theme-gruvbox/assets/css/critical/35-sidebar.css rename to themes/custom-theme/assets/css/critical/35-sidebar.css diff --git a/themes/hugo-theme-gruvbox/assets/css/critical/40-post.css b/themes/custom-theme/assets/css/critical/40-post.css similarity index 100% rename from themes/hugo-theme-gruvbox/assets/css/critical/40-post.css rename to themes/custom-theme/assets/css/critical/40-post.css diff --git a/themes/hugo-theme-gruvbox/assets/css/non-critical/00-vendor.css b/themes/custom-theme/assets/css/non-critical/00-vendor.css similarity index 100% rename from themes/hugo-theme-gruvbox/assets/css/non-critical/00-vendor.css rename to themes/custom-theme/assets/css/non-critical/00-vendor.css diff --git a/themes/hugo-theme-gruvbox/assets/css/non-critical/10-custom-media.css b/themes/custom-theme/assets/css/non-critical/10-custom-media.css similarity index 100% rename from themes/hugo-theme-gruvbox/assets/css/non-critical/10-custom-media.css rename to themes/custom-theme/assets/css/non-critical/10-custom-media.css diff --git a/themes/hugo-theme-gruvbox/assets/css/non-critical/15-footer.css b/themes/custom-theme/assets/css/non-critical/15-footer.css similarity index 100% rename from themes/hugo-theme-gruvbox/assets/css/non-critical/15-footer.css rename to themes/custom-theme/assets/css/non-critical/15-footer.css diff --git a/themes/hugo-theme-gruvbox/assets/css/non-critical/20-pagination.css b/themes/custom-theme/assets/css/non-critical/20-pagination.css similarity index 100% rename from themes/hugo-theme-gruvbox/assets/css/non-critical/20-pagination.css rename to themes/custom-theme/assets/css/non-critical/20-pagination.css diff --git a/themes/hugo-theme-gruvbox/assets/js/dark-mode.js b/themes/custom-theme/assets/js/dark-mode.js similarity index 100% rename from themes/hugo-theme-gruvbox/assets/js/dark-mode.js rename to themes/custom-theme/assets/js/dark-mode.js diff --git a/themes/hugo-theme-gruvbox/assets/js/flexsearch.js b/themes/custom-theme/assets/js/flexsearch.js similarity index 100% rename from themes/hugo-theme-gruvbox/assets/js/flexsearch.js rename to themes/custom-theme/assets/js/flexsearch.js diff --git a/themes/hugo-theme-gruvbox/assets/js/prism.js b/themes/custom-theme/assets/js/prism.js similarity index 100% rename from themes/hugo-theme-gruvbox/assets/js/prism.js rename to themes/custom-theme/assets/js/prism.js diff --git a/themes/hugo-theme-gruvbox/config/_default/build.toml b/themes/custom-theme/config/_default/build.toml similarity index 100% rename from themes/hugo-theme-gruvbox/config/_default/build.toml rename to themes/custom-theme/config/_default/build.toml diff --git a/themes/hugo-theme-gruvbox/config/_default/config.toml b/themes/custom-theme/config/_default/config.toml similarity index 100% rename from themes/hugo-theme-gruvbox/config/_default/config.toml rename to themes/custom-theme/config/_default/config.toml diff --git a/themes/hugo-theme-gruvbox/config/_default/module.toml b/themes/custom-theme/config/_default/module.toml similarity index 100% rename from themes/hugo-theme-gruvbox/config/_default/module.toml rename to themes/custom-theme/config/_default/module.toml diff --git a/themes/hugo-theme-gruvbox/config/_default/taxonomies.toml b/themes/custom-theme/config/_default/taxonomies.toml similarity index 100% rename from themes/hugo-theme-gruvbox/config/_default/taxonomies.toml rename to themes/custom-theme/config/_default/taxonomies.toml diff --git a/themes/hugo-theme-gruvbox/config/production/config.toml b/themes/custom-theme/config/production/config.toml similarity index 100% rename from themes/hugo-theme-gruvbox/config/production/config.toml rename to themes/custom-theme/config/production/config.toml diff --git a/themes/hugo-theme-gruvbox/content/about.md b/themes/custom-theme/content/about.md similarity index 100% rename from themes/hugo-theme-gruvbox/content/about.md rename to themes/custom-theme/content/about.md diff --git a/themes/hugo-theme-gruvbox/content/blog/embed-video-files/index.md b/themes/custom-theme/content/blog/embed-video-files/index.md similarity index 100% rename from themes/hugo-theme-gruvbox/content/blog/embed-video-files/index.md rename to themes/custom-theme/content/blog/embed-video-files/index.md diff --git a/themes/hugo-theme-gruvbox/content/blog/embed-video-files/my-video.jpg b/themes/custom-theme/content/blog/embed-video-files/my-video.jpg similarity index 100% rename from themes/hugo-theme-gruvbox/content/blog/embed-video-files/my-video.jpg rename to themes/custom-theme/content/blog/embed-video-files/my-video.jpg diff --git a/themes/hugo-theme-gruvbox/content/blog/embed-video-files/my-video.mp4 b/themes/custom-theme/content/blog/embed-video-files/my-video.mp4 similarity index 100% rename from themes/hugo-theme-gruvbox/content/blog/embed-video-files/my-video.mp4 rename to themes/custom-theme/content/blog/embed-video-files/my-video.mp4 diff --git a/themes/hugo-theme-gruvbox/content/blog/embed-video-files/my-video.webm b/themes/custom-theme/content/blog/embed-video-files/my-video.webm similarity index 100% rename from themes/hugo-theme-gruvbox/content/blog/embed-video-files/my-video.webm rename to themes/custom-theme/content/blog/embed-video-files/my-video.webm diff --git a/themes/hugo-theme-gruvbox/content/blog/emoji-support.md b/themes/custom-theme/content/blog/emoji-support.md similarity index 100% rename from themes/hugo-theme-gruvbox/content/blog/emoji-support.md rename to themes/custom-theme/content/blog/emoji-support.md diff --git a/themes/hugo-theme-gruvbox/content/blog/image-optimization/aaron-thomas-dMqlE7lgyOU-unsplash.jpg b/themes/custom-theme/content/blog/image-optimization/aaron-thomas-dMqlE7lgyOU-unsplash.jpg similarity index 100% rename from themes/hugo-theme-gruvbox/content/blog/image-optimization/aaron-thomas-dMqlE7lgyOU-unsplash.jpg rename to themes/custom-theme/content/blog/image-optimization/aaron-thomas-dMqlE7lgyOU-unsplash.jpg diff --git a/themes/hugo-theme-gruvbox/content/blog/image-optimization/alexandre-van-thuan-mr9FouttLGY-unsplash.jpg b/themes/custom-theme/content/blog/image-optimization/alexandre-van-thuan-mr9FouttLGY-unsplash.jpg similarity index 100% rename from themes/hugo-theme-gruvbox/content/blog/image-optimization/alexandre-van-thuan-mr9FouttLGY-unsplash.jpg rename to themes/custom-theme/content/blog/image-optimization/alexandre-van-thuan-mr9FouttLGY-unsplash.jpg diff --git a/themes/hugo-theme-gruvbox/content/blog/image-optimization/index.md b/themes/custom-theme/content/blog/image-optimization/index.md similarity index 100% rename from themes/hugo-theme-gruvbox/content/blog/image-optimization/index.md rename to themes/custom-theme/content/blog/image-optimization/index.md diff --git a/themes/hugo-theme-gruvbox/content/blog/image-optimization/lazy-loading.jpg b/themes/custom-theme/content/blog/image-optimization/lazy-loading.jpg similarity index 100% rename from themes/hugo-theme-gruvbox/content/blog/image-optimization/lazy-loading.jpg rename to themes/custom-theme/content/blog/image-optimization/lazy-loading.jpg diff --git a/themes/hugo-theme-gruvbox/content/blog/image-optimization/lazy-loading.mp4 b/themes/custom-theme/content/blog/image-optimization/lazy-loading.mp4 similarity index 100% rename from themes/hugo-theme-gruvbox/content/blog/image-optimization/lazy-loading.mp4 rename to themes/custom-theme/content/blog/image-optimization/lazy-loading.mp4 diff --git a/themes/hugo-theme-gruvbox/content/blog/image-optimization/lazy-loading.webm b/themes/custom-theme/content/blog/image-optimization/lazy-loading.webm similarity index 100% rename from themes/hugo-theme-gruvbox/content/blog/image-optimization/lazy-loading.webm rename to themes/custom-theme/content/blog/image-optimization/lazy-loading.webm diff --git a/themes/hugo-theme-gruvbox/content/blog/markdown-syntax.md b/themes/custom-theme/content/blog/markdown-syntax.md similarity index 100% rename from themes/hugo-theme-gruvbox/content/blog/markdown-syntax.md rename to themes/custom-theme/content/blog/markdown-syntax.md diff --git a/themes/hugo-theme-gruvbox/content/blog/math-typesetting.md b/themes/custom-theme/content/blog/math-typesetting.md similarity index 100% rename from themes/hugo-theme-gruvbox/content/blog/math-typesetting.md rename to themes/custom-theme/content/blog/math-typesetting.md diff --git a/themes/hugo-theme-gruvbox/content/blog/placeholder-text.md b/themes/custom-theme/content/blog/placeholder-text.md similarity index 100% rename from themes/hugo-theme-gruvbox/content/blog/placeholder-text.md rename to themes/custom-theme/content/blog/placeholder-text.md diff --git a/themes/hugo-theme-gruvbox/content/blog/prism-code-highlighting-showcase.md b/themes/custom-theme/content/blog/prism-code-highlighting-showcase.md similarity index 100% rename from themes/hugo-theme-gruvbox/content/blog/prism-code-highlighting-showcase.md rename to themes/custom-theme/content/blog/prism-code-highlighting-showcase.md diff --git a/themes/hugo-theme-gruvbox/content/blog/rich-content.md b/themes/custom-theme/content/blog/rich-content.md similarity index 100% rename from themes/hugo-theme-gruvbox/content/blog/rich-content.md rename to themes/custom-theme/content/blog/rich-content.md diff --git a/themes/hugo-theme-gruvbox/content/cv.de.md b/themes/custom-theme/content/cv.de.md similarity index 100% rename from themes/hugo-theme-gruvbox/content/cv.de.md rename to themes/custom-theme/content/cv.de.md diff --git a/themes/hugo-theme-gruvbox/content/cv.md b/themes/custom-theme/content/cv.md similarity index 100% rename from themes/hugo-theme-gruvbox/content/cv.md rename to themes/custom-theme/content/cv.md diff --git a/themes/hugo-theme-gruvbox/data/json_resume/en.json b/themes/custom-theme/data/json_resume/en.json similarity index 100% rename from themes/hugo-theme-gruvbox/data/json_resume/en.json rename to themes/custom-theme/data/json_resume/en.json diff --git a/themes/hugo-theme-gruvbox/hugo-theme-gruvbox-inkscape.svg b/themes/custom-theme/hugo-theme-gruvbox-inkscape.svg similarity index 100% rename from themes/hugo-theme-gruvbox/hugo-theme-gruvbox-inkscape.svg rename to themes/custom-theme/hugo-theme-gruvbox-inkscape.svg diff --git a/themes/hugo-theme-gruvbox/hugo-theme-gruvbox.svg b/themes/custom-theme/hugo-theme-gruvbox.svg similarity index 100% rename from themes/hugo-theme-gruvbox/hugo-theme-gruvbox.svg rename to themes/custom-theme/hugo-theme-gruvbox.svg diff --git a/themes/hugo-theme-gruvbox/images/screenshot.png b/themes/custom-theme/images/screenshot.png similarity index 100% rename from themes/hugo-theme-gruvbox/images/screenshot.png rename to themes/custom-theme/images/screenshot.png diff --git a/themes/hugo-theme-gruvbox/images/tn.png b/themes/custom-theme/images/tn.png similarity index 100% rename from themes/hugo-theme-gruvbox/images/tn.png rename to themes/custom-theme/images/tn.png diff --git a/themes/hugo-theme-gruvbox/layouts/404.html b/themes/custom-theme/layouts/404.html similarity index 100% rename from themes/hugo-theme-gruvbox/layouts/404.html rename to themes/custom-theme/layouts/404.html diff --git a/themes/hugo-theme-gruvbox/layouts/_default/_markup/render-heading.html b/themes/custom-theme/layouts/_default/_markup/render-heading.html similarity index 100% rename from themes/hugo-theme-gruvbox/layouts/_default/_markup/render-heading.html rename to themes/custom-theme/layouts/_default/_markup/render-heading.html diff --git a/themes/hugo-theme-gruvbox/layouts/_default/_markup/render-link.html b/themes/custom-theme/layouts/_default/_markup/render-link.html similarity index 100% rename from themes/hugo-theme-gruvbox/layouts/_default/_markup/render-link.html rename to themes/custom-theme/layouts/_default/_markup/render-link.html diff --git a/themes/hugo-theme-gruvbox/layouts/_default/baseof.html b/themes/custom-theme/layouts/_default/baseof.html similarity index 100% rename from themes/hugo-theme-gruvbox/layouts/_default/baseof.html rename to themes/custom-theme/layouts/_default/baseof.html diff --git a/themes/hugo-theme-gruvbox/layouts/_default/list.html b/themes/custom-theme/layouts/_default/list.html similarity index 100% rename from themes/hugo-theme-gruvbox/layouts/_default/list.html rename to themes/custom-theme/layouts/_default/list.html diff --git a/themes/hugo-theme-gruvbox/layouts/_default/single.html b/themes/custom-theme/layouts/_default/single.html similarity index 100% rename from themes/hugo-theme-gruvbox/layouts/_default/single.html rename to themes/custom-theme/layouts/_default/single.html diff --git a/themes/hugo-theme-gruvbox/layouts/index.html b/themes/custom-theme/layouts/index.html similarity index 100% rename from themes/hugo-theme-gruvbox/layouts/index.html rename to themes/custom-theme/layouts/index.html diff --git a/themes/hugo-theme-gruvbox/layouts/partials/comments.html b/themes/custom-theme/layouts/partials/comments.html similarity index 100% rename from themes/hugo-theme-gruvbox/layouts/partials/comments.html rename to themes/custom-theme/layouts/partials/comments.html diff --git a/themes/hugo-theme-gruvbox/layouts/partials/footer.html b/themes/custom-theme/layouts/partials/footer.html similarity index 100% rename from themes/hugo-theme-gruvbox/layouts/partials/footer.html rename to themes/custom-theme/layouts/partials/footer.html diff --git a/themes/hugo-theme-gruvbox/layouts/partials/footer_end.html b/themes/custom-theme/layouts/partials/footer_end.html similarity index 100% rename from themes/hugo-theme-gruvbox/layouts/partials/footer_end.html rename to themes/custom-theme/layouts/partials/footer_end.html diff --git a/themes/hugo-theme-gruvbox/layouts/partials/head/dark-mode.html b/themes/custom-theme/layouts/partials/head/dark-mode.html similarity index 100% rename from themes/hugo-theme-gruvbox/layouts/partials/head/dark-mode.html rename to themes/custom-theme/layouts/partials/head/dark-mode.html diff --git a/themes/hugo-theme-gruvbox/layouts/partials/head/favicons.html b/themes/custom-theme/layouts/partials/head/favicons.html similarity index 100% rename from themes/hugo-theme-gruvbox/layouts/partials/head/favicons.html rename to themes/custom-theme/layouts/partials/head/favicons.html diff --git a/themes/hugo-theme-gruvbox/layouts/partials/head/head.html b/themes/custom-theme/layouts/partials/head/head.html similarity index 100% rename from themes/hugo-theme-gruvbox/layouts/partials/head/head.html rename to themes/custom-theme/layouts/partials/head/head.html diff --git a/themes/hugo-theme-gruvbox/layouts/partials/head/head_end.html b/themes/custom-theme/layouts/partials/head/head_end.html similarity index 100% rename from themes/hugo-theme-gruvbox/layouts/partials/head/head_end.html rename to themes/custom-theme/layouts/partials/head/head_end.html diff --git a/themes/hugo-theme-gruvbox/layouts/partials/head/head_start.html b/themes/custom-theme/layouts/partials/head/head_start.html similarity index 100% rename from themes/hugo-theme-gruvbox/layouts/partials/head/head_start.html rename to themes/custom-theme/layouts/partials/head/head_start.html diff --git a/themes/hugo-theme-gruvbox/layouts/partials/head/resource-hints.html b/themes/custom-theme/layouts/partials/head/resource-hints.html similarity index 100% rename from themes/hugo-theme-gruvbox/layouts/partials/head/resource-hints.html rename to themes/custom-theme/layouts/partials/head/resource-hints.html diff --git a/themes/hugo-theme-gruvbox/layouts/partials/head/seo.html b/themes/custom-theme/layouts/partials/head/seo.html similarity index 100% rename from themes/hugo-theme-gruvbox/layouts/partials/head/seo.html rename to themes/custom-theme/layouts/partials/head/seo.html diff --git a/themes/hugo-theme-gruvbox/layouts/partials/head/stylesheets.html b/themes/custom-theme/layouts/partials/head/stylesheets.html similarity index 92% rename from themes/hugo-theme-gruvbox/layouts/partials/head/stylesheets.html rename to themes/custom-theme/layouts/partials/head/stylesheets.html index 128492c1..cba98fdf 100644 --- a/themes/hugo-theme-gruvbox/layouts/partials/head/stylesheets.html +++ b/themes/custom-theme/layouts/partials/head/stylesheets.html @@ -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 }} diff --git a/themes/hugo-theme-gruvbox/layouts/partials/header.html b/themes/custom-theme/layouts/partials/header.html similarity index 100% rename from themes/hugo-theme-gruvbox/layouts/partials/header.html rename to themes/custom-theme/layouts/partials/header.html diff --git a/themes/hugo-theme-gruvbox/layouts/partials/icons/simple-icon.html b/themes/custom-theme/layouts/partials/icons/simple-icon.html similarity index 100% rename from themes/hugo-theme-gruvbox/layouts/partials/icons/simple-icon.html rename to themes/custom-theme/layouts/partials/icons/simple-icon.html diff --git a/themes/hugo-theme-gruvbox/layouts/partials/icons/svg.html b/themes/custom-theme/layouts/partials/icons/svg.html similarity index 100% rename from themes/hugo-theme-gruvbox/layouts/partials/icons/svg.html rename to themes/custom-theme/layouts/partials/icons/svg.html diff --git a/themes/hugo-theme-gruvbox/layouts/partials/icons/tabler-icon.html b/themes/custom-theme/layouts/partials/icons/tabler-icon.html similarity index 100% rename from themes/hugo-theme-gruvbox/layouts/partials/icons/tabler-icon.html rename to themes/custom-theme/layouts/partials/icons/tabler-icon.html diff --git a/themes/hugo-theme-gruvbox/layouts/partials/image.html b/themes/custom-theme/layouts/partials/image.html similarity index 100% rename from themes/hugo-theme-gruvbox/layouts/partials/image.html rename to themes/custom-theme/layouts/partials/image.html diff --git a/themes/hugo-theme-gruvbox/layouts/partials/pagination.html b/themes/custom-theme/layouts/partials/pagination.html similarity index 100% rename from themes/hugo-theme-gruvbox/layouts/partials/pagination.html rename to themes/custom-theme/layouts/partials/pagination.html diff --git a/themes/hugo-theme-gruvbox/layouts/partials/post-list.html b/themes/custom-theme/layouts/partials/post-list.html similarity index 100% rename from themes/hugo-theme-gruvbox/layouts/partials/post-list.html rename to themes/custom-theme/layouts/partials/post-list.html diff --git a/themes/hugo-theme-gruvbox/layouts/partials/post-meta.html b/themes/custom-theme/layouts/partials/post-meta.html similarity index 100% rename from themes/hugo-theme-gruvbox/layouts/partials/post-meta.html rename to themes/custom-theme/layouts/partials/post-meta.html diff --git a/themes/hugo-theme-gruvbox/layouts/partials/sidebar.html b/themes/custom-theme/layouts/partials/sidebar.html similarity index 100% rename from themes/hugo-theme-gruvbox/layouts/partials/sidebar.html rename to themes/custom-theme/layouts/partials/sidebar.html diff --git a/themes/hugo-theme-gruvbox/layouts/robots.txt b/themes/custom-theme/layouts/robots.txt similarity index 100% rename from themes/hugo-theme-gruvbox/layouts/robots.txt rename to themes/custom-theme/layouts/robots.txt diff --git a/themes/hugo-theme-gruvbox/layouts/shortcodes/cv.html b/themes/custom-theme/layouts/shortcodes/cv.html similarity index 100% rename from themes/hugo-theme-gruvbox/layouts/shortcodes/cv.html rename to themes/custom-theme/layouts/shortcodes/cv.html diff --git a/themes/hugo-theme-gruvbox/layouts/shortcodes/prism-features.html b/themes/custom-theme/layouts/shortcodes/prism-features.html similarity index 100% rename from themes/hugo-theme-gruvbox/layouts/shortcodes/prism-features.html rename to themes/custom-theme/layouts/shortcodes/prism-features.html diff --git a/themes/hugo-theme-gruvbox/layouts/shortcodes/video.html b/themes/custom-theme/layouts/shortcodes/video.html similarity index 100% rename from themes/hugo-theme-gruvbox/layouts/shortcodes/video.html rename to themes/custom-theme/layouts/shortcodes/video.html diff --git a/themes/hugo-theme-gruvbox/package-lock.json b/themes/custom-theme/package-lock.json similarity index 100% rename from themes/hugo-theme-gruvbox/package-lock.json rename to themes/custom-theme/package-lock.json diff --git a/themes/hugo-theme-gruvbox/package.hugo.json b/themes/custom-theme/package.hugo.json similarity index 100% rename from themes/hugo-theme-gruvbox/package.hugo.json rename to themes/custom-theme/package.hugo.json diff --git a/themes/hugo-theme-gruvbox/package.json b/themes/custom-theme/package.json similarity index 100% rename from themes/hugo-theme-gruvbox/package.json rename to themes/custom-theme/package.json diff --git a/themes/hugo-theme-gruvbox/postcss.config.js b/themes/custom-theme/postcss.config.js similarity index 100% rename from themes/hugo-theme-gruvbox/postcss.config.js rename to themes/custom-theme/postcss.config.js diff --git a/themes/hugo-theme-gruvbox/static/android-chrome-192x192.png b/themes/custom-theme/static/android-chrome-192x192.png similarity index 100% rename from themes/hugo-theme-gruvbox/static/android-chrome-192x192.png rename to themes/custom-theme/static/android-chrome-192x192.png diff --git a/themes/hugo-theme-gruvbox/static/android-chrome-512x512.png b/themes/custom-theme/static/android-chrome-512x512.png similarity index 100% rename from themes/hugo-theme-gruvbox/static/android-chrome-512x512.png rename to themes/custom-theme/static/android-chrome-512x512.png diff --git a/themes/hugo-theme-gruvbox/static/apple-touch-icon.png b/themes/custom-theme/static/apple-touch-icon.png similarity index 100% rename from themes/hugo-theme-gruvbox/static/apple-touch-icon.png rename to themes/custom-theme/static/apple-touch-icon.png diff --git a/themes/hugo-theme-gruvbox/static/browserconfig.xml b/themes/custom-theme/static/browserconfig.xml similarity index 100% rename from themes/hugo-theme-gruvbox/static/browserconfig.xml rename to themes/custom-theme/static/browserconfig.xml diff --git a/themes/hugo-theme-gruvbox/static/css/.gitkeep b/themes/custom-theme/static/css/.gitkeep similarity index 100% rename from themes/hugo-theme-gruvbox/static/css/.gitkeep rename to themes/custom-theme/static/css/.gitkeep diff --git a/themes/hugo-theme-gruvbox/static/favicon-16x16.png b/themes/custom-theme/static/favicon-16x16.png similarity index 100% rename from themes/hugo-theme-gruvbox/static/favicon-16x16.png rename to themes/custom-theme/static/favicon-16x16.png diff --git a/themes/hugo-theme-gruvbox/static/favicon-32x32.png b/themes/custom-theme/static/favicon-32x32.png similarity index 100% rename from themes/hugo-theme-gruvbox/static/favicon-32x32.png rename to themes/custom-theme/static/favicon-32x32.png diff --git a/themes/hugo-theme-gruvbox/static/favicon.ico b/themes/custom-theme/static/favicon.ico similarity index 100% rename from themes/hugo-theme-gruvbox/static/favicon.ico rename to themes/custom-theme/static/favicon.ico diff --git a/themes/hugo-theme-gruvbox/static/js/.gitkeep b/themes/custom-theme/static/js/.gitkeep similarity index 100% rename from themes/hugo-theme-gruvbox/static/js/.gitkeep rename to themes/custom-theme/static/js/.gitkeep diff --git a/themes/hugo-theme-gruvbox/static/mstile-144x144.png b/themes/custom-theme/static/mstile-144x144.png similarity index 100% rename from themes/hugo-theme-gruvbox/static/mstile-144x144.png rename to themes/custom-theme/static/mstile-144x144.png diff --git a/themes/hugo-theme-gruvbox/static/mstile-150x150.png b/themes/custom-theme/static/mstile-150x150.png similarity index 100% rename from themes/hugo-theme-gruvbox/static/mstile-150x150.png rename to themes/custom-theme/static/mstile-150x150.png diff --git a/themes/hugo-theme-gruvbox/static/mstile-310x150.png b/themes/custom-theme/static/mstile-310x150.png similarity index 100% rename from themes/hugo-theme-gruvbox/static/mstile-310x150.png rename to themes/custom-theme/static/mstile-310x150.png diff --git a/themes/hugo-theme-gruvbox/static/mstile-310x310.png b/themes/custom-theme/static/mstile-310x310.png similarity index 100% rename from themes/hugo-theme-gruvbox/static/mstile-310x310.png rename to themes/custom-theme/static/mstile-310x310.png diff --git a/themes/hugo-theme-gruvbox/static/mstile-70x70.png b/themes/custom-theme/static/mstile-70x70.png similarity index 100% rename from themes/hugo-theme-gruvbox/static/mstile-70x70.png rename to themes/custom-theme/static/mstile-70x70.png diff --git a/themes/hugo-theme-gruvbox/static/richard-hendricks.webp b/themes/custom-theme/static/richard-hendricks.webp similarity index 100% rename from themes/hugo-theme-gruvbox/static/richard-hendricks.webp rename to themes/custom-theme/static/richard-hendricks.webp diff --git a/themes/hugo-theme-gruvbox/static/safari-pinned-tab.svg b/themes/custom-theme/static/safari-pinned-tab.svg similarity index 100% rename from themes/hugo-theme-gruvbox/static/safari-pinned-tab.svg rename to themes/custom-theme/static/safari-pinned-tab.svg diff --git a/themes/hugo-theme-gruvbox/static/site.webmanifest b/themes/custom-theme/static/site.webmanifest similarity index 100% rename from themes/hugo-theme-gruvbox/static/site.webmanifest rename to themes/custom-theme/static/site.webmanifest diff --git a/themes/hugo-theme-gruvbox/theme.toml b/themes/custom-theme/theme.toml similarity index 100% rename from themes/hugo-theme-gruvbox/theme.toml rename to themes/custom-theme/theme.toml