git: 4cf02aa484 - main - Activate git info in the documentation portal and in the website
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 08 Apr 2022 19:37:25 UTC
The branch main has been updated by carlavilla: URL: https://cgit.FreeBSD.org/doc/commit/?id=4cf02aa484a0be126c2f2295641549dca4dfb223 commit 4cf02aa484a0be126c2f2295641549dca4dfb223 Author: Sergio Carlavilla Delgado <carlavilla@FreeBSD.org> AuthorDate: 2022-04-08 19:33:12 +0000 Commit: Sergio Carlavilla Delgado <carlavilla@FreeBSD.org> CommitDate: 2022-04-08 19:33:12 +0000 Activate git info in the documentation portal and in the website In all pages except the main page for documentation portal and website will be shown information about who made the last modification and when. Thanks to dbaio@ and lwhsu@ to work into the CI infrastructure to reactivate the git info :) --- documentation/config/_default/config.toml | 2 +- website/config/_default/config.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/documentation/config/_default/config.toml b/documentation/config/_default/config.toml index 9c9be4910d..087c0f5576 100644 --- a/documentation/config/_default/config.toml +++ b/documentation/config/_default/config.toml @@ -11,7 +11,7 @@ disableKinds = [ "taxonomy", "taxonomyTerm" ] authors = [ "carlavilla@FreeBSD.org" ] ignoreFiles = [ "chapter.adoc$", "contrib-386bsd.adoc$", "contrib-additional.adoc$", "contrib-committers.adoc$", "contrib-corealumni.adoc$", "contrib-develalumni.adoc$", "contrib-develinmemoriam.adoc$", "contrib-portmgralumni.adoc$", "\\.po$" ] enableRobotsTXT = true -enableGitInfo = false +enableGitInfo = true [params] websiteURL = "https://www.FreeBSD.org" diff --git a/website/config/_default/config.toml b/website/config/_default/config.toml index e04352229b..3a9b767b11 100644 --- a/website/config/_default/config.toml +++ b/website/config/_default/config.toml @@ -12,7 +12,7 @@ disablePathToLower = true authors = [ "carlavilla@FreeBSD.org" ] ignoreFiles = [ "\\.po$" ] enableRobotsTXT = true -enableGitInfo = false +enableGitInfo = true preserveTOC = true [markup.asciidocExt]