Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
freebsd
GitHub Repository: freebsd/freebsd-doc
Path: blob/main/documentation/config/_default/hugo.toml
18086 views
1
# FreeBSD documentation
2
3
baseURL = "https://docs.freebsd.org/"
4
title = "FreeBSD Documentation Portal"
5
copyright = "BSD 2-clause 'Simplified' License"
6
defaultContentLanguage = "en"
7
defaultContentLanguageInSubdir = true
8
disablePathToLower = true
9
theme = "beastie"
10
disableKinds = [ "taxonomy" ]
11
authors = [ "[email protected]" ]
12
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$" ]
13
enableRobotsTXT = true
14
enableGitInfo = true
15
timeout = "180s"
16
17
[params]
18
websiteURL = "https://www.FreeBSD.org"
19
description = "FreeBSD Documentation Portal"
20
isOnline = true
21
editBaseUrl = "https://github.com/freebsd/freebsd-doc/blob/main/documentation/content/"
22
downloadBaseUrl = "https://download.freebsd.org/doc/"
23
24
[security]
25
enableInlineShortcodes = false
26
[security.exec]
27
allow = ["^dart-sass-embedded$", "^go$", "^git$", "^npx$", "^postcss$", "^asciidoctor$"]
28
osEnv = ["(?i)^(PATH|PATHEXT|APPDATA|TMP|TEMP|TERM|LOAD_PATH|RUBYLIB)$"]
29
[security.funcs]
30
getenv = ["^HUGO_"]
31
[security.http]
32
methods = ["(?i)GET|POST"]
33
urls = [".*"]
34
35
[markup.asciidocExt]
36
extensions = ["man-macro", "inter-document-references-macro", "cross-document-references-macro", "sectnumoffset-treeprocessor", "packages-macro", "git-macro"]
37
[markup.asciidocExt.attributes]
38
env-beastie = true
39
isOnline = 1
40
skip-front-matter = true
41
sectanchors = "after"
42
43
[outputs]
44
home = [ "HTML" ]
45
page = [ "HTML" ]
46
section = [ "HTML" ]
47
48