Skip to content

Commit

Permalink
Removing google api
Browse files Browse the repository at this point in the history
  • Loading branch information
Greg Osuri committed Aug 23, 2011
1 parent 858170f commit cd28264
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 73 deletions.
3 changes: 1 addition & 2 deletions _layouts/post.html
Expand Up @@ -12,10 +12,9 @@
try{Typekit.load();}catch(e){}
//]]>
</script>
<script src='https://www.google.com/jsapi?key=ABQIAAAA9tY08LlsIeMqIln2VLJBiBT1QcW1pqS1h8CoEOeyHLsvcKFZ0xTPorLc8Vsc3-c0ng2mcpyjiN0zGQ' type='text/javascript'></script>
<script src='http://ajax.googleapis.com/ajax/libs/jquery/1.6.2/jquery.min.js' type='text/javascript'></script>
<script type='text/javascript'>
//<![CDATA[
google.load("jquery", "1.6.2");
$(document).ready(function() {
$("a.newwindow").attr("target","_blank");
});
Expand Down
5 changes: 2 additions & 3 deletions _posts/2011-08-22-git-sub-announcement.textile
Expand Up @@ -5,8 +5,7 @@ title: git-sub(1) - Git substitution utility

When we renamed my github organization, the whole team had to manually update the remote URLs which proved to be a daunting task. I created git-sub to make this easier.

Install using <a href="http://twitter.com/intent/tweet?source=webclient&text=RT+%40GregOsuri+%22Introducing+git-sub%281%29+url+-+Recursively+substitutes+remote+URLs+for+multiple+repositories+http%3A%2F%2Fgregosuri.com%2F2011%2F08%2F22%2Fgit-sub-announcement.html%22" target="_blank">homebrew</a> (Mac OS):

Install using "(newwindow)homebrew":http://mxcl.github.com/homebrew
{% highlight bash %}
brew install git-sub
{% endhighlight %}
Expand Down Expand Up @@ -50,6 +49,6 @@ Changes have been made to the above urls

Check out the "source":http://github.com/gosuri/git-sub and "man pages":http://gregosuri.com/git-sub.

<p> Like it? You can <a href="http://twitter.com/intent/tweet?source=webclient&text=RT+%40GregOsuri+%22Introducing+git-sub%281%29+url+-+Recursively+substitutes+remote+URLs+for+multiple+repositories+http%3A%2F%2Fgregosuri.com%2F2011%2F08%2F22%2Fgit-sub-announcement.html%22" target="_blank"> Tweet </a> about it or(and) follow me on <a href="http://twitter.com/GregOsuri" target="_blank">Twitter</a> for updates.</p>
Like it? You can "(newwindow)Tweet":http://twitter.com/intent/tweet?source=webclient&text=RT+%40GregOsuri+%22Introducing+git-sub%281%29+url+-+Recursively+substitutes+remote+URLs+for+multiple+repositories+http%3A%2F%2Fgregosuri.com%2F2011%2F08%2F22%2Fgit-sub-announcement.html%22" about it or (and) follow me on "(newwindow)Twitter":http://twitter.com/GregOsuri for updates.


66 changes: 0 additions & 66 deletions _templates/default.haml
@@ -1,66 +0,0 @@
!!! XML
!!!
%html{html_attrs('en-en')}
%head
%meta{'http-equiv' => 'Content-Type', :content => 'text/html'}
%meta{:author => 'Greg Osuri'}
%link{:rel => 'stylesheet', :href => '/stylesheets/screen.css', :type => 'text/css', :media => 'screen, projection'}
%link{:rel => 'stylesheet', :href => '/stylesheets/print.css', :type => 'text/css', :media => 'print' }
%title {{ page.title }}
%script{:type =>"text/javascript", :src=>"http://use.typekit.com/xrn7yhf.js" }
:javascript
try{Typekit.load();}catch(e){}
%script{:type => "text/javascript", :src => "https://www.google.com/jsapi?key=ABQIAAAA9tY08LlsIeMqIln2VLJBiBT1QcW1pqS1h8CoEOeyHLsvcKFZ0xTPorLc8Vsc3-c0ng2mcpyjiN0zGQ" }
%body
#container
#content
#header
%p
%a{:href => '/'} about
&#149;
%a{:href => 'http://twitter.com/gregosuri', :target => '_blank' } on twitter
&#149;
%a{:href => 'http://github.com/gosuri', :target => '_blank' } on github
&#149;
%a{:href => 'http://www.flickr.com/photos/24919077@N02', :target => '_blank' }on flickr
%h1#title Greg Osuri
#body.about
%p
I write
%a{:href => 'http://github.com/gosuri', :target => '_blank' } code
and take
%a{:href => 'http://www.flickr.com/photos/24919077@N02', :target => '_blank' } pictures.
These are my writings and links I share.
.index
.posts
{% for post in site.posts %}
.entry
%p.date
{{ post.date | date_to_string }}
%h3
%a{:href => '{{ post.url }}'} {{ post.title }}
{% endfor %}
#footer
%p.copy
Copyright &copy; 2011 by
%a{:href => '/about', :rel => "me author"} Greg Osuri
%p.github
Created using
%a{:href => 'https://github.com/mojombo/jekyll'} Jekyll
and hosted on
%a{:href => 'http://pages.github.com/'} GitHub Pages
%p.github
%a{:href => 'https://github.com/gosuri/gosuri.github.com'} Source
for this site is under
%a{:href => 'https://raw.github.com/gosuri/gosuri.github.com/master/LICENSE'} MIT license
:javascript
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
</script>
<script type="text/javascript">
try{
var pageTracker = _gat._getTracker("UA-5317873-6");
pageTracker._trackPageview();
} catch(err) {}
3 changes: 1 addition & 2 deletions _templates/post.haml
Expand Up @@ -9,9 +9,8 @@
%script{:type =>"text/javascript", :src=>"http://use.typekit.com/xrn7yhf.js" }
:javascript
try{Typekit.load();}catch(e){}
%script{:type => "text/javascript", :src => "https://www.google.com/jsapi?key=ABQIAAAA9tY08LlsIeMqIln2VLJBiBT1QcW1pqS1h8CoEOeyHLsvcKFZ0xTPorLc8Vsc3-c0ng2mcpyjiN0zGQ" }
%script{:type => "text/javascript", :src => "http://ajax.googleapis.com/ajax/libs/jquery/1.6.2/jquery.min.js" }
:javascript
google.load("jquery", "1.6.2");
$(document).ready(function() {
$("a.newwindow").attr("target","_blank");
});
Expand Down

0 comments on commit cd28264

Please sign in to comment.