-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
50 lines (40 loc) · 2.01 KB
/
Copy pathindex.html
File metadata and controls
50 lines (40 loc) · 2.01 KB
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
---
layout: default
title: the_code_is_the_blog
---
<div class="wrapper">
<header>
<h1>spinosa.github.io</h1>
<p>the_code_is_the_blog</p>
<p class="view"><a href="https://github.com/spinosa">View My GitHub Profile</a></p>
The posts...
<ul>
{% for post in site.posts %}
<li>
<a href="{{ post.url }}">{{ post.title }}</a>
</li>
{% endfor %}
</ul>
</header>
<section>
<h1>
<a name="spinosagithubio" class="anchor" href="#spinosagithubio"><span class="octicon octicon-link"></span></a>spinosa.github.io</h1>
<p>I'm trying to develop a better way to blog about code. I don't want to leave my natural environment (ie. command line, Xcode, TextMate, git, GitHub) and I want the posts to look really freaking good. My code posts on tumblr suck. And they're a pain in the ass to create.</p>
<p> I have an idea about using pure git and GitHub Pages to accomplish this. Just wrote up my plan in the README for this repository. Still in the discovery phase of this journey, but it seems workable. If you're so inclined, check out the readme for this repo and follow along as I fuck things up.</p>
<p>If eventually I get it right, I'll write an actual jekyl blog post about what I'm doing here and how I'm doing it. Until then, keep hacking.</p>
</section>
<footer>
<p><small>Hosted on GitHub Pages — which I'm very thankful for — Theme by <a href="https://github.com/orderedlist">orderedlist</a></small></p>
</footer>
</div>
<script src="javascripts/scale.fix.js"></script>
<script type="text/javascript">
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
</script>
<script type="text/javascript">
try {
var pageTracker = _gat._getTracker("UA-42597467-1");
pageTracker._trackPageview();
} catch(err) {}
</script>