summaryrefslogtreecommitdiff
path: root/src/Hakyll/Init.hs
AgeCommit message (Collapse)AuthorFilesLines
2017-06-19Restructure .cabal to avoid redundant compilationChristopher League1-96/+0
2017-02-09Revert "Move hakyll-init to https://github.com/jaspervdj/hakyll-init"Jasper Van der Jeugt1-0/+96
This reverts commit e46adb860c2548db519940a36768482d7b49f0ef.
2017-01-22Move hakyll-init to https://github.com/jaspervdj/hakyll-initSimon Jakobi1-96/+0
2015-09-25guard explainedJavran Cheng1-0/+6
2015-09-24prevent "-h" or "--help" from generating dirJavran Cheng1-2/+2
assume user in general is not expecting "--something" directory to be generated.
2015-02-24Don't add .cabal extension twice in initHans-Peter Deifel1-1/+1
Previously, hakyll-init would create the cabal file with a name like name.cabal.cabal.
2015-01-06Clean up hakyll-init a littleJasper Van der Jeugt1-30/+39
Closes #325
2014-06-13Generate a cabal file for the initialised siteSimonas Kazlauskas1-8/+52
Fixes #267
2013-04-03Account for absolute paths in `shouldIgnoreFile`Jasper Van der Jeugt1-1/+1
2013-02-06Ignore files sooner, small speedupJasper Van der Jeugt1-1/+1
2012-12-06I have this huge hangoverJasper Van der Jeugt1-5/+19
2012-12-05Start simple init programJasper Van der Jeugt1-0/+23