diff options
author | Eddy Pedroni <epedroni@pm.me> | 2025-04-06 19:44:27 +0200 |
---|---|---|
committer | Eddy Pedroni <epedroni@pm.me> | 2025-04-06 19:44:27 +0200 |
commit | 38b40d8c5a8915716b3aa46aac4a0a84d0113b25 (patch) | |
tree | 262ef00f62a08f612e1d52b3976ba60c0172b99c /test/generation/config.toml | |
parent | c8925b971149706b74420d3684de0908b2d5aeb5 (diff) |
Add test site
Diffstat (limited to 'test/generation/config.toml')
-rw-r--r-- | test/generation/config.toml | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/test/generation/config.toml b/test/generation/config.toml new file mode 100644 index 0000000..1e83ebc --- /dev/null +++ b/test/generation/config.toml @@ -0,0 +1,14 @@ +# 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" |