latest 16 messages by danneh_

+ [2014-08-16T14:14:04Z] danneh_ whoops, ignore that. sorry, stuffed up a command in my client
+ [2014-08-16T14:12:23Z] danneh_ nickserv register moomoo twitter@services.dnt
+ [2014-01-09T09:09:03Z] danneh_ not a ruby guy, took a while of hacking about to get it to play nice :P
+ [2014-01-09T09:08:50Z] danneh_ aha, thanks!
+ [2014-01-09T09:06:50Z] danneh_ on that danieloaks.net site, the top (Blog, Code, Design, etc) pagess are all autogenerated by those extensions, might be good to take a quick look through the jekyll config file to see a config option or two as well :P
+ [2014-01-09T09:05:43Z] danneh_ yep, shame
+ [2014-01-09T09:05:24Z] danneh_ if you want any help or anything, just ping me and I'll try to respond
+ [2014-01-09T09:05:15Z] danneh_ no problem
+ [2014-01-09T09:04:35Z] danneh_ Might try to spin them off into nice contained, /more nicely coded and less shoddy/ extensions eventually
+ [2014-01-09T09:04:12Z] danneh_ I've got some info about how I worked on them here: http://danieloaks.net/blog/2013/01/23/new_site.html but it's incomplete and a little shoddy :P
+ [2014-01-09T09:03:53Z] danneh_ They do my category page generation for me. One of them makes the category index pages, and the other provides the pagination for them (overrides the default pagination object to do it), using ejekyll
+ [2014-01-09T09:03:13Z] danneh_ pontiki: if you feel like having a look, I've got two extensions here: https://github.com/DanielOaks/danieloaks.github.com/tree/source/_extensions
+ [2014-01-08T21:44:16Z] danneh_ Easier for me anyways
+ [2014-01-08T21:44:12Z] danneh_ Eh, I'm just gonna do up a postbuild Python script that I run afterwards to clean up any necessary directories instead, easier~
+ [2014-01-08T21:04:29Z] danneh_ Wondering whether I can do something like that automatically, or it'd be better to handle it with a custom ruby script they run after compilation or something similar
+ [2014-01-08T21:03:48Z] danneh_ Hiya guys. I'm trying to 'optionally' include a directory in my Jekyll project. Basically, I have a config option 'build_rules', and when that's set to false I don't need to include the 'rules' directory in the output _site directory