Skip to content

Commit b884971

Browse files
committed
<blink> The beginning... </blink>
0 parents  commit b884971

File tree

77 files changed

+36754
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

77 files changed

+36754
-0
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
#_site

404.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Someone make a 404 page!

_config.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
pygments: true
2+
markdown: rdiscount
3+
permalink: /posts/:title
4+
auto: true
5+
rdiscount:
6+
extensions: [smart]

_layouts/layout.html

Lines changed: 86 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,86 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="utf-8">
5+
<title>{{ page.title }}</title>
6+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
7+
8+
<!-- Loading Bootstrap -->
9+
<link href="/bootstrap/css/bootstrap.css" rel="stylesheet">
10+
<link href="/bootstrap/css/bootstrap-responsive.css" rel="stylesheet">
11+
12+
<!-- Loading Flat UI -->
13+
<link href="/css/flat-ui.css" rel="stylesheet">
14+
15+
<link rel="shortcut icon" href="images/favicon.ico">
16+
17+
<!-- HTML5 shim, for IE6-8 support of HTML5 elements. All other JS at the end of file. -->
18+
<!--[if lt IE 9]>
19+
<script src="js/html5shiv.js"></script>
20+
<![endif]-->
21+
</head>
22+
23+
24+
<body style="background: #f6f8f8;">
25+
<div class="navbar navbar-inverse navbar-fixed-top" style="position: relative;">
26+
<div class="navbar-inner">
27+
<div class="container">
28+
<button type="button" class="btn btn-navbar" data-toggle="collapse" data-target="#nav-collapse-03">
29+
</button>
30+
<a href="#fakelink" class="brand">VanRuby</a>
31+
<div class="nav-collapse collapse" id="nav-collapse-03">
32+
<ul class="nav">
33+
<li><a href="#fakelink">Friends</a></li>
34+
</li>
35+
</ul> <!-- /nav -->
36+
</div><!--/.nav-collapse -->
37+
</div>
38+
</div>
39+
</div>
40+
41+
42+
43+
44+
{{ content }}
45+
46+
47+
<!-- Le footer -->
48+
<div class="bottom-menu">
49+
<div class="container">
50+
<div class="row">
51+
<div class="span2 brand">
52+
<a href="#fakelink">VanRuby</a>
53+
</div>
54+
55+
<div class="span8">
56+
<ul class="bottom-links">
57+
<li><a href="/people">People</a></li>
58+
<li><a href="/projects">Projects</a></li>
59+
</ul>
60+
</div>
61+
62+
<div class="span2">
63+
<ul class="bottom-icons pull-right">
64+
<li><a href="#fakelink" class="fui-twitter"></a></li>
65+
</ul>
66+
</div>
67+
</div>
68+
</div>
69+
</div>
70+
71+
72+
<!-- Mmmm... Javascript.... -->
73+
<script src="js/jquery-1.8.3.min.js"></script>
74+
<script src="js/jquery-ui-1.10.3.custom.min.js"></script>
75+
<script src="js/jquery.ui.touch-punch.min.js"></script>
76+
<script src="js/bootstrap.min.js"></script>
77+
<script src="js/bootstrap-select.js"></script>
78+
<script src="js/bootstrap-switch.js"></script>
79+
<script src="js/flatui-checkbox.js"></script>
80+
<script src="js/flatui-radio.js"></script>
81+
<script src="js/jquery.tagsinput.js"></script>
82+
<script src="js/jquery.placeholder.js"></script>
83+
<script src="js/jquery.stacktable.js"></script>
84+
<script src="js/application.js"></script>
85+
</body>
86+
</html>

_layouts/post.html

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
---
2+
layout: layout
3+
---
4+
5+
<div class="post">
6+
<h1 class="post-title">{{ page.title }}</h1>
7+
<h2 class="post-date"><span>{{ page.date | date: "%B %e, %Y" }}</span></h2>
8+
9+
<div class='post-content'>
10+
{{ content }}
11+
</div>
12+
13+
<div class="bio media">
14+
<div class="media-body">
15+
<h4 class="media-heading">VanRuby</h4>
16+
<p>Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.</p>
17+
<p><a href="#">Twitter</a> &#183; <a href="#">Github</a> &#183; <a href="#">RSS Feed</a></p>
18+
</div>
19+
</div>
20+
21+
</div>
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
---
2+
layout: post
3+
title: Example
4+
category: posts
5+
---
6+
7+
Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.
8+
9+
Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.
10+
11+
Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.

_site/404.html

