Commit Graph

5 Commits

Author SHA1 Message Date
Barry Clark 8e77d1436b Merge pull request #76 from rnicholus/syntax-highlighting
Better syntax highlighting & switch to redcarpet parser
2015-01-11 15:27:26 -05:00
Ray Nicholus 2f04c036a3 Better syntax highlighting
- Switched to redcarpet from kramdown for proper markup
2015-01-11 14:12:54 -06:00
Ben Abbott 404ddf26e5 Change how SVG icons are included in pages
Normally you include a .html file containing SVG data to show social
media icons on the page, but this means adding up to 27KB of bloat to
every single page.

With this commit I have moved the SVG data into a .scss file and
converted them into Data URIs so they work on multiple browsers. This
means the CSS file will contain the SVG data rather than each and every
page on the site.
2014-11-12 16:42:00 +13:00
Barry Clark 23d88f26d9 CSS comments tidy up 2014-07-30 18:53:22 -04:00
Barry Clark 6955d770fe Update Sass files to be built by GitHub Pages 2014-07-30 17:36:13 -04:00