Skip to content

Commit

Permalink
Left ⬅️
Browse files Browse the repository at this point in the history
  • Loading branch information
holman committed Dec 12, 2012
0 parents commit 787cf9a
Show file tree
Hide file tree
Showing 22 changed files with 581 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
_site
58 changes: 58 additions & 0 deletions 404.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,58 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">

<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en-us">
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<title>Zach Holman</title>
<meta name="author" content="Zach Holman" />
<meta name="description" content="A fantastic blog that is fantastic." />

<link rel="alternate" type="application/rss+xml" href="/posts.xml" />

<link rel="stylesheet" href="/css/base.css" type="text/css" media="screen, projection" />
<link rel="stylesheet" href="/css/pygments.css" type="text/css" />
<link media="only screen and (max-device-width: 480px)" href="/css/iphone.css" type="text/css" rel="stylesheet" />
<link media="only screen and (device-width: 768px)" href="/css/iphone.css" type="text/css" rel="stylesheet" />
<link href='http://fonts.googleapis.com/css?family=Yanone+Kaffeesatz' rel='stylesheet' type='text/css'>
<link rel="apple-touch-icon" href="/apple-touch-icon.png" />

<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
<script type="text/javascript" src="/js/application.js"></script>
</head>

<body>
<section class="sidebar">
<a href="/">
<img src="http://gravatar.com/avatar/6f63cde8b16b035280ca615f621a6c8c?s=150" height="75" width="75" class="avatar" />
</a>

<section class="name">
<a href="/">
<span id="zach">Zach</span>
<span id="holman">Holman</span>
</a>
</section>

<section class="meta">
<a href="https://github.com/holman"><img src="/images/github.png" /></a>
<a href="https://twitter.com/holman"><img src="/images/twitter.png"></a>
<a href="/posts.xml"><img src="/images/rss.png" /></a>
</section>

<section class="sections">
<ul>
<li><a href="/about.html">about</a></li>
<li><a href="/">posts</a></li>
</ul>
</section>
</section>

<section class="content">
<h1>Not Found</h1>

<p>Sorry! Couldn't find that page. Bummer.</p>
</section>
</body>

</html>
1 change: 1 addition & 0 deletions CNAME
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
example.com
6 changes: 6 additions & 0 deletions _config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
markdown: rdiscount
pygments: true
permalink: /posts/:title
auto: true
rdiscount:
extensions: [smart]
54 changes: 54 additions & 0 deletions _layouts/layout.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,54 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">

<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en-us">
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<title>{{ page.title }}</title>
<meta name="author" content="Zach Holman" />
<meta name="description" content="A fantastic blog that is fantastic." />

<link rel="alternate" type="application/rss+xml" href="/posts.xml" />

<link rel="stylesheet" href="/css/base.css" type="text/css" media="screen, projection" />
<link rel="stylesheet" href="/css/pygments.css" type="text/css" />
<link media="only screen and (max-device-width: 480px)" href="/css/iphone.css" type="text/css" rel="stylesheet" />
<link media="only screen and (device-width: 768px)" href="/css/iphone.css" type="text/css" rel="stylesheet" />
<link href='http://fonts.googleapis.com/css?family=Yanone+Kaffeesatz' rel='stylesheet' type='text/css'>
<link rel="apple-touch-icon" href="/apple-touch-icon.png" />

<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
<script type="text/javascript" src="/js/application.js"></script>
</head>

<body>
<section class="sidebar">
<a href="/">
<img src="http://gravatar.com/avatar/6f63cde8b16b035280ca615f621a6c8c?s=150" height="75" width="75" class="avatar" />
</a>

<section class="name">
<a href="/">
<span id="zach">Zach</span>
<span id="holman">Holman</span>
</a>
</section>

<section class="meta">
<a href="https://github.com/holman"><img src="/images/github.png" /></a>
<a href="https://twitter.com/holman"><img src="/images/twitter.png"></a>
<a href="/posts.xml"><img src="/images/rss.png" /></a>
</section>

<section class="sections">
<ul>
<li><a href="/about.html">about</a></li>
<li><a href="/">posts</a></li>
</ul>
</section>
</section>

