Commit graph

21 commits

Author SHA1 Message Date
Barry Clark
a90775d977 Merge branch 'patch-1' of https://github.com/sunnankar/jekyll-now into sunnankar-patch-1
Conflicts:
	_includes/svg-icons.html
2015-05-02 19:41:17 -04:00
sunnankar
fd977db08e Update svg-icons.html
Added SSL to fix broken links for W3C validation and preempt redirection.
2015-04-11 12:42:05 -04:00
eringrand
d8d124475d added ability to include G+ icon 2015-03-17 16:16:08 -04:00
Barry Clark
3e761139cc Merge pull request from cjerrington/patch-3
improve the quality of analytics
2015-03-01 18:42:54 -05:00
Clayton Errington
f2246dc0a4 remove whitespace 2015-03-01 15:47:33 -06:00
Barry Clark
d824fd879e Improve metadata for posts and pages (closes ) 2015-03-01 14:35:17 -05:00
Clayton Errington
9f23e44cbe improve the quality of anaytics
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-23 15:36:40 -06:00
Barry Clark
f3ce4344d1 Removing all of the trailing whitespace 2015-02-23 01:03:16 -05:00
eringrand
d547da86ac modifed for theme 2015-02-23 00:30:08 -05: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
Florian Simon
ef2186dc88 Update stackoverflow.html
Modified stackoverflow icon in order to remove xml declaration and title tag from resulting HTML code
2014-09-30 12:15:08 +02:00
Hun Jae Lee
0fdf013bb8 Fix mailto link code
So that the created link is `mailto:email@example.com` instead of `mailto: email@example.com` (note the space after `mailto:`)
2014-09-17 19:26:21 -04:00
Eric Steinborn
14f665d63f Update to Universal Google Analytics Script
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-19 17:09:31 -04:00
Bart Kiers
ca618a6bd4 Added stackoverflow SVG. 2014-08-05 08:22:02 +02:00
Barry Clark
fda8d43c93 Moved SVG icon markup to an include 2014-06-13 08:59:59 -04:00
Barry Clark
64083d6f39 Only include Google Analytics markup if an account has been entered 2014-05-27 20:41:32 -04:00
Barry Clark
f521f8a9ec Only include Disqus markup if an account has been entered 2014-05-27 20:40:03 -04:00
Barry Clark
9de3c00bf5 Fixes Disqus integration 2014-05-18 20:57:23 -04:00
Barry Clark
753bea9727 SVG icons for every major social network, hooked up to _config.yml 2014-05-17 17:48:16 -04:00
Barry Clark
db4dceaba5 Lots of style updates 2014-02-12 20:42:49 -05:00
Barry Clark
72ac450454 First commit of base theme. 2014-02-06 19:18:00 -05:00