aboutsummaryrefslogtreecommitdiffstats
path: root/config.toml
blob: b26d4c3c337af7e67b9bc33894a37d416e87d841 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Test golog config
# These values are intended to generate a temporary, test version of the website that is navigable with a web browser

# This is where the logbook entries are actually stored
docsRoot = "/home/eddy/projects/logbook/guitar"

# All pages are generated from this template
templateFile = "/home/eddy/projects/godocs/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)
targetDir = "/tmp/godocs_out"

# This CSS file is copied to the root of the generated site
cssFile = "/home/eddy/projects/godocs/style.css"

# This is the base URL for all generated links
baseUrl = "file:///tmp/godocs_out"