Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Site updated at 2013-04-02 05:35:02 UTC
  • Loading branch information
Ben Hamill committed Apr 2, 2013
1 parent db69206 commit 8898adc
Show file tree
Hide file tree
Showing 5 changed files with 104 additions and 28 deletions.
12 changes: 6 additions & 6 deletions atom.xml
@@ -1,13 +1,13 @@
<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">

<title><![CDATA[My Octopress Blog]]></title>
<link href="http://benhamill.github.com/atom.xml" rel="self"/>
<link href="http://benhamill.github.com/"/>
<updated>2013-04-01T21:53:03-05:00</updated>
<id>http://benhamill.github.com/</id>
<title><![CDATA[Garbled]]></title>
<link href="http://garbled.benhamill.com/atom.xml" rel="self"/>
<link href="http://garbled.benhamill.com/"/>
<updated>2013-04-02T00:34:39-05:00</updated>
<id>http://garbled.benhamill.com/</id>
<author>
<name><![CDATA[Your Name]]></name>
<name><![CDATA[Ben Hamill]]></name>

</author>
<generator uri="http://octopress.org/">Octopress</generator>
Expand Down
56 changes: 47 additions & 9 deletions blog/archives/index.html
Expand Up @@ -5,11 +5,11 @@
<!--[if (gt IE 8)|(gt IEMobile 7)|!(IEMobile)|!(IE)]><!--><html class="no-js" lang="en"><!--<![endif]-->
<head>
<meta charset="utf-8">
<title>Blog Archive - My Octopress Blog</title>
<meta name="author" content="Your Name">
<title>Blog Archive - Garbled</title>
<meta name="author" content="Ben Hamill">


<meta name="description" content=" Blog Archive Recent Posts ">
<meta name="description" content="Blog Archive Recent Posts GitHub Repos Status updating... @benhamill on GitHub $(document).ready(function(){ if (!window.jXHR){ var jxhr = document. &hellip;">


<!-- http://t.co/dKP3o1e -->
Expand All @@ -18,10 +18,10 @@
<meta name="viewport" content="width=device-width, initial-scale=1">


<link rel="canonical" href="http://benhamill.github.com/blog/archives">
<link rel="canonical" href="http://garbled.benhamill.com/blog/archives">
<link href="/favicon.png" rel="icon">
<link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css">
<link href="/atom.xml" rel="alternate" title="My Octopress Blog" type="application/atom+xml">
<link href="/atom.xml" rel="alternate" title="Garbled" type="application/atom+xml">
<script src="/javascripts/modernizr-2.0.js"></script>
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script>
<script>!window.jQuery && document.write(unescape('%3Cscript src="./javascripts/lib/jquery.min.js"%3E%3C/script%3E'))</script>
Expand All @@ -36,9 +36,9 @@

<body >
<header role="banner"><hgroup>
<h1><a href="/">My Octopress Blog</a></h1>
<h1><a href="/">Garbled</a></h1>

<h2>A blogging framework for hackers.</h2>
<h2>garbled = Blog.new(author: 'Ben Hamill')</h2>

</hgroup>

Expand All @@ -50,7 +50,7 @@ <h2>A blogging framework for hackers.</h2>

<form action="http://google.com/search" method="get">
<fieldset role="search">
<input type="hidden" name="q" value="site:benhamill.github.com" />
<input type="hidden" name="q" value="site:garbled.benhamill.com" />
<input class="search" type="text" name="q" results="0" placeholder="Search"/>
</fieldset>
</form>
Expand Down Expand Up @@ -89,8 +89,46 @@ <h1>Recent Posts</h1>
</ul>
</section>

<section>
<h1>GitHub Repos</h1>
<ul id="gh_repos">
<li class="loading">Status updating...</li>
</ul>

<a href="https://github.com/benhamill">@benhamill</a> on GitHub

<script type="text/javascript">
$(document).ready(function(){
if (!window.jXHR){
var jxhr = document.createElement('script');
jxhr.type = 'text/javascript';
jxhr.src = '/javascripts/libs/jXHR.js';
var s = document.getElementsByTagName('script')[0];
s.parentNode.insertBefore(jxhr, s);
}

github.showRepos({
user: 'benhamill',
count: 0,
skip_forks: true,
target: '#gh_repos'
});
});
</script>
<script src="/javascripts/github.js" type="text/javascript"> </script>
</section>



<section class="googleplus">
<h1>
<a href="https://plus.google.com/iamday@gmail.com?rel=author">
<img src="http://www.google.com/images/icons/ui/gprofile_button-32.png" width="32" height="32">
Google+
</a>
</h1>
</section>




Expand All @@ -100,7 +138,7 @@ <h1>Recent Posts</h1>
</div>
</div>
<footer role="contentinfo"><p>
Copyright &copy; 2013 - Your Name -
Copyright &copy; 2013 - Ben Hamill -
<span class="credit">Powered by <a href="http://octopress.org">Octopress</a></span>
</p>

