about summary refs log tree commit diff
path: root/src
AgeCommit message (Collapse)AuthorFilesLines
2014-03-11 Add an option for the resource folderVincent Ambo1-7/+10
2014-03-11 Updated for new options packageVincent Ambo1-6/+11
2013-10-14 Removed commentsVincent Ambo3-102/+7
2013-05-05 * time hotfix"Vincent Ambo ext:(%22)1-1/+1
2013-05-05 * minor unimportant fix"Vincent Ambo ext:(%22)1-1/+1
2013-05-05 * serving correct css location"Vincent Ambo ext:(%22)1-1/+1
2013-05-05 * added bootstrap file"Vincent Ambo ext:(%22)1-4/+2
* moved CSS to correct paths
2013-05-05 * sticky footer"Vincent Ambo ext:(%22)1-31/+20
2013-05-05 * smaller HTML fixes"Vincent Ambo ext:(%22)3-4/+4
2013-05-05 * more bootstrap-related fixes, nearing completion"Vincent Ambo ext:(%22)2-12/+14
* version bumped to 4.0
2013-05-05 * fixed comments and footer in Bootstrap"Vincent Ambo ext:(%22)1-25/+28
2013-05-05 * further work on Bootstrapping"Vincent Ambo ext:(%22)2-45/+56
2013-05-05 * fixed date formatting"Vincent Ambo ext:(%22)1-4/+4
2013-04-28 * started moving blog to bootstrap, but keeping the design. Currently far ↵"Vincent Ambo ext:(%22)3-33/+64
from done
2013-04-28 * version bump to 3.5"Vincent Ambo ext:(%22)2-2/+1
2013-04-28 ran hlint"Vincent Ambo ext:(%22)4-33/+33
2013-04-28 Used stylish-haskell on all source files"Vincent Ambo ext:(%22)5-107/+127
2013-04-28 * added Markdown support"Vincent Ambo ext:(%22)1-6/+29
2013-04-28 * removed iMessage"Vincent Ambo ext:(%22)2-9/+4
2013-04-28 * re-enabled captchas"Vincent Ambo ext:(%22)2-4/+22
2013-04-27 * switched main language to English"Vincent Ambo ext:(%22)1-1/+1
2013-04-27 * fixed comment deletion link"Vincent Ambo ext:(%22)1-13/+10
* updated contact info * fixed compatibility with current blaze
2013-04-24 * small fixes that I don't remember"Vincent Ambo ext:(%22)2-3/+4
2012-04-28 * fixed iMessage linkVincent Ambo1-1/+1
2012-04-26 * some fixesVincent Ambo1-13/+19
2012-04-25 * upped version to 3.4Vincent Ambo1-1/+1
2012-04-25 * completed switch to Hamlet and LuciusVincent Ambo2-33/+29
2012-04-25 * almost done moving to Hamlet from BlazeVincent Ambo1-238/+263
2012-04-22 * removed captchas (well, commented them out)Vincent Ambo2-3/+5
2012-04-22 * changed <ul> width to 57emVincent Ambo1-3/+3
2012-04-22 * max-width for <ul> elementVincent Ambo1-3/+3
2012-04-06 * removed entryEscape -> Posting pure HTML from now on (pre tag where necessary)Vincent Ambo1-11/+5
2012-04-04 * typo in cabal fileVincent Ambo1-1/+1
2012-04-04 * comment deletion (this doesn't look nice, but nobody except for me sees ↵Vincent Ambo3-2/+39
the admin page so I DON'T CARE :D)
2012-04-04 version 3.3:Vincent Ambo3-14/+49
* added reCaptcha again (got too much spam)
2012-03-25 * default rss feed link now points to an XML fileVincent Ambo2-1/+2
2012-03-25 * removed System.Environment from Main.hsVincent Ambo1-5/+12
* using the brand-new Options package to parse command line options (--port and --statedir)
2012-03-24 * changed version tag to 3.2Vincent Ambo1-1/+1
2012-03-24 * added RSS.hs: functions to create an RSS feedVincent Ambo5-13/+85
* added RSS feed handler * FromReqURI instance for BlogLang * fixed RSS-feed link
2012-03-23 * sequence_ $ map to mapM_Vincent Ambo1-4/+4
2012-03-23 version 3.1.2:Vincent Ambo2-2/+3
* CSS changes for HsColour
2012-03-22 version 3.1.1:Vincent Ambo2-3/+3
* added background texture for .middle * removed accidental </br> which caused W3 validation to fail New design is now complete. --HG-- rename : res/ios-linen.jpg => res/hbg.jpg
2012-03-22 * cleaned up res/ folderVincent Ambo2-3/+6
* serving static/ content from res/ with 20 years expiration date * linen texture
2012-03-20 * font-weight for .contactsVincent Ambo1-1/+1
2012-03-20 * gzip compression for dynamic filesVincent Ambo1-1/+3
2012-03-20 version 3.1:Vincent Ambo3-51/+56
* entirely new design (looks a lot better. Thanks to @not_eden and @agoptron for their advice) * multi-author support (I won't use it yet) * blogstyle.css serves as the "source" for blog.css * displaying article eDate and author on entry page
2012-03-19 * Google analyticsVincent Ambo1-0/+13
2012-03-18 * correctly serving 404s with status code 404 :|Vincent Ambo3-11/+11
2012-03-18 * fixed 404 pageVincent Ambo3-1/+17
2012-03-18 * changed entryEscapeVincent Ambo1-1/+4