Commit ac9ae73aefafc904fbc7bfb74bb222ae3dcc71f3 Parent: 111a64c65313479ef452a23438f128ebbf12adc5 Author: mcol <mcol@posteo.net> Date: 2021-11-21 01:15:37 +0000 Committer: mcol <mcol@posteo.net> Committed: 2021-11-21 01:15:37 +0000 update comments in example config
config.dhall Modified
@@ -2,14 +2,15 @@ -- It uses the Dhall configuration language: dhall-lang.org -- This is a folder containing repositories. -let root = ".." +let repos = ".." --- And these are relative paths from root to those repositories. +-- And these are relative paths from 'repos' to those repositories. let folders = - [ "${root}/gitserve" + [ "${repos}/gitserve" ] --- This is the configuration object that is used by gitserve +-- These are the configurable options that are used by gitserve. +-- If copying, you may want to replace the relative paths for absolute paths. let config = { repoPaths = folders , templateDirectory = "./templates"