diff --git a/config.toml b/config.toml index 09433a77e..251d22784 100644 --- a/config.toml +++ b/config.toml @@ -2,7 +2,7 @@ baseURL = "https://xsleaks.dev/" languageCode = "en-us" title = "XS-Leaks Wiki" enableGitInfo = true -theme = "book" +theme = "hugo-book" [params] # Set source repository location. diff --git a/themes/book/i18n/jp.yaml b/themes/book/i18n/jp.yaml deleted file mode 100644 index c42d20ed3..000000000 --- a/themes/book/i18n/jp.yaml +++ /dev/null @@ -1,21 +0,0 @@ -# This should be removed in future, 'jp' is moved to `ja' -- id: Search - translation: 検索 - -- id: Edit this page - translation: このページを編集する - -- id: Last modified by - translation: 最終更新者 - -- id: Expand - translation: 展開 - -- id: bookSearchConfig - translation: | - { - encode: false, - tokenize: function(str) { - return str.replace(/[\x00-\x7F]/g, '').split(''); - } - } diff --git a/themes/book/.github/workflows/main.yml b/themes/hugo-book/.github/workflows/main.yml similarity index 100% rename from themes/book/.github/workflows/main.yml rename to themes/hugo-book/.github/workflows/main.yml diff --git a/themes/book/.gitignore b/themes/hugo-book/.gitignore similarity index 100% rename from themes/book/.gitignore rename to themes/hugo-book/.gitignore diff --git a/themes/book/LICENSE b/themes/hugo-book/LICENSE similarity index 100% rename from themes/book/LICENSE rename to themes/hugo-book/LICENSE diff --git a/themes/book/README.md b/themes/hugo-book/README.md similarity index 100% rename from themes/book/README.md rename to themes/hugo-book/README.md diff --git a/themes/book/archetypes/docs.md b/themes/hugo-book/archetypes/docs.md similarity index 100% rename from themes/book/archetypes/docs.md rename to themes/hugo-book/archetypes/docs.md diff --git a/themes/book/archetypes/posts.md b/themes/hugo-book/archetypes/posts.md similarity index 100% rename from themes/book/archetypes/posts.md rename to themes/hugo-book/archetypes/posts.md diff --git a/themes/book/assets/_custom.scss b/themes/hugo-book/assets/_custom.scss similarity index 100% rename from themes/book/assets/_custom.scss rename to themes/hugo-book/assets/_custom.scss diff --git a/themes/book/assets/_defaults.scss b/themes/hugo-book/assets/_defaults.scss similarity index 100% rename from themes/book/assets/_defaults.scss rename to themes/hugo-book/assets/_defaults.scss diff --git a/themes/book/assets/_fonts.scss b/themes/hugo-book/assets/_fonts.scss similarity index 100% rename from themes/book/assets/_fonts.scss rename to themes/hugo-book/assets/_fonts.scss diff --git a/themes/book/assets/_main.scss b/themes/hugo-book/assets/_main.scss similarity index 100% rename from themes/book/assets/_main.scss rename to themes/hugo-book/assets/_main.scss diff --git a/themes/book/assets/_markdown.scss b/themes/hugo-book/assets/_markdown.scss similarity index 100% rename from themes/book/assets/_markdown.scss rename to themes/hugo-book/assets/_markdown.scss diff --git a/themes/book/assets/_print.scss b/themes/hugo-book/assets/_print.scss similarity index 100% rename from themes/book/assets/_print.scss rename to themes/hugo-book/assets/_print.scss diff --git a/themes/book/assets/_shortcodes.scss b/themes/hugo-book/assets/_shortcodes.scss similarity index 100% rename from themes/book/assets/_shortcodes.scss rename to themes/hugo-book/assets/_shortcodes.scss diff --git a/themes/book/assets/_utils.scss b/themes/hugo-book/assets/_utils.scss similarity index 100% rename from themes/book/assets/_utils.scss rename to themes/hugo-book/assets/_utils.scss diff --git a/themes/book/assets/_variables.scss b/themes/hugo-book/assets/_variables.scss similarity index 100% rename from themes/book/assets/_variables.scss rename to themes/hugo-book/assets/_variables.scss diff --git a/themes/book/assets/book.scss b/themes/hugo-book/assets/book.scss similarity index 100% rename from themes/book/assets/book.scss rename to themes/hugo-book/assets/book.scss diff --git a/themes/book/assets/manifest.json b/themes/hugo-book/assets/manifest.json similarity index 100% rename from themes/book/assets/manifest.json rename to themes/hugo-book/assets/manifest.json diff --git a/themes/book/assets/menu-reset.js b/themes/hugo-book/assets/menu-reset.js similarity index 100% rename from themes/book/assets/menu-reset.js rename to themes/hugo-book/assets/menu-reset.js diff --git a/themes/book/assets/normalize.css b/themes/hugo-book/assets/normalize.css similarity index 100% rename from themes/book/assets/normalize.css rename to themes/hugo-book/assets/normalize.css diff --git a/themes/book/assets/plugins/_dark.scss b/themes/hugo-book/assets/plugins/_dark.scss similarity index 100% rename from themes/book/assets/plugins/_dark.scss rename to themes/hugo-book/assets/plugins/_dark.scss diff --git a/themes/book/assets/plugins/_numbered.scss b/themes/hugo-book/assets/plugins/_numbered.scss similarity index 100% rename from themes/book/assets/plugins/_numbered.scss rename to themes/hugo-book/assets/plugins/_numbered.scss diff --git a/themes/book/assets/plugins/_scrollbars.scss b/themes/hugo-book/assets/plugins/_scrollbars.scss similarity index 100% rename from themes/book/assets/plugins/_scrollbars.scss rename to themes/hugo-book/assets/plugins/_scrollbars.scss diff --git a/themes/book/assets/search-data.js b/themes/hugo-book/assets/search-data.js similarity index 100% rename from themes/book/assets/search-data.js rename to themes/hugo-book/assets/search-data.js diff --git a/themes/book/assets/search.js b/themes/hugo-book/assets/search.js similarity index 100% rename from themes/book/assets/search.js rename to themes/hugo-book/assets/search.js diff --git a/themes/book/assets/sw-register.js b/themes/hugo-book/assets/sw-register.js similarity index 100% rename from themes/book/assets/sw-register.js rename to themes/hugo-book/assets/sw-register.js diff --git a/themes/book/assets/sw.js b/themes/hugo-book/assets/sw.js similarity index 100% rename from themes/book/assets/sw.js rename to themes/hugo-book/assets/sw.js diff --git a/themes/book/exampleSite/assets/_custom.scss b/themes/hugo-book/exampleSite/assets/_custom.scss similarity index 100% rename from themes/book/exampleSite/assets/_custom.scss rename to themes/hugo-book/exampleSite/assets/_custom.scss diff --git a/themes/book/exampleSite/assets/_variables.scss b/themes/hugo-book/exampleSite/assets/_variables.scss similarity index 100% rename from themes/book/exampleSite/assets/_variables.scss rename to themes/hugo-book/exampleSite/assets/_variables.scss diff --git a/themes/book/exampleSite/config.toml b/themes/hugo-book/exampleSite/config.toml similarity index 100% rename from themes/book/exampleSite/config.toml rename to themes/hugo-book/exampleSite/config.toml diff --git a/themes/book/exampleSite/config.yaml b/themes/hugo-book/exampleSite/config.yaml similarity index 100% rename from themes/book/exampleSite/config.yaml rename to themes/hugo-book/exampleSite/config.yaml diff --git a/themes/book/exampleSite/content.ru/_index.md b/themes/hugo-book/exampleSite/content.ru/_index.md similarity index 100% rename from themes/book/exampleSite/content.ru/_index.md rename to themes/hugo-book/exampleSite/content.ru/_index.md diff --git a/themes/book/exampleSite/content.zh/_index.md b/themes/hugo-book/exampleSite/content.zh/_index.md similarity index 100% rename from themes/book/exampleSite/content.zh/_index.md rename to themes/hugo-book/exampleSite/content.zh/_index.md diff --git a/themes/book/exampleSite/content/_index.md b/themes/hugo-book/exampleSite/content/_index.md similarity index 100% rename from themes/book/exampleSite/content/_index.md rename to themes/hugo-book/exampleSite/content/_index.md diff --git a/themes/book/exampleSite/content/docs/example/_index.md b/themes/hugo-book/exampleSite/content/docs/example/_index.md similarity index 100% rename from themes/book/exampleSite/content/docs/example/_index.md rename to themes/hugo-book/exampleSite/content/docs/example/_index.md diff --git a/themes/book/exampleSite/content/docs/example/collapsed/3rd-level/4th-level.md b/themes/hugo-book/exampleSite/content/docs/example/collapsed/3rd-level/4th-level.md similarity index 100% rename from themes/book/exampleSite/content/docs/example/collapsed/3rd-level/4th-level.md rename to themes/hugo-book/exampleSite/content/docs/example/collapsed/3rd-level/4th-level.md diff --git a/themes/book/exampleSite/content/docs/example/collapsed/3rd-level/_index.md b/themes/hugo-book/exampleSite/content/docs/example/collapsed/3rd-level/_index.md similarity index 100% rename from themes/book/exampleSite/content/docs/example/collapsed/3rd-level/_index.md rename to themes/hugo-book/exampleSite/content/docs/example/collapsed/3rd-level/_index.md diff --git a/themes/book/exampleSite/content/docs/example/collapsed/_index.md b/themes/hugo-book/exampleSite/content/docs/example/collapsed/_index.md similarity index 100% rename from themes/book/exampleSite/content/docs/example/collapsed/_index.md rename to themes/hugo-book/exampleSite/content/docs/example/collapsed/_index.md diff --git a/themes/book/exampleSite/content/docs/example/hidden.md b/themes/hugo-book/exampleSite/content/docs/example/hidden.md similarity index 100% rename from themes/book/exampleSite/content/docs/example/hidden.md rename to themes/hugo-book/exampleSite/content/docs/example/hidden.md diff --git a/themes/book/exampleSite/content/docs/example/table-of-contents/_index.md b/themes/hugo-book/exampleSite/content/docs/example/table-of-contents/_index.md similarity index 100% rename from themes/book/exampleSite/content/docs/example/table-of-contents/_index.md rename to themes/hugo-book/exampleSite/content/docs/example/table-of-contents/_index.md diff --git a/themes/book/exampleSite/content/docs/example/table-of-contents/with-toc.md b/themes/hugo-book/exampleSite/content/docs/example/table-of-contents/with-toc.md similarity index 100% rename from themes/book/exampleSite/content/docs/example/table-of-contents/with-toc.md rename to themes/hugo-book/exampleSite/content/docs/example/table-of-contents/with-toc.md diff --git a/themes/book/exampleSite/content/docs/example/table-of-contents/without-toc.md b/themes/hugo-book/exampleSite/content/docs/example/table-of-contents/without-toc.md similarity index 100% rename from themes/book/exampleSite/content/docs/example/table-of-contents/without-toc.md rename to themes/hugo-book/exampleSite/content/docs/example/table-of-contents/without-toc.md diff --git a/themes/book/exampleSite/content/docs/shortcodes/_index.md b/themes/hugo-book/exampleSite/content/docs/shortcodes/_index.md similarity index 100% rename from themes/book/exampleSite/content/docs/shortcodes/_index.md rename to themes/hugo-book/exampleSite/content/docs/shortcodes/_index.md diff --git a/themes/book/exampleSite/content/docs/shortcodes/buttons.md b/themes/hugo-book/exampleSite/content/docs/shortcodes/buttons.md similarity index 100% rename from themes/book/exampleSite/content/docs/shortcodes/buttons.md rename to themes/hugo-book/exampleSite/content/docs/shortcodes/buttons.md diff --git a/themes/book/exampleSite/content/docs/shortcodes/columns.md b/themes/hugo-book/exampleSite/content/docs/shortcodes/columns.md similarity index 100% rename from themes/book/exampleSite/content/docs/shortcodes/columns.md rename to themes/hugo-book/exampleSite/content/docs/shortcodes/columns.md diff --git a/themes/book/exampleSite/content/docs/shortcodes/details.md b/themes/hugo-book/exampleSite/content/docs/shortcodes/details.md similarity index 100% rename from themes/book/exampleSite/content/docs/shortcodes/details.md rename to themes/hugo-book/exampleSite/content/docs/shortcodes/details.md diff --git a/themes/book/exampleSite/content/docs/shortcodes/expand.md b/themes/hugo-book/exampleSite/content/docs/shortcodes/expand.md similarity index 100% rename from themes/book/exampleSite/content/docs/shortcodes/expand.md rename to themes/hugo-book/exampleSite/content/docs/shortcodes/expand.md diff --git a/themes/book/exampleSite/content/docs/shortcodes/hints.md b/themes/hugo-book/exampleSite/content/docs/shortcodes/hints.md similarity index 100% rename from themes/book/exampleSite/content/docs/shortcodes/hints.md rename to themes/hugo-book/exampleSite/content/docs/shortcodes/hints.md diff --git a/themes/book/exampleSite/content/docs/shortcodes/katex.md b/themes/hugo-book/exampleSite/content/docs/shortcodes/katex.md similarity index 100% rename from themes/book/exampleSite/content/docs/shortcodes/katex.md rename to themes/hugo-book/exampleSite/content/docs/shortcodes/katex.md diff --git a/themes/book/exampleSite/content/docs/shortcodes/mermaid.md b/themes/hugo-book/exampleSite/content/docs/shortcodes/mermaid.md similarity index 100% rename from themes/book/exampleSite/content/docs/shortcodes/mermaid.md rename to themes/hugo-book/exampleSite/content/docs/shortcodes/mermaid.md diff --git a/themes/book/exampleSite/content/docs/shortcodes/section/_index.md b/themes/hugo-book/exampleSite/content/docs/shortcodes/section/_index.md similarity index 100% rename from themes/book/exampleSite/content/docs/shortcodes/section/_index.md rename to themes/hugo-book/exampleSite/content/docs/shortcodes/section/_index.md diff --git a/themes/book/exampleSite/content/docs/shortcodes/section/page1.md b/themes/hugo-book/exampleSite/content/docs/shortcodes/section/page1.md similarity index 100% rename from themes/book/exampleSite/content/docs/shortcodes/section/page1.md rename to themes/hugo-book/exampleSite/content/docs/shortcodes/section/page1.md diff --git a/themes/book/exampleSite/content/docs/shortcodes/section/page2.md b/themes/hugo-book/exampleSite/content/docs/shortcodes/section/page2.md similarity index 100% rename from themes/book/exampleSite/content/docs/shortcodes/section/page2.md rename to themes/hugo-book/exampleSite/content/docs/shortcodes/section/page2.md diff --git a/themes/book/exampleSite/content/docs/shortcodes/tabs.md b/themes/hugo-book/exampleSite/content/docs/shortcodes/tabs.md similarity index 100% rename from themes/book/exampleSite/content/docs/shortcodes/tabs.md rename to themes/hugo-book/exampleSite/content/docs/shortcodes/tabs.md diff --git a/themes/book/exampleSite/content/menu/index.md b/themes/hugo-book/exampleSite/content/menu/index.md similarity index 100% rename from themes/book/exampleSite/content/menu/index.md rename to themes/hugo-book/exampleSite/content/menu/index.md diff --git a/themes/book/exampleSite/content/posts/_index.md b/themes/hugo-book/exampleSite/content/posts/_index.md similarity index 100% rename from themes/book/exampleSite/content/posts/_index.md rename to themes/hugo-book/exampleSite/content/posts/_index.md diff --git a/themes/book/exampleSite/content/posts/creating-a-new-theme.md b/themes/hugo-book/exampleSite/content/posts/creating-a-new-theme.md similarity index 100% rename from themes/book/exampleSite/content/posts/creating-a-new-theme.md rename to themes/hugo-book/exampleSite/content/posts/creating-a-new-theme.md diff --git a/themes/book/exampleSite/content/posts/goisforlovers.md b/themes/hugo-book/exampleSite/content/posts/goisforlovers.md similarity index 100% rename from themes/book/exampleSite/content/posts/goisforlovers.md rename to themes/hugo-book/exampleSite/content/posts/goisforlovers.md diff --git a/themes/book/exampleSite/content/posts/hugoisforlovers.md b/themes/hugo-book/exampleSite/content/posts/hugoisforlovers.md similarity index 100% rename from themes/book/exampleSite/content/posts/hugoisforlovers.md rename to themes/hugo-book/exampleSite/content/posts/hugoisforlovers.md diff --git a/themes/book/exampleSite/content/posts/migrate-from-jekyll.md b/themes/hugo-book/exampleSite/content/posts/migrate-from-jekyll.md similarity index 100% rename from themes/book/exampleSite/content/posts/migrate-from-jekyll.md rename to themes/hugo-book/exampleSite/content/posts/migrate-from-jekyll.md diff --git a/themes/book/exampleSite/resources/_gen/assets/scss/book.scss_50fc8c04e12a2f59027287995557ceff.content b/themes/hugo-book/exampleSite/resources/_gen/assets/scss/book.scss_50fc8c04e12a2f59027287995557ceff.content similarity index 100% rename from themes/book/exampleSite/resources/_gen/assets/scss/book.scss_50fc8c04e12a2f59027287995557ceff.content rename to themes/hugo-book/exampleSite/resources/_gen/assets/scss/book.scss_50fc8c04e12a2f59027287995557ceff.content diff --git a/themes/book/exampleSite/resources/_gen/assets/scss/book.scss_50fc8c04e12a2f59027287995557ceff.json b/themes/hugo-book/exampleSite/resources/_gen/assets/scss/book.scss_50fc8c04e12a2f59027287995557ceff.json similarity index 100% rename from themes/book/exampleSite/resources/_gen/assets/scss/book.scss_50fc8c04e12a2f59027287995557ceff.json rename to themes/hugo-book/exampleSite/resources/_gen/assets/scss/book.scss_50fc8c04e12a2f59027287995557ceff.json diff --git a/themes/book/exampleSite/resources/_gen/assets/scss/example/book.scss_50fc8c04e12a2f59027287995557ceff.content b/themes/hugo-book/exampleSite/resources/_gen/assets/scss/example/book.scss_50fc8c04e12a2f59027287995557ceff.content similarity index 100% rename from themes/book/exampleSite/resources/_gen/assets/scss/example/book.scss_50fc8c04e12a2f59027287995557ceff.content rename to themes/hugo-book/exampleSite/resources/_gen/assets/scss/example/book.scss_50fc8c04e12a2f59027287995557ceff.content diff --git a/themes/book/exampleSite/resources/_gen/assets/scss/example/book.scss_50fc8c04e12a2f59027287995557ceff.json b/themes/hugo-book/exampleSite/resources/_gen/assets/scss/example/book.scss_50fc8c04e12a2f59027287995557ceff.json similarity index 100% rename from themes/book/exampleSite/resources/_gen/assets/scss/example/book.scss_50fc8c04e12a2f59027287995557ceff.json rename to themes/hugo-book/exampleSite/resources/_gen/assets/scss/example/book.scss_50fc8c04e12a2f59027287995557ceff.json diff --git a/themes/book/i18n/cn.yaml b/themes/hugo-book/i18n/cn.yaml similarity index 100% rename from themes/book/i18n/cn.yaml rename to themes/hugo-book/i18n/cn.yaml diff --git a/themes/book/i18n/de.yaml b/themes/hugo-book/i18n/de.yaml similarity index 100% rename from themes/book/i18n/de.yaml rename to themes/hugo-book/i18n/de.yaml diff --git a/themes/book/i18n/en.yaml b/themes/hugo-book/i18n/en.yaml similarity index 100% rename from themes/book/i18n/en.yaml rename to themes/hugo-book/i18n/en.yaml diff --git a/themes/book/i18n/es.yaml b/themes/hugo-book/i18n/es.yaml similarity index 100% rename from themes/book/i18n/es.yaml rename to themes/hugo-book/i18n/es.yaml diff --git a/themes/book/i18n/fr.yaml b/themes/hugo-book/i18n/fr.yaml similarity index 100% rename from themes/book/i18n/fr.yaml rename to themes/hugo-book/i18n/fr.yaml diff --git a/themes/book/i18n/ja.yaml b/themes/hugo-book/i18n/jp.yaml similarity index 100% rename from themes/book/i18n/ja.yaml rename to themes/hugo-book/i18n/jp.yaml diff --git a/themes/book/i18n/ko.yaml b/themes/hugo-book/i18n/ko.yaml similarity index 100% rename from themes/book/i18n/ko.yaml rename to themes/hugo-book/i18n/ko.yaml diff --git a/themes/book/i18n/nb.yaml b/themes/hugo-book/i18n/nb.yaml similarity index 100% rename from themes/book/i18n/nb.yaml rename to themes/hugo-book/i18n/nb.yaml diff --git a/themes/book/i18n/pt.yaml b/themes/hugo-book/i18n/pt.yaml similarity index 100% rename from themes/book/i18n/pt.yaml rename to themes/hugo-book/i18n/pt.yaml diff --git a/themes/book/i18n/ru.yaml b/themes/hugo-book/i18n/ru.yaml similarity index 100% rename from themes/book/i18n/ru.yaml rename to themes/hugo-book/i18n/ru.yaml diff --git a/themes/book/i18n/sv.yaml b/themes/hugo-book/i18n/sv.yaml similarity index 100% rename from themes/book/i18n/sv.yaml rename to themes/hugo-book/i18n/sv.yaml diff --git a/themes/book/i18n/uk.yaml b/themes/hugo-book/i18n/uk.yaml similarity index 100% rename from themes/book/i18n/uk.yaml rename to themes/hugo-book/i18n/uk.yaml diff --git a/themes/book/i18n/zh.yaml b/themes/hugo-book/i18n/zh.yaml similarity index 100% rename from themes/book/i18n/zh.yaml rename to themes/hugo-book/i18n/zh.yaml diff --git a/themes/book/images/screenshot.png b/themes/hugo-book/images/screenshot.png similarity index 100% rename from themes/book/images/screenshot.png rename to themes/hugo-book/images/screenshot.png diff --git a/themes/book/images/tn.png b/themes/hugo-book/images/tn.png similarity index 100% rename from themes/book/images/tn.png rename to themes/hugo-book/images/tn.png diff --git a/themes/book/layouts/404.html b/themes/hugo-book/layouts/404.html similarity index 100% rename from themes/book/layouts/404.html rename to themes/hugo-book/layouts/404.html diff --git a/themes/book/layouts/_default/_markup/render-heading.html b/themes/hugo-book/layouts/_default/_markup/render-heading.html similarity index 100% rename from themes/book/layouts/_default/_markup/render-heading.html rename to themes/hugo-book/layouts/_default/_markup/render-heading.html diff --git a/themes/book/layouts/_default/_markup/render-image.html b/themes/hugo-book/layouts/_default/_markup/render-image.html similarity index 100% rename from themes/book/layouts/_default/_markup/render-image.html rename to themes/hugo-book/layouts/_default/_markup/render-image.html diff --git a/themes/book/layouts/_default/_markup/render-link.html b/themes/hugo-book/layouts/_default/_markup/render-link.html similarity index 100% rename from themes/book/layouts/_default/_markup/render-link.html rename to themes/hugo-book/layouts/_default/_markup/render-link.html diff --git a/themes/book/layouts/_default/baseof.html b/themes/hugo-book/layouts/_default/baseof.html similarity index 100% rename from themes/book/layouts/_default/baseof.html rename to themes/hugo-book/layouts/_default/baseof.html diff --git a/themes/book/layouts/_default/list.html b/themes/hugo-book/layouts/_default/list.html similarity index 100% rename from themes/book/layouts/_default/list.html rename to themes/hugo-book/layouts/_default/list.html diff --git a/themes/book/layouts/_default/single.html b/themes/hugo-book/layouts/_default/single.html similarity index 100% rename from themes/book/layouts/_default/single.html rename to themes/hugo-book/layouts/_default/single.html diff --git a/themes/book/layouts/partials/docs/brand.html b/themes/hugo-book/layouts/partials/docs/brand.html similarity index 100% rename from themes/book/layouts/partials/docs/brand.html rename to themes/hugo-book/layouts/partials/docs/brand.html diff --git a/themes/book/layouts/partials/docs/comments.html b/themes/hugo-book/layouts/partials/docs/comments.html similarity index 100% rename from themes/book/layouts/partials/docs/comments.html rename to themes/hugo-book/layouts/partials/docs/comments.html diff --git a/themes/book/layouts/partials/docs/date.html b/themes/hugo-book/layouts/partials/docs/date.html similarity index 100% rename from themes/book/layouts/partials/docs/date.html rename to themes/hugo-book/layouts/partials/docs/date.html diff --git a/themes/book/layouts/partials/docs/footer.html b/themes/hugo-book/layouts/partials/docs/footer.html similarity index 100% rename from themes/book/layouts/partials/docs/footer.html rename to themes/hugo-book/layouts/partials/docs/footer.html diff --git a/themes/book/layouts/partials/docs/header.html b/themes/hugo-book/layouts/partials/docs/header.html similarity index 100% rename from themes/book/layouts/partials/docs/header.html rename to themes/hugo-book/layouts/partials/docs/header.html diff --git a/themes/book/layouts/partials/docs/html-head.html b/themes/hugo-book/layouts/partials/docs/html-head.html similarity index 100% rename from themes/book/layouts/partials/docs/html-head.html rename to themes/hugo-book/layouts/partials/docs/html-head.html diff --git a/themes/book/layouts/partials/docs/inject/body.html b/themes/hugo-book/layouts/partials/docs/inject/body.html similarity index 100% rename from themes/book/layouts/partials/docs/inject/body.html rename to themes/hugo-book/layouts/partials/docs/inject/body.html diff --git a/themes/book/layouts/partials/docs/inject/content-after.html b/themes/hugo-book/layouts/partials/docs/inject/content-after.html similarity index 100% rename from themes/book/layouts/partials/docs/inject/content-after.html rename to themes/hugo-book/layouts/partials/docs/inject/content-after.html diff --git a/themes/book/layouts/partials/docs/inject/content-before.html b/themes/hugo-book/layouts/partials/docs/inject/content-before.html similarity index 100% rename from themes/book/layouts/partials/docs/inject/content-before.html rename to themes/hugo-book/layouts/partials/docs/inject/content-before.html diff --git a/themes/book/layouts/partials/docs/inject/footer.html b/themes/hugo-book/layouts/partials/docs/inject/footer.html similarity index 100% rename from themes/book/layouts/partials/docs/inject/footer.html rename to themes/hugo-book/layouts/partials/docs/inject/footer.html diff --git a/themes/book/layouts/partials/docs/inject/head.html b/themes/hugo-book/layouts/partials/docs/inject/head.html similarity index 100% rename from themes/book/layouts/partials/docs/inject/head.html rename to themes/hugo-book/layouts/partials/docs/inject/head.html diff --git a/themes/book/layouts/partials/docs/inject/menu-after.html b/themes/hugo-book/layouts/partials/docs/inject/menu-after.html similarity index 100% rename from themes/book/layouts/partials/docs/inject/menu-after.html rename to themes/hugo-book/layouts/partials/docs/inject/menu-after.html diff --git a/themes/book/layouts/partials/docs/inject/menu-before.html b/themes/hugo-book/layouts/partials/docs/inject/menu-before.html similarity index 100% rename from themes/book/layouts/partials/docs/inject/menu-before.html rename to themes/hugo-book/layouts/partials/docs/inject/menu-before.html diff --git a/themes/book/layouts/partials/docs/languages.html b/themes/hugo-book/layouts/partials/docs/languages.html similarity index 100% rename from themes/book/layouts/partials/docs/languages.html rename to themes/hugo-book/layouts/partials/docs/languages.html diff --git a/themes/book/layouts/partials/docs/menu-bundle.html b/themes/hugo-book/layouts/partials/docs/menu-bundle.html similarity index 100% rename from themes/book/layouts/partials/docs/menu-bundle.html rename to themes/hugo-book/layouts/partials/docs/menu-bundle.html diff --git a/themes/book/layouts/partials/docs/menu-filetree.html b/themes/hugo-book/layouts/partials/docs/menu-filetree.html similarity index 100% rename from themes/book/layouts/partials/docs/menu-filetree.html rename to themes/hugo-book/layouts/partials/docs/menu-filetree.html diff --git a/themes/book/layouts/partials/docs/menu-hugo.html b/themes/hugo-book/layouts/partials/docs/menu-hugo.html similarity index 100% rename from themes/book/layouts/partials/docs/menu-hugo.html rename to themes/hugo-book/layouts/partials/docs/menu-hugo.html diff --git a/themes/book/layouts/partials/docs/menu.html b/themes/hugo-book/layouts/partials/docs/menu.html similarity index 100% rename from themes/book/layouts/partials/docs/menu.html rename to themes/hugo-book/layouts/partials/docs/menu.html diff --git a/themes/book/layouts/partials/docs/post-meta.html b/themes/hugo-book/layouts/partials/docs/post-meta.html similarity index 100% rename from themes/book/layouts/partials/docs/post-meta.html rename to themes/hugo-book/layouts/partials/docs/post-meta.html diff --git a/themes/book/layouts/partials/docs/search.html b/themes/hugo-book/layouts/partials/docs/search.html similarity index 100% rename from themes/book/layouts/partials/docs/search.html rename to themes/hugo-book/layouts/partials/docs/search.html diff --git a/themes/book/layouts/partials/docs/taxonomy.html b/themes/hugo-book/layouts/partials/docs/taxonomy.html similarity index 100% rename from themes/book/layouts/partials/docs/taxonomy.html rename to themes/hugo-book/layouts/partials/docs/taxonomy.html diff --git a/themes/book/layouts/partials/docs/title.html b/themes/hugo-book/layouts/partials/docs/title.html similarity index 100% rename from themes/book/layouts/partials/docs/title.html rename to themes/hugo-book/layouts/partials/docs/title.html diff --git a/themes/book/layouts/partials/docs/toc.html b/themes/hugo-book/layouts/partials/docs/toc.html similarity index 100% rename from themes/book/layouts/partials/docs/toc.html rename to themes/hugo-book/layouts/partials/docs/toc.html diff --git a/themes/book/layouts/posts/list.html b/themes/hugo-book/layouts/posts/list.html similarity index 100% rename from themes/book/layouts/posts/list.html rename to themes/hugo-book/layouts/posts/list.html diff --git a/themes/book/layouts/posts/single.html b/themes/hugo-book/layouts/posts/single.html similarity index 100% rename from themes/book/layouts/posts/single.html rename to themes/hugo-book/layouts/posts/single.html diff --git a/themes/book/layouts/shortcodes/button.html b/themes/hugo-book/layouts/shortcodes/button.html similarity index 100% rename from themes/book/layouts/shortcodes/button.html rename to themes/hugo-book/layouts/shortcodes/button.html diff --git a/themes/book/layouts/shortcodes/columns.html b/themes/hugo-book/layouts/shortcodes/columns.html similarity index 100% rename from themes/book/layouts/shortcodes/columns.html rename to themes/hugo-book/layouts/shortcodes/columns.html diff --git a/themes/book/layouts/shortcodes/details.html b/themes/hugo-book/layouts/shortcodes/details.html similarity index 100% rename from themes/book/layouts/shortcodes/details.html rename to themes/hugo-book/layouts/shortcodes/details.html diff --git a/themes/book/layouts/shortcodes/expand.html b/themes/hugo-book/layouts/shortcodes/expand.html similarity index 100% rename from themes/book/layouts/shortcodes/expand.html rename to themes/hugo-book/layouts/shortcodes/expand.html diff --git a/themes/book/layouts/shortcodes/hint.html b/themes/hugo-book/layouts/shortcodes/hint.html similarity index 100% rename from themes/book/layouts/shortcodes/hint.html rename to themes/hugo-book/layouts/shortcodes/hint.html diff --git a/themes/book/layouts/shortcodes/katex.html b/themes/hugo-book/layouts/shortcodes/katex.html similarity index 100% rename from themes/book/layouts/shortcodes/katex.html rename to themes/hugo-book/layouts/shortcodes/katex.html diff --git a/themes/book/layouts/shortcodes/mermaid.html b/themes/hugo-book/layouts/shortcodes/mermaid.html similarity index 100% rename from themes/book/layouts/shortcodes/mermaid.html rename to themes/hugo-book/layouts/shortcodes/mermaid.html diff --git a/themes/book/layouts/shortcodes/section.html b/themes/hugo-book/layouts/shortcodes/section.html similarity index 100% rename from themes/book/layouts/shortcodes/section.html rename to themes/hugo-book/layouts/shortcodes/section.html diff --git a/themes/book/layouts/shortcodes/tab.html b/themes/hugo-book/layouts/shortcodes/tab.html similarity index 100% rename from themes/book/layouts/shortcodes/tab.html rename to themes/hugo-book/layouts/shortcodes/tab.html diff --git a/themes/book/layouts/shortcodes/tabs.html b/themes/hugo-book/layouts/shortcodes/tabs.html similarity index 100% rename from themes/book/layouts/shortcodes/tabs.html rename to themes/hugo-book/layouts/shortcodes/tabs.html diff --git a/themes/book/layouts/taxonomy/list.html b/themes/hugo-book/layouts/taxonomy/list.html similarity index 100% rename from themes/book/layouts/taxonomy/list.html rename to themes/hugo-book/layouts/taxonomy/list.html diff --git a/themes/book/layouts/taxonomy/taxonomy.html b/themes/hugo-book/layouts/taxonomy/taxonomy.html similarity index 100% rename from themes/book/layouts/taxonomy/taxonomy.html rename to themes/hugo-book/layouts/taxonomy/taxonomy.html diff --git a/themes/book/static/favicon.png b/themes/hugo-book/static/favicon.png similarity index 100% rename from themes/book/static/favicon.png rename to themes/hugo-book/static/favicon.png diff --git a/themes/book/static/favicon.svg b/themes/hugo-book/static/favicon.svg similarity index 100% rename from themes/book/static/favicon.svg rename to themes/hugo-book/static/favicon.svg diff --git a/themes/book/static/flexsearch.min.js b/themes/hugo-book/static/flexsearch.min.js similarity index 100% rename from themes/book/static/flexsearch.min.js rename to themes/hugo-book/static/flexsearch.min.js diff --git a/themes/book/static/fonts/roboto-mono-v6-latin-regular.woff b/themes/hugo-book/static/fonts/roboto-mono-v6-latin-regular.woff similarity index 100% rename from themes/book/static/fonts/roboto-mono-v6-latin-regular.woff rename to themes/hugo-book/static/fonts/roboto-mono-v6-latin-regular.woff diff --git a/themes/book/static/fonts/roboto-mono-v6-latin-regular.woff2 b/themes/hugo-book/static/fonts/roboto-mono-v6-latin-regular.woff2 similarity index 100% rename from themes/book/static/fonts/roboto-mono-v6-latin-regular.woff2 rename to themes/hugo-book/static/fonts/roboto-mono-v6-latin-regular.woff2 diff --git a/themes/book/static/fonts/roboto-v19-latin-300italic.woff b/themes/hugo-book/static/fonts/roboto-v19-latin-300italic.woff similarity index 100% rename from themes/book/static/fonts/roboto-v19-latin-300italic.woff rename to themes/hugo-book/static/fonts/roboto-v19-latin-300italic.woff diff --git a/themes/book/static/fonts/roboto-v19-latin-300italic.woff2 b/themes/hugo-book/static/fonts/roboto-v19-latin-300italic.woff2 similarity index 100% rename from themes/book/static/fonts/roboto-v19-latin-300italic.woff2 rename to themes/hugo-book/static/fonts/roboto-v19-latin-300italic.woff2 diff --git a/themes/book/static/fonts/roboto-v19-latin-700.woff b/themes/hugo-book/static/fonts/roboto-v19-latin-700.woff similarity index 100% rename from themes/book/static/fonts/roboto-v19-latin-700.woff rename to themes/hugo-book/static/fonts/roboto-v19-latin-700.woff diff --git a/themes/book/static/fonts/roboto-v19-latin-700.woff2 b/themes/hugo-book/static/fonts/roboto-v19-latin-700.woff2 similarity index 100% rename from themes/book/static/fonts/roboto-v19-latin-700.woff2 rename to themes/hugo-book/static/fonts/roboto-v19-latin-700.woff2 diff --git a/themes/book/static/fonts/roboto-v19-latin-regular.woff b/themes/hugo-book/static/fonts/roboto-v19-latin-regular.woff similarity index 100% rename from themes/book/static/fonts/roboto-v19-latin-regular.woff rename to themes/hugo-book/static/fonts/roboto-v19-latin-regular.woff diff --git a/themes/book/static/fonts/roboto-v19-latin-regular.woff2 b/themes/hugo-book/static/fonts/roboto-v19-latin-regular.woff2 similarity index 100% rename from themes/book/static/fonts/roboto-v19-latin-regular.woff2 rename to themes/hugo-book/static/fonts/roboto-v19-latin-regular.woff2 diff --git a/themes/book/static/katex/auto-render.min.js b/themes/hugo-book/static/katex/auto-render.min.js similarity index 100% rename from themes/book/static/katex/auto-render.min.js rename to themes/hugo-book/static/katex/auto-render.min.js diff --git a/themes/book/static/katex/fonts/KaTeX_AMS-Regular.ttf b/themes/hugo-book/static/katex/fonts/KaTeX_AMS-Regular.ttf similarity index 100% rename from themes/book/static/katex/fonts/KaTeX_AMS-Regular.ttf rename to themes/hugo-book/static/katex/fonts/KaTeX_AMS-Regular.ttf diff --git a/themes/book/static/katex/fonts/KaTeX_AMS-Regular.woff b/themes/hugo-book/static/katex/fonts/KaTeX_AMS-Regular.woff similarity index 100% rename from themes/book/static/katex/fonts/KaTeX_AMS-Regular.woff rename to themes/hugo-book/static/katex/fonts/KaTeX_AMS-Regular.woff diff --git a/themes/book/static/katex/fonts/KaTeX_AMS-Regular.woff2 b/themes/hugo-book/static/katex/fonts/KaTeX_AMS-Regular.woff2 similarity index 100% rename from themes/book/static/katex/fonts/KaTeX_AMS-Regular.woff2 rename to themes/hugo-book/static/katex/fonts/KaTeX_AMS-Regular.woff2 diff --git a/themes/book/static/katex/fonts/KaTeX_Caligraphic-Bold.ttf b/themes/hugo-book/static/katex/fonts/KaTeX_Caligraphic-Bold.ttf similarity index 100% rename from themes/book/static/katex/fonts/KaTeX_Caligraphic-Bold.ttf rename to themes/hugo-book/static/katex/fonts/KaTeX_Caligraphic-Bold.ttf diff --git a/themes/book/static/katex/fonts/KaTeX_Caligraphic-Bold.woff b/themes/hugo-book/static/katex/fonts/KaTeX_Caligraphic-Bold.woff similarity index 100% rename from themes/book/static/katex/fonts/KaTeX_Caligraphic-Bold.woff rename to themes/hugo-book/static/katex/fonts/KaTeX_Caligraphic-Bold.woff diff --git a/themes/book/static/katex/fonts/KaTeX_Caligraphic-Bold.woff2 b/themes/hugo-book/static/katex/fonts/KaTeX_Caligraphic-Bold.woff2 similarity index 100% rename from themes/book/static/katex/fonts/KaTeX_Caligraphic-Bold.woff2 rename to themes/hugo-book/static/katex/fonts/KaTeX_Caligraphic-Bold.woff2 diff --git a/themes/book/static/katex/fonts/KaTeX_Caligraphic-Regular.ttf b/themes/hugo-book/static/katex/fonts/KaTeX_Caligraphic-Regular.ttf similarity index 100% rename from themes/book/static/katex/fonts/KaTeX_Caligraphic-Regular.ttf rename to themes/hugo-book/static/katex/fonts/KaTeX_Caligraphic-Regular.ttf diff --git a/themes/book/static/katex/fonts/KaTeX_Caligraphic-Regular.woff b/themes/hugo-book/static/katex/fonts/KaTeX_Caligraphic-Regular.woff similarity index 100% rename from themes/book/static/katex/fonts/KaTeX_Caligraphic-Regular.woff rename to themes/hugo-book/static/katex/fonts/KaTeX_Caligraphic-Regular.woff diff --git a/themes/book/static/katex/fonts/KaTeX_Caligraphic-Regular.woff2 b/themes/hugo-book/static/katex/fonts/KaTeX_Caligraphic-Regular.woff2 similarity index 100% rename from themes/book/static/katex/fonts/KaTeX_Caligraphic-Regular.woff2 rename to themes/hugo-book/static/katex/fonts/KaTeX_Caligraphic-Regular.woff2 diff --git a/themes/book/static/katex/fonts/KaTeX_Fraktur-Bold.ttf b/themes/hugo-book/static/katex/fonts/KaTeX_Fraktur-Bold.ttf similarity index 100% rename from themes/book/static/katex/fonts/KaTeX_Fraktur-Bold.ttf rename to themes/hugo-book/static/katex/fonts/KaTeX_Fraktur-Bold.ttf diff --git a/themes/book/static/katex/fonts/KaTeX_Fraktur-Bold.woff b/themes/hugo-book/static/katex/fonts/KaTeX_Fraktur-Bold.woff similarity index 100% rename from themes/book/static/katex/fonts/KaTeX_Fraktur-Bold.woff rename to themes/hugo-book/static/katex/fonts/KaTeX_Fraktur-Bold.woff diff --git a/themes/book/static/katex/fonts/KaTeX_Fraktur-Bold.woff2 b/themes/hugo-book/static/katex/fonts/KaTeX_Fraktur-Bold.woff2 similarity index 100% rename from themes/book/static/katex/fonts/KaTeX_Fraktur-Bold.woff2 rename to themes/hugo-book/static/katex/fonts/KaTeX_Fraktur-Bold.woff2 diff --git a/themes/book/static/katex/fonts/KaTeX_Fraktur-Regular.ttf b/themes/hugo-book/static/katex/fonts/KaTeX_Fraktur-Regular.ttf similarity index 100% rename from themes/book/static/katex/fonts/KaTeX_Fraktur-Regular.ttf rename to themes/hugo-book/static/katex/fonts/KaTeX_Fraktur-Regular.ttf diff --git a/themes/book/static/katex/fonts/KaTeX_Fraktur-Regular.woff b/themes/hugo-book/static/katex/fonts/KaTeX_Fraktur-Regular.woff similarity index 100% rename from themes/book/static/katex/fonts/KaTeX_Fraktur-Regular.woff rename to themes/hugo-book/static/katex/fonts/KaTeX_Fraktur-Regular.woff diff --git a/themes/book/static/katex/fonts/KaTeX_Fraktur-Regular.woff2 b/themes/hugo-book/static/katex/fonts/KaTeX_Fraktur-Regular.woff2 similarity index 100% rename from themes/book/static/katex/fonts/KaTeX_Fraktur-Regular.woff2 rename to themes/hugo-book/static/katex/fonts/KaTeX_Fraktur-Regular.woff2 diff --git a/themes/book/static/katex/fonts/KaTeX_Main-Bold.ttf b/themes/hugo-book/static/katex/fonts/KaTeX_Main-Bold.ttf similarity index 100% rename from themes/book/static/katex/fonts/KaTeX_Main-Bold.ttf rename to themes/hugo-book/static/katex/fonts/KaTeX_Main-Bold.ttf diff --git a/themes/book/static/katex/fonts/KaTeX_Main-Bold.woff b/themes/hugo-book/static/katex/fonts/KaTeX_Main-Bold.woff similarity index 100% rename from themes/book/static/katex/fonts/KaTeX_Main-Bold.woff rename to themes/hugo-book/static/katex/fonts/KaTeX_Main-Bold.woff diff --git a/themes/book/static/katex/fonts/KaTeX_Main-Bold.woff2 b/themes/hugo-book/static/katex/fonts/KaTeX_Main-Bold.woff2 similarity index 100% rename from themes/book/static/katex/fonts/KaTeX_Main-Bold.woff2 rename to themes/hugo-book/static/katex/fonts/KaTeX_Main-Bold.woff2 diff --git a/themes/book/static/katex/fonts/KaTeX_Main-BoldItalic.ttf b/themes/hugo-book/static/katex/fonts/KaTeX_Main-BoldItalic.ttf similarity index 100% rename from themes/book/static/katex/fonts/KaTeX_Main-BoldItalic.ttf rename to themes/hugo-book/static/katex/fonts/KaTeX_Main-BoldItalic.ttf diff --git a/themes/book/static/katex/fonts/KaTeX_Main-BoldItalic.woff b/themes/hugo-book/static/katex/fonts/KaTeX_Main-BoldItalic.woff similarity index 100% rename from themes/book/static/katex/fonts/KaTeX_Main-BoldItalic.woff rename to themes/hugo-book/static/katex/fonts/KaTeX_Main-BoldItalic.woff diff --git a/themes/book/static/katex/fonts/KaTeX_Main-BoldItalic.woff2 b/themes/hugo-book/static/katex/fonts/KaTeX_Main-BoldItalic.woff2 similarity index 100% rename from themes/book/static/katex/fonts/KaTeX_Main-BoldItalic.woff2 rename to themes/hugo-book/static/katex/fonts/KaTeX_Main-BoldItalic.woff2 diff --git a/themes/book/static/katex/fonts/KaTeX_Main-Italic.ttf b/themes/hugo-book/static/katex/fonts/KaTeX_Main-Italic.ttf similarity index 100% rename from themes/book/static/katex/fonts/KaTeX_Main-Italic.ttf rename to themes/hugo-book/static/katex/fonts/KaTeX_Main-Italic.ttf diff --git a/themes/book/static/katex/fonts/KaTeX_Main-Italic.woff b/themes/hugo-book/static/katex/fonts/KaTeX_Main-Italic.woff similarity index 100% rename from themes/book/static/katex/fonts/KaTeX_Main-Italic.woff rename to themes/hugo-book/static/katex/fonts/KaTeX_Main-Italic.woff diff --git a/themes/book/static/katex/fonts/KaTeX_Main-Italic.woff2 b/themes/hugo-book/static/katex/fonts/KaTeX_Main-Italic.woff2 similarity index 100% rename from themes/book/static/katex/fonts/KaTeX_Main-Italic.woff2 rename to themes/hugo-book/static/katex/fonts/KaTeX_Main-Italic.woff2 diff --git a/themes/book/static/katex/fonts/KaTeX_Main-Regular.ttf b/themes/hugo-book/static/katex/fonts/KaTeX_Main-Regular.ttf similarity index 100% rename from themes/book/static/katex/fonts/KaTeX_Main-Regular.ttf rename to themes/hugo-book/static/katex/fonts/KaTeX_Main-Regular.ttf diff --git a/themes/book/static/katex/fonts/KaTeX_Main-Regular.woff b/themes/hugo-book/static/katex/fonts/KaTeX_Main-Regular.woff similarity index 100% rename from themes/book/static/katex/fonts/KaTeX_Main-Regular.woff rename to themes/hugo-book/static/katex/fonts/KaTeX_Main-Regular.woff diff --git a/themes/book/static/katex/fonts/KaTeX_Main-Regular.woff2 b/themes/hugo-book/static/katex/fonts/KaTeX_Main-Regular.woff2 similarity index 100% rename from themes/book/static/katex/fonts/KaTeX_Main-Regular.woff2 rename to themes/hugo-book/static/katex/fonts/KaTeX_Main-Regular.woff2 diff --git a/themes/book/static/katex/fonts/KaTeX_Math-BoldItalic.ttf b/themes/hugo-book/static/katex/fonts/KaTeX_Math-BoldItalic.ttf similarity index 100% rename from themes/book/static/katex/fonts/KaTeX_Math-BoldItalic.ttf rename to themes/hugo-book/static/katex/fonts/KaTeX_Math-BoldItalic.ttf diff --git a/themes/book/static/katex/fonts/KaTeX_Math-BoldItalic.woff b/themes/hugo-book/static/katex/fonts/KaTeX_Math-BoldItalic.woff similarity index 100% rename from themes/book/static/katex/fonts/KaTeX_Math-BoldItalic.woff rename to themes/hugo-book/static/katex/fonts/KaTeX_Math-BoldItalic.woff diff --git a/themes/book/static/katex/fonts/KaTeX_Math-BoldItalic.woff2 b/themes/hugo-book/static/katex/fonts/KaTeX_Math-BoldItalic.woff2 similarity index 100% rename from themes/book/static/katex/fonts/KaTeX_Math-BoldItalic.woff2 rename to themes/hugo-book/static/katex/fonts/KaTeX_Math-BoldItalic.woff2 diff --git a/themes/book/static/katex/fonts/KaTeX_Math-Italic.ttf b/themes/hugo-book/static/katex/fonts/KaTeX_Math-Italic.ttf similarity index 100% rename from themes/book/static/katex/fonts/KaTeX_Math-Italic.ttf rename to themes/hugo-book/static/katex/fonts/KaTeX_Math-Italic.ttf diff --git a/themes/book/static/katex/fonts/KaTeX_Math-Italic.woff b/themes/hugo-book/static/katex/fonts/KaTeX_Math-Italic.woff similarity index 100% rename from themes/book/static/katex/fonts/KaTeX_Math-Italic.woff rename to themes/hugo-book/static/katex/fonts/KaTeX_Math-Italic.woff diff --git a/themes/book/static/katex/fonts/KaTeX_Math-Italic.woff2 b/themes/hugo-book/static/katex/fonts/KaTeX_Math-Italic.woff2 similarity index 100% rename from themes/book/static/katex/fonts/KaTeX_Math-Italic.woff2 rename to themes/hugo-book/static/katex/fonts/KaTeX_Math-Italic.woff2 diff --git a/themes/book/static/katex/fonts/KaTeX_SansSerif-Bold.ttf b/themes/hugo-book/static/katex/fonts/KaTeX_SansSerif-Bold.ttf similarity index 100% rename from themes/book/static/katex/fonts/KaTeX_SansSerif-Bold.ttf rename to themes/hugo-book/static/katex/fonts/KaTeX_SansSerif-Bold.ttf diff --git a/themes/book/static/katex/fonts/KaTeX_SansSerif-Bold.woff b/themes/hugo-book/static/katex/fonts/KaTeX_SansSerif-Bold.woff similarity index 100% rename from themes/book/static/katex/fonts/KaTeX_SansSerif-Bold.woff rename to themes/hugo-book/static/katex/fonts/KaTeX_SansSerif-Bold.woff diff --git a/themes/book/static/katex/fonts/KaTeX_SansSerif-Bold.woff2 b/themes/hugo-book/static/katex/fonts/KaTeX_SansSerif-Bold.woff2 similarity index 100% rename from themes/book/static/katex/fonts/KaTeX_SansSerif-Bold.woff2 rename to themes/hugo-book/static/katex/fonts/KaTeX_SansSerif-Bold.woff2 diff --git a/themes/book/static/katex/fonts/KaTeX_SansSerif-Italic.ttf b/themes/hugo-book/static/katex/fonts/KaTeX_SansSerif-Italic.ttf similarity index 100% rename from themes/book/static/katex/fonts/KaTeX_SansSerif-Italic.ttf rename to themes/hugo-book/static/katex/fonts/KaTeX_SansSerif-Italic.ttf diff --git a/themes/book/static/katex/fonts/KaTeX_SansSerif-Italic.woff b/themes/hugo-book/static/katex/fonts/KaTeX_SansSerif-Italic.woff similarity index 100% rename from themes/book/static/katex/fonts/KaTeX_SansSerif-Italic.woff rename to themes/hugo-book/static/katex/fonts/KaTeX_SansSerif-Italic.woff diff --git a/themes/book/static/katex/fonts/KaTeX_SansSerif-Italic.woff2 b/themes/hugo-book/static/katex/fonts/KaTeX_SansSerif-Italic.woff2 similarity index 100% rename from themes/book/static/katex/fonts/KaTeX_SansSerif-Italic.woff2 rename to themes/hugo-book/static/katex/fonts/KaTeX_SansSerif-Italic.woff2 diff --git a/themes/book/static/katex/fonts/KaTeX_SansSerif-Regular.ttf b/themes/hugo-book/static/katex/fonts/KaTeX_SansSerif-Regular.ttf similarity index 100% rename from themes/book/static/katex/fonts/KaTeX_SansSerif-Regular.ttf rename to themes/hugo-book/static/katex/fonts/KaTeX_SansSerif-Regular.ttf diff --git a/themes/book/static/katex/fonts/KaTeX_SansSerif-Regular.woff b/themes/hugo-book/static/katex/fonts/KaTeX_SansSerif-Regular.woff similarity index 100% rename from themes/book/static/katex/fonts/KaTeX_SansSerif-Regular.woff rename to themes/hugo-book/static/katex/fonts/KaTeX_SansSerif-Regular.woff diff --git a/themes/book/static/katex/fonts/KaTeX_SansSerif-Regular.woff2 b/themes/hugo-book/static/katex/fonts/KaTeX_SansSerif-Regular.woff2 similarity index 100% rename from themes/book/static/katex/fonts/KaTeX_SansSerif-Regular.woff2 rename to themes/hugo-book/static/katex/fonts/KaTeX_SansSerif-Regular.woff2 diff --git a/themes/book/static/katex/fonts/KaTeX_Script-Regular.ttf b/themes/hugo-book/static/katex/fonts/KaTeX_Script-Regular.ttf similarity index 100% rename from themes/book/static/katex/fonts/KaTeX_Script-Regular.ttf rename to themes/hugo-book/static/katex/fonts/KaTeX_Script-Regular.ttf diff --git a/themes/book/static/katex/fonts/KaTeX_Script-Regular.woff b/themes/hugo-book/static/katex/fonts/KaTeX_Script-Regular.woff similarity index 100% rename from themes/book/static/katex/fonts/KaTeX_Script-Regular.woff rename to themes/hugo-book/static/katex/fonts/KaTeX_Script-Regular.woff diff --git a/themes/book/static/katex/fonts/KaTeX_Script-Regular.woff2 b/themes/hugo-book/static/katex/fonts/KaTeX_Script-Regular.woff2 similarity index 100% rename from themes/book/static/katex/fonts/KaTeX_Script-Regular.woff2 rename to themes/hugo-book/static/katex/fonts/KaTeX_Script-Regular.woff2 diff --git a/themes/book/static/katex/fonts/KaTeX_Size1-Regular.ttf b/themes/hugo-book/static/katex/fonts/KaTeX_Size1-Regular.ttf similarity index 100% rename from themes/book/static/katex/fonts/KaTeX_Size1-Regular.ttf rename to themes/hugo-book/static/katex/fonts/KaTeX_Size1-Regular.ttf diff --git a/themes/book/static/katex/fonts/KaTeX_Size1-Regular.woff b/themes/hugo-book/static/katex/fonts/KaTeX_Size1-Regular.woff similarity index 100% rename from themes/book/static/katex/fonts/KaTeX_Size1-Regular.woff rename to themes/hugo-book/static/katex/fonts/KaTeX_Size1-Regular.woff diff --git a/themes/book/static/katex/fonts/KaTeX_Size1-Regular.woff2 b/themes/hugo-book/static/katex/fonts/KaTeX_Size1-Regular.woff2 similarity index 100% rename from themes/book/static/katex/fonts/KaTeX_Size1-Regular.woff2 rename to themes/hugo-book/static/katex/fonts/KaTeX_Size1-Regular.woff2 diff --git a/themes/book/static/katex/fonts/KaTeX_Size2-Regular.ttf b/themes/hugo-book/static/katex/fonts/KaTeX_Size2-Regular.ttf similarity index 100% rename from themes/book/static/katex/fonts/KaTeX_Size2-Regular.ttf rename to themes/hugo-book/static/katex/fonts/KaTeX_Size2-Regular.ttf diff --git a/themes/book/static/katex/fonts/KaTeX_Size2-Regular.woff b/themes/hugo-book/static/katex/fonts/KaTeX_Size2-Regular.woff similarity index 100% rename from themes/book/static/katex/fonts/KaTeX_Size2-Regular.woff rename to themes/hugo-book/static/katex/fonts/KaTeX_Size2-Regular.woff diff --git a/themes/book/static/katex/fonts/KaTeX_Size2-Regular.woff2 b/themes/hugo-book/static/katex/fonts/KaTeX_Size2-Regular.woff2 similarity index 100% rename from themes/book/static/katex/fonts/KaTeX_Size2-Regular.woff2 rename to themes/hugo-book/static/katex/fonts/KaTeX_Size2-Regular.woff2 diff --git a/themes/book/static/katex/fonts/KaTeX_Size3-Regular.ttf b/themes/hugo-book/static/katex/fonts/KaTeX_Size3-Regular.ttf similarity index 100% rename from themes/book/static/katex/fonts/KaTeX_Size3-Regular.ttf rename to themes/hugo-book/static/katex/fonts/KaTeX_Size3-Regular.ttf diff --git a/themes/book/static/katex/fonts/KaTeX_Size3-Regular.woff b/themes/hugo-book/static/katex/fonts/KaTeX_Size3-Regular.woff similarity index 100% rename from themes/book/static/katex/fonts/KaTeX_Size3-Regular.woff rename to themes/hugo-book/static/katex/fonts/KaTeX_Size3-Regular.woff diff --git a/themes/book/static/katex/fonts/KaTeX_Size3-Regular.woff2 b/themes/hugo-book/static/katex/fonts/KaTeX_Size3-Regular.woff2 similarity index 100% rename from themes/book/static/katex/fonts/KaTeX_Size3-Regular.woff2 rename to themes/hugo-book/static/katex/fonts/KaTeX_Size3-Regular.woff2 diff --git a/themes/book/static/katex/fonts/KaTeX_Size4-Regular.ttf b/themes/hugo-book/static/katex/fonts/KaTeX_Size4-Regular.ttf similarity index 100% rename from themes/book/static/katex/fonts/KaTeX_Size4-Regular.ttf rename to themes/hugo-book/static/katex/fonts/KaTeX_Size4-Regular.ttf diff --git a/themes/book/static/katex/fonts/KaTeX_Size4-Regular.woff b/themes/hugo-book/static/katex/fonts/KaTeX_Size4-Regular.woff similarity index 100% rename from themes/book/static/katex/fonts/KaTeX_Size4-Regular.woff rename to themes/hugo-book/static/katex/fonts/KaTeX_Size4-Regular.woff diff --git a/themes/book/static/katex/fonts/KaTeX_Size4-Regular.woff2 b/themes/hugo-book/static/katex/fonts/KaTeX_Size4-Regular.woff2 similarity index 100% rename from themes/book/static/katex/fonts/KaTeX_Size4-Regular.woff2 rename to themes/hugo-book/static/katex/fonts/KaTeX_Size4-Regular.woff2 diff --git a/themes/book/static/katex/fonts/KaTeX_Typewriter-Regular.ttf b/themes/hugo-book/static/katex/fonts/KaTeX_Typewriter-Regular.ttf similarity index 100% rename from themes/book/static/katex/fonts/KaTeX_Typewriter-Regular.ttf rename to themes/hugo-book/static/katex/fonts/KaTeX_Typewriter-Regular.ttf diff --git a/themes/book/static/katex/fonts/KaTeX_Typewriter-Regular.woff b/themes/hugo-book/static/katex/fonts/KaTeX_Typewriter-Regular.woff similarity index 100% rename from themes/book/static/katex/fonts/KaTeX_Typewriter-Regular.woff rename to themes/hugo-book/static/katex/fonts/KaTeX_Typewriter-Regular.woff diff --git a/themes/book/static/katex/fonts/KaTeX_Typewriter-Regular.woff2 b/themes/hugo-book/static/katex/fonts/KaTeX_Typewriter-Regular.woff2 similarity index 100% rename from themes/book/static/katex/fonts/KaTeX_Typewriter-Regular.woff2 rename to themes/hugo-book/static/katex/fonts/KaTeX_Typewriter-Regular.woff2 diff --git a/themes/book/static/katex/katex.min.css b/themes/hugo-book/static/katex/katex.min.css similarity index 100% rename from themes/book/static/katex/katex.min.css rename to themes/hugo-book/static/katex/katex.min.css diff --git a/themes/book/static/katex/katex.min.js b/themes/hugo-book/static/katex/katex.min.js similarity index 100% rename from themes/book/static/katex/katex.min.js rename to themes/hugo-book/static/katex/katex.min.js diff --git a/themes/book/static/mermaid.min.js b/themes/hugo-book/static/mermaid.min.js similarity index 100% rename from themes/book/static/mermaid.min.js rename to themes/hugo-book/static/mermaid.min.js diff --git a/themes/book/static/svg/calendar.svg b/themes/hugo-book/static/svg/calendar.svg similarity index 100% rename from themes/book/static/svg/calendar.svg rename to themes/hugo-book/static/svg/calendar.svg diff --git a/themes/book/static/svg/edit.svg b/themes/hugo-book/static/svg/edit.svg similarity index 100% rename from themes/book/static/svg/edit.svg rename to themes/hugo-book/static/svg/edit.svg diff --git a/themes/book/static/svg/menu.svg b/themes/hugo-book/static/svg/menu.svg similarity index 100% rename from themes/book/static/svg/menu.svg rename to themes/hugo-book/static/svg/menu.svg diff --git a/themes/book/static/svg/toc.svg b/themes/hugo-book/static/svg/toc.svg similarity index 100% rename from themes/book/static/svg/toc.svg rename to themes/hugo-book/static/svg/toc.svg diff --git a/themes/book/static/svg/translate.svg b/themes/hugo-book/static/svg/translate.svg similarity index 100% rename from themes/book/static/svg/translate.svg rename to themes/hugo-book/static/svg/translate.svg diff --git a/themes/book/theme.toml b/themes/hugo-book/theme.toml similarity index 100% rename from themes/book/theme.toml rename to themes/hugo-book/theme.toml