aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-03-01Merge pull request #122 from cjerrington/patch-3Gravatar Barry Clark
improve the quality of analytics
2015-03-01remove whitespaceGravatar Clayton Errington
2015-03-01Added in instructions for contributingGravatar Barry Clark
2015-03-01Adding Dean Attali into the credits :raised_hands:v1.1.0Gravatar Barry Clark
2015-03-01Merge pull request #126 from daattali/patch-1Gravatar Barry Clark
disqus_identifier param is not used
2015-03-01:sparkles: Version bump to v1.1.0 :sparkles:Gravatar Barry Clark
2015-03-01disqus_identifier param is not usedGravatar Dean Attali
2015-03-01Using post.excerpt in index.html (closes #117)Gravatar Barry Clark
2015-03-01Improve metadata for posts and pages (closes #50)Gravatar Barry Clark
2015-02-23improve the quality of anayticsGravatar Clayton Errington
Improve the quality of Google Analytics as found in: http://veithen.github.io/2015/01/05/jekyll-improving-ga-data-quality.html Reduce and eliminate referrer spam in Google Analytics as found in: http://veithen.github.io/2015/01/21/referrer-spam.htmlimprove the quality of analytics http://veithen.github.io/2015/01/05/jekyll-improving-ga-data-quality.html
2015-02-23Removing emoji from Hello World blog postGravatar Barry Clark
2015-02-23Adding @LeoColomb and @ErinGrand to the credits!Gravatar Barry Clark
2015-02-23Move Sass to default _sass directory via @LeoColomb #39Gravatar Barry Clark
2015-02-23meta declarations pointed out by @LeoColomb in #39Gravatar Barry Clark
2015-02-23License date bumpGravatar Barry Clark
2015-02-23Removing all of the trailing whitespaceGravatar Barry Clark
2015-02-23Clarified comment about Disqus shortnameGravatar Barry Clark
2015-02-23Merge pull request #121 from eringrand/youtuberepoGravatar Barry Clark
youtube icon
2015-02-23modifed for themeGravatar eringrand
2015-01-12Merge pull request #77 from jaminscript/fix-google-translate-bubbleGravatar Barry Clark
Resolves #72 - Google Translate rendering issue by overriding an img style
2015-01-13Resolves #72 by overriding an img styleGravatar Ben Abbott
2015-01-11Merge pull request #76 from rnicholus/syntax-highlightingGravatar Barry Clark
Better syntax highlighting & switch to redcarpet parser
2015-01-11Adding more contributors :raised_hands:Gravatar Barry Clark
2015-01-11Dropping gemojiGravatar Barry Clark
2015-01-11Better syntax highlightingGravatar Ray Nicholus
- Switched to redcarpet from kramdown for proper markup
2015-01-11Merge pull request #47 from jaminscript/move-svg-to-cssGravatar Barry Clark
Load SVG icons in via CSS. Saves up to 27KB per page load!
2014-11-12Change how SVG icons are included in pagesGravatar Ben 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 dropGravatar Barry Clark
2014-10-20Adding Henry Stanley to readme credits :raised_hands:Gravatar Barry Clark
2014-10-19Merge pull request #38 from henryaj/masterGravatar Barry Clark
Teeny tiny typo fixes to README
2014-10-18Teeny tiny typo fixes to READMEGravatar Henry Stanley
2014-10-18Updating readme to mention that it can take 10 minutes - closes #37Gravatar Barry Clark
2014-10-13Updated readme to make local dev installation steps a little easier.Gravatar Barry Clark
2014-10-06Updated readme installation steps to use GitHub Pages :gem:Gravatar Barry Clark
2014-10-05Add credits for Florian Simon :raised_hands:Gravatar Barry Clark
2014-10-04Merge pull request #31 from vermluh/icons2Gravatar Barry Clark
Remove extraneous markup from Stack Overflow icon
2014-09-30Update stackoverflow.htmlGravatar Florian 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:Gravatar Barry Clark
2014-09-20Merge pull request #28 from etelej/j-nowGravatar Barry Clark
Fix duplicate meta charset declaration
2014-09-20Merge pull request #26 from hunjaelee/patch-1Gravatar Barry Clark
Fix mailto links
2014-09-19Fix duplicate meta charset declarationGravatar Peter Etelej
2014-09-17Fix mailto link codeGravatar Hun 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 outGravatar Barry Clark
2014-09-14Merge pull request #23 from etelej/j-nowGravatar Barry Clark
Fix feed.xml null layout warning
2014-09-14Update feed.xml Layout declarationGravatar Peter Etelej
2014-09-06removing newsletter plug from readmeGravatar Barry Clark
2014-08-28Visual improvements to the font weight of headersGravatar Barry Clark
2014-08-22Bold headers fix for Windows browsersGravatar Barry Clark
2014-08-20Merge pull request #17 from esteinborn/patch-1Gravatar Barry Clark
Update to Universal Google Analytics Script
2014-08-19Update to Universal Google Analytics ScriptGravatar Eric 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/