# This is where the logbook entries are actually stored docsRoot = "/tmp/godocs-test/content" # All pages are generated from this template templateFile = "/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) targetDir = "/tmp/godocs-test/output" # This CSS file is copied to the root of the generated site cssFile = "/tmp/godocs-test/generation/style.css" # This is the base URL for all generated links baseUrl = "file:///tmp/godocs-test/output"