Skip to content

Commit

Permalink
Making this whole thing look better
Browse files Browse the repository at this point in the history
  • Loading branch information
grampelberg committed Apr 30, 2011
1 parent 0b2b379 commit f7edb18
Show file tree
Hide file tree
Showing 4 changed files with 89 additions and 9 deletions.
66 changes: 66 additions & 0 deletions _layouts/default.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,66 @@
<!DOCTYPE html>

<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<title>{{ page.title }}</title>
{% include seo.html %}
<style type="text/css">
body {
margin: 30px;
font-family: georgia, times, serif;
text-align: center;
color: black;
background: white;
}
h2 {
font-size: 1em;
color: #555;
}
h1 {
font-size: 2em;
}
a {
color: black;
}
.forkme img {
position: absolute;
top: 0;
right: 0;
border: 0;
}
.footer {
font-size: 1em;
font-style: italic;
color: #555;
line-height: 1.5em;
}
</style>

<script type="text/javascript" src="http://use.typekit.com/fzx7jyy.js">
</script>
<script type="text/javascript">try{Typekit.load();}catch(e){}</script>
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-16039664-1']);
_gaq.push(['_setDomainName', '.saunter.org']);
_gaq.push(['_trackPageview']);

(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
</head>

<body>
<a href="http://github.com/pyronicide" class="forkme">
<img src="http://s3.amazonaws.com/github/ribbons/forkme_right_red_aa0000.png"
alt="Fork me on GitHub">
</a>
<div id="body">
{{ content }}
</div>
</body>
</html>
9 changes: 0 additions & 9 deletions index.html

This file was deleted.

23 changes: 23 additions & 0 deletions index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
---
title: saunter.org
layout: default
---

## You have reached

# saunter.org

## Operated by

# Thomas Rampelberg

## Check out my blog at

# [blog.saunter.org](http://blog.saunter.org)

## You can reach me via

# [twitter](http://twitter.com/#!/pyronicide)
# [github](https://github.com/pyronicide)
# [email](mailto:thomas@saunter.org)

Empty file removed janky.html
Empty file.

0 comments on commit f7edb18

Please sign in to comment.