Commit Graph
13 Commits
Author SHA1 Message Date
Vit Brunner 72e5280e44 Apparently camelCase is all the rage these days 2013-06-16 10:57:08 +01:00
Vit Brunner 9e2f937466 Transformer error on empty list 2013-06-16 10:53:29 +01:00
Vit Brunner a45c94189a Improve transformer test, use coffeescript tricks 2013-06-16 10:09:25 +01:00
Vit Brunner 8ef38f1695 Add transformer 2013-06-16 09:07:53 +01:00
Vit Brunner 83a599a10b Shuffle scripts around 2013-06-15 19:56:44 +01:00
Vit Brunner 303bac7bbe Add reader factory, improve tests 2013-06-15 18:12:24 +01:00
Vit Brunner edd50af4a9 Basic grid with awesome properties
The goals were to make the grid as spacious as possible, while not
compromising many-column layouts and small screen sizes. Works for an
arbitrary number of columns and adjusts horizontal spacing according to
the number of columns and the viewport size.
2013-06-15 16:59:56 +01:00
Vit Brunner 8c777c5301 Switch to tabs for indentation
I got drunk, read the coffeescript style guide, and decided to use
spaces. Spaces for indentation is still as bad an idea as it ever were,
and this is not a coffeescript project - it's multilingual, hence using
coffeescript conventions is pointless.
2013-06-15 16:55:27 +01:00
Vit Brunner 941f63483d From Middleman to DocPad 2013-06-12 23:32:55 +01:00
Vit Brunner ff0bd79c53 Reduce duplication
Some would also say it'd be a good idea not to put random stuff in the
global namespace. One day I'll figure it out.
2013-06-11 08:59:31 +01:00
Vit Brunner 9a4fce961b Add json reader and its tests 2013-06-10 23:55:55 +01:00
Vit Brunner a5ce7c9f15 Fix markdown capitalization 2013-06-10 23:55:02 +01:00
Vit Brunner b7c12f928b Initial project setup
Featuring:
- middleman setup
- dummy controller and index page
- markdown reader and its qunit tests
- travis integration
2013-06-10 22:30:02 +01:00