Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump themes/hugo-theme-relearn from ab4197f to bd1f3d3 #7

Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion themes/hugo-theme-relearn
Submodule hugo-theme-relearn updated 95 files
+2 −1 .editorconfig
+4 −4 .grenrc.js
+3 −4 .prettierrc.json
+1 −1 .vscode/settings.json
+24 −0 CHANGELOG.md
+2 −2 README.md
+0 −4 assets/css/auto.css
+0 −2 assets/css/chroma-neon.css
+0 −0 assets/css/fonts.css
+16 −6 assets/css/format-print.css
+0 −0 assets/css/nucleus.css
+0 −2 assets/css/print.css
+0 −6 assets/css/swagger.css
+1 −0 assets/css/theme-blue.css
+1 −0 assets/css/theme-green.css
+1 −0 assets/css/theme-learn.css
+5 −62 assets/css/theme-neon.css
+1 −0 assets/css/theme-red.css
+1 −0 assets/css/theme-relearn-bright.css
+1 −0 assets/css/theme-relearn-dark.css
+1 −0 assets/css/theme-relearn-light.css
+1 −3 assets/css/theme-relearn.css
+1 −0 assets/css/theme-zen-dark.css
+1 −0 assets/css/theme-zen-light.css
+79 −112 assets/css/theme.css
+7 −0 exampleSite/config/_default/hugo.toml
+7 −0 exampleSite/config/_default/params.toml
+1 −0 exampleSite/config/testing/hugo.toml
+1 −12 exampleSite/content/configuration/branding/generator/_index.en.md
+0 −1 exampleSite/content/configuration/branding/generator/_index.pir.md
+2 −2 exampleSite/content/configuration/sidebar/menus/_index.en.md
+2 −1 exampleSite/content/configuration/sidebar/search/_index.en.md
+1 −0 exampleSite/content/configuration/sitemanagement/multilingual/_index.en.md
+10 −1 exampleSite/content/configuration/sitemanagement/stableoutput/_index.en.md
+1 −1 exampleSite/content/configuration/sitemanagement/stableoutput/_index.pir.md
+21 −0 exampleSite/content/introduction/changelog/7/2/000.en.md
+3 −0 exampleSite/content/introduction/changelog/7/2/000.pir.md
+9 −0 exampleSite/content/introduction/changelog/7/2/_index.en.md
+8 −0 exampleSite/content/introduction/changelog/7/2/_index.pir.md
+31 −0 exampleSite/content/introduction/releasenotes/7/2.en.md
+8 −0 exampleSite/content/introduction/releasenotes/7/2.pir.md
+11 −1 exampleSite/content/shortcodes/expand.en.md
+1 −1 exampleSite/content/shortcodes/icon.en.md
+85 −0 exampleSite/content/shortcodes/mermaid.en.md
+9 −6 exampleSite/content/shortcodes/notice.en.md
+3 −0 exampleSite/i18n/art-x-pir.toml
+8 −0 exampleSite/layouts/partials/dependencies/variantgenerator.html
+45 −0 exampleSite/layouts/shortcodes/variantgenerator.html
+3 −0 i18n/ar.toml
+3 −0 i18n/cs.toml
+3 −0 i18n/de.toml
+3 −0 i18n/en.toml
+3 −0 i18n/es.toml
+128 −0 i18n/fa.toml
+3 −0 i18n/fi.toml
+3 −0 i18n/fr.toml
+3 −0 i18n/hi.toml
+3 −0 i18n/hu.toml
+3 −0 i18n/id.toml
+3 −0 i18n/it.toml
+3 −0 i18n/ja.toml
+3 −0 i18n/ko.toml
+3 −0 i18n/nl.toml
+3 −0 i18n/pl.toml
+3 −0 i18n/pt.toml
+3 −0 i18n/ro.toml
+3 −0 i18n/ru.toml
+3 −0 i18n/sw.toml
+3 −0 i18n/tr.toml
+3 −0 i18n/vi.toml
+3 −0 i18n/zh-CN.toml
+3 −0 i18n/zh-Hans.toml
+3 −0 i18n/zh-Hant.toml
+3 −0 i18n/zh-TW.toml
+3 −0 i18n/zh.toml
+3 −3 layouts/404.html
+1 −1 layouts/_default/baseof.html
+147 −82 layouts/partials/_relearn/themeVariants.gotmpl
+4 −4 layouts/partials/menu.html
+1 −1 layouts/partials/search.html
+7 −20 layouts/partials/shortcodes/expand.html
+1 −1 layouts/partials/shortcodes/mermaid.html
+35 −20 layouts/partials/shortcodes/notice.html
+0 −4 layouts/partials/shortcodes/resources.html
+1 −1 layouts/partials/shortcodes/tabs.html
+35 −13 layouts/partials/stylesheet.html
+1 −1 layouts/partials/version.txt
+0 −2 layouts/shortcodes/expand.html
+1 −0 layouts/shortcodes/notice.html
+3 −3 layouts/shortcodes/tab.html
+1 −1 layouts/shortcodes/tabs.html
+413 −285 static/js/mermaid.min.js
+8 −0 static/js/search.js
+63 −47 static/js/theme.js
+238 −304 static/js/variant.js