forked from belgaard/Leantest
-
Notifications
You must be signed in to change notification settings - Fork 0
/
defaults.yml
28 lines (26 loc) · 830 Bytes
/
defaults.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# Front matter defaults. See https://johtela.github.io/LiterateCS/FrontMatter.html
# for description of how the parameters affect the output.
---
ProjectName: LeanTest
GitHub: https://github.com/belgaard/Leantest
License: LICENSE.html
NuGet: https://www.nuget.org/packages?q=leantest
Footer: "Invented, created and maintained by Brian Elgaard Bennett, licensed to you under the MIT license"
MarkdownStyle: book
ShowDescriptionsInToc: false
BootstrapStyle: readable
SyntaxHighlight: monokai
# Command line options. See https://johtela.github.io/LiterateCS/LiterateCS/Options.html
# to learn how they are used.
---
filters:
- "**.cs"
- "**.md"
output: docs
solution: LeanTest.sln
format: html
trim: true
verbose: true
# TODO: Eventually, we want the TOC to be updated automatically:
updatetoc: false
buildlog: buildlog.txt