aboutsummaryrefslogtreecommitdiff
path: root/website/config/_default/config.toml
diff options
context:
space:
mode:
Diffstat (limited to 'website/config/_default/config.toml')
-rw-r--r--website/config/_default/config.toml54
1 files changed, 0 insertions, 54 deletions
diff --git a/website/config/_default/config.toml b/website/config/_default/config.toml
deleted file mode 100644
index 0cc3cf6b4a..0000000000
--- a/website/config/_default/config.toml
+++ /dev/null
@@ -1,54 +0,0 @@
-# FreeBSD website
-
-baseURL = "https://www.freebsd.org/"
-title = "The FreeBSD Project"
-copyright = "BSD 2-clause 'Simplified' License"
-DefaultContentLanguage = "en"
-defaultContentLanguageInSubdir = false
-theme = "beastie"
-disableKinds = [ "taxonomy", "taxonomyTerm" ]
-disableLanguages = ["tr", "el"]
-disablePathToLower = true
-authors = [ "carlavilla@FreeBSD.org" ]
-ignoreFiles = [ "\\.po$" ]
-enableRobotsTXT = true
-
-preserveTOC = true
-
-[markup.asciidocExt]
- preserveTOC = true
- extensions = ["man-macro", "inter-document-references-macro", "sectnumoffset-treeprocessor", "packages-macro", "git-macro"]
-
-[security]
- enableInlineShortcodes = false
- [security.exec]
- allow = ["^dart-sass-embedded$", "^go$", "^npx$", "^postcss$", "^asciidoctor$"]
- osEnv = ["(?i)^(PATH|PATHEXT|APPDATA|TMP|TEMP|TERM|LOAD_PATH|RUBYLIB)$"]
- [security.funcs]
- getenv = ["^HUGO_"]
- [security.http]
- methods = ["(?i)GET|POST"]
- urls = [".*"]
-
-staticDir = ["static", "shared"]
-
-[outputs]
-home = [ "HTML" ]
-page = [ "HTML" ]
-list = [ "HTML" ]
-single = [ "HTML" ]
-section = [ "HTML", "RSS" ]
-
-[outputFormats]
-[outputFormats.Calendar]
-BaseName = "calendar"
-IsHTML = true
-IsPlainText = false
-
-[outputFormats.RSS]
-MediaType = "application/rss+xml"
-BaseName = "feed"
-IsHTML = true
-IsPlainText = false
-noUgly = true
-Rel = "alternate"