The code, templates and content for my Hakyll powered blog at blog.rekahsoft.ca
Go to file
Collin J. Doering d5f2f56ec4 Completed porting haml templates back to html
Removed all haml templates and returned to using the default hakyll
style html templates. The main reason for this was to avoid the
requirement for external tools that cannot be installed with cabal. Also
as much as haml is nicer to read and write (in my opinion) it is in this
case just adding another layer of needless abstraction.

Perhaps in the future haml-like functionality can be added to default
hakyll templates. Until then, follow the KISS mentality.

Signed-off-by: Collin J. Doering <collin.doering@rekahsoft.ca>
2015-01-14 04:50:29 -05:00
clay Finished porting css from sass to clay 2015-01-14 04:50:29 -05:00
files Further various fixes and improvements 2014-03-12 20:59:58 -04:00
fonts Remove unused fonts 2015-01-14 04:50:28 -05:00
images Added initial implementation of error messages 2015-01-14 04:50:29 -05:00
images-src Added initial implementation of error messages 2015-01-14 04:50:29 -05:00
js Fixed handling of internal image urls within page-content 2015-01-14 04:50:29 -05:00
lib Removed submodules 2014-03-13 04:47:59 -04:00
pages Completed porting haml templates back to html 2015-01-14 04:50:29 -05:00
posts Fixed use of 'i' instead of 'I' in first blog post 2015-01-14 04:50:28 -05:00
src Completed porting haml templates back to html 2015-01-14 04:50:29 -05:00
templates Completed porting haml templates back to html 2015-01-14 04:50:29 -05:00
.gitignore Added symbolic link for easy execution of site generator 2015-01-14 04:50:29 -05:00
.gitmodules Removed submodules 2014-03-13 04:47:59 -04:00
LICENSE Corrected license file and updated cabal file 2015-01-14 04:50:28 -05:00
README.md Fixed some comments and a false mention in the README 2015-01-14 04:50:29 -05:00
Setup.hs Initial cabalization of site 2015-01-14 04:50:28 -05:00
blog-rekahsoft-ca.cabal Ported sass/_blog.sass to clay and modularized clay css files 2015-01-14 04:50:29 -05:00
site Added symbolic link for easy execution of site generator 2015-01-14 04:50:29 -05:00

README.md

Source Code for #! λ Slang

About

#! λ Slang is the personal technical blog of Collin Doering, built using software that respects our freedoms.

Features

  • Hakyll generated static site
  • Clay used for css pre-processing

License

Simply put, you're welcome to use the code used to generate this site though there are a few restrictions:

  • Any images and artwork that embody the likeness of "#! λ Slang" are not to be distributed or used and are strictly copyright
  • The content of pages and posts can be used with attribution, providing you aren't making money off of it

Please see the LICENSE file for full details.

Building

All that is needed to build this site is cabal and a way to fetch required packages (whether directly via the internet or by using the fetch argument to cabal).

% cabal configure
% cabal build
% ./site build