Skip to content

Commit

Permalink
Site updated at 2012-01-31 06:42:58 UTC
Browse files Browse the repository at this point in the history
  • Loading branch information
agraves committed Jan 31, 2012
1 parent 55391f1 commit c4695d8
Show file tree
Hide file tree
Showing 5 changed files with 319 additions and 5 deletions.
11 changes: 10 additions & 1 deletion atom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<title><![CDATA[LOLSRSLY]]></title>
<link href="http://lolsrsly.com/atom.xml" rel="self"/>
<link href="http://lolsrsly.com/"/>
<updated>2012-01-31T01:32:42-05:00</updated>
<updated>2012-01-31T01:42:56-05:00</updated>
<id>http://lolsrsly.com/</id>
<author>
<name><![CDATA[Aaron Graves]]></name>
Expand All @@ -13,4 +13,13 @@
<generator uri="http://octopress.org/">Octopress</generator>


<entry>
<title type="html"><![CDATA[First Post]]></title>
<link href="http://lolsrsly.com/blog/2012/01/31/first-post/"/>
<updated>2012-01-31T01:41:00-05:00</updated>
<id>http://lolsrsly.com/blog/2012/01/31/first-post</id>
<content type="html"><![CDATA[<p>Hello world</p>
]]></content>
</entry>

</feed>
210 changes: 210 additions & 0 deletions blog/2012/01/31/first-post/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,210 @@

<!DOCTYPE html>
<!--[if IEMobile 7 ]><html class="no-js iem7"><![endif]-->
<!--[if lt IE 9]><html class="no-js lte-ie8"><![endif]-->
<!--[if (gt IE 8)|(gt IEMobile 7)|!(IEMobile)|!(IE)]><!--><html class="no-js" lang="en"><!--<![endif]-->
<head>
<meta charset="utf-8">
<title>First Post - LOLSRSLY</title>
<meta name="author" content="Aaron Graves">


<meta name="description" content="Hello world
">


<!-- http://t.co/dKP3o1e -->
<meta name="HandheldFriendly" content="True">
<meta name="MobileOptimized" content="320">
<meta name="viewport" content="width=device-width, initial-scale=1">


<link rel="canonical" href="http://lolsrsly.com/blog/2012/01/31/first-post">
<link href="/favicon.png" rel="icon">
<link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css">
<script src="/javascripts/modernizr-2.0.js"></script>
<script src="/javascripts/ender.js"></script>
<script src="/javascripts/octopress.js" type="text/javascript"></script>
<link href="/atom.xml" rel="alternate" title="LOLSRSLY" type="application/atom+xml">
<!--Fonts from Google"s Web font directory at http://google.com/webfonts -->
<link href="http://fonts.googleapis.com/css?family=PT+Serif:regular,italic,bold,bolditalic" rel="stylesheet" type="text/css">
<link href="http://fonts.googleapis.com/css?family=PT+Sans:regular,italic,bold,bolditalic" rel="stylesheet" type="text/css">



</head>

<body >
<header role="banner"><hgroup>
<h1><a href="/">LOLSRSLY</a></h1>

<h2>Consider yourself warned.</h2>

</hgroup>

</header>
<nav role="navigation"><ul class="subscription" data-subscription="rss">
<li><a href="/atom.xml" rel="subscribe-rss" title="subscribe via RSS">RSS</a></li>

</ul>

<form action="http://google.com/search" method="get">
<fieldset role="search">
<input type="hidden" name="q" value="site:lolsrsly.com" />
<input class="search" type="text" name="q" results="0" placeholder="Search"/>
</fieldset>
</form>

<ul class="main-navigation">
<li><a href="/">Blog</a></li>
<li><a href="/blog/archives">Archives</a></li>
</ul>

</nav>
<div id="main">
<div id="content">
<div>
<article class="hentry" role="article">

<header>

<h1 class="entry-title">First Post</h1>


<p class="meta">












<time datetime="2012-01-31T01:41:00-05:00" pubdate data-updated="true">Jan 31<span>st</span>, 2012</time>

</p>

</header>


<div class="entry-content"><p>Hello world</p>
</div>


<footer>
<p class="meta">



<span class="byline author vcard">Posted by <span class="fn">Aaron Graves</span></span>













<time datetime="2012-01-31T01:41:00-05:00" pubdate data-updated="true">Jan 31<span>st</span>, 2012</time>



</p>

<div class="sharing">

<a href="http://twitter.com/share" class="twitter-share-button" data-url="http://lolsrsly.com/blog/2012/01/31/first-post/" data-via="aarongraves" data-counturl="http://lolsrsly.com/blog/2012/01/31/first-post/" >Tweet</a>



</div>


<p class="meta">


</p>
</footer>
</article>

</div>

<aside class="sidebar">

<section>
<h1>Recent Posts</h1>
<ul id="recent_posts">

<li class="post">
<a href="/blog/2012/01/31/first-post/">First Post</a>
</li>

</ul>
</section>


