aboutsummaryrefslogtreecommitdiffstats
path: root/config.toml
diff options
context:
space:
mode:
authorEddy Pedroni <epedroni@pm.me>2025-04-08 17:01:55 +0200
committerEddy Pedroni <epedroni@pm.me>2025-04-08 17:02:46 +0200
commit83d175b7b069bc3bbc0d600c2fab4d082e04b521 (patch)
tree9d1b7975ad16f7d5433285d3fab0a7cc38d24564 /config.toml
parent38b40d8c5a8915716b3aa46aac4a0a84d0113b25 (diff)
Python implementation with better multi-entry page support
Diffstat (limited to 'config.toml')
-rw-r--r--config.toml17
1 files changed, 0 insertions, 17 deletions
diff --git a/config.toml b/config.toml
deleted file mode 100644
index bae7ca2..0000000
--- a/config.toml
+++ /dev/null
@@ -1,17 +0,0 @@
-# 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"