aboutsummaryrefslogtreecommitdiffstats
path: root/config.toml
diff options
context:
space:
mode:
authorEddy Pedroni <eddy@0xf7.com>2020-01-28 22:06:16 +0100
committerEddy Pedroni <eddy@0xf7.com>2020-01-28 22:06:16 +0100
commit2c055e3ca001ee6064677a0db16172148e5edcef (patch)
tree46073b7ea2df58520ffc560af72ae2bdabf8bdd6 /config.toml
parentce81b97e80ada42a223a7fd45c5abaa5c9667d75 (diff)
Added tentative page rendering, outline main function
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 bae7ca2..b26d4c3 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"
+docsRoot = "/home/eddy/projects/logbook/guitar"
# All pages are generated from this template
templateFile = "/home/eddy/projects/godocs/template.html"