aboutsummaryrefslogtreecommitdiffstats
path: root/config.toml
diff options
context:
space:
mode:
authorEddy Pedroni <eddy@0xf7.com>2020-02-01 15:55:15 +0100
committerEddy Pedroni <eddy@0xf7.com>2020-02-01 15:55:15 +0100
commited306e653641769ffb8d084ea7717f18a5a9239c (patch)
treebdf8d7e47566741584fc81800f853b54cbda3021 /config.toml
parentc1d6f344316789c560107777d9d332c9a8f15bd3 (diff)
Refactored, all sites are generated now
Diffstat (limited to 'config.toml')
-rw-r--r--config.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.toml b/config.toml
index b26d4c3..bae7ca2 100644
--- a/config.toml
+++ b/config.toml
@@ -2,7 +2,7 @@
# 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"
+docsRoot = "/home/eddy/projects/logbook"
# All pages are generated from this template
templateFile = "/home/eddy/projects/godocs/template.html"