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

Date Commit message Author
2026-08-30 23:53Generate pages for nested files, not just top-level ones (#33)Matt Colligan
2026-08-30 22:00Rename ci job to build-and-test (#32)Matt Colligan
2026-08-30 21:52Rename CI workflow to "Build and Test" (#31)Matt Colligan
2026-08-30 21:40Drop macOS from CI matrix (#30)Matt Colligan
2026-08-30 21:25Stop deploying docs to GitHub Pages (#29)Matt Colligan
2026-08-30 20:57Add GitHub Actions workflow to publish release binaries (#28)Matt Colligan
2023-03-06 22:59add v in github-pages-deploy-action versionmcol
2023-03-06 22:58bump github-pages-deploy-action versionmcol
2023-03-06 22:41Revert "quick commit to test github pages"mcol
2023-03-06 21:36quick commit to test github pagesmcol
2023-01-23 01:26clean before gh-pages actionmcol
2023-01-22 23:14remove branches from test templatesmcol
2023-01-22 22:45add minimum conduit versionmcol
2023-01-22 22:45Revert "update build info"mcol
2023-01-22 22:38github CI gitserve -? gitjamcol
2022-11-27 18:16update build infomcol
2022-11-27 16:20add some make commands for profilingmcol
2022-06-04 23:32Rename project to gitjamcol
2022-06-04 23:01Check commit diffs to update outputs for only updated filesmcol
2022-06-04 19:24remove redundant directory parsemcol
2022-05-29 20:14rename some things and move things around a bitmcol
2022-05-29 19:40remove unnecessary monomorphismmcol
2022-05-29 16:51also print regular repo filesmcol
2022-05-29 16:42add runInIO to genmcol
2022-05-29 16:29remove annoying gen annotationmcol
2022-05-29 16:27aggregate withRunInIO usagesmcol
2022-05-29 16:23minor tidymcol
2022-05-29 16:10add back hashmap variables to lookup functionmcol
2022-05-29 15:38remove generateIndex and use general functionmcol
2022-05-29 15:07de-duplicate some work when rendering index pagesmcol
2022-05-29 14:52Lookup rewrite checkpointmcol
2022-05-29 01:45qualify all Text usage to avoid confusion with lazy vs strictmcol
2022-05-29 01:41make generate function just do renderingmcol
2022-05-28 22:27use RunRepo alias for Indexmcol
2022-05-28 22:19Move some ReaderT LgRepo IO functions to IOmcol
2022-05-28 22:10convert m in RunRepo to IOmcol
2022-05-28 21:28polymorphise ToGVal instancesmcol
2022-05-28 21:12move file writing out of generatemcol
2022-05-14 19:26neaten up some casesmcol
2022-05-14 19:01remove some comments beside language pragamsmcol
2022-04-25 23:17bump stack to lts-19.5mcol
2022-04-25 22:43optimise when installing or building for prodmcol
2022-04-25 20:59use hashmap insert instead of mappendmcol
2022-04-24 23:27Move path parsing out of genTarget to reduce repeatsmcol
2022-04-24 23:16move more code out of genTargetmcol
2022-04-24 22:42remove Maybe wrapping templates passed to genTargetmcol
2022-04-24 20:05simplify findFile using Data.List.findmcol
2022-04-14 22:12remove verbose helpermcol
2022-04-14 22:10continue removing Target classmcol
2022-04-14 21:54start removing Target classmcol