aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-12-06Merge pull request #339 from omgmog/masterGravatar Barry Clark
Removed +x on style.scss
2015-12-06Merge pull request #343 from fleeting/masterGravatar Barry Clark
Replacing the custom feed.xml with the official jekyll-feed gem.
2015-12-06Merge pull request #346 from Daniel15/patch-1Gravatar Barry Clark
Remove reference to 0.0.0.0, update to 127.0.0.1:4000
2015-12-04Remove reference to 0.0.0.0Gravatar Daniel Lo Nigro
`0.0.0.0` doesn't really make much sense, and in fact shouldn't even work at all. It's pretty strange that it does work.
2015-12-02Adding the official jekyll-feed gem for atom/rss feed.Gravatar James Fleeting
2015-11-26Removed +x on style.scssGravatar Max Glenister
Fixes #204
2015-11-16Merge pull request #199 from dijonkitchen/patch-2Gravatar Barry Clark
Fix grammatical error on the 404 page.
2015-05-26Update 404.mdGravatar dijonkitchen
2015-05-13Merge pull request #187 from frenchie16/jekyll-now/masterGravatar Barry Clark
Exclude CNAME from the hosted site
2015-05-13Exclude CNAMEGravatar John French
There’s no reason you’d want to be able to access the CNAME file on the hosted site.
2015-05-07Merge pull request #183 from eringrand/patch-1Gravatar Barry Clark
More detailed Youtube icon.
2015-05-07Update _svg-icons.scssGravatar Erin Grand
fixed the SVG and the size of the image
2015-05-03Adding Colton and Trace to credits :raised_hands:Gravatar Barry Clark
2015-05-02Merge branch 'sunnankar-patch-1'Gravatar Barry Clark
2015-05-02Merge branch 'patch-1' of https://github.com/sunnankar/jekyll-now into ↵Gravatar Barry Clark
sunnankar-patch-1 Conflicts: _includes/svg-icons.html
2015-05-02Merge pull request #158 from coltonfitzgerald/masterGravatar Barry Clark
Losslessly Compressed Images w/ ImageOptim
2015-05-02Merge pull request #138 from eringrand/G+iconGravatar Barry Clark
Google+ Icon, added by @eringrand
2015-04-11Update svg-icons.htmlGravatar sunnankar
Added SSL to fix broken links for W3C validation and preempt redirection.
2015-04-02Compress ImagesGravatar coltonfitzgerald
2015-03-17added ability to include G+ iconGravatar eringrand
2015-03-17added G+ icon to svq-iconsGravatar eringrand
2015-03-01Adding Clayton to the credits :raised_hands:Gravatar Barry Clark
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