The code, templates and content for my Hakyll powered blog at blog.rekahsoft.ca
Collin J. Doering
d5f2f56ec4
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> |
||
---|---|---|
clay | ||
files | ||
fonts | ||
images | ||
images-src | ||
js | ||
lib | ||
pages | ||
posts | ||
src | ||
templates | ||
.gitignore | ||
.gitmodules | ||
blog-rekahsoft-ca.cabal | ||
LICENSE | ||
README.md | ||
Setup.hs | ||
site |
Source Code for #! λ Slang
About
#! λ Slang is the personal technical blog of Collin Doering, built using software that respects our freedoms.
Features
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