aboutsummaryrefslogtreecommitdiffstats
path: root/test/generation/config.toml
blob: e21890f9120a9e3842b29a8b6c17d0b441509f56 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# This is where the logbook entries are actually stored
docs_root = "/tmp/godocs-test/content"

# All pages are generated from this template
template_file = "/tmp/godocs-test/generation/template.html"

# This is the location where the final product is located (the directory specified here is deleted and re-created with the new files)
output_dir = "/tmp/godocs-test/output"

# This CSS file is copied to the root of the generated site
css_file = "/tmp/godocs-test/generation/style.css"

# This is the base URL for all generated links
base_url = "file:///tmp/godocs-test/output"