M theme/atom/index.tmpl +2 -2
@@ 6,8 6,8 @@
xml:base="{baseurl}/?feed=atom"
>
<updated>{lastupdate|zulu}</updated>
- <title type="text">Josef "Jeff" Sipek</title>
- <subtitle type="text">Wasting time effectively</subtitle>
+ <title type="text">Blahgd Example</title>
+ <subtitle type="text">Blahgd Example Subtitle</subtitle>
<generator uri="http://hg.31bits.net/blahgd" version="{generatorversion}">blahgd</generator>
M theme/atom/story.tmpl +1 -1
@@ 1,6 1,6 @@
<entry>
<author>
- <name>JeffPC</name>
+ <name>Author Name</name>
<uri>{baseurl}</uri>
</author>
<title type="html"><![CDATA[{title}]]></title>
M theme/html/404.tmpl +1 -5
@@ 1,9 1,5 @@
{header}
<h2>Page Not Found</h2>
-<div class="post" id="error">
- <div class="storycontent">
-The page you requested could not be found.
- </div>
-</div>
+<div>The page you requested could not be found.</div>
{sidebar}
{footer}
M +3 -3
@@ 1,8 1,8 @@
<div class="navigation">
<div>
{ifeq(moreposts,1)}
<div class="alignleft"><a href="?m={archid}&paged={prevpage}">« Older Entries</a></div>
<div><a href="?m={archid}&paged={prevpage}">« Older Entries</a></div>
{endif()}
{ifgt(curpage,0)}
<div class="alignright"><a href="?m={archid}&paged={nextpage}">Newer Entries »</a></div>
<div><a href="?m={archid}&paged={nextpage}">Newer Entries »</a></div>
{endif()}
</div>
M +1 -3
@@ 1,10 1,8 @@
{header}
<h2>Comment feed not yet supported</h2>
<div class="post" id="error">
<div class="storycontent">
<div>
It turns out that there are some features that I never got around to
implementing. You just found one of them. Eventually.
</div>
</div>
{sidebar}
{footer}
M theme/html/error_unsupported_feed_fmt.tmpl +1 -3
@@ 1,10 1,8 @@
{header}
<h2>Sorry, Atom & RSS2 only</h2>
-<div class="post" id="error">
- <div class="storycontent">
+<div>
Sorry, currently I support only Atom and RSS2 feeds. Feel free to
contact me if you cannot live without some other feed format.
- </div>
</div>
{sidebar}
{footer}
M +1 -1
@@ 1,7 1,7 @@
<!-- begin footer -->
<p class="credit"><cite>Powered by <a href='http://hg.31bits.net/blahgd' title='Powered by blahgd'><strong>blahgd</strong></a></cite></p>
<p><cite>Powered by <a href='http://hg.31bits.net/blahgd' title='Powered by blahgd'><strong>blahgd</strong></a></cite></p>
</div>
M +2 -2
@@ 2,7 2,7 @@
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Josef “Jeff” Sipek » {title|escape}</title>
<title>Blahgd Example » {title|escape}</title>
<meta name="generator" content="blahgd {generatorversion}">
{ifset(twitteruser)}
{ifset(twittertitle)}
@@ 31,7 31,7 @@
<body>
<div>
<h1 id="header"><a href="{baseurl}/">Josef “Jeff” Sipek</a></h1>
<h1 id="header"><a href="{baseurl}/">Blahgd Example</a></h1>
<div id="content">
<!-- end header -->
M +3 -3
@@ 1,8 1,8 @@
<div class="navigation">
<div>
{ifeq(moreposts,1)}
<div class="alignleft"><a href="?paged={prevpage}">« Older Entries</a></div>
<div><a href="?paged={prevpage}">« Older Entries</a></div>
{endif()}
{ifgt(curpage,0)}
<div class="alignright"><a href="?paged={nextpage}">Newer Entries »</a></div>
<div><a href="?paged={nextpage}">Newer Entries »</a></div>
{endif()}
</div>
M +0 -13
@@ 3,19 3,6 @@
<!-- begin sidebar -->
<div id="sidebar">
<div class="sbsection">
<ul>
<li><a href="http://sandeen.net/wordpress/">Eric Sandeen</a></li>
<li><a href="http://blog.unixcat.org">Nur Hussein</a></li>
</ul>
</div>
<div class="sbsection">
<ul>
<li><a href="http://planet.lilug.org">Planet LILUG</a></li>
</ul>
</div>
<div class="sbsection"><span class="sbtitle">Tags:</span>
<div class="tagcloud">{tagcloud%tagcloud}</div>
</div>
M theme/html/story.tmpl +1 -1
@@ 5,7 5,7 @@
<ul>
{tags%tag}
</ul>
- — JeffPC @ <span title="{time|zulu}">{time|date} {time|time}</span>
+ — Author @ <span title="{time|zulu}">{time|date} {time|time}</span>
</div>
{ifset(preview)}
M +2 -2
@@ 4,11 4,11 @@
xmlns:atom="http://www.w3.org/2005/Atom"
>
<channel>
<title>Josef "Jeff" Sipek</title>
<title>Blahgd Example</title>
<atom:link href="{baseurl}/?feed=rss2" rel="self" type="application/rss+xml" />
<link>{baseurl}</link>
<language>en</language>
<description>Josef "Jeff" Sipek</description>
<description>Blahgd Example description</description>
<pubDate>{lastupdate|rfc822}</pubDate>
{posts%story}
M theme/static/style.css +3 -7
@@ 8,7 8,7 @@ a img {
}
abbr, acronym {
- border-bottom: 1px dashed #333333;
+ border-bottom: 1px dashed;
cursor: help;
}
@@ 19,7 19,7 @@ blockquote {
}
body {
- background-color: #ffffcc;
+ background-color: white;
color: black;
margin: 20px;
font-size: 12pt;
@@ 30,10 30,6 @@ cite {
font-style: normal;
}
-h1, h2, h3, h4 {
- color: #336699;
-}
-
h1 {
font-size: 22pt;
}
@@ 85,7 81,7 @@ h4 {
color: #336699;
border-left: 1px dotted #ccc;
border-top: 3px solid #e0e6e0;
- padding: 20px 0 10px 30px;
+ padding: 20px 20px 10px 30px;
position: absolute;
right: 2px;
top: 0;