{{ content }}
</body>

</html>
34 changes: 34 additions & 0 deletions _layouts/post.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
---
layout: layout
---

<section class="content">
<h1>
<a href="{{ page.url }}">{{ page.title }}</a>
</h1>

<section class="byline">
{{ page.date | date: "%B %e, %Y" }}
</section>

{{ content }}

<section class="meta">
<h3>Discussion, links, and tweets</h3>
<section class="copy">
<a href="https://twitter.com/holman">
<img src="http://gravatar.com/avatar/6f63cde8b16b035280ca615f621a6c8c?s=142" height="50" width="50" />
</a>

<p>
I'm a developer at GitHub. <a href="https://twitter.com/holman">Follow me on Twitter</a>;
you'll enjoy my tweets. I take care to carefully craft each one. Or at least aim to make
you giggle. Or offended. One of those two&mdash; I haven't decided which yet.
</p>

<a href="http://twitter.com/share" class="twitter-share-button" data-count="none" data-via="holman">Tweet</a>
<a href="http://twitter.com/holman" class="twitter-follow-button" data-show-count="false">Follow @holman</a>
<script src="http://platform.twitter.com/widgets.js" type="text/javascript"></script>
</section>
</section>
</section>
27 changes: 27 additions & 0 deletions _posts/2012-12-07-chat.markdown
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
---
layout: post
title: Left
category: posts
---

Left is a clean, whitespace-happy layout for [Jekyll][jekyll].

This is designed to be an easy layout to modify for your own blog. It was
extracted from [zachholman.com][zh], which means it was battle-hardened from
years of posting serious blog posts about emoji and swear words.

You're actually reading an example post right now. See how cool it is? Oh, be
quiet, you're making me blush.

---

You'll want to [get the code][left] and read the README to learn how to
install and set up Left for your own purposes.

If you have any questions, follow and ping me on Twitter- I'm
[@holman][twitter].

[jekyll]: https://github.com/mojombo/jekyll
[zh]: http://zachholman.com
[left]: https://github.com/holman/left#readme
[twitter]: https://twitter.com/holman
26 changes: 26 additions & 0 deletions about.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
---
layout: layout
title: "About Zach Holman"
---

<div class="content">
<div id="post">

<h1>Zach Holman</h1>

<p>You can find Zach <a href="http://twitter.com/holman">on Twitter</a> or send him <a
href="mailto:&#122;&#97;&#99;&#104;&#64;&#122;&#97;&#99;&#104;&#104;&#111;&#108;&#109;&#97;&#110;&#46;&#99;&#111;&#109;">an email</a>.</p>

<p>Zach works at <a href="https://github.com">GitHub</a>. When he's not
doing that, he's <a href="http://zachholman.com">blogging</a>, hacking on
<a href="https://github.com/holman">open source</a>, and <a
href="http://zachholman.com/talks">giving talks</a> about building products,
growing startups, and using Ruby. He lives in San Francisco.</p>

<p>If you have any questions or feedback, check out the issues on <a
href="https://github.com/holman/feedback/issues?sort=created&direction=desc&state=open&page=1">holman/feedback</a>
on GitHub. It's sort of like an "Ask Me Anything" setup, except it uses a
nerdy social network and crams it into a bug tracker.</p>

</div>
</div>
Binary file added apple-touch-icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
26 changes: 26 additions & 0 deletions atom.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
---
layout: nil
---
<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">

<title>Zach Holman</title>
<link href="http://zachholman.com/atom.xml" rel="self"/>
<link href="http://zachholman.com/"/>
<updated>{{ site.time | date_to_xmlschema }}</updated>
<id>http://zachholman.com</id>
<author>
<name>Zach Holman</name>
</author>

{% for post in site.posts %}
<entry>
<title>{{ post.title }}</title>
<link href="http://zachholman.com{{ post.url }}"/>
<updated>{{ post.date | date_to_xmlschema }}</updated>
<id>http://zachholman.com{{ post.id }}</id>
<content type="html">{{ post.content | xml_escape }}</content>
</entry>
{% endfor %}

</feed>
Loading

0 comments on commit 787cf9a

Please sign in to comment.