diff options
| author | Franck Cuny <franck@lumberjaph.net> | 2012-11-26 21:43:31 -0800 |
|---|---|---|
| committer | Franck Cuny <franck@lumberjaph.net> | 2012-11-26 21:43:46 -0800 |
| commit | 98a8e8dbe8fda8445af7e9adade3e221cc34eb98 (patch) | |
| tree | c78be6e4b4498092c172a37344b7363ddfd93e74 /_layouts | |
| parent | article about graphite (diff) | |
| download | lumberjaph-98a8e8dbe8fda8445af7e9adade3e221cc34eb98.tar.gz | |
New theme, inspired by http://skife.org/.
Diffstat (limited to '_layouts')
| -rw-r--r-- | _layouts/default.html | 53 | ||||
| -rw-r--r-- | _layouts/post.html | 29 |
2 files changed, 41 insertions, 41 deletions
diff --git a/_layouts/default.html b/_layouts/default.html index 3d4b93b..5fe7a10 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -3,52 +3,45 @@ <head> <meta charset="utf-8" /> <title>{{ page.title }}</title> - <meta name="author" content="franck cuny" /> - <link href="http://feeds.feedburner.com/ImALumberjaph" rel="alternate" title="I'm a lumberjaph" type="application/atom+xml" /> + + <meta name="author" content="Franck Cuny" /> + + <link href="/index.atom" rel="alternate" title="I'm a lumberjaph" type="application/atom+xml" /> <!--Homepage CSS--> <link rel="stylesheet" href="/static/css/screen.css" media="screen, projection" /> <link href="/favicon.ico" rel="shortcut icon" /> + <link rel="openid2.provider" href="http://www.google.com/accounts/o8/ud?source=profiles" /> <link rel="openid2.local_id" href="http://www.google.com/profiles/franck.cuny" /> + {% include analytics.html %} + + <link rel="me" href="http://twitter.com/franckcuny"> + <link rel="me" href="http://github.com/franckcuny"> + <link rel="me" href="http://www.linkedin.com/in/franckcuny"> </head> -<body> -<div class="site"> +<body> - <div class="title"> - <div class="intro"> - This is <a class="extra" rel="author" href="/about/">Franck</a>'s blog, - where he <a href="/archives.html" class="extra">writes about web - technologies, code, graph, and Perl</a>. - </div> +<div id="site"> + <div id="header"> + <h1> + <a href="/">I'm a lumberjaph and I'm OK.</a> + <span id="navigation"> + <a href="/about/">About</a> + <a href="/archives.html">Archive</a> + </span> + </h1> </div> - {{ content }} <footer> - <div class="footer"> - <div class="contact"> - <p> - franck cuny<br /> - franck@lumberjaph.net - </p> - </div> - <div class="contact"> - <p> - <a href="http://github.com/franckcuny/">github.com/franckcuny</a><br /> - <a href="http://twitter.com/franckcuny/">twitter.com/franckcuny</a><br /> - </p> - </div> - <div class="rss"> - <a href="http://feeds.feedburner.com/ImALumberjaph"> - <img src="/static/imgs/rss.png" alt="Subscribe to RSS Feed" /> - </a> - </div> - </div> + <div id="footer"> + © 2008-2012 + <a href="/about/">Franck Cuny</a> </footer> </div> diff --git a/_layouts/post.html b/_layouts/post.html index c3db531..9a2f7d3 100644 --- a/_layouts/post.html +++ b/_layouts/post.html @@ -1,17 +1,24 @@ --- layout: default --- -<div id="post"> - <h2 id="post_title"> - <span id="gplus"><g:plusone size="medium" annotation="none"></g:plusone></span><span id="actual_title"><a href="{{ page.url }}" rel="bookmark" title="{{ page.title }}">{{ page.title }}</a></span> - </h2> - - <span id="date">published <time datetime="{{ page.date }}" pubdate>{{ page.date | date_to_string }}</time></span> - <article> - {{ content }} - </article> +<div id="content"> + <div id="page"> + <h1 class="emphnext"> + <a href="{{ page.url }}" rel="bookmark" title="{{ page.title }}">{{ page.title }}</a> + <span class="post-date">{{ page.date | date_to_string }}<span> + </h1> - <hr /> - {% include disqus.html %} + <article> + {{ content }} + </article> + + {% include disqus.html %} + + <div id="pagination"> + <a href="/">Home</a> + | + <a href="/archives.html">Archives</a> + </div> + </div> </div> |
