aboutsummaryrefslogtreecommitdiff
path: root/documentation/config/_default
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/config/_default')
-rw-r--r--documentation/config/_default/hugo.toml (renamed from documentation/config/_default/config.toml)11
-rw-r--r--documentation/config/_default/languages.id.toml4
2 files changed, 10 insertions, 5 deletions
diff --git a/documentation/config/_default/config.toml b/documentation/config/_default/hugo.toml
index 17f8bb41dd..a7548e54b9 100644
--- a/documentation/config/_default/config.toml
+++ b/documentation/config/_default/hugo.toml
@@ -7,17 +7,19 @@ defaultContentLanguage = "en"
defaultContentLanguageInSubdir = true
disablePathToLower = true
theme = "beastie"
-disableKinds = [ "taxonomy", "taxonomyTerm" ]
+disableKinds = [ "taxonomy" ]
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
-googleAnalytics = 'UA-22767463-1'
+enableGitInfo = true
+timeout = "180s"
[params]
websiteURL = "https://www.FreeBSD.org"
description = "FreeBSD Documentation Portal"
isOnline = true
- editBaseUrl = "https://github.com/freebsd/freebsd-doc/edit/main/documentation/content/"
+ editBaseUrl = "https://github.com/freebsd/freebsd-doc/blob/main/documentation/content/"
+ downloadBaseUrl = "https://download.freebsd.org/doc/"
[security]
enableInlineShortcodes = false
@@ -36,10 +38,9 @@ googleAnalytics = 'UA-22767463-1'
env-beastie = true
isOnline = true
skip-front-matter = true
+ sectanchors = "after"
[outputs]
home = [ "HTML" ]
page = [ "HTML" ]
-list = [ "HTML" ]
-single = [ "HTML" ]
section = [ "HTML" ]
diff --git a/documentation/config/_default/languages.id.toml b/documentation/config/_default/languages.id.toml
new file mode 100644
index 0000000000..e576406cba
--- /dev/null
+++ b/documentation/config/_default/languages.id.toml
@@ -0,0 +1,4 @@
+title = "FreeBSD Documentation Portal"
+contentDir = "content/id"
+languageName = "Indonesian"
+weight = 20