Skip to content
This repository has been archived by the owner on May 24, 2022. It is now read-only.

Commit

Permalink
Fixing things. Doing it live!
Browse files Browse the repository at this point in the history
  • Loading branch information
trey committed Sep 27, 2011
1 parent fc4e9d1 commit 5137a10
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 2 deletions.
1 change: 0 additions & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ require "stringex"
ssh_user = "trey@trey.webfactional.com"
ssh_port = "22"
document_root = "~/webapps/solutions_static/"
document_root = "~/website.com/"
deploy_default = "rsync"

# This will be configured for you when you run config_deploy
Expand Down
2 changes: 1 addition & 1 deletion _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,4 +80,4 @@ disqus_short_name:
disqus_show_comment_count: false

# Google Analytics
google_analytics_tracking_id:
google_analytics_tracking_id: UA-97674-11
18 changes: 18 additions & 0 deletions source/_layouts/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,23 @@
{% include google_analytics.html %}
{% include google_plus_one.html %}
{% include twitter_sharing.html %}
<script>
var pageTracker = _gat._getTracker("UA-97674-11");
pageTracker._initData();
pageTracker._trackPageview();
</script>
<script>
var _gauges = _gauges || [];
(function() {
var t = document.createElement('script');
t.type = 'text/javascript';
t.async = true;
t.id = 'gauges-tracker';
t.setAttribute('data-site-id', '4e36125f613f5d557e000001');
t.src = '//secure.gaug.es/track.js';
var s = document.getElementsByTagName('script')[0];
s.parentNode.insertBefore(t, s);
})();
</script>
</body>
</html>

0 comments on commit 5137a10

Please sign in to comment.