Lines changed: 63 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,63 @@
1+
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
2+
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
3+
4+
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en-us">
5+
<head>
6+
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
7+
<title>Zach Holman</title>
8+
9+
<!-- TODO: change name and description -->
10+
<meta name="author" content="Zach Holman" />
11+
<meta name="description" content="A fantastic blog that is fantastic." />
12+
13+
<link rel="alternate" type="application/rss+xml" href="/atom.xml" />
14+
15+
<link rel="stylesheet" href="/css/base.css" type="text/css" media="screen, projection" />
16+
<link rel="stylesheet" href="/css/pygments.css" type="text/css" />
17+
<link media="only screen and (max-device-width: 480px)" href="/css/iphone.css" type="text/css" rel="stylesheet" />
18+
<link media="only screen and (device-width: 768px)" href="/css/iphone.css" type="text/css" rel="stylesheet" />
19+
<link href='http://fonts.googleapis.com/css?family=Yanone+Kaffeesatz' rel='stylesheet' type='text/css'>
20+
<link rel="apple-touch-icon" href="/apple-touch-icon.png" />
21+
22+
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
23+
<script type="text/javascript" src="/js/application.js"></script>
24+
</head>
25+
26+
<body>
27+
<section class="sidebar">
28+
<a href="/">
29+
<!-- TODO: change this gravatar URL -->
30+
<img src="http://gravatar.com/avatar/6f63cde8b16b035280ca615f621a6c8c?s=150" height="75" width="75" class="avatar" />
31+
</a>
32+
33+
<!-- TODO: change name -->
34+
<section class="name">
35+
<a href="/">
36+
<span id="zach">Zach</span>
37+
<span id="holman">Holman</span>
38+
</a>
39+
</section>
40+
41+
<!-- TODO: change links -->
42+
<section class="meta">
43+
<a href="https://github.com/holman"><img src="/images/github.png" /></a>
44+
<a href="https://twitter.com/holman"><img src="/images/twitter.png"></a>
45+
<a href="/atom.xml"><img src="/images/rss.png" /></a>
46+
</section>
47+
48+
<section class="sections">
49+
<ul>
50+
<li><a href="/about.html">about</a></li>
51+
<li><a href="/">posts</a></li>
52+
</ul>
53+
</section>
54+
</section>
55+
56+
<section class="content">
57+
<h1>Not Found</h1>
58+
59+
<p>Sorry! Couldn't find that page. Bummer.</p>
60+
</section>
61+
</body>
62+
63+
</html>

_site/about.html

Lines changed: 108 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,108 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="utf-8">
5+
<title>About Zach Holman</title>
6+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
7+
8+
<!-- Loading Bootstrap -->
9+
<link href="/bootstrap/css/bootstrap.css" rel="stylesheet">
10+
<link href="/bootstrap/css/bootstrap-responsive.css" rel="stylesheet">
11+
12+
<!-- Loading Flat UI -->
13+
<link href="/css/flat-ui.css" rel="stylesheet">
14+
15+
<link rel="shortcut icon" href="images/favicon.ico">
16+
17+
<!-- HTML5 shim, for IE6-8 support of HTML5 elements. All other JS at the end of file. -->
18+
<!--[if lt IE 9]>
19+
<script src="js/html5shiv.js"></script>
20+
<![endif]-->
21+
</head>
22+
23+
24+
<body style="background: #f6f8f8;">
25+
<div class="navbar navbar-inverse navbar-fixed-top" style="position: relative;">
26+
<div class="navbar-inner">
27+
<div class="container">
28+
<button type="button" class="btn btn-navbar" data-toggle="collapse" data-target="#nav-collapse-03">
29+
</button>
30+
<a href="#fakelink" class="brand">VanRuby</a>
31+
<div class="nav-collapse collapse" id="nav-collapse-03">
32+
<ul class="nav">
33+
<li><a href="#fakelink">Friends</a></li>
34+
</li>
35+
</ul> <!-- /nav -->
36+
</div><!--/.nav-collapse -->
37+
</div>
38+
</div>
39+
</div>
40+
41+
42+
43+
44+
<!-- TODO: You can edit this whole page, remove it, or use it as basis for any non-post pages you have -->
45+
<div class="content">
46+
<div id="post">
47+
48+
<h1>Zach Holman</h1>
49+
50+
<p>You can find Zach <a href="http://twitter.com/holman">on Twitter</a> or send him <a
51+
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>
52+
53+
<p>Zach works at <a href="https://github.com">GitHub</a>. When he's not
54+
doing that, he's <a href="http://zachholman.com">blogging</a>, hacking on
55+
<a href="https://github.com/holman">open source</a>, and <a
56+
href="http://zachholman.com/talks">giving talks</a> about building products,
57+
growing startups, and using Ruby. He lives in San Francisco.</p>
58+
59+
<p>If you have any questions or feedback, check out the issues on <a
60+
href="https://github.com/holman/feedback/issues?sort=created&direction=desc&state=open&page=1">holman/feedback</a>
61+
on GitHub. It's sort of like an "Ask Me Anything" setup, except it uses a
62+
nerdy social network and crams it into a bug tracker.</p>
63+
64+
</div>
65+
</div>
66+
67+
68+
69+
<!-- Le footer -->
70+
<div class="bottom-menu">
71+
<div class="container">
72+
<div class="row">
73+
<div class="span2 brand">
74+
<a href="#fakelink">VanRuby</a>
75+
</div>
76+
77+
<div class="span8">
78+
<ul class="bottom-links">
79+
<li><a href="/people">People</a></li>
80+
<li><a href="/projects">Projects</a></li>
81+
</ul>
82+
</div>
83+
84+
<div class="span2">
85+
<ul class="bottom-icons pull-right">
86+
<li><a href="#fakelink" class="fui-twitter"></a></li>
87+
</ul>
88+
</div>
89+
</div>
90+
</div>
91+
</div>
92+
93+
94+
<!-- Mmmm... Javascript.... -->
95+
<script src="js/jquery-1.8.3.min.js"></script>
96+
<script src="js/jquery-ui-1.10.3.custom.min.js"></script>
97+
<script src="js/jquery.ui.touch-punch.min.js"></script>
98+
<script src="js/bootstrap.min.js"></script>
99+
<script src="js/bootstrap-select.js"></script>
100+
<script src="js/bootstrap-switch.js"></script>
101+
<script src="js/flatui-checkbox.js"></script>
102+
<script src="js/flatui-radio.js"></script>
103+
<script src="js/jquery.tagsinput.js"></script>
104+
<script src="js/jquery.placeholder.js"></script>
105+
<script src="js/jquery.stacktable.js"></script>
106+
<script src="js/application.js"></script>
107+
</body>
108+
</html>

0 commit comments

Comments
 (0)