From 1f8420e2d7e46fea362b02854865efe38221e44d Mon Sep 17 00:00:00 2001 From: Pim van Pelt Date: Sun, 4 Aug 2024 21:42:06 +0200 Subject: [PATCH] Rename theme to 'ipng' --- hugo.toml | 2 +- .../.gitignore | 0 .../LICENSE.md | 0 .../README.md | 0 .../archetypes/blog.md | 0 .../archetypes/default.md | 0 .../archetypes/post.md | 0 .../assets/styles.scss | 0 .../data/notrack/social.yaml | 0 .../images/screenshot.png | 0 .../images/social-links.png | 0 .../images/tn.png | 0 .../layouts/404.html | 0 .../layouts/_default/archives.html | 0 .../layouts/_default/baseof.html | 0 .../layouts/_default/list.html | 0 .../layouts/_default/rss.xml | 0 .../layouts/_default/single.html | 0 .../layouts/home.html | 0 .../layouts/partials/blog-entry-summary.html | 0 .../layouts/partials/blog-taxonomy-info.html | 0 .../layouts/partials/footer.html | 0 .../layouts/partials/head.html | 0 .../layouts/partials/header.html | 0 .../layouts/partials/pagination.html | 0 .../layouts/partials/post-category-link.html | 0 .../layouts/partials/post-tag-link.html | 0 .../layouts/shortcodes/asciinema.html | 0 .../layouts/shortcodes/contact-box.html | 0 .../layouts/shortcodes/container.html | 0 .../layouts/shortcodes/gallery-category.html | 0 .../layouts/shortcodes/gallery-modal.html | 0 .../layouts/shortcodes/gallery-photo.html | 0 .../layouts/shortcodes/gallery-script.html | 0 .../layouts/shortcodes/image.html | 0 .../layouts/shortcodes/rawhtml.html | 0 .../layouts/shortcodes/social.html | 0 .../layouts/shortcodes/video.html | 0 .../layouts/taxonomy/list.html | 0 .../layouts/taxonomy/terms.html | 0 .../static/css/asciinema-player.css | 0 .../static/css/fontawesome.css | 0 .../static/css/fonts.css | 0 .../static/fonts/FreeMono.woff | Bin .../static/fonts/FreeMonoBold.woff | Bin .../static/fonts/FreeMonoBoldOblique.woff | Bin .../static/fonts/FreeMonoOblique.woff | Bin .../static/fonts/FreeSans-small.woff | Bin .../static/fonts/FreeSans.woff | Bin .../static/fonts/FreeSansBold-small.woff | Bin .../static/fonts/FreeSansBold.woff | Bin .../static/fonts/FreeSansBoldOblique.woff | Bin .../static/fonts/FreeSansOblique.woff | Bin .../static/fonts/FreeSerif-small.woff | Bin .../static/fonts/FreeSerif.woff | Bin .../static/fonts/FreeSerifBold-small.woff | Bin .../static/fonts/FreeSerifBold.woff | Bin .../static/fonts/FreeSerifBoldItalic-small.woff | Bin .../static/fonts/FreeSerifBoldItalic.woff | Bin .../static/fonts/FreeSerifItalic-small.woff | Bin .../static/fonts/FreeSerifItalic.woff | Bin .../static/fonts/fa-brands-400.woff2 | Bin .../static/fonts/fa-solid-900.woff2 | Bin .../static/fonts/mononoki-Bold.woff2 | Bin .../static/fonts/mononoki-BoldItalic.woff2 | Bin .../static/fonts/mononoki-Italic.woff2 | Bin .../static/fonts/mononoki-Regular.woff2 | Bin .../static/js/asciinema-player.min.js | 0 .../static/js/gallery.js | 0 .../theme.toml | 0 70 files changed, 1 insertion(+), 1 deletion(-) rename themes/{hugo-theme-notrack => hugo-theme-ipng}/.gitignore (100%) rename themes/{hugo-theme-notrack => hugo-theme-ipng}/LICENSE.md (100%) rename themes/{hugo-theme-notrack => hugo-theme-ipng}/README.md (100%) rename themes/{hugo-theme-notrack => hugo-theme-ipng}/archetypes/blog.md (100%) rename themes/{hugo-theme-notrack => hugo-theme-ipng}/archetypes/default.md (100%) rename themes/{hugo-theme-notrack => hugo-theme-ipng}/archetypes/post.md (100%) rename themes/{hugo-theme-notrack => hugo-theme-ipng}/assets/styles.scss (100%) rename themes/{hugo-theme-notrack => hugo-theme-ipng}/data/notrack/social.yaml (100%) rename themes/{hugo-theme-notrack => hugo-theme-ipng}/images/screenshot.png (100%) rename themes/{hugo-theme-notrack => hugo-theme-ipng}/images/social-links.png (100%) rename themes/{hugo-theme-notrack => hugo-theme-ipng}/images/tn.png (100%) rename themes/{hugo-theme-notrack => hugo-theme-ipng}/layouts/404.html (100%) rename themes/{hugo-theme-notrack => hugo-theme-ipng}/layouts/_default/archives.html (100%) rename themes/{hugo-theme-notrack => hugo-theme-ipng}/layouts/_default/baseof.html (100%) rename themes/{hugo-theme-notrack => hugo-theme-ipng}/layouts/_default/list.html (100%) rename themes/{hugo-theme-notrack => hugo-theme-ipng}/layouts/_default/rss.xml (100%) rename themes/{hugo-theme-notrack => hugo-theme-ipng}/layouts/_default/single.html (100%) rename themes/{hugo-theme-notrack => hugo-theme-ipng}/layouts/home.html (100%) rename themes/{hugo-theme-notrack => hugo-theme-ipng}/layouts/partials/blog-entry-summary.html (100%) rename themes/{hugo-theme-notrack => hugo-theme-ipng}/layouts/partials/blog-taxonomy-info.html (100%) rename themes/{hugo-theme-notrack => hugo-theme-ipng}/layouts/partials/footer.html (100%) rename themes/{hugo-theme-notrack => hugo-theme-ipng}/layouts/partials/head.html (100%) rename themes/{hugo-theme-notrack => hugo-theme-ipng}/layouts/partials/header.html (100%) rename themes/{hugo-theme-notrack => hugo-theme-ipng}/layouts/partials/pagination.html (100%) rename themes/{hugo-theme-notrack => hugo-theme-ipng}/layouts/partials/post-category-link.html (100%) rename themes/{hugo-theme-notrack => hugo-theme-ipng}/layouts/partials/post-tag-link.html (100%) rename themes/{hugo-theme-notrack => hugo-theme-ipng}/layouts/shortcodes/asciinema.html (100%) rename themes/{hugo-theme-notrack => hugo-theme-ipng}/layouts/shortcodes/contact-box.html (100%) rename themes/{hugo-theme-notrack => hugo-theme-ipng}/layouts/shortcodes/container.html (100%) rename themes/{hugo-theme-notrack => hugo-theme-ipng}/layouts/shortcodes/gallery-category.html (100%) rename themes/{hugo-theme-notrack => hugo-theme-ipng}/layouts/shortcodes/gallery-modal.html (100%) rename themes/{hugo-theme-notrack => hugo-theme-ipng}/layouts/shortcodes/gallery-photo.html (100%) rename themes/{hugo-theme-notrack => hugo-theme-ipng}/layouts/shortcodes/gallery-script.html (100%) rename themes/{hugo-theme-notrack => hugo-theme-ipng}/layouts/shortcodes/image.html (100%) rename themes/{hugo-theme-notrack => hugo-theme-ipng}/layouts/shortcodes/rawhtml.html (100%) rename themes/{hugo-theme-notrack => hugo-theme-ipng}/layouts/shortcodes/social.html (100%) rename themes/{hugo-theme-notrack => hugo-theme-ipng}/layouts/shortcodes/video.html (100%) rename themes/{hugo-theme-notrack => hugo-theme-ipng}/layouts/taxonomy/list.html (100%) rename themes/{hugo-theme-notrack => hugo-theme-ipng}/layouts/taxonomy/terms.html (100%) rename themes/{hugo-theme-notrack => hugo-theme-ipng}/static/css/asciinema-player.css (100%) rename themes/{hugo-theme-notrack => hugo-theme-ipng}/static/css/fontawesome.css (100%) rename themes/{hugo-theme-notrack => hugo-theme-ipng}/static/css/fonts.css (100%) rename themes/{hugo-theme-notrack => hugo-theme-ipng}/static/fonts/FreeMono.woff (100%) rename themes/{hugo-theme-notrack => hugo-theme-ipng}/static/fonts/FreeMonoBold.woff (100%) rename themes/{hugo-theme-notrack => hugo-theme-ipng}/static/fonts/FreeMonoBoldOblique.woff (100%) rename themes/{hugo-theme-notrack => hugo-theme-ipng}/static/fonts/FreeMonoOblique.woff (100%) rename themes/{hugo-theme-notrack => hugo-theme-ipng}/static/fonts/FreeSans-small.woff (100%) rename themes/{hugo-theme-notrack => hugo-theme-ipng}/static/fonts/FreeSans.woff (100%) rename themes/{hugo-theme-notrack => hugo-theme-ipng}/static/fonts/FreeSansBold-small.woff (100%) rename themes/{hugo-theme-notrack => hugo-theme-ipng}/static/fonts/FreeSansBold.woff (100%) rename themes/{hugo-theme-notrack => hugo-theme-ipng}/static/fonts/FreeSansBoldOblique.woff (100%) rename themes/{hugo-theme-notrack => hugo-theme-ipng}/static/fonts/FreeSansOblique.woff (100%) rename themes/{hugo-theme-notrack => hugo-theme-ipng}/static/fonts/FreeSerif-small.woff (100%) rename themes/{hugo-theme-notrack => hugo-theme-ipng}/static/fonts/FreeSerif.woff (100%) rename themes/{hugo-theme-notrack => hugo-theme-ipng}/static/fonts/FreeSerifBold-small.woff (100%) rename themes/{hugo-theme-notrack => hugo-theme-ipng}/static/fonts/FreeSerifBold.woff (100%) rename themes/{hugo-theme-notrack => hugo-theme-ipng}/static/fonts/FreeSerifBoldItalic-small.woff (100%) rename themes/{hugo-theme-notrack => hugo-theme-ipng}/static/fonts/FreeSerifBoldItalic.woff (100%) rename themes/{hugo-theme-notrack => hugo-theme-ipng}/static/fonts/FreeSerifItalic-small.woff (100%) rename themes/{hugo-theme-notrack => hugo-theme-ipng}/static/fonts/FreeSerifItalic.woff (100%) rename themes/{hugo-theme-notrack => hugo-theme-ipng}/static/fonts/fa-brands-400.woff2 (100%) rename themes/{hugo-theme-notrack => hugo-theme-ipng}/static/fonts/fa-solid-900.woff2 (100%) rename themes/{hugo-theme-notrack => hugo-theme-ipng}/static/fonts/mononoki-Bold.woff2 (100%) rename themes/{hugo-theme-notrack => hugo-theme-ipng}/static/fonts/mononoki-BoldItalic.woff2 (100%) rename themes/{hugo-theme-notrack => hugo-theme-ipng}/static/fonts/mononoki-Italic.woff2 (100%) rename themes/{hugo-theme-notrack => hugo-theme-ipng}/static/fonts/mononoki-Regular.woff2 (100%) rename themes/{hugo-theme-notrack => hugo-theme-ipng}/static/js/asciinema-player.min.js (100%) rename themes/{hugo-theme-notrack => hugo-theme-ipng}/static/js/gallery.js (100%) rename themes/{hugo-theme-notrack => hugo-theme-ipng}/theme.toml (100%) diff --git a/hugo.toml b/hugo.toml index 3c7f25a..fb289fb 100644 --- a/hugo.toml +++ b/hugo.toml @@ -1,7 +1,7 @@ baseURL = 'https://ipng.ch/' languageCode = 'en-us' title = "IPng Networks" -theme = 'hugo-theme-notrack' +theme = 'hugo-theme-ipng' mainSections = ["articles"] # disqusShortname = "example" diff --git a/themes/hugo-theme-notrack/.gitignore b/themes/hugo-theme-ipng/.gitignore similarity index 100% rename from themes/hugo-theme-notrack/.gitignore rename to themes/hugo-theme-ipng/.gitignore diff --git a/themes/hugo-theme-notrack/LICENSE.md b/themes/hugo-theme-ipng/LICENSE.md similarity index 100% rename from themes/hugo-theme-notrack/LICENSE.md rename to themes/hugo-theme-ipng/LICENSE.md diff --git a/themes/hugo-theme-notrack/README.md b/themes/hugo-theme-ipng/README.md similarity index 100% rename from themes/hugo-theme-notrack/README.md rename to themes/hugo-theme-ipng/README.md diff --git a/themes/hugo-theme-notrack/archetypes/blog.md b/themes/hugo-theme-ipng/archetypes/blog.md similarity index 100% rename from themes/hugo-theme-notrack/archetypes/blog.md rename to themes/hugo-theme-ipng/archetypes/blog.md diff --git a/themes/hugo-theme-notrack/archetypes/default.md b/themes/hugo-theme-ipng/archetypes/default.md similarity index 100% rename from themes/hugo-theme-notrack/archetypes/default.md rename to themes/hugo-theme-ipng/archetypes/default.md diff --git a/themes/hugo-theme-notrack/archetypes/post.md b/themes/hugo-theme-ipng/archetypes/post.md similarity index 100% rename from themes/hugo-theme-notrack/archetypes/post.md rename to themes/hugo-theme-ipng/archetypes/post.md diff --git a/themes/hugo-theme-notrack/assets/styles.scss b/themes/hugo-theme-ipng/assets/styles.scss similarity index 100% rename from themes/hugo-theme-notrack/assets/styles.scss rename to themes/hugo-theme-ipng/assets/styles.scss diff --git a/themes/hugo-theme-notrack/data/notrack/social.yaml b/themes/hugo-theme-ipng/data/notrack/social.yaml similarity index 100% rename from themes/hugo-theme-notrack/data/notrack/social.yaml rename to themes/hugo-theme-ipng/data/notrack/social.yaml diff --git a/themes/hugo-theme-notrack/images/screenshot.png b/themes/hugo-theme-ipng/images/screenshot.png similarity index 100% rename from themes/hugo-theme-notrack/images/screenshot.png rename to themes/hugo-theme-ipng/images/screenshot.png diff --git a/themes/hugo-theme-notrack/images/social-links.png b/themes/hugo-theme-ipng/images/social-links.png similarity index 100% rename from themes/hugo-theme-notrack/images/social-links.png rename to themes/hugo-theme-ipng/images/social-links.png diff --git a/themes/hugo-theme-notrack/images/tn.png b/themes/hugo-theme-ipng/images/tn.png similarity index 100% rename from themes/hugo-theme-notrack/images/tn.png rename to themes/hugo-theme-ipng/images/tn.png diff --git a/themes/hugo-theme-notrack/layouts/404.html b/themes/hugo-theme-ipng/layouts/404.html similarity index 100% rename from themes/hugo-theme-notrack/layouts/404.html rename to themes/hugo-theme-ipng/layouts/404.html diff --git a/themes/hugo-theme-notrack/layouts/_default/archives.html b/themes/hugo-theme-ipng/layouts/_default/archives.html similarity index 100% rename from themes/hugo-theme-notrack/layouts/_default/archives.html rename to themes/hugo-theme-ipng/layouts/_default/archives.html diff --git a/themes/hugo-theme-notrack/layouts/_default/baseof.html b/themes/hugo-theme-ipng/layouts/_default/baseof.html similarity index 100% rename from themes/hugo-theme-notrack/layouts/_default/baseof.html rename to themes/hugo-theme-ipng/layouts/_default/baseof.html diff --git a/themes/hugo-theme-notrack/layouts/_default/list.html b/themes/hugo-theme-ipng/layouts/_default/list.html similarity index 100% rename from themes/hugo-theme-notrack/layouts/_default/list.html rename to themes/hugo-theme-ipng/layouts/_default/list.html diff --git a/themes/hugo-theme-notrack/layouts/_default/rss.xml b/themes/hugo-theme-ipng/layouts/_default/rss.xml similarity index 100% rename from themes/hugo-theme-notrack/layouts/_default/rss.xml rename to themes/hugo-theme-ipng/layouts/_default/rss.xml diff --git a/themes/hugo-theme-notrack/layouts/_default/single.html b/themes/hugo-theme-ipng/layouts/_default/single.html similarity index 100% rename from themes/hugo-theme-notrack/layouts/_default/single.html rename to themes/hugo-theme-ipng/layouts/_default/single.html diff --git a/themes/hugo-theme-notrack/layouts/home.html b/themes/hugo-theme-ipng/layouts/home.html similarity index 100% rename from themes/hugo-theme-notrack/layouts/home.html rename to themes/hugo-theme-ipng/layouts/home.html diff --git a/themes/hugo-theme-notrack/layouts/partials/blog-entry-summary.html b/themes/hugo-theme-ipng/layouts/partials/blog-entry-summary.html similarity index 100% rename from themes/hugo-theme-notrack/layouts/partials/blog-entry-summary.html rename to themes/hugo-theme-ipng/layouts/partials/blog-entry-summary.html diff --git a/themes/hugo-theme-notrack/layouts/partials/blog-taxonomy-info.html b/themes/hugo-theme-ipng/layouts/partials/blog-taxonomy-info.html similarity index 100% rename from themes/hugo-theme-notrack/layouts/partials/blog-taxonomy-info.html rename to themes/hugo-theme-ipng/layouts/partials/blog-taxonomy-info.html diff --git a/themes/hugo-theme-notrack/layouts/partials/footer.html b/themes/hugo-theme-ipng/layouts/partials/footer.html similarity index 100% rename from themes/hugo-theme-notrack/layouts/partials/footer.html rename to themes/hugo-theme-ipng/layouts/partials/footer.html diff --git a/themes/hugo-theme-notrack/layouts/partials/head.html b/themes/hugo-theme-ipng/layouts/partials/head.html similarity index 100% rename from themes/hugo-theme-notrack/layouts/partials/head.html rename to themes/hugo-theme-ipng/layouts/partials/head.html diff --git a/themes/hugo-theme-notrack/layouts/partials/header.html b/themes/hugo-theme-ipng/layouts/partials/header.html similarity index 100% rename from themes/hugo-theme-notrack/layouts/partials/header.html rename to themes/hugo-theme-ipng/layouts/partials/header.html diff --git a/themes/hugo-theme-notrack/layouts/partials/pagination.html b/themes/hugo-theme-ipng/layouts/partials/pagination.html similarity index 100% rename from themes/hugo-theme-notrack/layouts/partials/pagination.html rename to themes/hugo-theme-ipng/layouts/partials/pagination.html diff --git a/themes/hugo-theme-notrack/layouts/partials/post-category-link.html b/themes/hugo-theme-ipng/layouts/partials/post-category-link.html similarity index 100% rename from themes/hugo-theme-notrack/layouts/partials/post-category-link.html rename to themes/hugo-theme-ipng/layouts/partials/post-category-link.html diff --git a/themes/hugo-theme-notrack/layouts/partials/post-tag-link.html b/themes/hugo-theme-ipng/layouts/partials/post-tag-link.html similarity index 100% rename from themes/hugo-theme-notrack/layouts/partials/post-tag-link.html rename to themes/hugo-theme-ipng/layouts/partials/post-tag-link.html diff --git a/themes/hugo-theme-notrack/layouts/shortcodes/asciinema.html b/themes/hugo-theme-ipng/layouts/shortcodes/asciinema.html similarity index 100% rename from themes/hugo-theme-notrack/layouts/shortcodes/asciinema.html rename to themes/hugo-theme-ipng/layouts/shortcodes/asciinema.html diff --git a/themes/hugo-theme-notrack/layouts/shortcodes/contact-box.html b/themes/hugo-theme-ipng/layouts/shortcodes/contact-box.html similarity index 100% rename from themes/hugo-theme-notrack/layouts/shortcodes/contact-box.html rename to themes/hugo-theme-ipng/layouts/shortcodes/contact-box.html diff --git a/themes/hugo-theme-notrack/layouts/shortcodes/container.html b/themes/hugo-theme-ipng/layouts/shortcodes/container.html similarity index 100% rename from themes/hugo-theme-notrack/layouts/shortcodes/container.html rename to themes/hugo-theme-ipng/layouts/shortcodes/container.html diff --git a/themes/hugo-theme-notrack/layouts/shortcodes/gallery-category.html b/themes/hugo-theme-ipng/layouts/shortcodes/gallery-category.html similarity index 100% rename from themes/hugo-theme-notrack/layouts/shortcodes/gallery-category.html rename to themes/hugo-theme-ipng/layouts/shortcodes/gallery-category.html diff --git a/themes/hugo-theme-notrack/layouts/shortcodes/gallery-modal.html b/themes/hugo-theme-ipng/layouts/shortcodes/gallery-modal.html similarity index 100% rename from themes/hugo-theme-notrack/layouts/shortcodes/gallery-modal.html rename to themes/hugo-theme-ipng/layouts/shortcodes/gallery-modal.html diff --git a/themes/hugo-theme-notrack/layouts/shortcodes/gallery-photo.html b/themes/hugo-theme-ipng/layouts/shortcodes/gallery-photo.html similarity index 100% rename from themes/hugo-theme-notrack/layouts/shortcodes/gallery-photo.html rename to themes/hugo-theme-ipng/layouts/shortcodes/gallery-photo.html diff --git a/themes/hugo-theme-notrack/layouts/shortcodes/gallery-script.html b/themes/hugo-theme-ipng/layouts/shortcodes/gallery-script.html similarity index 100% rename from themes/hugo-theme-notrack/layouts/shortcodes/gallery-script.html rename to themes/hugo-theme-ipng/layouts/shortcodes/gallery-script.html diff --git a/themes/hugo-theme-notrack/layouts/shortcodes/image.html b/themes/hugo-theme-ipng/layouts/shortcodes/image.html similarity index 100% rename from themes/hugo-theme-notrack/layouts/shortcodes/image.html rename to themes/hugo-theme-ipng/layouts/shortcodes/image.html diff --git a/themes/hugo-theme-notrack/layouts/shortcodes/rawhtml.html b/themes/hugo-theme-ipng/layouts/shortcodes/rawhtml.html similarity index 100% rename from themes/hugo-theme-notrack/layouts/shortcodes/rawhtml.html rename to themes/hugo-theme-ipng/layouts/shortcodes/rawhtml.html diff --git a/themes/hugo-theme-notrack/layouts/shortcodes/social.html b/themes/hugo-theme-ipng/layouts/shortcodes/social.html similarity index 100% rename from themes/hugo-theme-notrack/layouts/shortcodes/social.html rename to themes/hugo-theme-ipng/layouts/shortcodes/social.html diff --git a/themes/hugo-theme-notrack/layouts/shortcodes/video.html b/themes/hugo-theme-ipng/layouts/shortcodes/video.html similarity index 100% rename from themes/hugo-theme-notrack/layouts/shortcodes/video.html rename to themes/hugo-theme-ipng/layouts/shortcodes/video.html diff --git a/themes/hugo-theme-notrack/layouts/taxonomy/list.html b/themes/hugo-theme-ipng/layouts/taxonomy/list.html similarity index 100% rename from themes/hugo-theme-notrack/layouts/taxonomy/list.html rename to themes/hugo-theme-ipng/layouts/taxonomy/list.html diff --git a/themes/hugo-theme-notrack/layouts/taxonomy/terms.html b/themes/hugo-theme-ipng/layouts/taxonomy/terms.html similarity index 100% rename from themes/hugo-theme-notrack/layouts/taxonomy/terms.html rename to themes/hugo-theme-ipng/layouts/taxonomy/terms.html diff --git a/themes/hugo-theme-notrack/static/css/asciinema-player.css b/themes/hugo-theme-ipng/static/css/asciinema-player.css similarity index 100% rename from themes/hugo-theme-notrack/static/css/asciinema-player.css rename to themes/hugo-theme-ipng/static/css/asciinema-player.css diff --git a/themes/hugo-theme-notrack/static/css/fontawesome.css b/themes/hugo-theme-ipng/static/css/fontawesome.css similarity index 100% rename from themes/hugo-theme-notrack/static/css/fontawesome.css rename to themes/hugo-theme-ipng/static/css/fontawesome.css diff --git a/themes/hugo-theme-notrack/static/css/fonts.css b/themes/hugo-theme-ipng/static/css/fonts.css similarity index 100% rename from themes/hugo-theme-notrack/static/css/fonts.css rename to themes/hugo-theme-ipng/static/css/fonts.css diff --git a/themes/hugo-theme-notrack/static/fonts/FreeMono.woff b/themes/hugo-theme-ipng/static/fonts/FreeMono.woff similarity index 100% rename from themes/hugo-theme-notrack/static/fonts/FreeMono.woff rename to themes/hugo-theme-ipng/static/fonts/FreeMono.woff diff --git a/themes/hugo-theme-notrack/static/fonts/FreeMonoBold.woff b/themes/hugo-theme-ipng/static/fonts/FreeMonoBold.woff similarity index 100% rename from themes/hugo-theme-notrack/static/fonts/FreeMonoBold.woff rename to themes/hugo-theme-ipng/static/fonts/FreeMonoBold.woff diff --git a/themes/hugo-theme-notrack/static/fonts/FreeMonoBoldOblique.woff b/themes/hugo-theme-ipng/static/fonts/FreeMonoBoldOblique.woff similarity index 100% rename from themes/hugo-theme-notrack/static/fonts/FreeMonoBoldOblique.woff rename to themes/hugo-theme-ipng/static/fonts/FreeMonoBoldOblique.woff diff --git a/themes/hugo-theme-notrack/static/fonts/FreeMonoOblique.woff b/themes/hugo-theme-ipng/static/fonts/FreeMonoOblique.woff similarity index 100% rename from themes/hugo-theme-notrack/static/fonts/FreeMonoOblique.woff rename to themes/hugo-theme-ipng/static/fonts/FreeMonoOblique.woff diff --git a/themes/hugo-theme-notrack/static/fonts/FreeSans-small.woff b/themes/hugo-theme-ipng/static/fonts/FreeSans-small.woff similarity index 100% rename from themes/hugo-theme-notrack/static/fonts/FreeSans-small.woff rename to themes/hugo-theme-ipng/static/fonts/FreeSans-small.woff diff --git a/themes/hugo-theme-notrack/static/fonts/FreeSans.woff b/themes/hugo-theme-ipng/static/fonts/FreeSans.woff similarity index 100% rename from themes/hugo-theme-notrack/static/fonts/FreeSans.woff rename to themes/hugo-theme-ipng/static/fonts/FreeSans.woff diff --git a/themes/hugo-theme-notrack/static/fonts/FreeSansBold-small.woff b/themes/hugo-theme-ipng/static/fonts/FreeSansBold-small.woff similarity index 100% rename from themes/hugo-theme-notrack/static/fonts/FreeSansBold-small.woff rename to themes/hugo-theme-ipng/static/fonts/FreeSansBold-small.woff diff --git a/themes/hugo-theme-notrack/static/fonts/FreeSansBold.woff b/themes/hugo-theme-ipng/static/fonts/FreeSansBold.woff similarity index 100% rename from themes/hugo-theme-notrack/static/fonts/FreeSansBold.woff rename to themes/hugo-theme-ipng/static/fonts/FreeSansBold.woff diff --git a/themes/hugo-theme-notrack/static/fonts/FreeSansBoldOblique.woff b/themes/hugo-theme-ipng/static/fonts/FreeSansBoldOblique.woff similarity index 100% rename from themes/hugo-theme-notrack/static/fonts/FreeSansBoldOblique.woff rename to themes/hugo-theme-ipng/static/fonts/FreeSansBoldOblique.woff diff --git a/themes/hugo-theme-notrack/static/fonts/FreeSansOblique.woff b/themes/hugo-theme-ipng/static/fonts/FreeSansOblique.woff similarity index 100% rename from themes/hugo-theme-notrack/static/fonts/FreeSansOblique.woff rename to themes/hugo-theme-ipng/static/fonts/FreeSansOblique.woff diff --git a/themes/hugo-theme-notrack/static/fonts/FreeSerif-small.woff b/themes/hugo-theme-ipng/static/fonts/FreeSerif-small.woff similarity index 100% rename from themes/hugo-theme-notrack/static/fonts/FreeSerif-small.woff rename to themes/hugo-theme-ipng/static/fonts/FreeSerif-small.woff diff --git a/themes/hugo-theme-notrack/static/fonts/FreeSerif.woff b/themes/hugo-theme-ipng/static/fonts/FreeSerif.woff similarity index 100% rename from themes/hugo-theme-notrack/static/fonts/FreeSerif.woff rename to themes/hugo-theme-ipng/static/fonts/FreeSerif.woff diff --git a/themes/hugo-theme-notrack/static/fonts/FreeSerifBold-small.woff b/themes/hugo-theme-ipng/static/fonts/FreeSerifBold-small.woff similarity index 100% rename from themes/hugo-theme-notrack/static/fonts/FreeSerifBold-small.woff rename to themes/hugo-theme-ipng/static/fonts/FreeSerifBold-small.woff diff --git a/themes/hugo-theme-notrack/static/fonts/FreeSerifBold.woff b/themes/hugo-theme-ipng/static/fonts/FreeSerifBold.woff similarity index 100% rename from themes/hugo-theme-notrack/static/fonts/FreeSerifBold.woff rename to themes/hugo-theme-ipng/static/fonts/FreeSerifBold.woff diff --git a/themes/hugo-theme-notrack/static/fonts/FreeSerifBoldItalic-small.woff b/themes/hugo-theme-ipng/static/fonts/FreeSerifBoldItalic-small.woff similarity index 100% rename from themes/hugo-theme-notrack/static/fonts/FreeSerifBoldItalic-small.woff rename to themes/hugo-theme-ipng/static/fonts/FreeSerifBoldItalic-small.woff diff --git a/themes/hugo-theme-notrack/static/fonts/FreeSerifBoldItalic.woff b/themes/hugo-theme-ipng/static/fonts/FreeSerifBoldItalic.woff similarity index 100% rename from themes/hugo-theme-notrack/static/fonts/FreeSerifBoldItalic.woff rename to themes/hugo-theme-ipng/static/fonts/FreeSerifBoldItalic.woff diff --git a/themes/hugo-theme-notrack/static/fonts/FreeSerifItalic-small.woff b/themes/hugo-theme-ipng/static/fonts/FreeSerifItalic-small.woff similarity index 100% rename from themes/hugo-theme-notrack/static/fonts/FreeSerifItalic-small.woff rename to themes/hugo-theme-ipng/static/fonts/FreeSerifItalic-small.woff diff --git a/themes/hugo-theme-notrack/static/fonts/FreeSerifItalic.woff b/themes/hugo-theme-ipng/static/fonts/FreeSerifItalic.woff similarity index 100% rename from themes/hugo-theme-notrack/static/fonts/FreeSerifItalic.woff rename to themes/hugo-theme-ipng/static/fonts/FreeSerifItalic.woff diff --git a/themes/hugo-theme-notrack/static/fonts/fa-brands-400.woff2 b/themes/hugo-theme-ipng/static/fonts/fa-brands-400.woff2 similarity index 100% rename from themes/hugo-theme-notrack/static/fonts/fa-brands-400.woff2 rename to themes/hugo-theme-ipng/static/fonts/fa-brands-400.woff2 diff --git a/themes/hugo-theme-notrack/static/fonts/fa-solid-900.woff2 b/themes/hugo-theme-ipng/static/fonts/fa-solid-900.woff2 similarity index 100% rename from themes/hugo-theme-notrack/static/fonts/fa-solid-900.woff2 rename to themes/hugo-theme-ipng/static/fonts/fa-solid-900.woff2 diff --git a/themes/hugo-theme-notrack/static/fonts/mononoki-Bold.woff2 b/themes/hugo-theme-ipng/static/fonts/mononoki-Bold.woff2 similarity index 100% rename from themes/hugo-theme-notrack/static/fonts/mononoki-Bold.woff2 rename to themes/hugo-theme-ipng/static/fonts/mononoki-Bold.woff2 diff --git a/themes/hugo-theme-notrack/static/fonts/mononoki-BoldItalic.woff2 b/themes/hugo-theme-ipng/static/fonts/mononoki-BoldItalic.woff2 similarity index 100% rename from themes/hugo-theme-notrack/static/fonts/mononoki-BoldItalic.woff2 rename to themes/hugo-theme-ipng/static/fonts/mononoki-BoldItalic.woff2 diff --git a/themes/hugo-theme-notrack/static/fonts/mononoki-Italic.woff2 b/themes/hugo-theme-ipng/static/fonts/mononoki-Italic.woff2 similarity index 100% rename from themes/hugo-theme-notrack/static/fonts/mononoki-Italic.woff2 rename to themes/hugo-theme-ipng/static/fonts/mononoki-Italic.woff2 diff --git a/themes/hugo-theme-notrack/static/fonts/mononoki-Regular.woff2 b/themes/hugo-theme-ipng/static/fonts/mononoki-Regular.woff2 similarity index 100% rename from themes/hugo-theme-notrack/static/fonts/mononoki-Regular.woff2 rename to themes/hugo-theme-ipng/static/fonts/mononoki-Regular.woff2 diff --git a/themes/hugo-theme-notrack/static/js/asciinema-player.min.js b/themes/hugo-theme-ipng/static/js/asciinema-player.min.js similarity index 100% rename from themes/hugo-theme-notrack/static/js/asciinema-player.min.js rename to themes/hugo-theme-ipng/static/js/asciinema-player.min.js diff --git a/themes/hugo-theme-notrack/static/js/gallery.js b/themes/hugo-theme-ipng/static/js/gallery.js similarity index 100% rename from themes/hugo-theme-notrack/static/js/gallery.js rename to themes/hugo-theme-ipng/static/js/gallery.js diff --git a/themes/hugo-theme-notrack/theme.toml b/themes/hugo-theme-ipng/theme.toml similarity index 100% rename from themes/hugo-theme-notrack/theme.toml rename to themes/hugo-theme-ipng/theme.toml