diff --git a/config/_default/config.toml b/config/_default/config.toml index 9e36bf59..570cd981 100644 --- a/config/_default/config.toml +++ b/config/_default/config.toml @@ -1,6 +1,6 @@ baseURL = "https://mtf.wiki" title = "MtF.wiki" -theme = "zdoc" +theme = ["zdoc", "mtfwiki-modified"] defaultContentLanguage = "zh-cn" defaultContentLanguageInSubdir = true diff --git a/archetypes/default.md b/themes/mtfwiki-modified/archetypes/default.md similarity index 100% rename from archetypes/default.md rename to themes/mtfwiki-modified/archetypes/default.md diff --git a/archetypes/post.md b/themes/mtfwiki-modified/archetypes/post.md similarity index 100% rename from archetypes/post.md rename to themes/mtfwiki-modified/archetypes/post.md diff --git a/archetypes/section.md b/themes/mtfwiki-modified/archetypes/section.md similarity index 100% rename from archetypes/section.md rename to themes/mtfwiki-modified/archetypes/section.md diff --git a/assets/baidu-hrt.scss b/themes/mtfwiki-modified/assets/baidu-hrt.scss similarity index 100% rename from assets/baidu-hrt.scss rename to themes/mtfwiki-modified/assets/baidu-hrt.scss diff --git a/assets/customize.js b/themes/mtfwiki-modified/assets/customize.js similarity index 100% rename from assets/customize.js rename to themes/mtfwiki-modified/assets/customize.js diff --git a/assets/customize.scss b/themes/mtfwiki-modified/assets/customize.scss similarity index 100% rename from assets/customize.scss rename to themes/mtfwiki-modified/assets/customize.scss diff --git a/assets/gtag.ts b/themes/mtfwiki-modified/assets/gtag.ts similarity index 100% rename from assets/gtag.ts rename to themes/mtfwiki-modified/assets/gtag.ts diff --git a/assets/qrcode.min.js b/themes/mtfwiki-modified/assets/qrcode.min.js similarity index 100% rename from assets/qrcode.min.js rename to themes/mtfwiki-modified/assets/qrcode.min.js diff --git a/assets/sass/abstracts/_variables.scss b/themes/mtfwiki-modified/assets/sass/abstracts/_variables.scss similarity index 100% rename from assets/sass/abstracts/_variables.scss rename to themes/mtfwiki-modified/assets/sass/abstracts/_variables.scss diff --git a/assets/sass/base/_typography.scss b/themes/mtfwiki-modified/assets/sass/base/_typography.scss similarity index 100% rename from assets/sass/base/_typography.scss rename to themes/mtfwiki-modified/assets/sass/base/_typography.scss diff --git a/assets/sweetalert.min.js b/themes/mtfwiki-modified/assets/sweetalert.min.js similarity index 100% rename from assets/sweetalert.min.js rename to themes/mtfwiki-modified/assets/sweetalert.min.js diff --git a/data/.gitkeep b/themes/mtfwiki-modified/data/.gitkeep similarity index 100% rename from data/.gitkeep rename to themes/mtfwiki-modified/data/.gitkeep diff --git a/data/font.toml b/themes/mtfwiki-modified/data/font.toml similarity index 100% rename from data/font.toml rename to themes/mtfwiki-modified/data/font.toml diff --git a/i18n/en.toml b/themes/mtfwiki-modified/i18n/en.toml similarity index 100% rename from i18n/en.toml rename to themes/mtfwiki-modified/i18n/en.toml diff --git a/i18n/es.toml b/themes/mtfwiki-modified/i18n/es.toml similarity index 100% rename from i18n/es.toml rename to themes/mtfwiki-modified/i18n/es.toml diff --git a/i18n/ja.toml b/themes/mtfwiki-modified/i18n/ja.toml similarity index 100% rename from i18n/ja.toml rename to themes/mtfwiki-modified/i18n/ja.toml diff --git a/i18n/ug.toml b/themes/mtfwiki-modified/i18n/ug.toml similarity index 100% rename from i18n/ug.toml rename to themes/mtfwiki-modified/i18n/ug.toml diff --git a/i18n/zh-cn.toml b/themes/mtfwiki-modified/i18n/zh-cn.toml similarity index 100% rename from i18n/zh-cn.toml rename to themes/mtfwiki-modified/i18n/zh-cn.toml diff --git a/i18n/zh-hant.toml b/themes/mtfwiki-modified/i18n/zh-hant.toml similarity index 100% rename from i18n/zh-hant.toml rename to themes/mtfwiki-modified/i18n/zh-hant.toml diff --git a/layouts/404.html b/themes/mtfwiki-modified/layouts/404.html similarity index 100% rename from layouts/404.html rename to themes/mtfwiki-modified/layouts/404.html diff --git a/layouts/_default/_markup/render-codeblock-csv.html b/themes/mtfwiki-modified/layouts/_default/_markup/render-codeblock-csv.html similarity index 100% rename from layouts/_default/_markup/render-codeblock-csv.html rename to themes/mtfwiki-modified/layouts/_default/_markup/render-codeblock-csv.html diff --git a/layouts/_default/_markup/render-codeblock-qrcode.html b/themes/mtfwiki-modified/layouts/_default/_markup/render-codeblock-qrcode.html similarity index 100% rename from layouts/_default/_markup/render-codeblock-qrcode.html rename to themes/mtfwiki-modified/layouts/_default/_markup/render-codeblock-qrcode.html diff --git a/layouts/_default/_markup/render-heading.html b/themes/mtfwiki-modified/layouts/_default/_markup/render-heading.html similarity index 100% rename from layouts/_default/_markup/render-heading.html rename to themes/mtfwiki-modified/layouts/_default/_markup/render-heading.html diff --git a/layouts/_default/_markup/render-image.html b/themes/mtfwiki-modified/layouts/_default/_markup/render-image.html similarity index 100% rename from layouts/_default/_markup/render-image.html rename to themes/mtfwiki-modified/layouts/_default/_markup/render-image.html diff --git a/layouts/_default/_markup/render-link.html b/themes/mtfwiki-modified/layouts/_default/_markup/render-link.html similarity index 100% rename from layouts/_default/_markup/render-link.html rename to themes/mtfwiki-modified/layouts/_default/_markup/render-link.html diff --git a/layouts/_default/section.html b/themes/mtfwiki-modified/layouts/_default/section.html similarity index 100% rename from layouts/_default/section.html rename to themes/mtfwiki-modified/layouts/_default/section.html diff --git a/layouts/partials/head/services.html b/themes/mtfwiki-modified/layouts/partials/head/services.html similarity index 100% rename from layouts/partials/head/services.html rename to themes/mtfwiki-modified/layouts/partials/head/services.html diff --git a/layouts/robots.txt b/themes/mtfwiki-modified/layouts/robots.txt similarity index 100% rename from layouts/robots.txt rename to themes/mtfwiki-modified/layouts/robots.txt diff --git a/layouts/shortcodes/currency.html b/themes/mtfwiki-modified/layouts/shortcodes/currency.html similarity index 100% rename from layouts/shortcodes/currency.html rename to themes/mtfwiki-modified/layouts/shortcodes/currency.html diff --git a/layouts/shortcodes/doctor-image.html b/themes/mtfwiki-modified/layouts/shortcodes/doctor-image.html similarity index 100% rename from layouts/shortcodes/doctor-image.html rename to themes/mtfwiki-modified/layouts/shortcodes/doctor-image.html diff --git a/layouts/shortcodes/gallery.html b/themes/mtfwiki-modified/layouts/shortcodes/gallery.html similarity index 100% rename from layouts/shortcodes/gallery.html rename to themes/mtfwiki-modified/layouts/shortcodes/gallery.html diff --git a/layouts/shortcodes/github/contributors.html b/themes/mtfwiki-modified/layouts/shortcodes/github/contributors.html similarity index 100% rename from layouts/shortcodes/github/contributors.html rename to themes/mtfwiki-modified/layouts/shortcodes/github/contributors.html diff --git a/layouts/shortcodes/github/profile.html b/themes/mtfwiki-modified/layouts/shortcodes/github/profile.html similarity index 100% rename from layouts/shortcodes/github/profile.html rename to themes/mtfwiki-modified/layouts/shortcodes/github/profile.html diff --git a/layouts/shortcodes/hiddenphoto.html b/themes/mtfwiki-modified/layouts/shortcodes/hiddenphoto.html similarity index 100% rename from layouts/shortcodes/hiddenphoto.html rename to themes/mtfwiki-modified/layouts/shortcodes/hiddenphoto.html diff --git a/layouts/shortcodes/hide-mobile-navbar.html b/themes/mtfwiki-modified/layouts/shortcodes/hide-mobile-navbar.html similarity index 100% rename from layouts/shortcodes/hide-mobile-navbar.html rename to themes/mtfwiki-modified/layouts/shortcodes/hide-mobile-navbar.html diff --git a/layouts/shortcodes/local.html b/themes/mtfwiki-modified/layouts/shortcodes/local.html similarity index 100% rename from layouts/shortcodes/local.html rename to themes/mtfwiki-modified/layouts/shortcodes/local.html diff --git a/layouts/shortcodes/meme/baidu-hrt.html b/themes/mtfwiki-modified/layouts/shortcodes/meme/baidu-hrt.html similarity index 100% rename from layouts/shortcodes/meme/baidu-hrt.html rename to themes/mtfwiki-modified/layouts/shortcodes/meme/baidu-hrt.html diff --git a/layouts/shortcodes/meme/hybl.html b/themes/mtfwiki-modified/layouts/shortcodes/meme/hybl.html similarity index 100% rename from layouts/shortcodes/meme/hybl.html rename to themes/mtfwiki-modified/layouts/shortcodes/meme/hybl.html diff --git a/layouts/shortcodes/mtf-wiki.html b/themes/mtfwiki-modified/layouts/shortcodes/mtf-wiki.html similarity index 100% rename from layouts/shortcodes/mtf-wiki.html rename to themes/mtfwiki-modified/layouts/shortcodes/mtf-wiki.html diff --git a/layouts/shortcodes/project-trans.html b/themes/mtfwiki-modified/layouts/shortcodes/project-trans.html similarity index 100% rename from layouts/shortcodes/project-trans.html rename to themes/mtfwiki-modified/layouts/shortcodes/project-trans.html diff --git a/layouts/shortcodes/ruby.html b/themes/mtfwiki-modified/layouts/shortcodes/ruby.html similarity index 100% rename from layouts/shortcodes/ruby.html rename to themes/mtfwiki-modified/layouts/shortcodes/ruby.html diff --git a/layouts/shortcodes/shields/discord.html b/themes/mtfwiki-modified/layouts/shortcodes/shields/discord.html similarity index 100% rename from layouts/shortcodes/shields/discord.html rename to themes/mtfwiki-modified/layouts/shortcodes/shields/discord.html diff --git a/layouts/shortcodes/shields/github-issue.html b/themes/mtfwiki-modified/layouts/shortcodes/shields/github-issue.html similarity index 100% rename from layouts/shortcodes/shields/github-issue.html rename to themes/mtfwiki-modified/layouts/shortcodes/shields/github-issue.html diff --git a/layouts/shortcodes/shields/line.html b/themes/mtfwiki-modified/layouts/shortcodes/shields/line.html similarity index 100% rename from layouts/shortcodes/shields/line.html rename to themes/mtfwiki-modified/layouts/shortcodes/shields/line.html diff --git a/layouts/shortcodes/shields/matrix.html b/themes/mtfwiki-modified/layouts/shortcodes/shields/matrix.html similarity index 100% rename from layouts/shortcodes/shields/matrix.html rename to themes/mtfwiki-modified/layouts/shortcodes/shields/matrix.html diff --git a/layouts/shortcodes/shields/qq.html b/themes/mtfwiki-modified/layouts/shortcodes/shields/qq.html similarity index 100% rename from layouts/shortcodes/shields/qq.html rename to themes/mtfwiki-modified/layouts/shortcodes/shields/qq.html diff --git a/layouts/shortcodes/shields/telegram.html b/themes/mtfwiki-modified/layouts/shortcodes/shields/telegram.html similarity index 100% rename from layouts/shortcodes/shields/telegram.html rename to themes/mtfwiki-modified/layouts/shortcodes/shields/telegram.html diff --git a/layouts/shortcodes/shields/twitter.html b/themes/mtfwiki-modified/layouts/shortcodes/shields/twitter.html similarity index 100% rename from layouts/shortcodes/shields/twitter.html rename to themes/mtfwiki-modified/layouts/shortcodes/shields/twitter.html diff --git a/layouts/shortcodes/shields/wechat.html b/themes/mtfwiki-modified/layouts/shortcodes/shields/wechat.html similarity index 100% rename from layouts/shortcodes/shields/wechat.html rename to themes/mtfwiki-modified/layouts/shortcodes/shields/wechat.html diff --git a/layouts/shortcodes/tag/neg.html b/themes/mtfwiki-modified/layouts/shortcodes/tag/neg.html similarity index 100% rename from layouts/shortcodes/tag/neg.html rename to themes/mtfwiki-modified/layouts/shortcodes/tag/neg.html diff --git a/layouts/shortcodes/tag/pos.html b/themes/mtfwiki-modified/layouts/shortcodes/tag/pos.html similarity index 100% rename from layouts/shortcodes/tag/pos.html rename to themes/mtfwiki-modified/layouts/shortcodes/tag/pos.html diff --git a/layouts/shortcodes/telephone.html b/themes/mtfwiki-modified/layouts/shortcodes/telephone.html similarity index 100% rename from layouts/shortcodes/telephone.html rename to themes/mtfwiki-modified/layouts/shortcodes/telephone.html diff --git a/layouts/shortcodes/wiki.html b/themes/mtfwiki-modified/layouts/shortcodes/wiki.html similarity index 100% rename from layouts/shortcodes/wiki.html rename to themes/mtfwiki-modified/layouts/shortcodes/wiki.html