From 8d898eb69a15a8419bd97726e77711a49aeff5fb Mon Sep 17 00:00:00 2001 From: Dave Gallant Date: Sun, 7 Apr 2024 21:46:55 -0400 Subject: [PATCH] Tweak theme --- config.yaml | 2 +- package.hugo.json | 4 ---- .../.editorconfig | 0 .../.eslintignore | 0 .../.eslintrc.json | 0 .../.github/renovate.json | 0 .../.github/workflows/publish.yml | 0 .../.github/workflows/renovate-hugo-modules.yml | 0 .../{hugo-theme-gruvbox => custom-theme}/.gitignore | 0 .../.husky/.gitignore | 0 .../.husky/pre-commit | 0 .../.markdownlintignore | 0 .../.prettierignore | 0 .../.prettierrc.json | 0 .../.stylelintignore | 0 .../.stylelintrc.json | 0 themes/{hugo-theme-gruvbox => custom-theme}/LICENSE | 0 .../{hugo-theme-gruvbox => custom-theme}/README.md | 0 .../archetypes/default.md | 0 .../assets/css/critical/00-vendor.css | 0 .../assets/css/critical/10-custom-media.css | 0 .../assets/css/critical/15-colors.css | 2 +- .../assets/css/critical/20-base.css | 0 .../assets/css/critical/20-scrollbar.css | 0 .../assets/css/critical/25-layout.css | 0 .../assets/css/critical/30-header.css | 2 +- .../assets/css/critical/35-sidebar.css | 0 .../assets/css/critical/40-post.css | 0 .../assets/css/non-critical/00-vendor.css | 0 .../assets/css/non-critical/10-custom-media.css | 0 .../assets/css/non-critical/15-footer.css | 0 .../assets/css/non-critical/20-pagination.css | 0 .../assets/js/dark-mode.js | 0 .../assets/js/flexsearch.js | 0 .../assets/js/prism.js | 0 .../config/_default/build.toml | 0 .../config/_default/config.toml | 0 .../config/_default/module.toml | 0 .../config/_default/taxonomies.toml | 0 .../config/production/config.toml | 0 .../content/about.md | 0 .../content/blog/embed-video-files/index.md | 0 .../content/blog/embed-video-files/my-video.jpg | Bin .../content/blog/embed-video-files/my-video.mp4 | Bin .../content/blog/embed-video-files/my-video.webm | Bin .../content/blog/emoji-support.md | 0 .../aaron-thomas-dMqlE7lgyOU-unsplash.jpg | Bin .../alexandre-van-thuan-mr9FouttLGY-unsplash.jpg | Bin .../content/blog/image-optimization/index.md | 0 .../blog/image-optimization/lazy-loading.jpg | Bin .../blog/image-optimization/lazy-loading.mp4 | Bin .../blog/image-optimization/lazy-loading.webm | Bin .../content/blog/markdown-syntax.md | 0 .../content/blog/math-typesetting.md | 0 .../content/blog/placeholder-text.md | 0 .../blog/prism-code-highlighting-showcase.md | 0 .../content/blog/rich-content.md | 0 .../content/cv.de.md | 0 .../content/cv.md | 0 .../data/json_resume/en.json | 0 .../hugo-theme-gruvbox-inkscape.svg | 0 .../hugo-theme-gruvbox.svg | 0 .../images/screenshot.png | Bin .../images/tn.png | Bin .../layouts/404.html | 0 .../layouts/_default/_markup/render-heading.html | 0 .../layouts/_default/_markup/render-link.html | 0 .../layouts/_default/baseof.html | 0 .../layouts/_default/list.html | 0 .../layouts/_default/single.html | 0 .../layouts/index.html | 0 .../layouts/partials/comments.html | 0 .../layouts/partials/footer.html | 0 .../layouts/partials/footer_end.html | 0 .../layouts/partials/head/dark-mode.html | 0 .../layouts/partials/head/favicons.html | 0 .../layouts/partials/head/head.html | 0 .../layouts/partials/head/head_end.html | 0 .../layouts/partials/head/head_start.html | 0 .../layouts/partials/head/resource-hints.html | 0 .../layouts/partials/head/seo.html | 0 .../layouts/partials/head/stylesheets.html | 4 ++-- .../layouts/partials/header.html | 0 .../layouts/partials/icons/simple-icon.html | 0 .../layouts/partials/icons/svg.html | 0 .../layouts/partials/icons/tabler-icon.html | 0 .../layouts/partials/image.html | 0 .../layouts/partials/pagination.html | 0 .../layouts/partials/post-list.html | 0 .../layouts/partials/post-meta.html | 0 .../layouts/partials/sidebar.html | 0 .../layouts/robots.txt | 0 .../layouts/shortcodes/cv.html | 0 .../layouts/shortcodes/prism-features.html | 0 .../layouts/shortcodes/video.html | 0 .../package-lock.json | 0 .../package.hugo.json | 0 .../package.json | 0 .../postcss.config.js | 0 .../static/android-chrome-192x192.png | Bin .../static/android-chrome-512x512.png | Bin .../static/apple-touch-icon.png | Bin .../static/browserconfig.xml | 0 .../static/css/.gitkeep | 0 .../static/favicon-16x16.png | Bin .../static/favicon-32x32.png | Bin .../static/favicon.ico | Bin .../static/js/.gitkeep | 0 .../static/mstile-144x144.png | Bin .../static/mstile-150x150.png | Bin .../static/mstile-310x150.png | Bin .../static/mstile-310x310.png | Bin .../static/mstile-70x70.png | Bin .../static/richard-hendricks.webp | Bin .../static/safari-pinned-tab.svg | 0 .../static/site.webmanifest | 0 .../{hugo-theme-gruvbox => custom-theme}/theme.toml | 0 117 files changed, 5 insertions(+), 9 deletions(-) delete mode 100644 package.hugo.json rename themes/{hugo-theme-gruvbox => custom-theme}/.editorconfig (100%) rename themes/{hugo-theme-gruvbox => custom-theme}/.eslintignore (100%) rename themes/{hugo-theme-gruvbox => custom-theme}/.eslintrc.json (100%) rename themes/{hugo-theme-gruvbox => custom-theme}/.github/renovate.json (100%) rename themes/{hugo-theme-gruvbox => custom-theme}/.github/workflows/publish.yml (100%) rename themes/{hugo-theme-gruvbox => custom-theme}/.github/workflows/renovate-hugo-modules.yml (100%) rename themes/{hugo-theme-gruvbox => custom-theme}/.gitignore (100%) rename themes/{hugo-theme-gruvbox => custom-theme}/.husky/.gitignore (100%) rename themes/{hugo-theme-gruvbox => custom-theme}/.husky/pre-commit (100%) rename themes/{hugo-theme-gruvbox => custom-theme}/.markdownlintignore (100%) rename themes/{hugo-theme-gruvbox => custom-theme}/.prettierignore (100%) rename themes/{hugo-theme-gruvbox => custom-theme}/.prettierrc.json (100%) rename themes/{hugo-theme-gruvbox => custom-theme}/.stylelintignore (100%) rename themes/{hugo-theme-gruvbox => custom-theme}/.stylelintrc.json (100%) rename themes/{hugo-theme-gruvbox => custom-theme}/LICENSE (100%) rename themes/{hugo-theme-gruvbox => custom-theme}/README.md (100%) rename themes/{hugo-theme-gruvbox => custom-theme}/archetypes/default.md (100%) rename themes/{hugo-theme-gruvbox => custom-theme}/assets/css/critical/00-vendor.css (100%) rename themes/{hugo-theme-gruvbox => custom-theme}/assets/css/critical/10-custom-media.css (100%) rename themes/{hugo-theme-gruvbox => custom-theme}/assets/css/critical/15-colors.css (98%) rename themes/{hugo-theme-gruvbox => custom-theme}/assets/css/critical/20-base.css (100%) rename themes/{hugo-theme-gruvbox => custom-theme}/assets/css/critical/20-scrollbar.css (100%) rename themes/{hugo-theme-gruvbox => custom-theme}/assets/css/critical/25-layout.css (100%) rename themes/{hugo-theme-gruvbox => custom-theme}/assets/css/critical/30-header.css (99%) rename themes/{hugo-theme-gruvbox => custom-theme}/assets/css/critical/35-sidebar.css (100%) rename themes/{hugo-theme-gruvbox => custom-theme}/assets/css/critical/40-post.css (100%) rename themes/{hugo-theme-gruvbox => custom-theme}/assets/css/non-critical/00-vendor.css (100%) rename themes/{hugo-theme-gruvbox => custom-theme}/assets/css/non-critical/10-custom-media.css (100%) rename themes/{hugo-theme-gruvbox => custom-theme}/assets/css/non-critical/15-footer.css (100%) rename themes/{hugo-theme-gruvbox => custom-theme}/assets/css/non-critical/20-pagination.css (100%) rename themes/{hugo-theme-gruvbox => custom-theme}/assets/js/dark-mode.js (100%) rename themes/{hugo-theme-gruvbox => custom-theme}/assets/js/flexsearch.js (100%) rename themes/{hugo-theme-gruvbox => custom-theme}/assets/js/prism.js (100%) rename themes/{hugo-theme-gruvbox => custom-theme}/config/_default/build.toml (100%) rename themes/{hugo-theme-gruvbox => custom-theme}/config/_default/config.toml (100%) rename themes/{hugo-theme-gruvbox => custom-theme}/config/_default/module.toml (100%) rename themes/{hugo-theme-gruvbox => custom-theme}/config/_default/taxonomies.toml (100%) rename themes/{hugo-theme-gruvbox => custom-theme}/config/production/config.toml (100%) rename themes/{hugo-theme-gruvbox => custom-theme}/content/about.md (100%) rename themes/{hugo-theme-gruvbox => custom-theme}/content/blog/embed-video-files/index.md (100%) rename themes/{hugo-theme-gruvbox => custom-theme}/content/blog/embed-video-files/my-video.jpg (100%) rename themes/{hugo-theme-gruvbox => custom-theme}/content/blog/embed-video-files/my-video.mp4 (100%) rename themes/{hugo-theme-gruvbox => custom-theme}/content/blog/embed-video-files/my-video.webm (100%) rename themes/{hugo-theme-gruvbox => custom-theme}/content/blog/emoji-support.md (100%) rename themes/{hugo-theme-gruvbox => custom-theme}/content/blog/image-optimization/aaron-thomas-dMqlE7lgyOU-unsplash.jpg (100%) rename themes/{hugo-theme-gruvbox => custom-theme}/content/blog/image-optimization/alexandre-van-thuan-mr9FouttLGY-unsplash.jpg (100%) rename themes/{hugo-theme-gruvbox => custom-theme}/content/blog/image-optimization/index.md (100%) rename themes/{hugo-theme-gruvbox => custom-theme}/content/blog/image-optimization/lazy-loading.jpg (100%) rename themes/{hugo-theme-gruvbox => custom-theme}/content/blog/image-optimization/lazy-loading.mp4 (100%) rename themes/{hugo-theme-gruvbox => custom-theme}/content/blog/image-optimization/lazy-loading.webm (100%) rename themes/{hugo-theme-gruvbox => custom-theme}/content/blog/markdown-syntax.md (100%) rename themes/{hugo-theme-gruvbox => custom-theme}/content/blog/math-typesetting.md (100%) rename themes/{hugo-theme-gruvbox => custom-theme}/content/blog/placeholder-text.md (100%) rename themes/{hugo-theme-gruvbox => custom-theme}/content/blog/prism-code-highlighting-showcase.md (100%) rename themes/{hugo-theme-gruvbox => custom-theme}/content/blog/rich-content.md (100%) rename themes/{hugo-theme-gruvbox => custom-theme}/content/cv.de.md (100%) rename themes/{hugo-theme-gruvbox => custom-theme}/content/cv.md (100%) rename themes/{hugo-theme-gruvbox => custom-theme}/data/json_resume/en.json (100%) rename themes/{hugo-theme-gruvbox => custom-theme}/hugo-theme-gruvbox-inkscape.svg (100%) rename themes/{hugo-theme-gruvbox => custom-theme}/hugo-theme-gruvbox.svg (100%) rename themes/{hugo-theme-gruvbox => custom-theme}/images/screenshot.png (100%) rename themes/{hugo-theme-gruvbox => custom-theme}/images/tn.png (100%) rename themes/{hugo-theme-gruvbox => custom-theme}/layouts/404.html (100%) rename themes/{hugo-theme-gruvbox => custom-theme}/layouts/_default/_markup/render-heading.html (100%) rename themes/{hugo-theme-gruvbox => custom-theme}/layouts/_default/_markup/render-link.html (100%) rename themes/{hugo-theme-gruvbox => custom-theme}/layouts/_default/baseof.html (100%) rename themes/{hugo-theme-gruvbox => custom-theme}/layouts/_default/list.html (100%) rename themes/{hugo-theme-gruvbox => custom-theme}/layouts/_default/single.html (100%) rename themes/{hugo-theme-gruvbox => custom-theme}/layouts/index.html (100%) rename themes/{hugo-theme-gruvbox => custom-theme}/layouts/partials/comments.html (100%) rename themes/{hugo-theme-gruvbox => custom-theme}/layouts/partials/footer.html (100%) rename themes/{hugo-theme-gruvbox => custom-theme}/layouts/partials/footer_end.html (100%) rename themes/{hugo-theme-gruvbox => custom-theme}/layouts/partials/head/dark-mode.html (100%) rename themes/{hugo-theme-gruvbox => custom-theme}/layouts/partials/head/favicons.html (100%) rename themes/{hugo-theme-gruvbox => custom-theme}/layouts/partials/head/head.html (100%) rename themes/{hugo-theme-gruvbox => custom-theme}/layouts/partials/head/head_end.html (100%) rename themes/{hugo-theme-gruvbox => custom-theme}/layouts/partials/head/head_start.html (100%) rename themes/{hugo-theme-gruvbox => custom-theme}/layouts/partials/head/resource-hints.html (100%) rename themes/{hugo-theme-gruvbox => custom-theme}/layouts/partials/head/seo.html (100%) rename themes/{hugo-theme-gruvbox => custom-theme}/layouts/partials/head/stylesheets.html (92%) rename themes/{hugo-theme-gruvbox => custom-theme}/layouts/partials/header.html (100%) rename themes/{hugo-theme-gruvbox => custom-theme}/layouts/partials/icons/simple-icon.html (100%) rename themes/{hugo-theme-gruvbox => custom-theme}/layouts/partials/icons/svg.html (100%) rename themes/{hugo-theme-gruvbox => custom-theme}/layouts/partials/icons/tabler-icon.html (100%) rename themes/{hugo-theme-gruvbox => custom-theme}/layouts/partials/image.html (100%) rename themes/{hugo-theme-gruvbox => custom-theme}/layouts/partials/pagination.html (100%) rename themes/{hugo-theme-gruvbox => custom-theme}/layouts/partials/post-list.html (100%) rename themes/{hugo-theme-gruvbox => custom-theme}/layouts/partials/post-meta.html (100%) rename themes/{hugo-theme-gruvbox => custom-theme}/layouts/partials/sidebar.html (100%) rename themes/{hugo-theme-gruvbox => custom-theme}/layouts/robots.txt (100%) rename themes/{hugo-theme-gruvbox => custom-theme}/layouts/shortcodes/cv.html (100%) rename themes/{hugo-theme-gruvbox => custom-theme}/layouts/shortcodes/prism-features.html (100%) rename themes/{hugo-theme-gruvbox => custom-theme}/layouts/shortcodes/video.html (100%) rename themes/{hugo-theme-gruvbox => custom-theme}/package-lock.json (100%) rename themes/{hugo-theme-gruvbox => custom-theme}/package.hugo.json (100%) rename themes/{hugo-theme-gruvbox => custom-theme}/package.json (100%) rename themes/{hugo-theme-gruvbox => custom-theme}/postcss.config.js (100%) rename themes/{hugo-theme-gruvbox => custom-theme}/static/android-chrome-192x192.png (100%) rename themes/{hugo-theme-gruvbox => custom-theme}/static/android-chrome-512x512.png (100%) rename themes/{hugo-theme-gruvbox => custom-theme}/static/apple-touch-icon.png (100%) rename themes/{hugo-theme-gruvbox => custom-theme}/static/browserconfig.xml (100%) rename themes/{hugo-theme-gruvbox => custom-theme}/static/css/.gitkeep (100%) rename themes/{hugo-theme-gruvbox => custom-theme}/static/favicon-16x16.png (100%) rename themes/{hugo-theme-gruvbox => custom-theme}/static/favicon-32x32.png (100%) rename themes/{hugo-theme-gruvbox => custom-theme}/static/favicon.ico (100%) rename themes/{hugo-theme-gruvbox => custom-theme}/static/js/.gitkeep (100%) rename themes/{hugo-theme-gruvbox => custom-theme}/static/mstile-144x144.png (100%) rename themes/{hugo-theme-gruvbox => custom-theme}/static/mstile-150x150.png (100%) rename themes/{hugo-theme-gruvbox => custom-theme}/static/mstile-310x150.png (100%) rename themes/{hugo-theme-gruvbox => custom-theme}/static/mstile-310x310.png (100%) rename themes/{hugo-theme-gruvbox => custom-theme}/static/mstile-70x70.png (100%) rename themes/{hugo-theme-gruvbox => custom-theme}/static/richard-hendricks.webp (100%) rename themes/{hugo-theme-gruvbox => custom-theme}/static/safari-pinned-tab.svg (100%) rename themes/{hugo-theme-gruvbox => custom-theme}/static/site.webmanifest (100%) rename themes/{hugo-theme-gruvbox => custom-theme}/theme.toml (100%) 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