Skip to content

Instantly share code, notes, and snippets.

View sgoumaz's full-sized avatar

Simon Goumaz sgoumaz

View GitHub Profile
@sgoumaz
sgoumaz / skeleton.styl
Created March 17, 2015 14:27
Skeleton 2.0, stylus version (adapted)
@import 'nib'
global-reset()
/**
* Derived from Skeleton V2.0.4
* Copyright 2014, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 12/9/2014
@sgoumaz
sgoumaz / _data.js
Last active December 24, 2015 11:39
sintaxi/terraform: Alternatively accept `_data.js` for metadata instead of plain JSON
// simplest example
module.exports = {
"some-page": {
"title": "This uses data from an external JSON file",
"sourceData": require("./some.json")
}
};