🐙 Templated web page generator for your git repositories
git clone https://github.com/m-col/gitja
Files | Refs | Readme | License

-rw-r--r-- test/config.dhall


      1 let config =
      2     { repos = ["."]
      3     , scan = False
      4     , template = "./test/templates"
      5     , output = "./test/result"
      6     , host = "https://github.com/m-col/gitja"
      7     }
      8 
      9 in config
     10