summaryrefslogtreecommitdiff
path: root/site.hs
AgeCommit message (Collapse)Author
2019-08-24Move to use src/ directory with the addition of Site modulesCarlos Sosa
- Added Content record with Lenses. - Added Rules based content compilers * This is all based on [[https://github.com/blaenk/blaenk.github.io/blob/source/src/Site/Compilers.hs]]
2019-08-18DRY up the post lists and remove the unnecessary archive templateCarlos Sosa
2019-08-15Switch to images to img routeCarlos Sosa
2019-08-15Add GSoC posts archive matchers and functionsCarlos Sosa
2019-08-15Add gsoc matcher and Pandoc syntax highlighting CSS fileCarlos Sosa
2019-08-14Move to Compilers/Context as functionsCarlos Sosa
* Added a match for the articles category On =match "article/**"=, we create the routes via =idRoute=, and later only pass the HTML body of each entry to the compile step that also captures any metadata on the file. All of this on the =compile getResourceBody= function
2019-08-11Add log entries, and move to better context functionsCarlos Sosa
2018-08-28Initial commitCarlos Sosa