├── LICENSE.md ├── README.md ├── archetypes └── default.md ├── assets ├── css │ ├── custom.scss │ ├── main.scss │ ├── partials │ │ ├── _breakpoints.scss │ │ └── _fonts.scss │ └── vendor │ │ ├── normalize.scss │ │ └── syntax.scss └── js │ └── main.js ├── exampleSite ├── archetypes │ └── default.md ├── config.toml └── content │ ├── about.md │ ├── archives.md │ └── posts │ ├── emoji-support.md │ ├── markdown-syntax.md │ ├── math-typesetting.mmark │ ├── placeholder-text.md │ └── rich-content.md ├── i18n ├── en.toml └── it.toml ├── images ├── screenshot.png └── tn.png ├── layouts ├── 404.html ├── _default │ ├── baseof.html │ ├── section.html │ ├── single.html │ ├── taxonomy.html │ └── terms.html ├── index.html ├── partials │ ├── footer-mobile.html │ ├── footer.html │ ├── head.html │ ├── header.html │ ├── math.html │ ├── nav.html │ └── social.html ├── section │ └── archives.html └── shortcodes │ └── resize-image.html ├── resources └── _gen │ └── assets │ ├── js │ └── js │ │ ├── main.js_d11fe7b62c27961c87ecd0f2490357b9.content │ │ └── main.js_d11fe7b62c27961c87ecd0f2490357b9.json │ └── scss │ └── css │ ├── custom.scss_48b060fe05b0a273d182ef83c0605941.content │ ├── custom.scss_48b060fe05b0a273d182ef83c0605941.json │ ├── main.scss_48b060fe05b0a273d182ef83c0605941.content │ ├── main.scss_48b060fe05b0a273d182ef83c0605941.json │ ├── styles.scss_48b060fe05b0a273d182ef83c0605941.content │ ├── styles.scss_48b060fe05b0a273d182ef83c0605941.json │ ├── styles.scss_c70ce94df64e4b85862f2e706592873a.content │ ├── styles.scss_c70ce94df64e4b85862f2e706592873a.json │ ├── styles.scss_f300667da4f5b5f84e1a9e0702b2fdde.content │ └── styles.scss_f300667da4f5b5f84e1a9e0702b2fdde.json ├── static ├── android-chrome-144x144.png ├── android-chrome-192x192.png ├── android-chrome-256x256.png ├── android-chrome-36x36.png ├── android-chrome-48x48.png ├── android-chrome-72x72.png ├── android-chrome-96x96.png ├── apple-touch-icon.png ├── browserconfig.xml ├── css │ ├── custom.css │ └── katex.min.css ├── favicon-16x16.png ├── favicon-32x32.png ├── favicon.ico ├── fonts │ ├── KaTeX_AMS-Regular.ttf │ ├── KaTeX_AMS-Regular.woff │ ├── KaTeX_AMS-Regular.woff2 │ ├── KaTeX_Caligraphic-Bold.ttf │ ├── KaTeX_Caligraphic-Bold.woff │ ├── KaTeX_Caligraphic-Bold.woff2 │ ├── KaTeX_Caligraphic-Regular.ttf │ ├── KaTeX_Caligraphic-Regular.woff │ ├── KaTeX_Caligraphic-Regular.woff2 │ ├── KaTeX_Fraktur-Bold.ttf │ ├── KaTeX_Fraktur-Bold.woff │ ├── KaTeX_Fraktur-Bold.woff2 │ ├── KaTeX_Fraktur-Regular.ttf │ ├── KaTeX_Fraktur-Regular.woff │ ├── KaTeX_Fraktur-Regular.woff2 │ ├── KaTeX_Main-Bold.ttf │ ├── KaTeX_Main-Bold.woff │ ├── KaTeX_Main-Bold.woff2 │ ├── KaTeX_Main-BoldItalic.ttf │ ├── KaTeX_Main-BoldItalic.woff │ ├── KaTeX_Main-BoldItalic.woff2 │ ├── KaTeX_Main-Italic.ttf │ ├── KaTeX_Main-Italic.woff │ ├── KaTeX_Main-Italic.woff2 │ ├── KaTeX_Main-Regular.ttf │ ├── KaTeX_Main-Regular.woff │ ├── KaTeX_Main-Regular.woff2 │ ├── KaTeX_Math-BoldItalic.ttf │ ├── KaTeX_Math-BoldItalic.woff │ ├── KaTeX_Math-BoldItalic.woff2 │ ├── KaTeX_Math-Italic.ttf │ ├── KaTeX_Math-Italic.woff │ ├── KaTeX_Math-Italic.woff2 │ ├── KaTeX_SansSerif-Bold.ttf │ ├── KaTeX_SansSerif-Bold.woff │ ├── KaTeX_SansSerif-Bold.woff2 │ ├── KaTeX_SansSerif-Italic.ttf │ ├── KaTeX_SansSerif-Italic.woff │ ├── KaTeX_SansSerif-Italic.woff2 │ ├── KaTeX_SansSerif-Regular.ttf │ ├── KaTeX_SansSerif-Regular.woff │ ├── KaTeX_SansSerif-Regular.woff2 │ ├── KaTeX_Script-Regular.ttf │ ├── KaTeX_Script-Regular.woff │ ├── KaTeX_Script-Regular.woff2 │ ├── KaTeX_Size1-Regular.ttf │ ├── KaTeX_Size1-Regular.woff │ ├── KaTeX_Size1-Regular.woff2 │ ├── KaTeX_Size2-Regular.ttf │ ├── KaTeX_Size2-Regular.woff │ ├── KaTeX_Size2-Regular.woff2 │ ├── KaTeX_Size3-Regular.ttf │ ├── KaTeX_Size3-Regular.woff │ ├── KaTeX_Size3-Regular.woff2 │ ├── KaTeX_Size4-Regular.ttf │ ├── KaTeX_Size4-Regular.woff │ ├── KaTeX_Size4-Regular.woff2 │ ├── KaTeX_Typewriter-Regular.ttf │ ├── KaTeX_Typewriter-Regular.woff │ ├── KaTeX_Typewriter-Regular.woff2 │ ├── NotoSans-Italic.woff │ ├── NotoSans-Italic.woff2 │ ├── NotoSans-Regular.woff │ ├── NotoSans-Regular.woff2 │ ├── NotoSerif-Bold.woff │ ├── NotoSerif-Bold.woff2 │ ├── NotoSerif-SemiBold.woff │ └── NotoSerif-SemiBold.woff2 ├── js │ ├── auto-render.min.js │ └── katex.min.js ├── manifest.json ├── mstile-150x150.png ├── mstile-310x310.png └── safari-pinned-tab.svg └── theme.toml /LICENSE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kimcc/hugo-theme-noteworthy/HEAD/LICENSE.md -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kimcc/hugo-theme-noteworthy/HEAD/README.md -------------------------------------------------------------------------------- /archetypes/default.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kimcc/hugo-theme-noteworthy/HEAD/archetypes/default.md -------------------------------------------------------------------------------- /assets/css/custom.scss: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/css/main.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kimcc/hugo-theme-noteworthy/HEAD/assets/css/main.scss -------------------------------------------------------------------------------- /assets/css/partials/_breakpoints.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kimcc/hugo-theme-noteworthy/HEAD/assets/css/partials/_breakpoints.scss -------------------------------------------------------------------------------- /assets/css/partials/_fonts.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kimcc/hugo-theme-noteworthy/HEAD/assets/css/partials/_fonts.scss -------------------------------------------------------------------------------- /assets/css/vendor/normalize.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kimcc/hugo-theme-noteworthy/HEAD/assets/css/vendor/normalize.scss -------------------------------------------------------------------------------- /assets/css/vendor/syntax.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kimcc/hugo-theme-noteworthy/HEAD/assets/css/vendor/syntax.scss -------------------------------------------------------------------------------- /assets/js/main.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kimcc/hugo-theme-noteworthy/HEAD/assets/js/main.js -------------------------------------------------------------------------------- /exampleSite/archetypes/default.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kimcc/hugo-theme-noteworthy/HEAD/exampleSite/archetypes/default.md -------------------------------------------------------------------------------- /exampleSite/config.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kimcc/hugo-theme-noteworthy/HEAD/exampleSite/config.toml -------------------------------------------------------------------------------- /exampleSite/content/about.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kimcc/hugo-theme-noteworthy/HEAD/exampleSite/content/about.md -------------------------------------------------------------------------------- /exampleSite/content/archives.md: -------------------------------------------------------------------------------- 1 | --- 2 | date: 2019-05-28 3 | type: section 4 | layout: "archives" 5 | --- -------------------------------------------------------------------------------- /exampleSite/content/posts/emoji-support.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kimcc/hugo-theme-noteworthy/HEAD/exampleSite/content/posts/emoji-support.md -------------------------------------------------------------------------------- /exampleSite/content/posts/markdown-syntax.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kimcc/hugo-theme-noteworthy/HEAD/exampleSite/content/posts/markdown-syntax.md -------------------------------------------------------------------------------- /exampleSite/content/posts/math-typesetting.mmark: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kimcc/hugo-theme-noteworthy/HEAD/exampleSite/content/posts/math-typesetting.mmark -------------------------------------------------------------------------------- /exampleSite/content/posts/placeholder-text.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kimcc/hugo-theme-noteworthy/HEAD/exampleSite/content/posts/placeholder-text.md -------------------------------------------------------------------------------- /exampleSite/content/posts/rich-content.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kimcc/hugo-theme-noteworthy/HEAD/exampleSite/content/posts/rich-content.md -------------------------------------------------------------------------------- /i18n/en.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kimcc/hugo-theme-noteworthy/HEAD/i18n/en.toml -------------------------------------------------------------------------------- /i18n/it.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kimcc/hugo-theme-noteworthy/HEAD/i18n/it.toml -------------------------------------------------------------------------------- /images/screenshot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kimcc/hugo-theme-noteworthy/HEAD/images/screenshot.png -------------------------------------------------------------------------------- /images/tn.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kimcc/hugo-theme-noteworthy/HEAD/images/tn.png -------------------------------------------------------------------------------- /layouts/404.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kimcc/hugo-theme-noteworthy/HEAD/layouts/404.html -------------------------------------------------------------------------------- /layouts/_default/baseof.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kimcc/hugo-theme-noteworthy/HEAD/layouts/_default/baseof.html -------------------------------------------------------------------------------- /layouts/_default/section.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kimcc/hugo-theme-noteworthy/HEAD/layouts/_default/section.html -------------------------------------------------------------------------------- /layouts/_default/single.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kimcc/hugo-theme-noteworthy/HEAD/layouts/_default/single.html -------------------------------------------------------------------------------- /layouts/_default/taxonomy.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kimcc/hugo-theme-noteworthy/HEAD/layouts/_default/taxonomy.html -------------------------------------------------------------------------------- /layouts/_default/terms.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kimcc/hugo-theme-noteworthy/HEAD/layouts/_default/terms.html -------------------------------------------------------------------------------- /layouts/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kimcc/hugo-theme-noteworthy/HEAD/layouts/index.html -------------------------------------------------------------------------------- /layouts/partials/footer-mobile.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kimcc/hugo-theme-noteworthy/HEAD/layouts/partials/footer-mobile.html -------------------------------------------------------------------------------- /layouts/partials/footer.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kimcc/hugo-theme-noteworthy/HEAD/layouts/partials/footer.html -------------------------------------------------------------------------------- /layouts/partials/head.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kimcc/hugo-theme-noteworthy/HEAD/layouts/partials/head.html -------------------------------------------------------------------------------- /layouts/partials/header.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kimcc/hugo-theme-noteworthy/HEAD/layouts/partials/header.html -------------------------------------------------------------------------------- /layouts/partials/math.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kimcc/hugo-theme-noteworthy/HEAD/layouts/partials/math.html -------------------------------------------------------------------------------- /layouts/partials/nav.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kimcc/hugo-theme-noteworthy/HEAD/layouts/partials/nav.html -------------------------------------------------------------------------------- /layouts/partials/social.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kimcc/hugo-theme-noteworthy/HEAD/layouts/partials/social.html -------------------------------------------------------------------------------- /layouts/section/archives.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kimcc/hugo-theme-noteworthy/HEAD/layouts/section/archives.html -------------------------------------------------------------------------------- /layouts/shortcodes/resize-image.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kimcc/hugo-theme-noteworthy/HEAD/layouts/shortcodes/resize-image.html -------------------------------------------------------------------------------- /resources/_gen/assets/js/js/main.js_d11fe7b62c27961c87ecd0f2490357b9.content: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kimcc/hugo-theme-noteworthy/HEAD/resources/_gen/assets/js/js/main.js_d11fe7b62c27961c87ecd0f2490357b9.content -------------------------------------------------------------------------------- /resources/_gen/assets/js/js/main.js_d11fe7b62c27961c87ecd0f2490357b9.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kimcc/hugo-theme-noteworthy/HEAD/resources/_gen/assets/js/js/main.js_d11fe7b62c27961c87ecd0f2490357b9.json -------------------------------------------------------------------------------- /resources/_gen/assets/scss/css/custom.scss_48b060fe05b0a273d182ef83c0605941.content: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /resources/_gen/assets/scss/css/custom.scss_48b060fe05b0a273d182ef83c0605941.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kimcc/hugo-theme-noteworthy/HEAD/resources/_gen/assets/scss/css/custom.scss_48b060fe05b0a273d182ef83c0605941.json -------------------------------------------------------------------------------- /resources/_gen/assets/scss/css/main.scss_48b060fe05b0a273d182ef83c0605941.content: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kimcc/hugo-theme-noteworthy/HEAD/resources/_gen/assets/scss/css/main.scss_48b060fe05b0a273d182ef83c0605941.content -------------------------------------------------------------------------------- /resources/_gen/assets/scss/css/main.scss_48b060fe05b0a273d182ef83c0605941.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kimcc/hugo-theme-noteworthy/HEAD/resources/_gen/assets/scss/css/main.scss_48b060fe05b0a273d182ef83c0605941.json -------------------------------------------------------------------------------- /resources/_gen/assets/scss/css/styles.scss_48b060fe05b0a273d182ef83c0605941.content: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kimcc/hugo-theme-noteworthy/HEAD/resources/_gen/assets/scss/css/styles.scss_48b060fe05b0a273d182ef83c0605941.content -------------------------------------------------------------------------------- /resources/_gen/assets/scss/css/styles.scss_48b060fe05b0a273d182ef83c0605941.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kimcc/hugo-theme-noteworthy/HEAD/resources/_gen/assets/scss/css/styles.scss_48b060fe05b0a273d182ef83c0605941.json -------------------------------------------------------------------------------- /resources/_gen/assets/scss/css/styles.scss_c70ce94df64e4b85862f2e706592873a.content: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kimcc/hugo-theme-noteworthy/HEAD/resources/_gen/assets/scss/css/styles.scss_c70ce94df64e4b85862f2e706592873a.content -------------------------------------------------------------------------------- /resources/_gen/assets/scss/css/styles.scss_c70ce94df64e4b85862f2e706592873a.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kimcc/hugo-theme-noteworthy/HEAD/resources/_gen/assets/scss/css/styles.scss_c70ce94df64e4b85862f2e706592873a.json -------------------------------------------------------------------------------- /resources/_gen/assets/scss/css/styles.scss_f300667da4f5b5f84e1a9e0702b2fdde.content: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kimcc/hugo-theme-noteworthy/HEAD/resources/_gen/assets/scss/css/styles.scss_f300667da4f5b5f84e1a9e0702b2fdde.content -------------------------------------------------------------------------------- /resources/_gen/assets/scss/css/styles.scss_f300667da4f5b5f84e1a9e0702b2fdde.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kimcc/hugo-theme-noteworthy/HEAD/resources/_gen/assets/scss/css/styles.scss_f300667da4f5b5f84e1a9e0702b2fdde.json -------------------------------------------------------------------------------- /static/android-chrome-144x144.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kimcc/hugo-theme-noteworthy/HEAD/static/android-chrome-144x144.png -------------------------------------------------------------------------------- /static/android-chrome-192x192.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kimcc/hugo-theme-noteworthy/HEAD/static/android-chrome-192x192.png -------------------------------------------------------------------------------- /static/android-chrome-256x256.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kimcc/hugo-theme-noteworthy/HEAD/static/android-chrome-256x256.png -------------------------------------------------------------------------------- /static/android-chrome-36x36.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kimcc/hugo-theme-noteworthy/HEAD/static/android-chrome-36x36.png -------------------------------------------------------------------------------- /static/android-chrome-48x48.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kimcc/hugo-theme-noteworthy/HEAD/static/android-chrome-48x48.png -------------------------------------------------------------------------------- /static/android-chrome-72x72.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kimcc/hugo-theme-noteworthy/HEAD/static/android-chrome-72x72.png -------------------------------------------------------------------------------- /static/android-chrome-96x96.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kimcc/hugo-theme-noteworthy/HEAD/static/android-chrome-96x96.png -------------------------------------------------------------------------------- /static/apple-touch-icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kimcc/hugo-theme-noteworthy/HEAD/static/apple-touch-icon.png -------------------------------------------------------------------------------- /static/browserconfig.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kimcc/hugo-theme-noteworthy/HEAD/static/browserconfig.xml -------------------------------------------------------------------------------- /static/css/custom.css: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/css/katex.min.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kimcc/hugo-theme-noteworthy/HEAD/static/css/katex.min.css -------------------------------------------------------------------------------- /static/favicon-16x16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kimcc/hugo-theme-noteworthy/HEAD/static/favicon-16x16.png -------------------------------------------------------------------------------- /static/favicon-32x32.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kimcc/hugo-theme-noteworthy/HEAD/static/favicon-32x32.png -------------------------------------------------------------------------------- /static/favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kimcc/hugo-theme-noteworthy/HEAD/static/favicon.ico -------------------------------------------------------------------------------- /static/fonts/KaTeX_AMS-Regular.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kimcc/hugo-theme-noteworthy/HEAD/static/fonts/KaTeX_AMS-Regular.ttf -------------------------------------------------------------------------------- /static/fonts/KaTeX_AMS-Regular.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kimcc/hugo-theme-noteworthy/HEAD/static/fonts/KaTeX_AMS-Regular.woff -------------------------------------------------------------------------------- /static/fonts/KaTeX_AMS-Regular.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kimcc/hugo-theme-noteworthy/HEAD/static/fonts/KaTeX_AMS-Regular.woff2 -------------------------------------------------------------------------------- /static/fonts/KaTeX_Caligraphic-Bold.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kimcc/hugo-theme-noteworthy/HEAD/static/fonts/KaTeX_Caligraphic-Bold.ttf -------------------------------------------------------------------------------- /static/fonts/KaTeX_Caligraphic-Bold.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kimcc/hugo-theme-noteworthy/HEAD/static/fonts/KaTeX_Caligraphic-Bold.woff -------------------------------------------------------------------------------- /static/fonts/KaTeX_Caligraphic-Bold.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kimcc/hugo-theme-noteworthy/HEAD/static/fonts/KaTeX_Caligraphic-Bold.woff2 -------------------------------------------------------------------------------- /static/fonts/KaTeX_Caligraphic-Regular.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kimcc/hugo-theme-noteworthy/HEAD/static/fonts/KaTeX_Caligraphic-Regular.ttf -------------------------------------------------------------------------------- /static/fonts/KaTeX_Caligraphic-Regular.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kimcc/hugo-theme-noteworthy/HEAD/static/fonts/KaTeX_Caligraphic-Regular.woff -------------------------------------------------------------------------------- /static/fonts/KaTeX_Caligraphic-Regular.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kimcc/hugo-theme-noteworthy/HEAD/static/fonts/KaTeX_Caligraphic-Regular.woff2 -------------------------------------------------------------------------------- /static/fonts/KaTeX_Fraktur-Bold.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kimcc/hugo-theme-noteworthy/HEAD/static/fonts/KaTeX_Fraktur-Bold.ttf -------------------------------------------------------------------------------- /static/fonts/KaTeX_Fraktur-Bold.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kimcc/hugo-theme-noteworthy/HEAD/static/fonts/KaTeX_Fraktur-Bold.woff -------------------------------------------------------------------------------- /static/fonts/KaTeX_Fraktur-Bold.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kimcc/hugo-theme-noteworthy/HEAD/static/fonts/KaTeX_Fraktur-Bold.woff2 -------------------------------------------------------------------------------- /static/fonts/KaTeX_Fraktur-Regular.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kimcc/hugo-theme-noteworthy/HEAD/static/fonts/KaTeX_Fraktur-Regular.ttf -------------------------------------------------------------------------------- /static/fonts/KaTeX_Fraktur-Regular.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kimcc/hugo-theme-noteworthy/HEAD/static/fonts/KaTeX_Fraktur-Regular.woff -------------------------------------------------------------------------------- /static/fonts/KaTeX_Fraktur-Regular.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kimcc/hugo-theme-noteworthy/HEAD/static/fonts/KaTeX_Fraktur-Regular.woff2 -------------------------------------------------------------------------------- /static/fonts/KaTeX_Main-Bold.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kimcc/hugo-theme-noteworthy/HEAD/static/fonts/KaTeX_Main-Bold.ttf -------------------------------------------------------------------------------- /static/fonts/KaTeX_Main-Bold.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kimcc/hugo-theme-noteworthy/HEAD/static/fonts/KaTeX_Main-Bold.woff -------------------------------------------------------------------------------- /static/fonts/KaTeX_Main-Bold.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kimcc/hugo-theme-noteworthy/HEAD/static/fonts/KaTeX_Main-Bold.woff2 -------------------------------------------------------------------------------- /static/fonts/KaTeX_Main-BoldItalic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kimcc/hugo-theme-noteworthy/HEAD/static/fonts/KaTeX_Main-BoldItalic.ttf -------------------------------------------------------------------------------- /static/fonts/KaTeX_Main-BoldItalic.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kimcc/hugo-theme-noteworthy/HEAD/static/fonts/KaTeX_Main-BoldItalic.woff -------------------------------------------------------------------------------- /static/fonts/KaTeX_Main-BoldItalic.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kimcc/hugo-theme-noteworthy/HEAD/static/fonts/KaTeX_Main-BoldItalic.woff2 -------------------------------------------------------------------------------- /static/fonts/KaTeX_Main-Italic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kimcc/hugo-theme-noteworthy/HEAD/static/fonts/KaTeX_Main-Italic.ttf -------------------------------------------------------------------------------- /static/fonts/KaTeX_Main-Italic.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kimcc/hugo-theme-noteworthy/HEAD/static/fonts/KaTeX_Main-Italic.woff -------------------------------------------------------------------------------- /static/fonts/KaTeX_Main-Italic.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kimcc/hugo-theme-noteworthy/HEAD/static/fonts/KaTeX_Main-Italic.woff2 -------------------------------------------------------------------------------- /static/fonts/KaTeX_Main-Regular.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kimcc/hugo-theme-noteworthy/HEAD/static/fonts/KaTeX_Main-Regular.ttf -------------------------------------------------------------------------------- /static/fonts/KaTeX_Main-Regular.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kimcc/hugo-theme-noteworthy/HEAD/static/fonts/KaTeX_Main-Regular.woff -------------------------------------------------------------------------------- /static/fonts/KaTeX_Main-Regular.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kimcc/hugo-theme-noteworthy/HEAD/static/fonts/KaTeX_Main-Regular.woff2 -------------------------------------------------------------------------------- /static/fonts/KaTeX_Math-BoldItalic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kimcc/hugo-theme-noteworthy/HEAD/static/fonts/KaTeX_Math-BoldItalic.ttf -------------------------------------------------------------------------------- /static/fonts/KaTeX_Math-BoldItalic.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kimcc/hugo-theme-noteworthy/HEAD/static/fonts/KaTeX_Math-BoldItalic.woff -------------------------------------------------------------------------------- /static/fonts/KaTeX_Math-BoldItalic.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kimcc/hugo-theme-noteworthy/HEAD/static/fonts/KaTeX_Math-BoldItalic.woff2 -------------------------------------------------------------------------------- /static/fonts/KaTeX_Math-Italic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kimcc/hugo-theme-noteworthy/HEAD/static/fonts/KaTeX_Math-Italic.ttf -------------------------------------------------------------------------------- /static/fonts/KaTeX_Math-Italic.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kimcc/hugo-theme-noteworthy/HEAD/static/fonts/KaTeX_Math-Italic.woff -------------------------------------------------------------------------------- /static/fonts/KaTeX_Math-Italic.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kimcc/hugo-theme-noteworthy/HEAD/static/fonts/KaTeX_Math-Italic.woff2 -------------------------------------------------------------------------------- /static/fonts/KaTeX_SansSerif-Bold.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kimcc/hugo-theme-noteworthy/HEAD/static/fonts/KaTeX_SansSerif-Bold.ttf -------------------------------------------------------------------------------- /static/fonts/KaTeX_SansSerif-Bold.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kimcc/hugo-theme-noteworthy/HEAD/static/fonts/KaTeX_SansSerif-Bold.woff -------------------------------------------------------------------------------- /static/fonts/KaTeX_SansSerif-Bold.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kimcc/hugo-theme-noteworthy/HEAD/static/fonts/KaTeX_SansSerif-Bold.woff2 -------------------------------------------------------------------------------- /static/fonts/KaTeX_SansSerif-Italic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kimcc/hugo-theme-noteworthy/HEAD/static/fonts/KaTeX_SansSerif-Italic.ttf -------------------------------------------------------------------------------- /static/fonts/KaTeX_SansSerif-Italic.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kimcc/hugo-theme-noteworthy/HEAD/static/fonts/KaTeX_SansSerif-Italic.woff -------------------------------------------------------------------------------- /static/fonts/KaTeX_SansSerif-Italic.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kimcc/hugo-theme-noteworthy/HEAD/static/fonts/KaTeX_SansSerif-Italic.woff2 -------------------------------------------------------------------------------- /static/fonts/KaTeX_SansSerif-Regular.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kimcc/hugo-theme-noteworthy/HEAD/static/fonts/KaTeX_SansSerif-Regular.ttf -------------------------------------------------------------------------------- /static/fonts/KaTeX_SansSerif-Regular.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kimcc/hugo-theme-noteworthy/HEAD/static/fonts/KaTeX_SansSerif-Regular.woff -------------------------------------------------------------------------------- /static/fonts/KaTeX_SansSerif-Regular.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kimcc/hugo-theme-noteworthy/HEAD/static/fonts/KaTeX_SansSerif-Regular.woff2 -------------------------------------------------------------------------------- /static/fonts/KaTeX_Script-Regular.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kimcc/hugo-theme-noteworthy/HEAD/static/fonts/KaTeX_Script-Regular.ttf -------------------------------------------------------------------------------- /static/fonts/KaTeX_Script-Regular.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kimcc/hugo-theme-noteworthy/HEAD/static/fonts/KaTeX_Script-Regular.woff -------------------------------------------------------------------------------- /static/fonts/KaTeX_Script-Regular.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kimcc/hugo-theme-noteworthy/HEAD/static/fonts/KaTeX_Script-Regular.woff2 -------------------------------------------------------------------------------- /static/fonts/KaTeX_Size1-Regular.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kimcc/hugo-theme-noteworthy/HEAD/static/fonts/KaTeX_Size1-Regular.ttf -------------------------------------------------------------------------------- /static/fonts/KaTeX_Size1-Regular.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kimcc/hugo-theme-noteworthy/HEAD/static/fonts/KaTeX_Size1-Regular.woff -------------------------------------------------------------------------------- /static/fonts/KaTeX_Size1-Regular.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kimcc/hugo-theme-noteworthy/HEAD/static/fonts/KaTeX_Size1-Regular.woff2 -------------------------------------------------------------------------------- /static/fonts/KaTeX_Size2-Regular.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kimcc/hugo-theme-noteworthy/HEAD/static/fonts/KaTeX_Size2-Regular.ttf -------------------------------------------------------------------------------- /static/fonts/KaTeX_Size2-Regular.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kimcc/hugo-theme-noteworthy/HEAD/static/fonts/KaTeX_Size2-Regular.woff -------------------------------------------------------------------------------- /static/fonts/KaTeX_Size2-Regular.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kimcc/hugo-theme-noteworthy/HEAD/static/fonts/KaTeX_Size2-Regular.woff2 -------------------------------------------------------------------------------- /static/fonts/KaTeX_Size3-Regular.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kimcc/hugo-theme-noteworthy/HEAD/static/fonts/KaTeX_Size3-Regular.ttf -------------------------------------------------------------------------------- /static/fonts/KaTeX_Size3-Regular.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kimcc/hugo-theme-noteworthy/HEAD/static/fonts/KaTeX_Size3-Regular.woff -------------------------------------------------------------------------------- /static/fonts/KaTeX_Size3-Regular.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kimcc/hugo-theme-noteworthy/HEAD/static/fonts/KaTeX_Size3-Regular.woff2 -------------------------------------------------------------------------------- /static/fonts/KaTeX_Size4-Regular.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kimcc/hugo-theme-noteworthy/HEAD/static/fonts/KaTeX_Size4-Regular.ttf -------------------------------------------------------------------------------- /static/fonts/KaTeX_Size4-Regular.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kimcc/hugo-theme-noteworthy/HEAD/static/fonts/KaTeX_Size4-Regular.woff -------------------------------------------------------------------------------- /static/fonts/KaTeX_Size4-Regular.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kimcc/hugo-theme-noteworthy/HEAD/static/fonts/KaTeX_Size4-Regular.woff2 -------------------------------------------------------------------------------- /static/fonts/KaTeX_Typewriter-Regular.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kimcc/hugo-theme-noteworthy/HEAD/static/fonts/KaTeX_Typewriter-Regular.ttf -------------------------------------------------------------------------------- /static/fonts/KaTeX_Typewriter-Regular.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kimcc/hugo-theme-noteworthy/HEAD/static/fonts/KaTeX_Typewriter-Regular.woff -------------------------------------------------------------------------------- /static/fonts/KaTeX_Typewriter-Regular.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kimcc/hugo-theme-noteworthy/HEAD/static/fonts/KaTeX_Typewriter-Regular.woff2 -------------------------------------------------------------------------------- /static/fonts/NotoSans-Italic.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kimcc/hugo-theme-noteworthy/HEAD/static/fonts/NotoSans-Italic.woff -------------------------------------------------------------------------------- /static/fonts/NotoSans-Italic.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kimcc/hugo-theme-noteworthy/HEAD/static/fonts/NotoSans-Italic.woff2 -------------------------------------------------------------------------------- /static/fonts/NotoSans-Regular.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kimcc/hugo-theme-noteworthy/HEAD/static/fonts/NotoSans-Regular.woff -------------------------------------------------------------------------------- /static/fonts/NotoSans-Regular.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kimcc/hugo-theme-noteworthy/HEAD/static/fonts/NotoSans-Regular.woff2 -------------------------------------------------------------------------------- /static/fonts/NotoSerif-Bold.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kimcc/hugo-theme-noteworthy/HEAD/static/fonts/NotoSerif-Bold.woff -------------------------------------------------------------------------------- /static/fonts/NotoSerif-Bold.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kimcc/hugo-theme-noteworthy/HEAD/static/fonts/NotoSerif-Bold.woff2 -------------------------------------------------------------------------------- /static/fonts/NotoSerif-SemiBold.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kimcc/hugo-theme-noteworthy/HEAD/static/fonts/NotoSerif-SemiBold.woff -------------------------------------------------------------------------------- /static/fonts/NotoSerif-SemiBold.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kimcc/hugo-theme-noteworthy/HEAD/static/fonts/NotoSerif-SemiBold.woff2 -------------------------------------------------------------------------------- /static/js/auto-render.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kimcc/hugo-theme-noteworthy/HEAD/static/js/auto-render.min.js -------------------------------------------------------------------------------- /static/js/katex.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kimcc/hugo-theme-noteworthy/HEAD/static/js/katex.min.js -------------------------------------------------------------------------------- /static/manifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kimcc/hugo-theme-noteworthy/HEAD/static/manifest.json -------------------------------------------------------------------------------- /static/mstile-150x150.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kimcc/hugo-theme-noteworthy/HEAD/static/mstile-150x150.png -------------------------------------------------------------------------------- /static/mstile-310x310.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kimcc/hugo-theme-noteworthy/HEAD/static/mstile-310x310.png -------------------------------------------------------------------------------- /static/safari-pinned-tab.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kimcc/hugo-theme-noteworthy/HEAD/static/safari-pinned-tab.svg -------------------------------------------------------------------------------- /theme.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kimcc/hugo-theme-noteworthy/HEAD/theme.toml --------------------------------------------------------------------------------