git: ef1f9efe6d - main - Documentation - Layout: Upgrade to Hugo 0.146.0 layout
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 13 Aug 2025 06:50:16 UTC
The branch main has been updated by carlavilla: URL: https://cgit.FreeBSD.org/doc/commit/?id=ef1f9efe6d2965e5798ab309f919c4f9b4b12a9c commit ef1f9efe6d2965e5798ab309f919c4f9b4b12a9c Author: Sergio Carlavilla Delgado <carlavilla@FreeBSD.org> AuthorDate: 2025-08-13 06:49:42 +0000 Commit: Sergio Carlavilla Delgado <carlavilla@FreeBSD.org> CommitDate: 2025-08-13 06:49:42 +0000 Documentation - Layout: Upgrade to Hugo 0.146.0 layout --- .../themes/beastie/layouts/{partials => _partials}/global-search.html | 0 documentation/themes/beastie/layouts/{partials => _partials}/menu.html | 0 .../themes/beastie/layouts/{partials => _partials}/site-footer.html | 0 .../themes/beastie/layouts/{partials => _partials}/site-head.html | 0 .../themes/beastie/layouts/{partials => _partials}/site-header.html | 0 .../themes/beastie/layouts/{partials => _partials}/trademarks.html | 0 .../themes/beastie/layouts/{shortcodes => _shortcodes}/lang.html | 0 .../layouts/{shortcodes => _shortcodes}/languages-selection.html | 0 .../layouts/{shortcodes => _shortcodes}/list-articles-directories.html | 0 .../layouts/{shortcodes => _shortcodes}/list-books-directories.html | 0 documentation/themes/beastie/layouts/{_default => }/baseof.html | 0 documentation/themes/beastie/layouts/{_default => }/languages.html | 0 documentation/themes/beastie/layouts/{_default => }/list.html | 0 documentation/themes/beastie/layouts/{_default => }/single.html | 0 documentation/themes/beastie/theme.toml | 2 +- 15 files changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/themes/beastie/layouts/partials/global-search.html b/documentation/themes/beastie/layouts/_partials/global-search.html similarity index 100% rename from documentation/themes/beastie/layouts/partials/global-search.html rename to documentation/themes/beastie/layouts/_partials/global-search.html diff --git a/documentation/themes/beastie/layouts/partials/menu.html b/documentation/themes/beastie/layouts/_partials/menu.html similarity index 100% rename from documentation/themes/beastie/layouts/partials/menu.html rename to documentation/themes/beastie/layouts/_partials/menu.html diff --git a/documentation/themes/beastie/layouts/partials/site-footer.html b/documentation/themes/beastie/layouts/_partials/site-footer.html similarity index 100% rename from documentation/themes/beastie/layouts/partials/site-footer.html rename to documentation/themes/beastie/layouts/_partials/site-footer.html diff --git a/documentation/themes/beastie/layouts/partials/site-head.html b/documentation/themes/beastie/layouts/_partials/site-head.html similarity index 100% rename from documentation/themes/beastie/layouts/partials/site-head.html rename to documentation/themes/beastie/layouts/_partials/site-head.html diff --git a/documentation/themes/beastie/layouts/partials/site-header.html b/documentation/themes/beastie/layouts/_partials/site-header.html similarity index 100% rename from documentation/themes/beastie/layouts/partials/site-header.html rename to documentation/themes/beastie/layouts/_partials/site-header.html diff --git a/documentation/themes/beastie/layouts/partials/trademarks.html b/documentation/themes/beastie/layouts/_partials/trademarks.html similarity index 100% rename from documentation/themes/beastie/layouts/partials/trademarks.html rename to documentation/themes/beastie/layouts/_partials/trademarks.html diff --git a/documentation/themes/beastie/layouts/shortcodes/lang.html b/documentation/themes/beastie/layouts/_shortcodes/lang.html similarity index 100% rename from documentation/themes/beastie/layouts/shortcodes/lang.html rename to documentation/themes/beastie/layouts/_shortcodes/lang.html diff --git a/documentation/themes/beastie/layouts/shortcodes/languages-selection.html b/documentation/themes/beastie/layouts/_shortcodes/languages-selection.html similarity index 100% rename from documentation/themes/beastie/layouts/shortcodes/languages-selection.html rename to documentation/themes/beastie/layouts/_shortcodes/languages-selection.html diff --git a/documentation/themes/beastie/layouts/shortcodes/list-articles-directories.html b/documentation/themes/beastie/layouts/_shortcodes/list-articles-directories.html similarity index 100% rename from documentation/themes/beastie/layouts/shortcodes/list-articles-directories.html rename to documentation/themes/beastie/layouts/_shortcodes/list-articles-directories.html diff --git a/documentation/themes/beastie/layouts/shortcodes/list-books-directories.html b/documentation/themes/beastie/layouts/_shortcodes/list-books-directories.html similarity index 100% rename from documentation/themes/beastie/layouts/shortcodes/list-books-directories.html rename to documentation/themes/beastie/layouts/_shortcodes/list-books-directories.html diff --git a/documentation/themes/beastie/layouts/_default/baseof.html b/documentation/themes/beastie/layouts/baseof.html similarity index 100% rename from documentation/themes/beastie/layouts/_default/baseof.html rename to documentation/themes/beastie/layouts/baseof.html diff --git a/documentation/themes/beastie/layouts/_default/languages.html b/documentation/themes/beastie/layouts/languages.html similarity index 100% rename from documentation/themes/beastie/layouts/_default/languages.html rename to documentation/themes/beastie/layouts/languages.html diff --git a/documentation/themes/beastie/layouts/_default/list.html b/documentation/themes/beastie/layouts/list.html similarity index 100% rename from documentation/themes/beastie/layouts/_default/list.html rename to documentation/themes/beastie/layouts/list.html diff --git a/documentation/themes/beastie/layouts/_default/single.html b/documentation/themes/beastie/layouts/single.html similarity index 100% rename from documentation/themes/beastie/layouts/_default/single.html rename to documentation/themes/beastie/layouts/single.html diff --git a/documentation/themes/beastie/theme.toml b/documentation/themes/beastie/theme.toml index 03ac34d6a9..01c9e63531 100644 --- a/documentation/themes/beastie/theme.toml +++ b/documentation/themes/beastie/theme.toml @@ -3,7 +3,7 @@ copyright = "BSD 2-clause 'Simplified' License" description = "Theme to build the FreeBSD Documentation Portal" homepage = "https://docs.FreeBSD.org" tags = ["website", "freebsd", "bsd", "documentation"] -min_version = "0.78" +min_version = "0.146.0" [author] name = "Sergio Carlavilla"