skial
skial
- [x] create template folder - [x] separate each article images into their own folders. See #41
On a different computer, setting up every project is a pain. Currently imagemagick is missing a dll which is stopping me from continuing. I've fixed some local path problems between...
Here is a [jsfiddle](http://jsfiddle.net/pSTW3/) of a possible solution to lots of images taking up to much space. Not perfect but a start. Inspired by twitter inline images.
All images should be responsive. Picture polyfill - [picturefill](https://github.com/scottjehl/picturefill) Possible solution is to use the css lexer to pull out all media queries and generate an image for each media...
To add to the roundup todo list, use the following markdown format. ``` - [ ] optional description [link name](/link/to/item) ``` So it generates the following: - [ ] optional...
To add to the roundup todo list, use the following markdown format. ``` - [ ] optional description [link name](/link/to/item) ``` So it generates the following: - [ ] optional...
These two small changes allow the user to control which csc compiler gets used by hxcs. 1. Using `-D csharp-compiler=C:/path/to/csc` now works on windows. Before, this resulted in hxcs looking...