aboutsummaryrefslogtreecommitdiffstats
path: root/config.toml
diff options
context:
space:
mode:
authorEddy Pedroni <eddy@0xf7.com>2020-01-25 17:17:59 +0100
committerEddy Pedroni <eddy@0xf7.com>2020-01-25 17:17:59 +0100
commit282405f468f43c0a0b6fbffc57924e609c0cce36 (patch)
tree5c56ae4184787f660a269c7e2beaa799daec9efe /config.toml
Initial commit, added HTML template and config file
Diffstat (limited to 'config.toml')
-rw-r--r--config.toml17
1 files changed, 17 insertions, 0 deletions
diff --git a/config.toml b/config.toml
new file mode 100644
index 0000000..bae7ca2
--- /dev/null
+++ b/config.toml
@@ -0,0 +1,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"
+
+# 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"