diff --git a/docs/content/introduction/releasenotes/7/4.en.md b/docs/content/introduction/releasenotes/7/4.en.md index ed0c54388b..b31d4e2ead 100644 --- a/docs/content/introduction/releasenotes/7/4.en.md +++ b/docs/content/introduction/releasenotes/7/4.en.md @@ -51,3 +51,7 @@ weight = -4 - {{% badge style="info" icon="plus-circle" title=" " %}}New{{% /badge %}} The logo color is now configurable via the `--MENU-HEADER-color` variable in your variant stylesheets. - {{% badge style="info" icon="plus-circle" title=" " %}}New{{% /badge %}} Table headers are sticky now. + +- {{% badge style="info" icon="plus-circle" title=" " %}}New{{% /badge %}} The themes documentation has been moved from `exampleSite` to `docs` to make place for a [brand new exampleSite](https://mcshelby.github.io/hugo-theme-relearn/exampleSite/about/index.html). + + This was done because the docs contained to much docs specific configuration and quirks. The new exampleSite is meant as a starting template for your own project with minimal initial configuration. diff --git a/exampleSite/content/en/about.md b/exampleSite/content/en/about.md index 6a2c930a02..b412ba72a8 100644 --- a/exampleSite/content/en/about.md +++ b/exampleSite/content/en/about.md @@ -27,10 +27,18 @@ For a detailed installation guide, see the [Relearn documentation](https://mcshe ## Modify it -While minimal in configuration, this showcase contains an auto translation into the Piratish language. This required some files and directories, totally unnecessary for a simple site. You can delete them if you use this site as a starting template. Namely these are: +While minimal in configuration, this showcase contains an auto translation into the Piratish language. This required some additional files and directories, totally unnecessary for a simple site. You can delete them if you use this site as a starting template. Namely these are: - `content/pir/` - `i18n/` - `layouts/partials/shortcodes/piratify.html` - `layouts/partials/toc.html` - `layouts/shortcodes/piratify.html` + +You will also have to add this to the `hugo.toml` to deactivate the translation: + +````toml {title="hugo.toml"} +disableLanguages = ['pir'] +```` + +**or** remove all references to the Piratish language. \ No newline at end of file diff --git a/layouts/partials/version.txt b/layouts/partials/version.txt index a17e27fdbe..2d830c4ea6 100644 --- a/layouts/partials/version.txt +++ b/layouts/partials/version.txt @@ -1 +1 @@ -7.3.2+603c90f266c54338ff40368daffaa2241805e3b6 \ No newline at end of file +7.3.2+2a6d621e79ae8fc80cc8e3d832a132a8a7274341 \ No newline at end of file