Skip to content

Commit

Permalink
Specialized for this repo
Browse files Browse the repository at this point in the history
  • Loading branch information
Philip (flip) Kromer committed Aug 21, 2009
1 parent c9e23c7 commit 163183d
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 19 deletions.
16 changes: 8 additions & 8 deletions _layouts/default.html
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -5,39 +5,39 @@
<head> <head>
<meta http-equiv="content-type" content="text/html; charset=utf-8" /> <meta http-equiv="content-type" content="text/html; charset=utf-8" />
<title>{{ page.title }}</title> <title>{{ page.title }}</title>
<meta name="author" content="USERNAME" /> <meta name="author" content="whymirror" />
<!-- <link href="http://feeds.feedburner.com/USERNAME-github-com-REPONAME" rel="alternate" title="USERNAME" type="application/atom+xml" /> --> <!-- <link href="http://feeds.feedburner.com/whymirror-github-com-shoes" rel="alternate" title="whymirror" type="application/atom+xml" /> -->
<link rel="stylesheet" href="/css/screen.css" type="text/css" media="screen, projection" /> <link rel="stylesheet" href="/css/screen.css" type="text/css" media="screen, projection" />
<link rel="stylesheet" href="/css/syntax.css" type="text/css" /> <link rel="stylesheet" href="/css/syntax.css" type="text/css" />
</head> </head>
<body> <body>


<div class="site"> <div class="site">
<div class="title"> <div class="title">
<a href="/">USERNAME</a> <a href="/">whymirror</a>
&middot; <a class="extra" href="http://github.com/USERNAME/REPONAME">REPONAME</a> &middot; <a class="extra" href="http://github.com/whymirror/shoes">shoes</a>
</div> </div>


{{ content }} {{ content }}


<div class="footer"> <div class="footer">
<div class="contact"> <div class="contact">
<p> <p>
REPONAME<br /> shoes<br />
</p> </p>
</div> </div>
<div class="contact"> <div class="contact">
<p> <p>
<a href="http://github.com/USERNAME/">github.com/USERNAME</a><br /> <a href="http://github.com/whymirror/">github.com/whymirror</a><br />
</p> </p>
</div> </div>
<div class="rss"> <div class="rss">
<!-- <a href="http://feeds.feedburner.com/USERNAME-github-com-REPONAME"><img src="/images/rss.png" alt="Subscribe to RSS Feed" /></a> --> <!-- <a href="http://feeds.feedburner.com/whymirror-github-com-shoes"><img src="/images/rss.png" alt="Subscribe to RSS Feed" /></a> -->
</div> </div>
</div> </div>
</div> </div>


<a href="http://github.com/USERNAME"><img style="position: absolute; top: 0; right: 0; border: 0;" src="/images/forkme_right_red_aa0000.png" alt="Fork me on GitHub" /></a> <a href="http://github.com/whymirror"><img style="position: absolute; top: 0; right: 0; border: 0;" src="/images/forkme_right_red_aa0000.png" alt="Fork me on GitHub" /></a>


<!-- <script type="text/javascript"> --> <!-- <script type="text/javascript"> -->
<!-- var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www."); --> <!-- var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www."); -->
Expand Down
2 changes: 1 addition & 1 deletion _layouts/post.html
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ <h2>Related Posts</h2>
<li><span>{{ post.date | date_to_string }}</span> &raquo; <a href="{{ post.url }}">{{ post.title }}</a></li> <li><span>{{ post.date | date_to_string }}</span> &raquo; <a href="{{ post.url }}">{{ post.title }}</a></li>
{% endfor %} {% endfor %}
</ul> </ul>
</div> </div>
16 changes: 8 additions & 8 deletions atom.xml
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -4,22 +4,22 @@ layout: nil
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom"> <feed xmlns="http://www.w3.org/2005/Atom">


<title>USERNAME.github.com/REPONAME</title> <title>whymirror.github.com/shoes</title>
<link href="http://USERNAME.github.com/REPONAME/atom.xml" rel="self"/> <link href="http://whymirror.github.com/shoes/atom.xml" rel="self"/>
<link href="http://USERNAME.github.com/REPONAME/"/> <link href="http://whymirror.github.com/shoes/"/>
<updated>{{ site.time | date_to_xmlschema }}</updated> <updated>{{ site.time | date_to_xmlschema }}</updated>
<id>http://USERNAME.github.com/</id> <id>http://whymirror.github.com/</id>
<author> <author>
<name>USERNAME.github.com</name> <name>whymirror.github.com</name>
<email>EMAIL</email> <email>message-whymirror@on.github.com</email>
</author> </author>


{% for post in site.posts %} {% for post in site.posts %}
<entry> <entry>
<title>{{ post.title }}</title> <title>{{ post.title }}</title>
<link href="http://USERNAME.github.com/REPONAME/{{ post.url }}"/> <link href="http://whymirror.github.com/shoes/{{ post.url }}"/>
<updated>{{ post.date | date_to_xmlschema }}</updated> <updated>{{ post.date | date_to_xmlschema }}</updated>
<id>http://USERNAME.github.com/REPONAME/{{ post.id }}</id> <id>http://whymirror.github.com/shoes/{{ post.id }}</id>
<content type="html">{{ post.content | xml_escape }}</content> <content type="html">{{ post.content | xml_escape }}</content>
</entry> </entry>
{% endfor %} {% endfor %}
Expand Down
4 changes: 2 additions & 2 deletions index.html
Original file line number Original file line Diff line number Diff line change
@@ -1,10 +1,10 @@
--- ---
layout: default layout: default
title: USERNAME.github.com/REPONAME title: whymirror.github.com/shoes
--- ---


<div id="home"> <div id="home">
<h1>REPONAME</h1> <h1>shoes</h1>


<p> <p>


Expand Down

0 comments on commit 163183d

Please sign in to comment.