aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-03-01Adding Dean Attali into the credits :raised_hands:v1.1.0Barry Clark
2015-03-01Merge pull request #126 from daattali/patch-1Barry Clark
disqus_identifier param is not used
2015-03-01:sparkles: Version bump to v1.1.0 :sparkles:Barry Clark
2015-03-01disqus_identifier param is not usedDean Attali
2015-03-01Using post.excerpt in index.html (closes #117)Barry Clark
2015-03-01Improve metadata for posts and pages (closes #50)Barry Clark
2015-02-23Removing emoji from Hello World blog postBarry Clark
2015-02-23Adding @LeoColomb and @ErinGrand to the credits!Barry Clark
2015-02-23Move Sass to default _sass directory via @LeoColomb #39Barry Clark
2015-02-23meta declarations pointed out by @LeoColomb in #39Barry Clark
2015-02-23License date bumpBarry Clark
2015-02-23Removing all of the trailing whitespaceBarry Clark
2015-02-23Clarified comment about Disqus shortnameBarry Clark
2015-02-23Merge pull request #121 from eringrand/youtuberepoBarry Clark
youtube icon
2015-02-23modifed for themeeringrand
2015-01-12Merge pull request #77 from jaminscript/fix-google-translate-bubbleBarry Clark
Resolves #72 - Google Translate rendering issue by overriding an img style
2015-01-13Resolves #72 by overriding an img styleBen Abbott
2015-01-11Merge pull request #76 from rnicholus/syntax-highlightingBarry Clark
Better syntax highlighting & switch to redcarpet parser
2015-01-11Adding more contributors :raised_hands:Barry Clark
2015-01-11Dropping gemojiBarry Clark
2015-01-11Better syntax highlightingRay Nicholus
- Switched to redcarpet from kramdown for proper markup
2015-01-11Merge pull request #47 from jaminscript/move-svg-to-cssBarry Clark
Load SVG icons in via CSS. Saves up to 27KB per page load!
2014-11-12Change how SVG icons are included in pagesBen Abbott
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-10-22Readme: removing new themes email dropBarry Clark
2014-10-20Adding Henry Stanley to readme credits :raised_hands:Barry Clark
2014-10-19Merge pull request #38 from henryaj/masterBarry Clark
Teeny tiny typo fixes to README
2014-10-18Teeny tiny typo fixes to READMEHenry Stanley
2014-10-18Updating readme to mention that it can take 10 minutes - closes #37Barry Clark
2014-10-13Updated readme to make local dev installation steps a little easier.Barry Clark
2014-10-06Updated readme installation steps to use GitHub Pages :gem:Barry Clark
2014-10-05Add credits for Florian Simon :raised_hands:Barry Clark
2014-10-04Merge pull request #31 from vermluh/icons2Barry Clark
Remove extraneous markup from Stack Overflow icon
2014-09-30Update stackoverflow.htmlFlorian Simon
Modified stackoverflow icon in order to remove xml declaration and title tag from resulting HTML code
2014-09-25Added Hun Jae Lee to credits :raised_hands:Barry Clark
2014-09-20Merge pull request #28 from etelej/j-nowBarry Clark
Fix duplicate meta charset declaration
2014-09-20Merge pull request #26 from hunjaelee/patch-1Barry Clark
Fix mailto links
2014-09-19Fix duplicate meta charset declarationPeter Etelej
2014-09-17Fix mailto link codeHun Jae Lee
So that the created link is `mailto:email@example.com` instead of `mailto: email@example.com` (note the space after `mailto:`)
2014-09-15Peter Etelej credits shout outBarry Clark
2014-09-14Merge pull request #23 from etelej/j-nowBarry Clark
Fix feed.xml null layout warning
2014-09-14Update feed.xml Layout declarationPeter Etelej
2014-09-06removing newsletter plug from readmeBarry Clark
2014-08-28Visual improvements to the font weight of headersBarry Clark
2014-08-22Bold headers fix for Windows browsersBarry Clark
2014-08-20Merge pull request #17 from esteinborn/patch-1Barry Clark
Update to Universal Google Analytics Script
2014-08-19Update to Universal Google Analytics ScriptEric Steinborn
Google is upgrading to their new "Universal Analytics." I'd recommend building that into this instead of the legacy ga.js script. https://developers.google.com/analytics/devguides/collection/analyticsjs/
2014-08-16Readme love for Bart Kiers and Javier CejudoBarry Clark
2014-08-15Add permalink with trailing slash to about page Fixes #13Barry Clark
2014-08-15Merge pull request #15 from javiercejudo/patch-1Barry Clark
Adds trailing slash to avoid 301 redirections
2014-08-15Merge pull request #16 from javiercejudo/patch-2Barry Clark
Adds link element for RSS feed