29 lines
1,006 B
TOML
29 lines
1,006 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-dev.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" ]
|