Results 23 issues of skial

As title.

enhancement
design
idea 💡

- [x] create template folder - [x] separate each article images into their own folders. See #41

enhancement

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...

As title

enhancement

As title.

enhancement

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.

enhancement

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...

enhancement

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...

next-roundup

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...

next-roundup

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...