Expand Down
56 changes: 47 additions & 9 deletions index.html
Expand Up @@ -5,11 +5,11 @@
<!--[if (gt IE 8)|(gt IEMobile 7)|!(IEMobile)|!(IE)]><!--><html class="no-js" lang="en"><!--<![endif]-->
<head>
<meta charset="utf-8">
<title>My Octopress Blog</title>
<meta name="author" content="Your Name">
<title>Garbled</title>
<meta name="author" content="Ben Hamill">


<meta name="description" content=" Blog Archives Recent Posts ">
<meta name="description" content="Blog Archives Recent Posts GitHub Repos Status updating&#8230; @benhamill on GitHub $(document).ready(function(){ if (!window.jXHR){ var jxhr = &hellip;">


<!-- http://t.co/dKP3o1e -->
Expand All @@ -18,10 +18,10 @@
<meta name="viewport" content="width=device-width, initial-scale=1">


<link rel="canonical" href="http://benhamill.github.com">
<link rel="canonical" href="http://garbled.benhamill.com">
<link href="/favicon.png" rel="icon">
<link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css">
<link href="/atom.xml" rel="alternate" title="My Octopress Blog" type="application/atom+xml">
<link href="/atom.xml" rel="alternate" title="Garbled" type="application/atom+xml">
<script src="/javascripts/modernizr-2.0.js"></script>
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script>
<script>!window.jQuery && document.write(unescape('%3Cscript src="./javascripts/lib/jquery.min.js"%3E%3C/script%3E'))</script>
Expand All @@ -36,9 +36,9 @@

<body >
<header role="banner"><hgroup>
<h1><a href="/">My Octopress Blog</a></h1>
<h1><a href="/">Garbled</a></h1>

<h2>A blogging framework for hackers.</h2>
<h2>garbled = Blog.new(author: 'Ben Hamill')</h2>

</hgroup>

Expand All @@ -50,7 +50,7 @@ <h2>A blogging framework for hackers.</h2>

<form action="http://google.com/search" method="get">
<fieldset role="search">
<input type="hidden" name="q" value="site:benhamill.github.com" />
<input type="hidden" name="q" value="site:garbled.benhamill.com" />
<input class="search" type="text" name="q" results="0" placeholder="Search"/>
</fieldset>
</form>
Expand Down Expand Up @@ -81,8 +81,46 @@ <h1>Recent Posts</h1>
</ul>
</section>

<section>
<h1>GitHub Repos</h1>
<ul id="gh_repos">
<li class="loading">Status updating&#8230;</li>
</ul>

<a href="https://github.com/benhamill">@benhamill</a> on GitHub

<script type="text/javascript">
$(document).ready(function(){
if (!window.jXHR){
var jxhr = document.createElement('script');
jxhr.type = 'text/javascript';
jxhr.src = '/javascripts/libs/jXHR.js';
var s = document.getElementsByTagName('script')[0];
s.parentNode.insertBefore(jxhr, s);
}

github.showRepos({
user: 'benhamill',
count: 0,
skip_forks: true,
target: '#gh_repos'
});
});
</script>
<script src="/javascripts/github.js" type="text/javascript"> </script>
</section>



<section class="googleplus">
<h1>
<a href="https://plus.google.com/iamday@gmail.com?rel=author">
<img src="http://www.google.com/images/icons/ui/gprofile_button-32.png" width="32" height="32">
Google+
</a>
</h1>
</section>




Expand All @@ -91,7 +129,7 @@ <h1>Recent Posts</h1>
</div>
</div>
<footer role="contentinfo"><p>
Copyright &copy; 2013 - Your Name -
Copyright &copy; 2013 - Ben Hamill -
<span class="credit">Powered by <a href="http://octopress.org">Octopress</a></span>
</p>

Expand Down
2 changes: 1 addition & 1 deletion robots.txt
@@ -1,4 +1,4 @@
User-agent: *
Disallow:

Sitemap: http://benhamill.github.com/sitemap.xml
Sitemap: http://garbled.benhamill.com/sitemap.xml
6 changes: 3 additions & 3 deletions sitemap.xml
@@ -1,15 +1,15 @@
<?xml version='1.0' encoding='UTF-8'?>
<urlset xmlns='http://www.sitemaps.org/schemas/sitemap/0.9'>
<url>
<loc>http://benhamill.github.com/</loc>
<loc>http://garbled.benhamill.com/</loc>
<lastmod>2013-04-01T21:45:11-05:00</lastmod>
</url>
<url>
<loc>http://benhamill.github.com/blog/archives/</loc>
<loc>http://garbled.benhamill.com/blog/archives/</loc>
<lastmod>2013-04-01T21:45:11-05:00</lastmod>
</url>
<url>
<loc>http://benhamill.github.com/robots.txt</loc>
<loc>http://garbled.benhamill.com/robots.txt</loc>
<lastmod>2013-04-01T21:45:11-05:00</lastmod>
</url>
</urlset>

0 comments on commit 8898adc

Please sign in to comment.