<section>
<h1>Latest Tweets</h1>
<ul id="tweets">
<li class="loading">Status updating...</li>
</ul>
<script type="text/javascript">
$.domReady(function(){
getTwitterFeed("aarongraves", 4, false);
});
</script>
<script src="/javascripts/twitter.js" type="text/javascript"> </script>

<a href="http://twitter.com/aarongraves" class="twitter-follow-button" data-show-count="false">Follow @aarongraves</a>

</section>






</aside>


</div>
</div>
<footer role="contentinfo"><p>
Copyright &copy; 2012 - Aaron Graves -
<span class="credit">Powered by <a href="http://octopress.org">Octopress</a></span>
</p>

</footer>








<script type="text/javascript">
(function(){
var twitterWidgets = document.createElement('script');
twitterWidgets.type = 'text/javascript';
twitterWidgets.async = true;
twitterWidgets.src = 'http://platform.twitter.com/widgets.js';
document.getElementsByTagName('head')[0].appendChild(twitterWidgets);
})();
</script>





</body>
</html>
36 changes: 35 additions & 1 deletion blog/archives/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@
<meta name="author" content="Aaron Graves">


<meta name="description" content=" Blog Archive Recent Posts ">
<meta name="description" content="Blog Archive 2012 First Post
Jan 31 2012 Recent Posts First Post Latest Tweets Status updating... $.domReady(function(){ getTwitterFeed("aarongraves &hellip;">


<!-- http://t.co/dKP3o1e -->
Expand Down Expand Up @@ -72,6 +73,19 @@ <h1 class="entry-title">Blog Archive</h1>

<div id="blog-archives">




<h2>2012</h2>

<article>

<h1><a href="/blog/2012/01/31/first-post/">First Post</a></h1>
<time datetime="2012-01-31T01:41:00-05:00" pubdate><span class='month'>Jan</span> <span class='day'>31</span> <span class='year'>2012</span></time>


</article>

</div>


Expand All @@ -85,10 +99,30 @@ <h1 class="entry-title">Blog Archive</h1>
<h1>Recent Posts</h1>
<ul id="recent_posts">

<li class="post">
<a href="/blog/2012/01/31/first-post/">First Post</a>
</li>

</ul>
</section>


<section>
<h1>Latest Tweets</h1>
<ul id="tweets">
<li class="loading">Status updating...</li>
</ul>
<script type="text/javascript">
$.domReady(function(){
getTwitterFeed("aarongraves", 4, false);
});
</script>
<script src="/javascripts/twitter.js" type="text/javascript"> </script>

<a href="http://twitter.com/aarongraves" class="twitter-follow-button" data-show-count="false">Follow @aarongraves</a>

</section>




Expand Down
59 changes: 58 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@
<meta name="author" content="Aaron Graves">


<meta name="description" content=" Blog Archives Recent Posts ">
<meta name="description" content="Hello world
">


<!-- http://t.co/dKP3o1e -->
Expand Down Expand Up @@ -65,6 +66,42 @@ <h2>Consider yourself warned.</h2>
<div class="blog-index">



<article>

<header>

<h1 class="entry-title"><a href="/blog/2012/01/31/first-post/">First Post</a></h1>


<p class="meta">












<time datetime="2012-01-31T01:41:00-05:00" pubdate data-updated="true">Jan 31<span>st</span>, 2012</time>

</p>

</header>


<div class="entry-content"><p>Hello world</p>
</div>




</article>

<div class="pagination">

<a href="/blog/archives">Blog Archives</a>
Expand All @@ -77,10 +114,30 @@ <h2>Consider yourself warned.</h2>
<h1>Recent Posts</h1>
<ul id="recent_posts">

<li class="post">
<a href="/blog/2012/01/31/first-post/">First Post</a>
</li>

</ul>
</section>


<section>
<h1>Latest Tweets</h1>
<ul id="tweets">
<li class="loading">Status updating&#8230;</li>
</ul>
<script type="text/javascript">
$.domReady(function(){
getTwitterFeed("aarongraves", 4, false);
});
</script>
<script src="/javascripts/twitter.js" type="text/javascript"> </script>

<a href="http://twitter.com/aarongraves" class="twitter-follow-button" data-show-count="false">Follow @aarongraves</a>

</section>




Expand Down
8 changes: 6 additions & 2 deletions sitemap.xml
Original file line number Diff line number Diff line change
@@ -1,11 +1,15 @@
<?xml version='1.0' encoding='UTF-8'?>
<urlset xmlns='http://www.sitemaps.org/schemas/sitemap/0.9'>
<url>
<loc>http://lolsrsly.com/blog/2012/01/31/first-post/</loc>
<lastmod>2012-01-31T01:41:51-05:00</lastmod>
</url>
<url>
<loc>http://lolsrsly.com/blog/archives/</loc>
<lastmod>2012-01-04T02:45:34-05:00</lastmod>
<lastmod>2012-01-31T01:41:51-05:00</lastmod>
</url>
<url>
<loc>http://lolsrsly.com/</loc>
<lastmod>2012-01-04T02:45:34-05:00</lastmod>
<lastmod>2012-01-31T01:41:51-05:00</lastmod>
</url>
</urlset>

0 comments on commit c4695d8

Please sign in to comment.