-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
64 lines (52 loc) · 2.85 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
<!doctype html>
<html>
<head>
<meta charset="utf-8" />
<meta http-equiv='X-UA-Compatible' content='IE=edge;chrome=1' />
<title>There's Nothing Here...</title>
<link rel="alternate" type="application/atom+xml" title="Atom Feed" href="/blog/feed.xml" />
<link href="/stylesheets/all.css" rel="stylesheet" />
</head>
<body>
<div id="main" role="main">
<h2><a href="/blog/2015/08/16/test-post-2.html">Test Post 2</a> <span>Aug 16</span></h2>
<!-- use article.summary(250) if you have Nokogiri available to show just
the first 250 characters -->
<p>I just want to see what happens to the layout when I make another post…</p>
<p>I really like ellipses…</p>
<h2><a href="/blog/2015/08/16/initial-commit.html">Initial Commit</a> <span>Aug 16</span></h2>
<!-- use article.summary(250) if you have Nokogiri available to show just
the first 250 characters -->
<p>I started a blog today. I used middleman to build a static site and deploy on github pages. It was all free because I can have one free personal github pages site, and the .me domain was free on namecheap. I'm currently attempting to stylize using bourbon, neat, and bitters.</p>
<p>I wasn't trying to start a blog. It just happened. I don't anticipate any more posts, so if there are any, it'll be a pleasant (indifferent?) surprise for all of us. I was actually trying to start a project site that links to github. In short, I've not accomplished what I set out to do. But I will. You'll see.</p>
<p>I'll learn all the formatting later…</p>
</div>
<aside>
<h2>Recent Articles</h2>
<ol>
<li><a href="/blog/2015/08/16/test-post-2.html">Test Post 2</a> <span>Aug 16</span></li>
<li><a href="/blog/2015/08/16/initial-commit.html">Initial Commit</a> <span>Aug 16</span></li>
</ol>
<h2>Tags</h2>
<ol>
<li><a href="/blog/tags/first.html">first (1)</a></li>
<li><a href="/blog/tags/blog.html">blog (1)</a></li>
<li><a href="/blog/tags/github.html">github (1)</a></li>
<li><a href="/blog/tags/personal.html">personal (1)</a></li>
<li><a href="/blog/tags/middleman.html">middleman (1)</a></li>
<li><a href="/blog/tags/bourbon.html">bourbon (1)</a></li>
<li><a href="/blog/tags/neat.html">neat (1)</a></li>
<li><a href="/blog/tags/bitters.html">bitters (1)</a></li>
<li><a href="/blog/tags/threat.html">threat (1)</a></li>
<li><a href="/blog/tags/second.html">second (1)</a></li>
<li><a href="/blog/tags/post.html">post (1)</a></li>
<li><a href="/blog/tags/layout.html">layout (1)</a></li>
<li><a href="/blog/tags/ellipses.html">ellipses (1)</a></li>
</ol>
<h2>By Year</h2>
<ol>
<li><a href="/blog/2015.html">2015 (2)</a></li>
</ol>
</aside>
</body>
</html>