Skip to content

Instantly share code, notes, and snippets.

@sivy
Created October 16, 2012 17:42
Show Gist options
  • Save sivy/3900804 to your computer and use it in GitHub Desktop.
Save sivy/3900804 to your computer and use it in GitHub Desktop.
echoloquation sample post template
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<meta name="generator" content="Echoloquation - http://echoloquation.com" />
<title>{{ site.title }}</title>
<style type="text/css">
body {
margin-top: 0px;
margin-left: 0px;
margin-right: 0px;
background-color: #fff;
font-size: 15px;
font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
text-rendering: optimizeLegibility;
}
.main {
margin-left: auto;
margin-right: auto;
max-width: 800px;
}
.header {
font-weight: bold;
font-size: 2em;
padding: 0px;
padding-top: 20px;
padding-bottom: 40px;
}
.header a {
color: #000;
}
.headerFoot {
font-weight: normal;
font-size: 13px;
color: #999;
}
.date {
color: #999;
font-size: .8em;
}
.post {
font-size: 15px;
}
.postTitle {
font-size: 19px;
font-weight: bold;
padding-bottom: 0px;
}
.postTitle a {
color: #000;
text-decoration: none;
}
.postTitle a:hover {
color: #253253;
text-decoration: underline;
}
#copyright {
font-size: 9pt;
color: #555;
width: 660px;
}
.quote, blockquote {
color: #222;
background: #fbfbfb;
border-left: solid 1px #ddd;
padding-left: 15px;
margin-bottom: -1.5em;
margin: 0px;
}
.post {
padding-bottom: 40px;
color: #000;
font-size: 15px;
width: 660px;
}
.main a {
color: #253253;
text-decoration: solid;
}
.archiveMonthHeader {
font-weight: bold;
margin-top: 0px;
margin-bottom: 0px;
padding-bottom: 0px;
}
.archiveEntry {
margin-top: 2px;
margin-bottom: 2px;
padding-left: 10px;
}
.archiveMonthEntry {
margin-top: 0px;
margin-bottom: 20px;
}
.commentsArea {
color: #000;
border-top: solid 1px #555;
width: 660px;
}
#disqus_thread a {
color: black;
}
.post img {
max-width: 500px;
}
</style>
</head>
<body >
<div class="main">
<div class="header"><a href="/" style="text-decoration: none;">{{ site.title }}</a><br/>
<span class="headerFoot">{{ site.subhead }}</span>
</div>
<div class="post">
<div class="postTitle">{{ page.title }}</strong></div>
<div class="date">{{ page.published.strftime('%Y-%m-%d %H:%M') }}</div>
{{ page.content }}
</div>
<div id="copyright">
<center>
&copy; 2012 Steve Ivy.
</center>
</div>
</div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment