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 Diff line number Diff line change
Expand Up @@ -5,39 +5,39 @@
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<title>{{ page.title }}</title>
<meta name="author" content="USERNAME" />
<!-- <link href="http://feeds.feedburner.com/USERNAME-github-com-REPONAME" rel="alternate" title="USERNAME" type="application/atom+xml" /> -->
<meta name="author" content="whymirror" />
<!-- <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/syntax.css" type="text/css" />
</head>
<body>

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

{{ content }}

<div class="footer">
<div class="contact">
<p>
REPONAME<br />
shoes<br />
</p>
</div>
<div class="contact">
<p>
<a href="http://github.com/USERNAME/">github.com/USERNAME</a><br />
<a href="http://github.com/whymirror/">github.com/whymirror</a><br />
</p>
</div>
<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>

<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"> -->
<!-- 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 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>
{% endfor %}
</ul>
</div>
</div>
16 changes: 8 additions & 8 deletions atom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,22 +4,22 @@ layout: nil
<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">

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

{% for post in site.posts %}
<entry>
<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>
<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>
</entry>
{% endfor %}
Expand Down
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
---
layout: default
title: USERNAME.github.com/REPONAME
title: whymirror.github.com/shoes
---

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

<p>

Expand Down

0 comments on commit 163183d

Please sign in to comment.