Commit 01bbd78
committed
docs: upgrade template
1 parent d4c1032 commit 01bbd78
1 file changed
+1
-1
lines changedSubmodule hugo-theme-relearn updated 88 files
- .github/actions/build_site/action.yaml+1-1
- .github/actions/check_milestone/action.yaml+3-3
- .github/actions/deploy_site/action.yaml+1-1
- .github/actions/release_milestone/action.yaml+4-4
- .github/workflows/build.yaml+1-1
- .github/workflows/deploy.yaml+1-1
- .github/workflows/release.yaml+1-1
- README.md+2-1
- config.toml+12
- exampleSite/config.toml+19-8
- exampleSite/content/_index.en.md+2-1
- exampleSite/content/basics/CHANGELOG.md+90-11
- exampleSite/content/basics/configuration/_index.en.md+29-9
- exampleSite/content/basics/customization/_index.en.md+11-11
- exampleSite/content/basics/generator/_index.en.md+4-2
- exampleSite/content/basics/installation/_index.en.md+1-1
- exampleSite/content/basics/migration/_index.en.md+46-16
- exampleSite/content/cont/archetypes/_index.en.md+3-3
- exampleSite/content/cont/i18n/_index.en.md+5-4
- exampleSite/content/cont/markdown.en.md+8
- exampleSite/content/cont/menushortcuts.en.md+1-1
- exampleSite/content/cont/pages/_index.en.md+1-1
- exampleSite/content/more/credits/_index.en.md+1-1
- exampleSite/content/shortcodes/INCLUDE_ME.md+1-1
- exampleSite/content/shortcodes/attachments.en.md+4-4
- exampleSite/content/shortcodes/button.en.md+19-1
- exampleSite/content/shortcodes/children/_index.en.md+2-2
- exampleSite/content/shortcodes/expand.en.md+5-5
- exampleSite/content/shortcodes/include.en.md+1-1
- exampleSite/content/shortcodes/math.en.md+7-8
- exampleSite/content/shortcodes/mermaid.en.md+9-10
- exampleSite/content/shortcodes/notice.en.md+5-5
- exampleSite/content/tests/_index.en.md+1-1
- exampleSite/content/tests/code/_index.en.md+4-4
- exampleSite/content/tests/images/_index.en.md+2-2
- i18n/ar.toml+3
- i18n/de.toml+3
- i18n/en.toml+3
- i18n/es.toml+3
- i18n/fi.toml+89
- i18n/fr.toml+3
- i18n/hi.toml+3
- i18n/id.toml+3
- i18n/it.toml+3
- i18n/ja.toml+3
- i18n/kr.toml+3
- i18n/nl.toml+3
- i18n/pir.toml+3
- i18n/pl.toml+3
- i18n/pt.toml+3
- i18n/ru.toml+3
- i18n/tr.toml+3
- i18n/vi.toml+3
- i18n/zh-cn.toml+3
- i18n/zh-tw.toml+3
- i18n/zh.toml+3
- layouts/404.html+9-7
- layouts/_default/_markup/render-codeblock-math.html+2-1
- layouts/_default/_markup/render-codeblock-mermaid.html+2-1
- layouts/_default/_markup/render-image.html+6
- layouts/_default/index.search.js+8
- layouts/partials/_taxonomy.html+3-2
- layouts/partials/header.html+28-19
- layouts/partials/logo.html+1-1
- layouts/partials/menu.html+17-9
- layouts/partials/nested-article.hugo+3-3
- layouts/partials/relLangPrettyUglyURL.hugo+7
- layouts/partials/shortcodes/button.html+6-2
- layouts/partials/shortcodes/children.html+16-15
- layouts/partials/shortcodes/expand.html+3-1
- layouts/partials/shortcodes/image.html+46
- layouts/partials/shortcodes/tabs.html+2-1
- layouts/partials/stylesheet.html+6-1
- layouts/partials/tags.html+6-1
- layouts/partials/toc.html+1-1
- layouts/partials/version.txt+1-1
- layouts/shortcodes/button.html+1
- static/css/format-print.css+5
- static/css/ie.css+56-4
- static/css/nucleus.css+2-2
- static/css/tabs.css+6-2
- static/css/tags.css+2-1
- static/css/theme-neon.css+2-1
- static/css/theme.css+75-28
- static/css/variant.css+5-2
- static/js/search.js+55-29
- static/js/theme.js+11-80
- theme.toml+1-1
0 commit comments