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

Commit ce512267067055e0e77d85262f973030bde79a4e
Parent: 169e3d1d5731a81026e3e91457d6f32d5e947419
Author: mcol <mcol@posteo.net>
Date: 2021-09-18 18:40:05 +0100
Committer: mcol <mcol@posteo.net>
Committed: 2021-09-18 18:40:05 +0100

Use only horizontal lines to delimit public/private

src/Templates.hs Modified

@@ -29,7 +29,6 @@
     sequence $ loadTemplate <$> files
 
 ----------------------------------------------------------------------------------------
--- Private
 
 {-
 This reads the contents of a file and stores it within a `Template` object.

src/Repositories.hs Modified

@@ -21,7 +21,6 @@
 run config templates = foldMap processRepo . repoPaths $ config
 
 ----------------------------------------------------------------------------------------
--- Private
 
 {-
 This receives a file path to a single repository and tries to process it. If the