doc/documentation/config/_default/config.toml
Li-Wen Hsu ebd47aa134
Use production setting
PR:		253134
Reported by:	wosch
Approved by:	carlavilla (implicitly)
2021-02-07 13:05:13 +08:00

29 lines
1,002 B
TOML

# FreeBSD documentation
# $FreeBSD$
baseURL = "https://docs.freebsd.org/"
title = "The FreeBSD Project"
copyright = "BSD 2-clause 'Simplified' License"
DefaultContentLanguage = "en"
defaultContentLanguageInSubdir = true
disablePathToLower = true
theme = "beastie"
disableKinds = [ "taxonomy", "taxonomyTerm" ]
authors = [ "carlavilla@FreeBSD.org" ]
preserveTOC = true
ignoreFiles = [ "chapters-order.adoc$", "toc.adoc$", "toc-tables.adoc$", "toc-figures.adoc$", "toc-examples.adoc$", "toc-1.adoc$", "toc-2.adoc$", "toc-3.adoc$", "toc-4.adoc$", "toc-5.adoc$", "books.adoc$", "chapter.adoc$" ]
enableRobotsTXT = true
[params]
websiteURL = "https://www.FreeBSD.org/"
[markup.asciidocExt]
preserveTOC = true
extensions = ["../shared/lib/man-macro.rb", "../shared/lib/inter-document-references-macro.rb", "../shared/lib/sectnumoffset-treeprocessor.rb", "../shared/lib/packages-macro.rb"]
[outputs]
home = [ "HTML" ]
page = [ "HTML" ]
list = [ "HTML" ]
single = [ "HTML" ]
section = [ "HTML" ]