mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
Normalize whitespace via lstrip Jinja parameter
This adds the lstrip_blocks Jinja parameter and removes unnecessary whitespace from a few notmyidea templates. Note: The lstrip_blocks parameter requires Jinja 2.7+, which has been noted in Pelican's setup.py. Credit for this commit goes entirely to Russ Webber, who has earned my eternal thanks for discovering and applying this useful Jinja parameter. Refs #969
This commit is contained in:
parent
23e62b0056
commit
76fa457654
66 changed files with 2004 additions and 2143 deletions
|
|
@ -56,6 +56,7 @@ class Generator(object):
|
||||||
"themes", "simple", "templates"))
|
"themes", "simple", "templates"))
|
||||||
self.env = Environment(
|
self.env = Environment(
|
||||||
trim_blocks=True,
|
trim_blocks=True,
|
||||||
|
lstrip_blocks=True,
|
||||||
loader=ChoiceLoader([
|
loader=ChoiceLoader([
|
||||||
FileSystemLoader(self._templates_path),
|
FileSystemLoader(self._templates_path),
|
||||||
simple_loader, # implicit inheritance
|
simple_loader, # implicit inheritance
|
||||||
|
|
|
||||||
|
|
@ -4,8 +4,8 @@
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<title>A markdown powered article</title>
|
<title>A markdown powered article</title>
|
||||||
<link rel="stylesheet" href="/theme/css/main.css">
|
<link rel="stylesheet" href="/theme/css/main.css">
|
||||||
<link href="/feeds/all.atom.xml" type="application/atom+xml" rel="alternate" title="A Pelican Blog Atom Feed" />
|
<link href="/feeds/all.atom.xml" type="application/atom+xml" rel="alternate" title="A Pelican Blog Atom Feed" />
|
||||||
|
|
||||||
<!--[if IE]>
|
<!--[if IE]>
|
||||||
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
|
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
|
||||||
<![endif]-->
|
<![endif]-->
|
||||||
|
|
@ -15,46 +15,46 @@
|
||||||
<header id="banner" class="body">
|
<header id="banner" class="body">
|
||||||
<h1><a href="/">A Pelican Blog </a></h1>
|
<h1><a href="/">A Pelican Blog </a></h1>
|
||||||
<nav><ul>
|
<nav><ul>
|
||||||
<li><a href="/override/">Override url/save_as</a></li>
|
<li><a href="/override/">Override url/save_as</a></li>
|
||||||
<li><a href="/pages/this-is-a-test-page.html">This is a test page</a></li>
|
<li><a href="/pages/this-is-a-test-page.html">This is a test page</a></li>
|
||||||
<li><a href="/category/bar.html">bar</a></li>
|
<li><a href="/category/bar.html">bar</a></li>
|
||||||
<li class="active"><a href="/category/cat1.html">cat1</a></li>
|
<li class="active"><a href="/category/cat1.html">cat1</a></li>
|
||||||
<li><a href="/category/misc.html">misc</a></li>
|
<li><a href="/category/misc.html">misc</a></li>
|
||||||
<li><a href="/category/yeah.html">yeah</a></li>
|
<li><a href="/category/yeah.html">yeah</a></li>
|
||||||
</ul></nav>
|
</ul></nav>
|
||||||
</header><!-- /#banner -->
|
</header><!-- /#banner -->
|
||||||
<section id="content" class="body">
|
<section id="content" class="body">
|
||||||
<article>
|
<article>
|
||||||
<header>
|
<header>
|
||||||
<h1 class="entry-title">
|
<h1 class="entry-title">
|
||||||
<a href="/a-markdown-powered-article.html" rel="bookmark"
|
<a href="/a-markdown-powered-article.html" rel="bookmark"
|
||||||
title="Permalink to A markdown powered article">A markdown powered article</a></h1>
|
title="Permalink to A markdown powered article">A markdown powered article</a></h1>
|
||||||
</header>
|
</header>
|
||||||
|
|
||||||
<div class="entry-content">
|
<div class="entry-content">
|
||||||
<footer class="post-info">
|
<footer class="post-info">
|
||||||
<abbr class="published" title="2011-04-20T00:00:00">
|
<abbr class="published" title="2011-04-20T00:00:00">
|
||||||
Wed 20 April 2011
|
Wed 20 April 2011
|
||||||
</abbr>
|
</abbr>
|
||||||
|
|
||||||
<p>In <a href="/category/cat1.html">cat1</a>. </p>
|
<p>In <a href="/category/cat1.html">cat1</a>. </p>
|
||||||
|
|
||||||
</footer><!-- /.post-info --> <p>You're mutually oblivious.</p>
|
</footer><!-- /.post-info --> <p>You're mutually oblivious.</p>
|
||||||
<p><a href="/unbelievable.html">a root-relative link to unbelievable</a>
|
<p><a href="/unbelievable.html">a root-relative link to unbelievable</a>
|
||||||
<a href="/unbelievable.html">a file-relative link to unbelievable</a></p>
|
<a href="/unbelievable.html">a file-relative link to unbelievable</a></p>
|
||||||
</div><!-- /.entry-content -->
|
</div><!-- /.entry-content -->
|
||||||
|
|
||||||
</article>
|
</article>
|
||||||
</section>
|
</section>
|
||||||
<section id="extras" class="body">
|
<section id="extras" class="body">
|
||||||
<div class="social">
|
<div class="social">
|
||||||
<h2>social</h2>
|
<h2>social</h2>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="/feeds/all.atom.xml" type="application/atom+xml" rel="alternate">atom feed</a></li>
|
<li><a href="/feeds/all.atom.xml" type="application/atom+xml" rel="alternate">atom feed</a></li>
|
||||||
|
|
||||||
</ul>
|
</ul>
|
||||||
</div><!-- /.social -->
|
</div><!-- /.social -->
|
||||||
</section><!-- /#extras -->
|
</section><!-- /#extras -->
|
||||||
|
|
||||||
<footer id="contentinfo" class="body">
|
<footer id="contentinfo" class="body">
|
||||||
<address id="about" class="vcard body">
|
<address id="about" class="vcard body">
|
||||||
|
|
|
||||||
|
|
@ -4,8 +4,8 @@
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<title>A Pelican Blog</title>
|
<title>A Pelican Blog</title>
|
||||||
<link rel="stylesheet" href="/theme/css/main.css">
|
<link rel="stylesheet" href="/theme/css/main.css">
|
||||||
<link href="/feeds/all.atom.xml" type="application/atom+xml" rel="alternate" title="A Pelican Blog Atom Feed" />
|
<link href="/feeds/all.atom.xml" type="application/atom+xml" rel="alternate" title="A Pelican Blog Atom Feed" />
|
||||||
|
|
||||||
<!--[if IE]>
|
<!--[if IE]>
|
||||||
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
|
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
|
||||||
<![endif]-->
|
<![endif]-->
|
||||||
|
|
@ -15,15 +15,15 @@
|
||||||
<header id="banner" class="body">
|
<header id="banner" class="body">
|
||||||
<h1><a href="/">A Pelican Blog </a></h1>
|
<h1><a href="/">A Pelican Blog </a></h1>
|
||||||
<nav><ul>
|
<nav><ul>
|
||||||
<li><a href="/override/">Override url/save_as</a></li>
|
<li><a href="/override/">Override url/save_as</a></li>
|
||||||
<li><a href="/pages/this-is-a-test-page.html">This is a test page</a></li>
|
<li><a href="/pages/this-is-a-test-page.html">This is a test page</a></li>
|
||||||
<li><a href="/category/bar.html">bar</a></li>
|
<li><a href="/category/bar.html">bar</a></li>
|
||||||
<li><a href="/category/cat1.html">cat1</a></li>
|
<li><a href="/category/cat1.html">cat1</a></li>
|
||||||
<li><a href="/category/misc.html">misc</a></li>
|
<li><a href="/category/misc.html">misc</a></li>
|
||||||
<li><a href="/category/yeah.html">yeah</a></li>
|
<li><a href="/category/yeah.html">yeah</a></li>
|
||||||
</ul></nav>
|
</ul></nav>
|
||||||
</header><!-- /#banner -->
|
</header><!-- /#banner -->
|
||||||
<section id="content" class="body">
|
<section id="content" class="body">
|
||||||
<h1>Archives for A Pelican Blog</h1>
|
<h1>Archives for A Pelican Blog</h1>
|
||||||
|
|
||||||
<dl>
|
<dl>
|
||||||
|
|
@ -48,14 +48,14 @@
|
||||||
</dl>
|
</dl>
|
||||||
</section>
|
</section>
|
||||||
<section id="extras" class="body">
|
<section id="extras" class="body">
|
||||||
<div class="social">
|
<div class="social">
|
||||||
<h2>social</h2>
|
<h2>social</h2>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="/feeds/all.atom.xml" type="application/atom+xml" rel="alternate">atom feed</a></li>
|
<li><a href="/feeds/all.atom.xml" type="application/atom+xml" rel="alternate">atom feed</a></li>
|
||||||
|
|
||||||
</ul>
|
</ul>
|
||||||
</div><!-- /.social -->
|
</div><!-- /.social -->
|
||||||
</section><!-- /#extras -->
|
</section><!-- /#extras -->
|
||||||
|
|
||||||
<footer id="contentinfo" class="body">
|
<footer id="contentinfo" class="body">
|
||||||
<address id="about" class="vcard body">
|
<address id="about" class="vcard body">
|
||||||
|
|
|
||||||
|
|
@ -4,8 +4,8 @@
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<title>Article 1</title>
|
<title>Article 1</title>
|
||||||
<link rel="stylesheet" href="/theme/css/main.css">
|
<link rel="stylesheet" href="/theme/css/main.css">
|
||||||
<link href="/feeds/all.atom.xml" type="application/atom+xml" rel="alternate" title="A Pelican Blog Atom Feed" />
|
<link href="/feeds/all.atom.xml" type="application/atom+xml" rel="alternate" title="A Pelican Blog Atom Feed" />
|
||||||
|
|
||||||
<!--[if IE]>
|
<!--[if IE]>
|
||||||
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
|
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
|
||||||
<![endif]-->
|
<![endif]-->
|
||||||
|
|
@ -15,45 +15,45 @@
|
||||||
<header id="banner" class="body">
|
<header id="banner" class="body">
|
||||||
<h1><a href="/">A Pelican Blog </a></h1>
|
<h1><a href="/">A Pelican Blog </a></h1>
|
||||||
<nav><ul>
|
<nav><ul>
|
||||||
<li><a href="/override/">Override url/save_as</a></li>
|
<li><a href="/override/">Override url/save_as</a></li>
|
||||||
<li><a href="/pages/this-is-a-test-page.html">This is a test page</a></li>
|
<li><a href="/pages/this-is-a-test-page.html">This is a test page</a></li>
|
||||||
<li><a href="/category/bar.html">bar</a></li>
|
<li><a href="/category/bar.html">bar</a></li>
|
||||||
<li class="active"><a href="/category/cat1.html">cat1</a></li>
|
<li class="active"><a href="/category/cat1.html">cat1</a></li>
|
||||||
<li><a href="/category/misc.html">misc</a></li>
|
<li><a href="/category/misc.html">misc</a></li>
|
||||||
<li><a href="/category/yeah.html">yeah</a></li>
|
<li><a href="/category/yeah.html">yeah</a></li>
|
||||||
</ul></nav>
|
</ul></nav>
|
||||||
</header><!-- /#banner -->
|
</header><!-- /#banner -->
|
||||||
<section id="content" class="body">
|
<section id="content" class="body">
|
||||||
<article>
|
<article>
|
||||||
<header>
|
<header>
|
||||||
<h1 class="entry-title">
|
<h1 class="entry-title">
|
||||||
<a href="/article-1.html" rel="bookmark"
|
<a href="/article-1.html" rel="bookmark"
|
||||||
title="Permalink to Article 1">Article 1</a></h1>
|
title="Permalink to Article 1">Article 1</a></h1>
|
||||||
</header>
|
</header>
|
||||||
|
|
||||||
<div class="entry-content">
|
<div class="entry-content">
|
||||||
<footer class="post-info">
|
<footer class="post-info">
|
||||||
<abbr class="published" title="2011-02-17T00:00:00">
|
<abbr class="published" title="2011-02-17T00:00:00">
|
||||||
Thu 17 February 2011
|
Thu 17 February 2011
|
||||||
</abbr>
|
</abbr>
|
||||||
|
|
||||||
<p>In <a href="/category/cat1.html">cat1</a>. </p>
|
<p>In <a href="/category/cat1.html">cat1</a>. </p>
|
||||||
|
|
||||||
</footer><!-- /.post-info --> <p>Article 1</p>
|
</footer><!-- /.post-info --> <p>Article 1</p>
|
||||||
|
|
||||||
</div><!-- /.entry-content -->
|
</div><!-- /.entry-content -->
|
||||||
|
|
||||||
</article>
|
</article>
|
||||||
</section>
|
</section>
|
||||||
<section id="extras" class="body">
|
<section id="extras" class="body">
|
||||||
<div class="social">
|
<div class="social">
|
||||||
<h2>social</h2>
|
<h2>social</h2>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="/feeds/all.atom.xml" type="application/atom+xml" rel="alternate">atom feed</a></li>
|
<li><a href="/feeds/all.atom.xml" type="application/atom+xml" rel="alternate">atom feed</a></li>
|
||||||
|
|
||||||
</ul>
|
</ul>
|
||||||
</div><!-- /.social -->
|
</div><!-- /.social -->
|
||||||
</section><!-- /#extras -->
|
</section><!-- /#extras -->
|
||||||
|
|
||||||
<footer id="contentinfo" class="body">
|
<footer id="contentinfo" class="body">
|
||||||
<address id="about" class="vcard body">
|
<address id="about" class="vcard body">
|
||||||
|
|
|
||||||
|
|
@ -4,8 +4,8 @@
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<title>Article 2</title>
|
<title>Article 2</title>
|
||||||
<link rel="stylesheet" href="/theme/css/main.css">
|
<link rel="stylesheet" href="/theme/css/main.css">
|
||||||
<link href="/feeds/all.atom.xml" type="application/atom+xml" rel="alternate" title="A Pelican Blog Atom Feed" />
|
<link href="/feeds/all.atom.xml" type="application/atom+xml" rel="alternate" title="A Pelican Blog Atom Feed" />
|
||||||
|
|
||||||
<!--[if IE]>
|
<!--[if IE]>
|
||||||
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
|
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
|
||||||
<![endif]-->
|
<![endif]-->
|
||||||
|
|
@ -15,45 +15,45 @@
|
||||||
<header id="banner" class="body">
|
<header id="banner" class="body">
|
||||||
<h1><a href="/">A Pelican Blog </a></h1>
|
<h1><a href="/">A Pelican Blog </a></h1>
|
||||||
<nav><ul>
|
<nav><ul>
|
||||||
<li><a href="/override/">Override url/save_as</a></li>
|
<li><a href="/override/">Override url/save_as</a></li>
|
||||||
<li><a href="/pages/this-is-a-test-page.html">This is a test page</a></li>
|
<li><a href="/pages/this-is-a-test-page.html">This is a test page</a></li>
|
||||||
<li><a href="/category/bar.html">bar</a></li>
|
<li><a href="/category/bar.html">bar</a></li>
|
||||||
<li class="active"><a href="/category/cat1.html">cat1</a></li>
|
<li class="active"><a href="/category/cat1.html">cat1</a></li>
|
||||||
<li><a href="/category/misc.html">misc</a></li>
|
<li><a href="/category/misc.html">misc</a></li>
|
||||||
<li><a href="/category/yeah.html">yeah</a></li>
|
<li><a href="/category/yeah.html">yeah</a></li>
|
||||||
</ul></nav>
|
</ul></nav>
|
||||||
</header><!-- /#banner -->
|
</header><!-- /#banner -->
|
||||||
<section id="content" class="body">
|
<section id="content" class="body">
|
||||||
<article>
|
<article>
|
||||||
<header>
|
<header>
|
||||||
<h1 class="entry-title">
|
<h1 class="entry-title">
|
||||||
<a href="/article-2.html" rel="bookmark"
|
<a href="/article-2.html" rel="bookmark"
|
||||||
title="Permalink to Article 2">Article 2</a></h1>
|
title="Permalink to Article 2">Article 2</a></h1>
|
||||||
</header>
|
</header>
|
||||||
|
|
||||||
<div class="entry-content">
|
<div class="entry-content">
|
||||||
<footer class="post-info">
|
<footer class="post-info">
|
||||||
<abbr class="published" title="2011-02-17T00:00:00">
|
<abbr class="published" title="2011-02-17T00:00:00">
|
||||||
Thu 17 February 2011
|
Thu 17 February 2011
|
||||||
</abbr>
|
</abbr>
|
||||||
|
|
||||||
<p>In <a href="/category/cat1.html">cat1</a>. </p>
|
<p>In <a href="/category/cat1.html">cat1</a>. </p>
|
||||||
|
|
||||||
</footer><!-- /.post-info --> <p>Article 2</p>
|
</footer><!-- /.post-info --> <p>Article 2</p>
|
||||||
|
|
||||||
</div><!-- /.entry-content -->
|
</div><!-- /.entry-content -->
|
||||||
|
|
||||||
</article>
|
</article>
|
||||||
</section>
|
</section>
|
||||||
<section id="extras" class="body">
|
<section id="extras" class="body">
|
||||||
<div class="social">
|
<div class="social">
|
||||||
<h2>social</h2>
|
<h2>social</h2>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="/feeds/all.atom.xml" type="application/atom+xml" rel="alternate">atom feed</a></li>
|
<li><a href="/feeds/all.atom.xml" type="application/atom+xml" rel="alternate">atom feed</a></li>
|
||||||
|
|
||||||
</ul>
|
</ul>
|
||||||
</div><!-- /.social -->
|
</div><!-- /.social -->
|
||||||
</section><!-- /#extras -->
|
</section><!-- /#extras -->
|
||||||
|
|
||||||
<footer id="contentinfo" class="body">
|
<footer id="contentinfo" class="body">
|
||||||
<address id="about" class="vcard body">
|
<address id="about" class="vcard body">
|
||||||
|
|
|
||||||
|
|
@ -4,8 +4,8 @@
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<title>Article 3</title>
|
<title>Article 3</title>
|
||||||
<link rel="stylesheet" href="/theme/css/main.css">
|
<link rel="stylesheet" href="/theme/css/main.css">
|
||||||
<link href="/feeds/all.atom.xml" type="application/atom+xml" rel="alternate" title="A Pelican Blog Atom Feed" />
|
<link href="/feeds/all.atom.xml" type="application/atom+xml" rel="alternate" title="A Pelican Blog Atom Feed" />
|
||||||
|
|
||||||
<!--[if IE]>
|
<!--[if IE]>
|
||||||
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
|
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
|
||||||
<![endif]-->
|
<![endif]-->
|
||||||
|
|
@ -15,45 +15,45 @@
|
||||||
<header id="banner" class="body">
|
<header id="banner" class="body">
|
||||||
<h1><a href="/">A Pelican Blog </a></h1>
|
<h1><a href="/">A Pelican Blog </a></h1>
|
||||||
<nav><ul>
|
<nav><ul>
|
||||||
<li><a href="/override/">Override url/save_as</a></li>
|
<li><a href="/override/">Override url/save_as</a></li>
|
||||||
<li><a href="/pages/this-is-a-test-page.html">This is a test page</a></li>
|
<li><a href="/pages/this-is-a-test-page.html">This is a test page</a></li>
|
||||||
<li><a href="/category/bar.html">bar</a></li>
|
<li><a href="/category/bar.html">bar</a></li>
|
||||||
<li class="active"><a href="/category/cat1.html">cat1</a></li>
|
<li class="active"><a href="/category/cat1.html">cat1</a></li>
|
||||||
<li><a href="/category/misc.html">misc</a></li>
|
<li><a href="/category/misc.html">misc</a></li>
|
||||||
<li><a href="/category/yeah.html">yeah</a></li>
|
<li><a href="/category/yeah.html">yeah</a></li>
|
||||||
</ul></nav>
|
</ul></nav>
|
||||||
</header><!-- /#banner -->
|
</header><!-- /#banner -->
|
||||||
<section id="content" class="body">
|
<section id="content" class="body">
|
||||||
<article>
|
<article>
|
||||||
<header>
|
<header>
|
||||||
<h1 class="entry-title">
|
<h1 class="entry-title">
|
||||||
<a href="/article-3.html" rel="bookmark"
|
<a href="/article-3.html" rel="bookmark"
|
||||||
title="Permalink to Article 3">Article 3</a></h1>
|
title="Permalink to Article 3">Article 3</a></h1>
|
||||||
</header>
|
</header>
|
||||||
|
|
||||||
<div class="entry-content">
|
<div class="entry-content">
|
||||||
<footer class="post-info">
|
<footer class="post-info">
|
||||||
<abbr class="published" title="2011-02-17T00:00:00">
|
<abbr class="published" title="2011-02-17T00:00:00">
|
||||||
Thu 17 February 2011
|
Thu 17 February 2011
|
||||||
</abbr>
|
</abbr>
|
||||||
|
|
||||||
<p>In <a href="/category/cat1.html">cat1</a>. </p>
|
<p>In <a href="/category/cat1.html">cat1</a>. </p>
|
||||||
|
|
||||||
</footer><!-- /.post-info --> <p>Article 3</p>
|
</footer><!-- /.post-info --> <p>Article 3</p>
|
||||||
|
|
||||||
</div><!-- /.entry-content -->
|
</div><!-- /.entry-content -->
|
||||||
|
|
||||||
</article>
|
</article>
|
||||||
</section>
|
</section>
|
||||||
<section id="extras" class="body">
|
<section id="extras" class="body">
|
||||||
<div class="social">
|
<div class="social">
|
||||||
<h2>social</h2>
|
<h2>social</h2>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="/feeds/all.atom.xml" type="application/atom+xml" rel="alternate">atom feed</a></li>
|
<li><a href="/feeds/all.atom.xml" type="application/atom+xml" rel="alternate">atom feed</a></li>
|
||||||
|
|
||||||
</ul>
|
</ul>
|
||||||
</div><!-- /.social -->
|
</div><!-- /.social -->
|
||||||
</section><!-- /#extras -->
|
</section><!-- /#extras -->
|
||||||
|
|
||||||
<footer id="contentinfo" class="body">
|
<footer id="contentinfo" class="body">
|
||||||
<address id="about" class="vcard body">
|
<address id="about" class="vcard body">
|
||||||
|
|
|
||||||
|
|
@ -4,8 +4,8 @@
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<title>A Pelican Blog - Alexis Métaireau</title>
|
<title>A Pelican Blog - Alexis Métaireau</title>
|
||||||
<link rel="stylesheet" href="/theme/css/main.css">
|
<link rel="stylesheet" href="/theme/css/main.css">
|
||||||
<link href="/feeds/all.atom.xml" type="application/atom+xml" rel="alternate" title="A Pelican Blog Atom Feed" />
|
<link href="/feeds/all.atom.xml" type="application/atom+xml" rel="alternate" title="A Pelican Blog Atom Feed" />
|
||||||
|
|
||||||
<!--[if IE]>
|
<!--[if IE]>
|
||||||
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
|
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
|
||||||
<![endif]-->
|
<![endif]-->
|
||||||
|
|
@ -15,29 +15,27 @@
|
||||||
<header id="banner" class="body">
|
<header id="banner" class="body">
|
||||||
<h1><a href="/">A Pelican Blog </a></h1>
|
<h1><a href="/">A Pelican Blog </a></h1>
|
||||||
<nav><ul>
|
<nav><ul>
|
||||||
<li><a href="/override/">Override url/save_as</a></li>
|
<li><a href="/override/">Override url/save_as</a></li>
|
||||||
<li><a href="/pages/this-is-a-test-page.html">This is a test page</a></li>
|
<li><a href="/pages/this-is-a-test-page.html">This is a test page</a></li>
|
||||||
<li><a href="/category/bar.html">bar</a></li>
|
<li><a href="/category/bar.html">bar</a></li>
|
||||||
<li><a href="/category/cat1.html">cat1</a></li>
|
<li><a href="/category/cat1.html">cat1</a></li>
|
||||||
<li><a href="/category/misc.html">misc</a></li>
|
<li><a href="/category/misc.html">misc</a></li>
|
||||||
<li><a href="/category/yeah.html">yeah</a></li>
|
<li><a href="/category/yeah.html">yeah</a></li>
|
||||||
</ul></nav>
|
</ul></nav>
|
||||||
</header><!-- /#banner -->
|
</header><!-- /#banner -->
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<aside id="featured" class="body">
|
<aside id="featured" class="body">
|
||||||
<article>
|
<article>
|
||||||
<h1 class="entry-title"><a href="/oh-yeah.html">Oh yeah !</a></h1>
|
<h1 class="entry-title"><a href="/oh-yeah.html">Oh yeah !</a></h1>
|
||||||
<footer class="post-info">
|
<footer class="post-info">
|
||||||
<abbr class="published" title="2010-10-20T10:14:00">
|
<abbr class="published" title="2010-10-20T10:14:00">
|
||||||
Wed 20 October 2010
|
Wed 20 October 2010
|
||||||
</abbr>
|
</abbr>
|
||||||
|
|
||||||
<address class="vcard author">
|
<address class="vcard author">
|
||||||
By <a class="url fn" href="/author/alexis-metaireau.html">Alexis Métaireau</a>
|
By <a class="url fn" href="/author/alexis-metaireau.html">Alexis Métaireau</a>
|
||||||
</address>
|
</address>
|
||||||
<p>In <a href="/category/bar.html">bar</a>. </p>
|
<p>In <a href="/category/bar.html">bar</a>. </p>
|
||||||
<p>tags: <a href="/tag/oh.html">oh</a><a href="/tag/bar.html">bar</a><a href="/tag/yeah.html">yeah</a></p>
|
<p>tags: <a href="/tag/oh.html">oh</a><a href="/tag/bar.html">bar</a><a href="/tag/yeah.html">yeah</a></p>
|
||||||
</footer><!-- /.post-info --><div class="section" id="why-not">
|
</footer><!-- /.post-info --><div class="section" id="why-not">
|
||||||
<h2>Why not ?</h2>
|
<h2>Why not ?</h2>
|
||||||
|
|
@ -46,48 +44,46 @@ YEAH !</p>
|
||||||
<img alt="alternate text" src="|filename|/pictures/Sushi.jpg" style="width: 600px; height: 450px;" />
|
<img alt="alternate text" src="|filename|/pictures/Sushi.jpg" style="width: 600px; height: 450px;" />
|
||||||
</div>
|
</div>
|
||||||
</article>
|
</article>
|
||||||
</aside><!-- /#featured -->
|
</aside><!-- /#featured -->
|
||||||
<section id="content" class="body">
|
<section id="content" class="body">
|
||||||
<h1>Other articles</h1>
|
<h1>Other articles</h1>
|
||||||
<hr />
|
<hr />
|
||||||
<ol id="posts-list" class="hfeed">
|
<ol id="posts-list" class="hfeed">
|
||||||
|
|
||||||
|
|
||||||
|
<li><article class="hentry">
|
||||||
<li><article class="hentry">
|
|
||||||
<header>
|
<header>
|
||||||
<h1><a href="/this-is-a-super-article.html" rel="bookmark"
|
<h1><a href="/this-is-a-super-article.html" rel="bookmark"
|
||||||
title="Permalink to This is a super article !">This is a super article !</a></h1>
|
title="Permalink to This is a super article !">This is a super article !</a></h1>
|
||||||
</header>
|
</header>
|
||||||
|
|
||||||
<div class="entry-content">
|
<div class="entry-content">
|
||||||
<footer class="post-info">
|
<footer class="post-info">
|
||||||
<abbr class="published" title="2010-12-02T10:14:00">
|
<abbr class="published" title="2010-12-02T10:14:00">
|
||||||
Thu 02 December 2010
|
Thu 02 December 2010
|
||||||
</abbr>
|
</abbr>
|
||||||
|
|
||||||
<address class="vcard author">
|
<address class="vcard author">
|
||||||
By <a class="url fn" href="/author/alexis-metaireau.html">Alexis Métaireau</a>
|
By <a class="url fn" href="/author/alexis-metaireau.html">Alexis Métaireau</a>
|
||||||
</address>
|
</address>
|
||||||
<p>In <a href="/category/yeah.html">yeah</a>. </p>
|
<p>In <a href="/category/yeah.html">yeah</a>. </p>
|
||||||
<p>tags: <a href="/tag/foo.html">foo</a><a href="/tag/bar.html">bar</a><a href="/tag/foobar.html">foobar</a></p>
|
<p>tags: <a href="/tag/foo.html">foo</a><a href="/tag/bar.html">bar</a><a href="/tag/foobar.html">foobar</a></p>
|
||||||
</footer><!-- /.post-info --> <p class="first last">Multi-line metadata should be supported
|
</footer><!-- /.post-info --> <p class="first last">Multi-line metadata should be supported
|
||||||
as well as <strong>inline markup</strong>.</p>
|
as well as <strong>inline markup</strong>.</p>
|
||||||
|
|
||||||
<a class="readmore" href="/this-is-a-super-article.html">read more</a>
|
<a class="readmore" href="/this-is-a-super-article.html">read more</a>
|
||||||
</div><!-- /.entry-content -->
|
</div><!-- /.entry-content -->
|
||||||
</article></li>
|
</article></li>
|
||||||
</ol><!-- /#posts-list -->
|
</ol><!-- /#posts-list -->
|
||||||
</section><!-- /#content -->
|
</section><!-- /#content -->
|
||||||
<section id="extras" class="body">
|
<section id="extras" class="body">
|
||||||
<div class="social">
|
<div class="social">
|
||||||
<h2>social</h2>
|
<h2>social</h2>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="/feeds/all.atom.xml" type="application/atom+xml" rel="alternate">atom feed</a></li>
|
<li><a href="/feeds/all.atom.xml" type="application/atom+xml" rel="alternate">atom feed</a></li>
|
||||||
|
|
||||||
</ul>
|
</ul>
|
||||||
</div><!-- /.social -->
|
</div><!-- /.social -->
|
||||||
</section><!-- /#extras -->
|
</section><!-- /#extras -->
|
||||||
|
|
||||||
<footer id="contentinfo" class="body">
|
<footer id="contentinfo" class="body">
|
||||||
<address id="about" class="vcard body">
|
<address id="about" class="vcard body">
|
||||||
|
|
|
||||||
|
|
@ -4,8 +4,8 @@
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<title>A Pelican Blog</title>
|
<title>A Pelican Blog</title>
|
||||||
<link rel="stylesheet" href="/theme/css/main.css">
|
<link rel="stylesheet" href="/theme/css/main.css">
|
||||||
<link href="/feeds/all.atom.xml" type="application/atom+xml" rel="alternate" title="A Pelican Blog Atom Feed" />
|
<link href="/feeds/all.atom.xml" type="application/atom+xml" rel="alternate" title="A Pelican Blog Atom Feed" />
|
||||||
|
|
||||||
<!--[if IE]>
|
<!--[if IE]>
|
||||||
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
|
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
|
||||||
<![endif]-->
|
<![endif]-->
|
||||||
|
|
@ -15,29 +15,29 @@
|
||||||
<header id="banner" class="body">
|
<header id="banner" class="body">
|
||||||
<h1><a href="/">A Pelican Blog </a></h1>
|
<h1><a href="/">A Pelican Blog </a></h1>
|
||||||
<nav><ul>
|
<nav><ul>
|
||||||
<li><a href="/override/">Override url/save_as</a></li>
|
<li><a href="/override/">Override url/save_as</a></li>
|
||||||
<li><a href="/pages/this-is-a-test-page.html">This is a test page</a></li>
|
<li><a href="/pages/this-is-a-test-page.html">This is a test page</a></li>
|
||||||
<li><a href="/category/bar.html">bar</a></li>
|
<li><a href="/category/bar.html">bar</a></li>
|
||||||
<li><a href="/category/cat1.html">cat1</a></li>
|
<li><a href="/category/cat1.html">cat1</a></li>
|
||||||
<li><a href="/category/misc.html">misc</a></li>
|
<li><a href="/category/misc.html">misc</a></li>
|
||||||
<li><a href="/category/yeah.html">yeah</a></li>
|
<li><a href="/category/yeah.html">yeah</a></li>
|
||||||
</ul></nav>
|
</ul></nav>
|
||||||
</header><!-- /#banner -->
|
</header><!-- /#banner -->
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="/category/bar.html">bar</a></li>
|
<li><a href="/category/bar.html">bar</a></li>
|
||||||
<li><a href="/category/cat1.html">cat1</a></li>
|
<li><a href="/category/cat1.html">cat1</a></li>
|
||||||
<li><a href="/category/misc.html">misc</a></li>
|
<li><a href="/category/misc.html">misc</a></li>
|
||||||
<li><a href="/category/yeah.html">yeah</a></li>
|
<li><a href="/category/yeah.html">yeah</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
<section id="extras" class="body">
|
<section id="extras" class="body">
|
||||||
<div class="social">
|
<div class="social">
|
||||||
<h2>social</h2>
|
<h2>social</h2>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="/feeds/all.atom.xml" type="application/atom+xml" rel="alternate">atom feed</a></li>
|
<li><a href="/feeds/all.atom.xml" type="application/atom+xml" rel="alternate">atom feed</a></li>
|
||||||
|
|
||||||
</ul>
|
</ul>
|
||||||
</div><!-- /.social -->
|
</div><!-- /.social -->
|
||||||
</section><!-- /#extras -->
|
</section><!-- /#extras -->
|
||||||
|
|
||||||
<footer id="contentinfo" class="body">
|
<footer id="contentinfo" class="body">
|
||||||
<address id="about" class="vcard body">
|
<address id="about" class="vcard body">
|
||||||
|
|
|
||||||
|
|
@ -4,8 +4,8 @@
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<title>A Pelican Blog - bar</title>
|
<title>A Pelican Blog - bar</title>
|
||||||
<link rel="stylesheet" href="/theme/css/main.css">
|
<link rel="stylesheet" href="/theme/css/main.css">
|
||||||
<link href="/feeds/all.atom.xml" type="application/atom+xml" rel="alternate" title="A Pelican Blog Atom Feed" />
|
<link href="/feeds/all.atom.xml" type="application/atom+xml" rel="alternate" title="A Pelican Blog Atom Feed" />
|
||||||
|
|
||||||
<!--[if IE]>
|
<!--[if IE]>
|
||||||
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
|
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
|
||||||
<![endif]-->
|
<![endif]-->
|
||||||
|
|
@ -15,29 +15,27 @@
|
||||||
<header id="banner" class="body">
|
<header id="banner" class="body">
|
||||||
<h1><a href="/">A Pelican Blog </a></h1>
|
<h1><a href="/">A Pelican Blog </a></h1>
|
||||||
<nav><ul>
|
<nav><ul>
|
||||||
<li><a href="/override/">Override url/save_as</a></li>
|
<li><a href="/override/">Override url/save_as</a></li>
|
||||||
<li><a href="/pages/this-is-a-test-page.html">This is a test page</a></li>
|
<li><a href="/pages/this-is-a-test-page.html">This is a test page</a></li>
|
||||||
<li class="active"><a href="/category/bar.html">bar</a></li>
|
<li class="active"><a href="/category/bar.html">bar</a></li>
|
||||||
<li><a href="/category/cat1.html">cat1</a></li>
|
<li><a href="/category/cat1.html">cat1</a></li>
|
||||||
<li><a href="/category/misc.html">misc</a></li>
|
<li><a href="/category/misc.html">misc</a></li>
|
||||||
<li><a href="/category/yeah.html">yeah</a></li>
|
<li><a href="/category/yeah.html">yeah</a></li>
|
||||||
</ul></nav>
|
</ul></nav>
|
||||||
</header><!-- /#banner -->
|
</header><!-- /#banner -->
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<aside id="featured" class="body">
|
<aside id="featured" class="body">
|
||||||
<article>
|
<article>
|
||||||
<h1 class="entry-title"><a href="/oh-yeah.html">Oh yeah !</a></h1>
|
<h1 class="entry-title"><a href="/oh-yeah.html">Oh yeah !</a></h1>
|
||||||
<footer class="post-info">
|
<footer class="post-info">
|
||||||
<abbr class="published" title="2010-10-20T10:14:00">
|
<abbr class="published" title="2010-10-20T10:14:00">
|
||||||
Wed 20 October 2010
|
Wed 20 October 2010
|
||||||
</abbr>
|
</abbr>
|
||||||
|
|
||||||
<address class="vcard author">
|
<address class="vcard author">
|
||||||
By <a class="url fn" href="/author/alexis-metaireau.html">Alexis Métaireau</a>
|
By <a class="url fn" href="/author/alexis-metaireau.html">Alexis Métaireau</a>
|
||||||
</address>
|
</address>
|
||||||
<p>In <a href="/category/bar.html">bar</a>. </p>
|
<p>In <a href="/category/bar.html">bar</a>. </p>
|
||||||
<p>tags: <a href="/tag/oh.html">oh</a><a href="/tag/bar.html">bar</a><a href="/tag/yeah.html">yeah</a></p>
|
<p>tags: <a href="/tag/oh.html">oh</a><a href="/tag/bar.html">bar</a><a href="/tag/yeah.html">yeah</a></p>
|
||||||
</footer><!-- /.post-info --><div class="section" id="why-not">
|
</footer><!-- /.post-info --><div class="section" id="why-not">
|
||||||
<h2>Why not ?</h2>
|
<h2>Why not ?</h2>
|
||||||
|
|
@ -46,18 +44,18 @@ YEAH !</p>
|
||||||
<img alt="alternate text" src="|filename|/pictures/Sushi.jpg" style="width: 600px; height: 450px;" />
|
<img alt="alternate text" src="|filename|/pictures/Sushi.jpg" style="width: 600px; height: 450px;" />
|
||||||
</div>
|
</div>
|
||||||
</article>
|
</article>
|
||||||
</aside><!-- /#featured -->
|
</aside><!-- /#featured -->
|
||||||
</ol><!-- /#posts-list -->
|
</ol><!-- /#posts-list -->
|
||||||
</section><!-- /#content -->
|
</section><!-- /#content -->
|
||||||
<section id="extras" class="body">
|
<section id="extras" class="body">
|
||||||
<div class="social">
|
<div class="social">
|
||||||
<h2>social</h2>
|
<h2>social</h2>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="/feeds/all.atom.xml" type="application/atom+xml" rel="alternate">atom feed</a></li>
|
<li><a href="/feeds/all.atom.xml" type="application/atom+xml" rel="alternate">atom feed</a></li>
|
||||||
|
|
||||||
</ul>
|
</ul>
|
||||||
</div><!-- /.social -->
|
</div><!-- /.social -->
|
||||||
</section><!-- /#extras -->
|
</section><!-- /#extras -->
|
||||||
|
|
||||||
<footer id="contentinfo" class="body">
|
<footer id="contentinfo" class="body">
|
||||||
<address id="about" class="vcard body">
|
<address id="about" class="vcard body">
|
||||||
|
|
|
||||||
|
|
@ -4,8 +4,8 @@
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<title>A Pelican Blog - cat1</title>
|
<title>A Pelican Blog - cat1</title>
|
||||||
<link rel="stylesheet" href="/theme/css/main.css">
|
<link rel="stylesheet" href="/theme/css/main.css">
|
||||||
<link href="/feeds/all.atom.xml" type="application/atom+xml" rel="alternate" title="A Pelican Blog Atom Feed" />
|
<link href="/feeds/all.atom.xml" type="application/atom+xml" rel="alternate" title="A Pelican Blog Atom Feed" />
|
||||||
|
|
||||||
<!--[if IE]>
|
<!--[if IE]>
|
||||||
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
|
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
|
||||||
<![endif]-->
|
<![endif]-->
|
||||||
|
|
@ -15,112 +15,104 @@
|
||||||
<header id="banner" class="body">
|
<header id="banner" class="body">
|
||||||
<h1><a href="/">A Pelican Blog </a></h1>
|
<h1><a href="/">A Pelican Blog </a></h1>
|
||||||
<nav><ul>
|
<nav><ul>
|
||||||
<li><a href="/override/">Override url/save_as</a></li>
|
<li><a href="/override/">Override url/save_as</a></li>
|
||||||
<li><a href="/pages/this-is-a-test-page.html">This is a test page</a></li>
|
<li><a href="/pages/this-is-a-test-page.html">This is a test page</a></li>
|
||||||
<li><a href="/category/bar.html">bar</a></li>
|
<li><a href="/category/bar.html">bar</a></li>
|
||||||
<li class="active"><a href="/category/cat1.html">cat1</a></li>
|
<li class="active"><a href="/category/cat1.html">cat1</a></li>
|
||||||
<li><a href="/category/misc.html">misc</a></li>
|
<li><a href="/category/misc.html">misc</a></li>
|
||||||
<li><a href="/category/yeah.html">yeah</a></li>
|
<li><a href="/category/yeah.html">yeah</a></li>
|
||||||
</ul></nav>
|
</ul></nav>
|
||||||
</header><!-- /#banner -->
|
</header><!-- /#banner -->
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<aside id="featured" class="body">
|
<aside id="featured" class="body">
|
||||||
<article>
|
<article>
|
||||||
<h1 class="entry-title"><a href="/a-markdown-powered-article.html">A markdown powered article</a></h1>
|
<h1 class="entry-title"><a href="/a-markdown-powered-article.html">A markdown powered article</a></h1>
|
||||||
<footer class="post-info">
|
<footer class="post-info">
|
||||||
<abbr class="published" title="2011-04-20T00:00:00">
|
<abbr class="published" title="2011-04-20T00:00:00">
|
||||||
Wed 20 April 2011
|
Wed 20 April 2011
|
||||||
</abbr>
|
</abbr>
|
||||||
|
|
||||||
<p>In <a href="/category/cat1.html">cat1</a>. </p>
|
<p>In <a href="/category/cat1.html">cat1</a>. </p>
|
||||||
|
|
||||||
</footer><!-- /.post-info --><p>You're mutually oblivious.</p>
|
</footer><!-- /.post-info --><p>You're mutually oblivious.</p>
|
||||||
<p><a href="/unbelievable.html">a root-relative link to unbelievable</a>
|
<p><a href="/unbelievable.html">a root-relative link to unbelievable</a>
|
||||||
<a href="/unbelievable.html">a file-relative link to unbelievable</a></p> </article>
|
<a href="/unbelievable.html">a file-relative link to unbelievable</a></p> </article>
|
||||||
</aside><!-- /#featured -->
|
</aside><!-- /#featured -->
|
||||||
<section id="content" class="body">
|
<section id="content" class="body">
|
||||||
<h1>Other articles</h1>
|
<h1>Other articles</h1>
|
||||||
<hr />
|
<hr />
|
||||||
<ol id="posts-list" class="hfeed">
|
<ol id="posts-list" class="hfeed">
|
||||||
|
|
||||||
|
|
||||||
|
<li><article class="hentry">
|
||||||
<li><article class="hentry">
|
|
||||||
<header>
|
<header>
|
||||||
<h1><a href="/article-1.html" rel="bookmark"
|
<h1><a href="/article-1.html" rel="bookmark"
|
||||||
title="Permalink to Article 1">Article 1</a></h1>
|
title="Permalink to Article 1">Article 1</a></h1>
|
||||||
</header>
|
</header>
|
||||||
|
|
||||||
<div class="entry-content">
|
<div class="entry-content">
|
||||||
<footer class="post-info">
|
<footer class="post-info">
|
||||||
<abbr class="published" title="2011-02-17T00:00:00">
|
<abbr class="published" title="2011-02-17T00:00:00">
|
||||||
Thu 17 February 2011
|
Thu 17 February 2011
|
||||||
</abbr>
|
</abbr>
|
||||||
|
|
||||||
<p>In <a href="/category/cat1.html">cat1</a>. </p>
|
<p>In <a href="/category/cat1.html">cat1</a>. </p>
|
||||||
|
|
||||||
</footer><!-- /.post-info --> <p>Article 1</p>
|
</footer><!-- /.post-info --> <p>Article 1</p>
|
||||||
|
|
||||||
<a class="readmore" href="/article-1.html">read more</a>
|
<a class="readmore" href="/article-1.html">read more</a>
|
||||||
</div><!-- /.entry-content -->
|
</div><!-- /.entry-content -->
|
||||||
</article></li>
|
</article></li>
|
||||||
|
|
||||||
|
|
||||||
|
<li><article class="hentry">
|
||||||
<li><article class="hentry">
|
|
||||||
<header>
|
<header>
|
||||||
<h1><a href="/article-2.html" rel="bookmark"
|
<h1><a href="/article-2.html" rel="bookmark"
|
||||||
title="Permalink to Article 2">Article 2</a></h1>
|
title="Permalink to Article 2">Article 2</a></h1>
|
||||||
</header>
|
</header>
|
||||||
|
|
||||||
<div class="entry-content">
|
<div class="entry-content">
|
||||||
<footer class="post-info">
|
<footer class="post-info">
|
||||||
<abbr class="published" title="2011-02-17T00:00:00">
|
<abbr class="published" title="2011-02-17T00:00:00">
|
||||||
Thu 17 February 2011
|
Thu 17 February 2011
|
||||||
</abbr>
|
</abbr>
|
||||||
|
|
||||||
<p>In <a href="/category/cat1.html">cat1</a>. </p>
|
<p>In <a href="/category/cat1.html">cat1</a>. </p>
|
||||||
|
|
||||||
</footer><!-- /.post-info --> <p>Article 2</p>
|
</footer><!-- /.post-info --> <p>Article 2</p>
|
||||||
|
|
||||||
<a class="readmore" href="/article-2.html">read more</a>
|
<a class="readmore" href="/article-2.html">read more</a>
|
||||||
</div><!-- /.entry-content -->
|
</div><!-- /.entry-content -->
|
||||||
</article></li>
|
</article></li>
|
||||||
|
|
||||||
|
|
||||||
|
<li><article class="hentry">
|
||||||
<li><article class="hentry">
|
|
||||||
<header>
|
<header>
|
||||||
<h1><a href="/article-3.html" rel="bookmark"
|
<h1><a href="/article-3.html" rel="bookmark"
|
||||||
title="Permalink to Article 3">Article 3</a></h1>
|
title="Permalink to Article 3">Article 3</a></h1>
|
||||||
</header>
|
</header>
|
||||||
|
|
||||||
<div class="entry-content">
|
<div class="entry-content">
|
||||||
<footer class="post-info">
|
<footer class="post-info">
|
||||||
<abbr class="published" title="2011-02-17T00:00:00">
|
<abbr class="published" title="2011-02-17T00:00:00">
|
||||||
Thu 17 February 2011
|
Thu 17 February 2011
|
||||||
</abbr>
|
</abbr>
|
||||||
|
|
||||||
<p>In <a href="/category/cat1.html">cat1</a>. </p>
|
<p>In <a href="/category/cat1.html">cat1</a>. </p>
|
||||||
|
|
||||||
</footer><!-- /.post-info --> <p>Article 3</p>
|
</footer><!-- /.post-info --> <p>Article 3</p>
|
||||||
|
|
||||||
<a class="readmore" href="/article-3.html">read more</a>
|
<a class="readmore" href="/article-3.html">read more</a>
|
||||||
</div><!-- /.entry-content -->
|
</div><!-- /.entry-content -->
|
||||||
</article></li>
|
</article></li>
|
||||||
</ol><!-- /#posts-list -->
|
</ol><!-- /#posts-list -->
|
||||||
</section><!-- /#content -->
|
</section><!-- /#content -->
|
||||||
<section id="extras" class="body">
|
<section id="extras" class="body">
|
||||||
<div class="social">
|
<div class="social">
|
||||||
<h2>social</h2>
|
<h2>social</h2>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="/feeds/all.atom.xml" type="application/atom+xml" rel="alternate">atom feed</a></li>
|
<li><a href="/feeds/all.atom.xml" type="application/atom+xml" rel="alternate">atom feed</a></li>
|
||||||
|
|
||||||
</ul>
|
</ul>
|
||||||
</div><!-- /.social -->
|
</div><!-- /.social -->
|
||||||
</section><!-- /#extras -->
|
</section><!-- /#extras -->
|
||||||
|
|
||||||
<footer id="contentinfo" class="body">
|
<footer id="contentinfo" class="body">
|
||||||
<address id="about" class="vcard body">
|
<address id="about" class="vcard body">
|
||||||
|
|
|
||||||
|
|
@ -4,8 +4,8 @@
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<title>A Pelican Blog - misc</title>
|
<title>A Pelican Blog - misc</title>
|
||||||
<link rel="stylesheet" href="/theme/css/main.css">
|
<link rel="stylesheet" href="/theme/css/main.css">
|
||||||
<link href="/feeds/all.atom.xml" type="application/atom+xml" rel="alternate" title="A Pelican Blog Atom Feed" />
|
<link href="/feeds/all.atom.xml" type="application/atom+xml" rel="alternate" title="A Pelican Blog Atom Feed" />
|
||||||
|
|
||||||
<!--[if IE]>
|
<!--[if IE]>
|
||||||
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
|
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
|
||||||
<![endif]-->
|
<![endif]-->
|
||||||
|
|
@ -15,93 +15,87 @@
|
||||||
<header id="banner" class="body">
|
<header id="banner" class="body">
|
||||||
<h1><a href="/">A Pelican Blog </a></h1>
|
<h1><a href="/">A Pelican Blog </a></h1>
|
||||||
<nav><ul>
|
<nav><ul>
|
||||||
<li><a href="/override/">Override url/save_as</a></li>
|
<li><a href="/override/">Override url/save_as</a></li>
|
||||||
<li><a href="/pages/this-is-a-test-page.html">This is a test page</a></li>
|
<li><a href="/pages/this-is-a-test-page.html">This is a test page</a></li>
|
||||||
<li><a href="/category/bar.html">bar</a></li>
|
<li><a href="/category/bar.html">bar</a></li>
|
||||||
<li><a href="/category/cat1.html">cat1</a></li>
|
<li><a href="/category/cat1.html">cat1</a></li>
|
||||||
<li class="active"><a href="/category/misc.html">misc</a></li>
|
<li class="active"><a href="/category/misc.html">misc</a></li>
|
||||||
<li><a href="/category/yeah.html">yeah</a></li>
|
<li><a href="/category/yeah.html">yeah</a></li>
|
||||||
</ul></nav>
|
</ul></nav>
|
||||||
</header><!-- /#banner -->
|
</header><!-- /#banner -->
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<aside id="featured" class="body">
|
<aside id="featured" class="body">
|
||||||
<article>
|
<article>
|
||||||
<h1 class="entry-title"><a href="/filename_metadata-example.html">FILENAME_METADATA example</a></h1>
|
<h1 class="entry-title"><a href="/filename_metadata-example.html">FILENAME_METADATA example</a></h1>
|
||||||
<footer class="post-info">
|
<footer class="post-info">
|
||||||
<abbr class="published" title="2012-11-30T00:00:00">
|
<abbr class="published" title="2012-11-30T00:00:00">
|
||||||
Fri 30 November 2012
|
Fri 30 November 2012
|
||||||
</abbr>
|
</abbr>
|
||||||
|
|
||||||
<p>In <a href="/category/misc.html">misc</a>. </p>
|
<p>In <a href="/category/misc.html">misc</a>. </p>
|
||||||
|
|
||||||
</footer><!-- /.post-info --><p>Some cool stuff!</p>
|
</footer><!-- /.post-info --><p>Some cool stuff!</p>
|
||||||
</article>
|
</article>
|
||||||
</aside><!-- /#featured -->
|
</aside><!-- /#featured -->
|
||||||
<section id="content" class="body">
|
<section id="content" class="body">
|
||||||
<h1>Other articles</h1>
|
<h1>Other articles</h1>
|
||||||
<hr />
|
<hr />
|
||||||
<ol id="posts-list" class="hfeed">
|
<ol id="posts-list" class="hfeed">
|
||||||
|
|
||||||
|
|
||||||
|
<li><article class="hentry">
|
||||||
<li><article class="hentry">
|
|
||||||
<header>
|
<header>
|
||||||
<h1><a href="/second-article.html" rel="bookmark"
|
<h1><a href="/second-article.html" rel="bookmark"
|
||||||
title="Permalink to Second article">Second article</a></h1>
|
title="Permalink to Second article">Second article</a></h1>
|
||||||
</header>
|
</header>
|
||||||
|
|
||||||
<div class="entry-content">
|
<div class="entry-content">
|
||||||
<footer class="post-info">
|
<footer class="post-info">
|
||||||
<abbr class="published" title="2012-02-29T00:00:00">
|
<abbr class="published" title="2012-02-29T00:00:00">
|
||||||
Wed 29 February 2012
|
Wed 29 February 2012
|
||||||
</abbr>
|
</abbr>
|
||||||
|
|
||||||
<p>In <a href="/category/misc.html">misc</a>. </p>
|
<p>In <a href="/category/misc.html">misc</a>. </p>
|
||||||
<p>tags: <a href="/tag/foo.html">foo</a><a href="/tag/bar.html">bar</a><a href="/tag/baz.html">baz</a></p>Translations:
|
<p>tags: <a href="/tag/foo.html">foo</a><a href="/tag/bar.html">bar</a><a href="/tag/baz.html">baz</a></p>Translations:
|
||||||
<a href="/second-article-fr.html">fr</a>
|
<a href="/second-article-fr.html">fr</a>
|
||||||
|
|
||||||
</footer><!-- /.post-info --> <p>This is some article, in english</p>
|
</footer><!-- /.post-info --> <p>This is some article, in english</p>
|
||||||
|
|
||||||
<a class="readmore" href="/second-article.html">read more</a>
|
<a class="readmore" href="/second-article.html">read more</a>
|
||||||
</div><!-- /.entry-content -->
|
</div><!-- /.entry-content -->
|
||||||
</article></li>
|
</article></li>
|
||||||
|
|
||||||
|
|
||||||
|
<li><article class="hentry">
|
||||||
<li><article class="hentry">
|
|
||||||
<header>
|
<header>
|
||||||
<h1><a href="/unbelievable.html" rel="bookmark"
|
<h1><a href="/unbelievable.html" rel="bookmark"
|
||||||
title="Permalink to Unbelievable !">Unbelievable !</a></h1>
|
title="Permalink to Unbelievable !">Unbelievable !</a></h1>
|
||||||
</header>
|
</header>
|
||||||
|
|
||||||
<div class="entry-content">
|
<div class="entry-content">
|
||||||
<footer class="post-info">
|
<footer class="post-info">
|
||||||
<abbr class="published" title="2010-10-15T20:30:00">
|
<abbr class="published" title="2010-10-15T20:30:00">
|
||||||
Fri 15 October 2010
|
Fri 15 October 2010
|
||||||
</abbr>
|
</abbr>
|
||||||
|
|
||||||
<p>In <a href="/category/misc.html">misc</a>. </p>
|
<p>In <a href="/category/misc.html">misc</a>. </p>
|
||||||
|
|
||||||
</footer><!-- /.post-info --> <p>Or completely awesome. Depends the needs.</p>
|
</footer><!-- /.post-info --> <p>Or completely awesome. Depends the needs.</p>
|
||||||
<p><a class="reference external" href="/a-markdown-powered-article.html">a root-relative link to markdown-article</a>
|
<p><a class="reference external" href="/a-markdown-powered-article.html">a root-relative link to markdown-article</a>
|
||||||
<a class="reference external" href="/a-markdown-powered-article.html">a file-relative link to markdown-article</a></p>
|
<a class="reference external" href="/a-markdown-powered-article.html">a file-relative link to markdown-article</a></p>
|
||||||
|
|
||||||
<a class="readmore" href="/unbelievable.html">read more</a>
|
<a class="readmore" href="/unbelievable.html">read more</a>
|
||||||
</div><!-- /.entry-content -->
|
</div><!-- /.entry-content -->
|
||||||
</article></li>
|
</article></li>
|
||||||
</ol><!-- /#posts-list -->
|
</ol><!-- /#posts-list -->
|
||||||
</section><!-- /#content -->
|
</section><!-- /#content -->
|
||||||
<section id="extras" class="body">
|
<section id="extras" class="body">
|
||||||
<div class="social">
|
<div class="social">
|
||||||
<h2>social</h2>
|
<h2>social</h2>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="/feeds/all.atom.xml" type="application/atom+xml" rel="alternate">atom feed</a></li>
|
<li><a href="/feeds/all.atom.xml" type="application/atom+xml" rel="alternate">atom feed</a></li>
|
||||||
|
|
||||||
</ul>
|
</ul>
|
||||||
</div><!-- /.social -->
|
</div><!-- /.social -->
|
||||||
</section><!-- /#extras -->
|
</section><!-- /#extras -->
|
||||||
|
|
||||||
<footer id="contentinfo" class="body">
|
<footer id="contentinfo" class="body">
|
||||||
<address id="about" class="vcard body">
|
<address id="about" class="vcard body">
|
||||||
|
|
|
||||||
|
|
@ -4,8 +4,8 @@
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<title>A Pelican Blog - yeah</title>
|
<title>A Pelican Blog - yeah</title>
|
||||||
<link rel="stylesheet" href="/theme/css/main.css">
|
<link rel="stylesheet" href="/theme/css/main.css">
|
||||||
<link href="/feeds/all.atom.xml" type="application/atom+xml" rel="alternate" title="A Pelican Blog Atom Feed" />
|
<link href="/feeds/all.atom.xml" type="application/atom+xml" rel="alternate" title="A Pelican Blog Atom Feed" />
|
||||||
|
|
||||||
<!--[if IE]>
|
<!--[if IE]>
|
||||||
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
|
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
|
||||||
<![endif]-->
|
<![endif]-->
|
||||||
|
|
@ -15,29 +15,27 @@
|
||||||
<header id="banner" class="body">
|
<header id="banner" class="body">
|
||||||
<h1><a href="/">A Pelican Blog </a></h1>
|
<h1><a href="/">A Pelican Blog </a></h1>
|
||||||
<nav><ul>
|
<nav><ul>
|
||||||
<li><a href="/override/">Override url/save_as</a></li>
|
<li><a href="/override/">Override url/save_as</a></li>
|
||||||
<li><a href="/pages/this-is-a-test-page.html">This is a test page</a></li>
|
<li><a href="/pages/this-is-a-test-page.html">This is a test page</a></li>
|
||||||
<li><a href="/category/bar.html">bar</a></li>
|
<li><a href="/category/bar.html">bar</a></li>
|
||||||
<li><a href="/category/cat1.html">cat1</a></li>
|
<li><a href="/category/cat1.html">cat1</a></li>
|
||||||
<li><a href="/category/misc.html">misc</a></li>
|
<li><a href="/category/misc.html">misc</a></li>
|
||||||
<li class="active"><a href="/category/yeah.html">yeah</a></li>
|
<li class="active"><a href="/category/yeah.html">yeah</a></li>
|
||||||
</ul></nav>
|
</ul></nav>
|
||||||
</header><!-- /#banner -->
|
</header><!-- /#banner -->
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<aside id="featured" class="body">
|
<aside id="featured" class="body">
|
||||||
<article>
|
<article>
|
||||||
<h1 class="entry-title"><a href="/this-is-a-super-article.html">This is a super article !</a></h1>
|
<h1 class="entry-title"><a href="/this-is-a-super-article.html">This is a super article !</a></h1>
|
||||||
<footer class="post-info">
|
<footer class="post-info">
|
||||||
<abbr class="published" title="2010-12-02T10:14:00">
|
<abbr class="published" title="2010-12-02T10:14:00">
|
||||||
Thu 02 December 2010
|
Thu 02 December 2010
|
||||||
</abbr>
|
</abbr>
|
||||||
|
|
||||||
<address class="vcard author">
|
<address class="vcard author">
|
||||||
By <a class="url fn" href="/author/alexis-metaireau.html">Alexis Métaireau</a>
|
By <a class="url fn" href="/author/alexis-metaireau.html">Alexis Métaireau</a>
|
||||||
</address>
|
</address>
|
||||||
<p>In <a href="/category/yeah.html">yeah</a>. </p>
|
<p>In <a href="/category/yeah.html">yeah</a>. </p>
|
||||||
<p>tags: <a href="/tag/foo.html">foo</a><a href="/tag/bar.html">bar</a><a href="/tag/foobar.html">foobar</a></p>
|
<p>tags: <a href="/tag/foo.html">foo</a><a href="/tag/bar.html">bar</a><a href="/tag/foobar.html">foobar</a></p>
|
||||||
</footer><!-- /.post-info --><p>Some content here !</p>
|
</footer><!-- /.post-info --><p>Some content here !</p>
|
||||||
<div class="section" id="this-is-a-simple-title">
|
<div class="section" id="this-is-a-simple-title">
|
||||||
|
|
@ -52,18 +50,18 @@
|
||||||
<p>→ And now try with some utf8 hell: ééé</p>
|
<p>→ And now try with some utf8 hell: ééé</p>
|
||||||
</div>
|
</div>
|
||||||
</article>
|
</article>
|
||||||
</aside><!-- /#featured -->
|
</aside><!-- /#featured -->
|
||||||
</ol><!-- /#posts-list -->
|
</ol><!-- /#posts-list -->
|
||||||
</section><!-- /#content -->
|
</section><!-- /#content -->
|
||||||
<section id="extras" class="body">
|
<section id="extras" class="body">
|
||||||
<div class="social">
|
<div class="social">
|
||||||
<h2>social</h2>
|
<h2>social</h2>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="/feeds/all.atom.xml" type="application/atom+xml" rel="alternate">atom feed</a></li>
|
<li><a href="/feeds/all.atom.xml" type="application/atom+xml" rel="alternate">atom feed</a></li>
|
||||||
|
|
||||||
</ul>
|
</ul>
|
||||||
</div><!-- /.social -->
|
</div><!-- /.social -->
|
||||||
</section><!-- /#extras -->
|
</section><!-- /#extras -->
|
||||||
|
|
||||||
<footer id="contentinfo" class="body">
|
<footer id="contentinfo" class="body">
|
||||||
<address id="about" class="vcard body">
|
<address id="about" class="vcard body">
|
||||||
|
|
|
||||||
|
|
@ -4,8 +4,8 @@
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<title>FILENAME_METADATA example</title>
|
<title>FILENAME_METADATA example</title>
|
||||||
<link rel="stylesheet" href="/theme/css/main.css">
|
<link rel="stylesheet" href="/theme/css/main.css">
|
||||||
<link href="/feeds/all.atom.xml" type="application/atom+xml" rel="alternate" title="A Pelican Blog Atom Feed" />
|
<link href="/feeds/all.atom.xml" type="application/atom+xml" rel="alternate" title="A Pelican Blog Atom Feed" />
|
||||||
|
|
||||||
<!--[if IE]>
|
<!--[if IE]>
|
||||||
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
|
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
|
||||||
<![endif]-->
|
<![endif]-->
|
||||||
|
|
@ -15,45 +15,45 @@
|
||||||
<header id="banner" class="body">
|
<header id="banner" class="body">
|
||||||
<h1><a href="/">A Pelican Blog </a></h1>
|
<h1><a href="/">A Pelican Blog </a></h1>
|
||||||
<nav><ul>
|
<nav><ul>
|
||||||
<li><a href="/override/">Override url/save_as</a></li>
|
<li><a href="/override/">Override url/save_as</a></li>
|
||||||
<li><a href="/pages/this-is-a-test-page.html">This is a test page</a></li>
|
<li><a href="/pages/this-is-a-test-page.html">This is a test page</a></li>
|
||||||
<li><a href="/category/bar.html">bar</a></li>
|
<li><a href="/category/bar.html">bar</a></li>
|
||||||
<li><a href="/category/cat1.html">cat1</a></li>
|
<li><a href="/category/cat1.html">cat1</a></li>
|
||||||
<li class="active"><a href="/category/misc.html">misc</a></li>
|
<li class="active"><a href="/category/misc.html">misc</a></li>
|
||||||
<li><a href="/category/yeah.html">yeah</a></li>
|
<li><a href="/category/yeah.html">yeah</a></li>
|
||||||
</ul></nav>
|
</ul></nav>
|
||||||
</header><!-- /#banner -->
|
</header><!-- /#banner -->
|
||||||
<section id="content" class="body">
|
<section id="content" class="body">
|
||||||
<article>
|
<article>
|
||||||
<header>
|
<header>
|
||||||
<h1 class="entry-title">
|
<h1 class="entry-title">
|
||||||
<a href="/filename_metadata-example.html" rel="bookmark"
|
<a href="/filename_metadata-example.html" rel="bookmark"
|
||||||
title="Permalink to FILENAME_METADATA example">FILENAME_METADATA example</a></h1>
|
title="Permalink to FILENAME_METADATA example">FILENAME_METADATA example</a></h1>
|
||||||
</header>
|
</header>
|
||||||
|
|
||||||
<div class="entry-content">
|
<div class="entry-content">
|
||||||
<footer class="post-info">
|
<footer class="post-info">
|
||||||
<abbr class="published" title="2012-11-30T00:00:00">
|
<abbr class="published" title="2012-11-30T00:00:00">
|
||||||
Fri 30 November 2012
|
Fri 30 November 2012
|
||||||
</abbr>
|
</abbr>
|
||||||
|
|
||||||
<p>In <a href="/category/misc.html">misc</a>. </p>
|
<p>In <a href="/category/misc.html">misc</a>. </p>
|
||||||
|
|
||||||
</footer><!-- /.post-info --> <p>Some cool stuff!</p>
|
</footer><!-- /.post-info --> <p>Some cool stuff!</p>
|
||||||
|
|
||||||
</div><!-- /.entry-content -->
|
</div><!-- /.entry-content -->
|
||||||
|
|
||||||
</article>
|
</article>
|
||||||
</section>
|
</section>
|
||||||
<section id="extras" class="body">
|
<section id="extras" class="body">
|
||||||
<div class="social">
|
<div class="social">
|
||||||
<h2>social</h2>
|
<h2>social</h2>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="/feeds/all.atom.xml" type="application/atom+xml" rel="alternate">atom feed</a></li>
|
<li><a href="/feeds/all.atom.xml" type="application/atom+xml" rel="alternate">atom feed</a></li>
|
||||||
|
|
||||||
</ul>
|
</ul>
|
||||||
</div><!-- /.social -->
|
</div><!-- /.social -->
|
||||||
</section><!-- /#extras -->
|
</section><!-- /#extras -->
|
||||||
|
|
||||||
<footer id="contentinfo" class="body">
|
<footer id="contentinfo" class="body">
|
||||||
<address id="about" class="vcard body">
|
<address id="about" class="vcard body">
|
||||||
|
|
|
||||||
|
|
@ -4,8 +4,8 @@
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<title>A Pelican Blog</title>
|
<title>A Pelican Blog</title>
|
||||||
<link rel="stylesheet" href="/theme/css/main.css">
|
<link rel="stylesheet" href="/theme/css/main.css">
|
||||||
<link href="/feeds/all.atom.xml" type="application/atom+xml" rel="alternate" title="A Pelican Blog Atom Feed" />
|
<link href="/feeds/all.atom.xml" type="application/atom+xml" rel="alternate" title="A Pelican Blog Atom Feed" />
|
||||||
|
|
||||||
<!--[if IE]>
|
<!--[if IE]>
|
||||||
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
|
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
|
||||||
<![endif]-->
|
<![endif]-->
|
||||||
|
|
@ -15,192 +15,176 @@
|
||||||
<header id="banner" class="body">
|
<header id="banner" class="body">
|
||||||
<h1><a href="/">A Pelican Blog </a></h1>
|
<h1><a href="/">A Pelican Blog </a></h1>
|
||||||
<nav><ul>
|
<nav><ul>
|
||||||
<li><a href="/override/">Override url/save_as</a></li>
|
<li><a href="/override/">Override url/save_as</a></li>
|
||||||
<li><a href="/pages/this-is-a-test-page.html">This is a test page</a></li>
|
<li><a href="/pages/this-is-a-test-page.html">This is a test page</a></li>
|
||||||
<li><a href="/category/bar.html">bar</a></li>
|
<li><a href="/category/bar.html">bar</a></li>
|
||||||
<li><a href="/category/cat1.html">cat1</a></li>
|
<li><a href="/category/cat1.html">cat1</a></li>
|
||||||
<li><a href="/category/misc.html">misc</a></li>
|
<li><a href="/category/misc.html">misc</a></li>
|
||||||
<li><a href="/category/yeah.html">yeah</a></li>
|
<li><a href="/category/yeah.html">yeah</a></li>
|
||||||
</ul></nav>
|
</ul></nav>
|
||||||
</header><!-- /#banner -->
|
</header><!-- /#banner -->
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<aside id="featured" class="body">
|
<aside id="featured" class="body">
|
||||||
<article>
|
<article>
|
||||||
<h1 class="entry-title"><a href="/filename_metadata-example.html">FILENAME_METADATA example</a></h1>
|
<h1 class="entry-title"><a href="/filename_metadata-example.html">FILENAME_METADATA example</a></h1>
|
||||||
<footer class="post-info">
|
<footer class="post-info">
|
||||||
<abbr class="published" title="2012-11-30T00:00:00">
|
<abbr class="published" title="2012-11-30T00:00:00">
|
||||||
Fri 30 November 2012
|
Fri 30 November 2012
|
||||||
</abbr>
|
</abbr>
|
||||||
|
|
||||||
<p>In <a href="/category/misc.html">misc</a>. </p>
|
<p>In <a href="/category/misc.html">misc</a>. </p>
|
||||||
|
|
||||||
</footer><!-- /.post-info --><p>Some cool stuff!</p>
|
</footer><!-- /.post-info --><p>Some cool stuff!</p>
|
||||||
</article>
|
</article>
|
||||||
</aside><!-- /#featured -->
|
</aside><!-- /#featured -->
|
||||||
<section id="content" class="body">
|
<section id="content" class="body">
|
||||||
<h1>Other articles</h1>
|
<h1>Other articles</h1>
|
||||||
<hr />
|
<hr />
|
||||||
<ol id="posts-list" class="hfeed">
|
<ol id="posts-list" class="hfeed">
|
||||||
|
|
||||||
|
|
||||||
|
<li><article class="hentry">
|
||||||
<li><article class="hentry">
|
|
||||||
<header>
|
<header>
|
||||||
<h1><a href="/second-article.html" rel="bookmark"
|
<h1><a href="/second-article.html" rel="bookmark"
|
||||||
title="Permalink to Second article">Second article</a></h1>
|
title="Permalink to Second article">Second article</a></h1>
|
||||||
</header>
|
</header>
|
||||||
|
|
||||||
<div class="entry-content">
|
<div class="entry-content">
|
||||||
<footer class="post-info">
|
<footer class="post-info">
|
||||||
<abbr class="published" title="2012-02-29T00:00:00">
|
<abbr class="published" title="2012-02-29T00:00:00">
|
||||||
Wed 29 February 2012
|
Wed 29 February 2012
|
||||||
</abbr>
|
</abbr>
|
||||||
|
|
||||||
<p>In <a href="/category/misc.html">misc</a>. </p>
|
<p>In <a href="/category/misc.html">misc</a>. </p>
|
||||||
<p>tags: <a href="/tag/foo.html">foo</a><a href="/tag/bar.html">bar</a><a href="/tag/baz.html">baz</a></p>Translations:
|
<p>tags: <a href="/tag/foo.html">foo</a><a href="/tag/bar.html">bar</a><a href="/tag/baz.html">baz</a></p>Translations:
|
||||||
<a href="/second-article-fr.html">fr</a>
|
<a href="/second-article-fr.html">fr</a>
|
||||||
|
|
||||||
</footer><!-- /.post-info --> <p>This is some article, in english</p>
|
</footer><!-- /.post-info --> <p>This is some article, in english</p>
|
||||||
|
|
||||||
<a class="readmore" href="/second-article.html">read more</a>
|
<a class="readmore" href="/second-article.html">read more</a>
|
||||||
</div><!-- /.entry-content -->
|
</div><!-- /.entry-content -->
|
||||||
</article></li>
|
</article></li>
|
||||||
|
|
||||||
|
|
||||||
|
<li><article class="hentry">
|
||||||
<li><article class="hentry">
|
|
||||||
<header>
|
<header>
|
||||||
<h1><a href="/a-markdown-powered-article.html" rel="bookmark"
|
<h1><a href="/a-markdown-powered-article.html" rel="bookmark"
|
||||||
title="Permalink to A markdown powered article">A markdown powered article</a></h1>
|
title="Permalink to A markdown powered article">A markdown powered article</a></h1>
|
||||||
</header>
|
</header>
|
||||||
|
|
||||||
<div class="entry-content">
|
<div class="entry-content">
|
||||||
<footer class="post-info">
|
<footer class="post-info">
|
||||||
<abbr class="published" title="2011-04-20T00:00:00">
|
<abbr class="published" title="2011-04-20T00:00:00">
|
||||||
Wed 20 April 2011
|
Wed 20 April 2011
|
||||||
</abbr>
|
</abbr>
|
||||||
|
|
||||||
<p>In <a href="/category/cat1.html">cat1</a>. </p>
|
<p>In <a href="/category/cat1.html">cat1</a>. </p>
|
||||||
|
|
||||||
</footer><!-- /.post-info --> <p>You're mutually oblivious.</p>
|
</footer><!-- /.post-info --> <p>You're mutually oblivious.</p>
|
||||||
<p><a href="/unbelievable.html">a root-relative link to unbelievable</a>
|
<p><a href="/unbelievable.html">a root-relative link to unbelievable</a>
|
||||||
<a href="/unbelievable.html">a file-relative link to unbelievable</a></p>
|
<a href="/unbelievable.html">a file-relative link to unbelievable</a></p>
|
||||||
<a class="readmore" href="/a-markdown-powered-article.html">read more</a>
|
<a class="readmore" href="/a-markdown-powered-article.html">read more</a>
|
||||||
</div><!-- /.entry-content -->
|
</div><!-- /.entry-content -->
|
||||||
</article></li>
|
</article></li>
|
||||||
|
|
||||||
|
|
||||||
|
<li><article class="hentry">
|
||||||
<li><article class="hentry">
|
|
||||||
<header>
|
<header>
|
||||||
<h1><a href="/article-1.html" rel="bookmark"
|
<h1><a href="/article-1.html" rel="bookmark"
|
||||||
title="Permalink to Article 1">Article 1</a></h1>
|
title="Permalink to Article 1">Article 1</a></h1>
|
||||||
</header>
|
</header>
|
||||||
|
|
||||||
<div class="entry-content">
|
<div class="entry-content">
|
||||||
<footer class="post-info">
|
<footer class="post-info">
|
||||||
<abbr class="published" title="2011-02-17T00:00:00">
|
<abbr class="published" title="2011-02-17T00:00:00">
|
||||||
Thu 17 February 2011
|
Thu 17 February 2011
|
||||||
</abbr>
|
</abbr>
|
||||||
|
|
||||||
<p>In <a href="/category/cat1.html">cat1</a>. </p>
|
<p>In <a href="/category/cat1.html">cat1</a>. </p>
|
||||||
|
|
||||||
</footer><!-- /.post-info --> <p>Article 1</p>
|
</footer><!-- /.post-info --> <p>Article 1</p>
|
||||||
|
|
||||||
<a class="readmore" href="/article-1.html">read more</a>
|
<a class="readmore" href="/article-1.html">read more</a>
|
||||||
</div><!-- /.entry-content -->
|
</div><!-- /.entry-content -->
|
||||||
</article></li>
|
</article></li>
|
||||||
|
|
||||||
|
|
||||||
|
<li><article class="hentry">
|
||||||
<li><article class="hentry">
|
|
||||||
<header>
|
<header>
|
||||||
<h1><a href="/article-2.html" rel="bookmark"
|
<h1><a href="/article-2.html" rel="bookmark"
|
||||||
title="Permalink to Article 2">Article 2</a></h1>
|
title="Permalink to Article 2">Article 2</a></h1>
|
||||||
</header>
|
</header>
|
||||||
|
|
||||||
<div class="entry-content">
|
<div class="entry-content">
|
||||||
<footer class="post-info">
|
<footer class="post-info">
|
||||||
<abbr class="published" title="2011-02-17T00:00:00">
|
<abbr class="published" title="2011-02-17T00:00:00">
|
||||||
Thu 17 February 2011
|
Thu 17 February 2011
|
||||||
</abbr>
|
</abbr>
|
||||||
|
|
||||||
<p>In <a href="/category/cat1.html">cat1</a>. </p>
|
<p>In <a href="/category/cat1.html">cat1</a>. </p>
|
||||||
|
|
||||||
</footer><!-- /.post-info --> <p>Article 2</p>
|
</footer><!-- /.post-info --> <p>Article 2</p>
|
||||||
|
|
||||||
<a class="readmore" href="/article-2.html">read more</a>
|
<a class="readmore" href="/article-2.html">read more</a>
|
||||||
</div><!-- /.entry-content -->
|
</div><!-- /.entry-content -->
|
||||||
</article></li>
|
</article></li>
|
||||||
|
|
||||||
|
|
||||||
|
<li><article class="hentry">
|
||||||
<li><article class="hentry">
|
|
||||||
<header>
|
<header>
|
||||||
<h1><a href="/article-3.html" rel="bookmark"
|
<h1><a href="/article-3.html" rel="bookmark"
|
||||||
title="Permalink to Article 3">Article 3</a></h1>
|
title="Permalink to Article 3">Article 3</a></h1>
|
||||||
</header>
|
</header>
|
||||||
|
|
||||||
<div class="entry-content">
|
<div class="entry-content">
|
||||||
<footer class="post-info">
|
<footer class="post-info">
|
||||||
<abbr class="published" title="2011-02-17T00:00:00">
|
<abbr class="published" title="2011-02-17T00:00:00">
|
||||||
Thu 17 February 2011
|
Thu 17 February 2011
|
||||||
</abbr>
|
</abbr>
|
||||||
|
|
||||||
<p>In <a href="/category/cat1.html">cat1</a>. </p>
|
<p>In <a href="/category/cat1.html">cat1</a>. </p>
|
||||||
|
|
||||||
</footer><!-- /.post-info --> <p>Article 3</p>
|
</footer><!-- /.post-info --> <p>Article 3</p>
|
||||||
|
|
||||||
<a class="readmore" href="/article-3.html">read more</a>
|
<a class="readmore" href="/article-3.html">read more</a>
|
||||||
</div><!-- /.entry-content -->
|
</div><!-- /.entry-content -->
|
||||||
</article></li>
|
</article></li>
|
||||||
|
|
||||||
|
|
||||||
|
<li><article class="hentry">
|
||||||
<li><article class="hentry">
|
|
||||||
<header>
|
<header>
|
||||||
<h1><a href="/this-is-a-super-article.html" rel="bookmark"
|
<h1><a href="/this-is-a-super-article.html" rel="bookmark"
|
||||||
title="Permalink to This is a super article !">This is a super article !</a></h1>
|
title="Permalink to This is a super article !">This is a super article !</a></h1>
|
||||||
</header>
|
</header>
|
||||||
|
|
||||||
<div class="entry-content">
|
<div class="entry-content">
|
||||||
<footer class="post-info">
|
<footer class="post-info">
|
||||||
<abbr class="published" title="2010-12-02T10:14:00">
|
<abbr class="published" title="2010-12-02T10:14:00">
|
||||||
Thu 02 December 2010
|
Thu 02 December 2010
|
||||||
</abbr>
|
</abbr>
|
||||||
|
|
||||||
<address class="vcard author">
|
<address class="vcard author">
|
||||||
By <a class="url fn" href="/author/alexis-metaireau.html">Alexis Métaireau</a>
|
By <a class="url fn" href="/author/alexis-metaireau.html">Alexis Métaireau</a>
|
||||||
</address>
|
</address>
|
||||||
<p>In <a href="/category/yeah.html">yeah</a>. </p>
|
<p>In <a href="/category/yeah.html">yeah</a>. </p>
|
||||||
<p>tags: <a href="/tag/foo.html">foo</a><a href="/tag/bar.html">bar</a><a href="/tag/foobar.html">foobar</a></p>
|
<p>tags: <a href="/tag/foo.html">foo</a><a href="/tag/bar.html">bar</a><a href="/tag/foobar.html">foobar</a></p>
|
||||||
</footer><!-- /.post-info --> <p class="first last">Multi-line metadata should be supported
|
</footer><!-- /.post-info --> <p class="first last">Multi-line metadata should be supported
|
||||||
as well as <strong>inline markup</strong>.</p>
|
as well as <strong>inline markup</strong>.</p>
|
||||||
|
|
||||||
<a class="readmore" href="/this-is-a-super-article.html">read more</a>
|
<a class="readmore" href="/this-is-a-super-article.html">read more</a>
|
||||||
</div><!-- /.entry-content -->
|
</div><!-- /.entry-content -->
|
||||||
</article></li>
|
</article></li>
|
||||||
|
|
||||||
|
|
||||||
|
<li><article class="hentry">
|
||||||
<li><article class="hentry">
|
|
||||||
<header>
|
<header>
|
||||||
<h1><a href="/oh-yeah.html" rel="bookmark"
|
<h1><a href="/oh-yeah.html" rel="bookmark"
|
||||||
title="Permalink to Oh yeah !">Oh yeah !</a></h1>
|
title="Permalink to Oh yeah !">Oh yeah !</a></h1>
|
||||||
</header>
|
</header>
|
||||||
|
|
||||||
<div class="entry-content">
|
<div class="entry-content">
|
||||||
<footer class="post-info">
|
<footer class="post-info">
|
||||||
<abbr class="published" title="2010-10-20T10:14:00">
|
<abbr class="published" title="2010-10-20T10:14:00">
|
||||||
Wed 20 October 2010
|
Wed 20 October 2010
|
||||||
</abbr>
|
</abbr>
|
||||||
|
|
||||||
<address class="vcard author">
|
<address class="vcard author">
|
||||||
By <a class="url fn" href="/author/alexis-metaireau.html">Alexis Métaireau</a>
|
By <a class="url fn" href="/author/alexis-metaireau.html">Alexis Métaireau</a>
|
||||||
</address>
|
</address>
|
||||||
<p>In <a href="/category/bar.html">bar</a>. </p>
|
<p>In <a href="/category/bar.html">bar</a>. </p>
|
||||||
<p>tags: <a href="/tag/oh.html">oh</a><a href="/tag/bar.html">bar</a><a href="/tag/yeah.html">yeah</a></p>
|
<p>tags: <a href="/tag/oh.html">oh</a><a href="/tag/bar.html">bar</a><a href="/tag/yeah.html">yeah</a></p>
|
||||||
</footer><!-- /.post-info --> <div class="section" id="why-not">
|
</footer><!-- /.post-info --> <div class="section" id="why-not">
|
||||||
<h2>Why not ?</h2>
|
<h2>Why not ?</h2>
|
||||||
|
|
@ -210,43 +194,41 @@ YEAH !</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<a class="readmore" href="/oh-yeah.html">read more</a>
|
<a class="readmore" href="/oh-yeah.html">read more</a>
|
||||||
</div><!-- /.entry-content -->
|
</div><!-- /.entry-content -->
|
||||||
</article></li>
|
</article></li>
|
||||||
|
|
||||||
|
|
||||||
|
<li><article class="hentry">
|
||||||
<li><article class="hentry">
|
|
||||||
<header>
|
<header>
|
||||||
<h1><a href="/unbelievable.html" rel="bookmark"
|
<h1><a href="/unbelievable.html" rel="bookmark"
|
||||||
title="Permalink to Unbelievable !">Unbelievable !</a></h1>
|
title="Permalink to Unbelievable !">Unbelievable !</a></h1>
|
||||||
</header>
|
</header>
|
||||||
|
|
||||||
<div class="entry-content">
|
<div class="entry-content">
|
||||||
<footer class="post-info">
|
<footer class="post-info">
|
||||||
<abbr class="published" title="2010-10-15T20:30:00">
|
<abbr class="published" title="2010-10-15T20:30:00">
|
||||||
Fri 15 October 2010
|
Fri 15 October 2010
|
||||||
</abbr>
|
</abbr>
|
||||||
|
|
||||||
<p>In <a href="/category/misc.html">misc</a>. </p>
|
<p>In <a href="/category/misc.html">misc</a>. </p>
|
||||||
|
|
||||||
</footer><!-- /.post-info --> <p>Or completely awesome. Depends the needs.</p>
|
</footer><!-- /.post-info --> <p>Or completely awesome. Depends the needs.</p>
|
||||||
<p><a class="reference external" href="/a-markdown-powered-article.html">a root-relative link to markdown-article</a>
|
<p><a class="reference external" href="/a-markdown-powered-article.html">a root-relative link to markdown-article</a>
|
||||||
<a class="reference external" href="/a-markdown-powered-article.html">a file-relative link to markdown-article</a></p>
|
<a class="reference external" href="/a-markdown-powered-article.html">a file-relative link to markdown-article</a></p>
|
||||||
|
|
||||||
<a class="readmore" href="/unbelievable.html">read more</a>
|
<a class="readmore" href="/unbelievable.html">read more</a>
|
||||||
</div><!-- /.entry-content -->
|
</div><!-- /.entry-content -->
|
||||||
</article></li>
|
</article></li>
|
||||||
</ol><!-- /#posts-list -->
|
</ol><!-- /#posts-list -->
|
||||||
</section><!-- /#content -->
|
</section><!-- /#content -->
|
||||||
<section id="extras" class="body">
|
<section id="extras" class="body">
|
||||||
<div class="social">
|
<div class="social">
|
||||||
<h2>social</h2>
|
<h2>social</h2>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="/feeds/all.atom.xml" type="application/atom+xml" rel="alternate">atom feed</a></li>
|
<li><a href="/feeds/all.atom.xml" type="application/atom+xml" rel="alternate">atom feed</a></li>
|
||||||
|
|
||||||
</ul>
|
</ul>
|
||||||
</div><!-- /.social -->
|
</div><!-- /.social -->
|
||||||
</section><!-- /#extras -->
|
</section><!-- /#extras -->
|
||||||
|
|
||||||
<footer id="contentinfo" class="body">
|
<footer id="contentinfo" class="body">
|
||||||
<address id="about" class="vcard body">
|
<address id="about" class="vcard body">
|
||||||
|
|
|
||||||
|
|
@ -4,8 +4,8 @@
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<title>Oh yeah !</title>
|
<title>Oh yeah !</title>
|
||||||
<link rel="stylesheet" href="/theme/css/main.css">
|
<link rel="stylesheet" href="/theme/css/main.css">
|
||||||
<link href="/feeds/all.atom.xml" type="application/atom+xml" rel="alternate" title="A Pelican Blog Atom Feed" />
|
<link href="/feeds/all.atom.xml" type="application/atom+xml" rel="alternate" title="A Pelican Blog Atom Feed" />
|
||||||
|
|
||||||
<!--[if IE]>
|
<!--[if IE]>
|
||||||
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
|
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
|
||||||
<![endif]-->
|
<![endif]-->
|
||||||
|
|
@ -15,32 +15,32 @@
|
||||||
<header id="banner" class="body">
|
<header id="banner" class="body">
|
||||||
<h1><a href="/">A Pelican Blog </a></h1>
|
<h1><a href="/">A Pelican Blog </a></h1>
|
||||||
<nav><ul>
|
<nav><ul>
|
||||||
<li><a href="/override/">Override url/save_as</a></li>
|
<li><a href="/override/">Override url/save_as</a></li>
|
||||||
<li><a href="/pages/this-is-a-test-page.html">This is a test page</a></li>
|
<li><a href="/pages/this-is-a-test-page.html">This is a test page</a></li>
|
||||||
<li class="active"><a href="/category/bar.html">bar</a></li>
|
<li class="active"><a href="/category/bar.html">bar</a></li>
|
||||||
<li><a href="/category/cat1.html">cat1</a></li>
|
<li><a href="/category/cat1.html">cat1</a></li>
|
||||||
<li><a href="/category/misc.html">misc</a></li>
|
<li><a href="/category/misc.html">misc</a></li>
|
||||||
<li><a href="/category/yeah.html">yeah</a></li>
|
<li><a href="/category/yeah.html">yeah</a></li>
|
||||||
</ul></nav>
|
</ul></nav>
|
||||||
</header><!-- /#banner -->
|
</header><!-- /#banner -->
|
||||||
<section id="content" class="body">
|
<section id="content" class="body">
|
||||||
<article>
|
<article>
|
||||||
<header>
|
<header>
|
||||||
<h1 class="entry-title">
|
<h1 class="entry-title">
|
||||||
<a href="/oh-yeah.html" rel="bookmark"
|
<a href="/oh-yeah.html" rel="bookmark"
|
||||||
title="Permalink to Oh yeah !">Oh yeah !</a></h1>
|
title="Permalink to Oh yeah !">Oh yeah !</a></h1>
|
||||||
</header>
|
</header>
|
||||||
|
|
||||||
<div class="entry-content">
|
<div class="entry-content">
|
||||||
<footer class="post-info">
|
<footer class="post-info">
|
||||||
<abbr class="published" title="2010-10-20T10:14:00">
|
<abbr class="published" title="2010-10-20T10:14:00">
|
||||||
Wed 20 October 2010
|
Wed 20 October 2010
|
||||||
</abbr>
|
</abbr>
|
||||||
|
|
||||||
<address class="vcard author">
|
<address class="vcard author">
|
||||||
By <a class="url fn" href="/author/alexis-metaireau.html">Alexis Métaireau</a>
|
By <a class="url fn" href="/author/alexis-metaireau.html">Alexis Métaireau</a>
|
||||||
</address>
|
</address>
|
||||||
<p>In <a href="/category/bar.html">bar</a>. </p>
|
<p>In <a href="/category/bar.html">bar</a>. </p>
|
||||||
<p>tags: <a href="/tag/oh.html">oh</a><a href="/tag/bar.html">bar</a><a href="/tag/yeah.html">yeah</a></p>
|
<p>tags: <a href="/tag/oh.html">oh</a><a href="/tag/bar.html">bar</a><a href="/tag/yeah.html">yeah</a></p>
|
||||||
</footer><!-- /.post-info --> <div class="section" id="why-not">
|
</footer><!-- /.post-info --> <div class="section" id="why-not">
|
||||||
<h2>Why not ?</h2>
|
<h2>Why not ?</h2>
|
||||||
|
|
@ -50,18 +50,18 @@ YEAH !</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</div><!-- /.entry-content -->
|
</div><!-- /.entry-content -->
|
||||||
|
|
||||||
</article>
|
</article>
|
||||||
</section>
|
</section>
|
||||||
<section id="extras" class="body">
|
<section id="extras" class="body">
|
||||||
<div class="social">
|
<div class="social">
|
||||||
<h2>social</h2>
|
<h2>social</h2>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="/feeds/all.atom.xml" type="application/atom+xml" rel="alternate">atom feed</a></li>
|
<li><a href="/feeds/all.atom.xml" type="application/atom+xml" rel="alternate">atom feed</a></li>
|
||||||
|
|
||||||
</ul>
|
</ul>
|
||||||
</div><!-- /.social -->
|
</div><!-- /.social -->
|
||||||
</section><!-- /#extras -->
|
</section><!-- /#extras -->
|
||||||
|
|
||||||
<footer id="contentinfo" class="body">
|
<footer id="contentinfo" class="body">
|
||||||
<address id="about" class="vcard body">
|
<address id="about" class="vcard body">
|
||||||
|
|
|
||||||
|
|
@ -4,8 +4,8 @@
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<title>Override url/save_as</title>
|
<title>Override url/save_as</title>
|
||||||
<link rel="stylesheet" href="/theme/css/main.css">
|
<link rel="stylesheet" href="/theme/css/main.css">
|
||||||
<link href="/feeds/all.atom.xml" type="application/atom+xml" rel="alternate" title="A Pelican Blog Atom Feed" />
|
<link href="/feeds/all.atom.xml" type="application/atom+xml" rel="alternate" title="A Pelican Blog Atom Feed" />
|
||||||
|
|
||||||
<!--[if IE]>
|
<!--[if IE]>
|
||||||
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
|
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
|
||||||
<![endif]-->
|
<![endif]-->
|
||||||
|
|
@ -15,31 +15,30 @@
|
||||||
<header id="banner" class="body">
|
<header id="banner" class="body">
|
||||||
<h1><a href="/">A Pelican Blog </a></h1>
|
<h1><a href="/">A Pelican Blog </a></h1>
|
||||||
<nav><ul>
|
<nav><ul>
|
||||||
<li class="active"><a href="/override/">Override url/save_as</a></li>
|
<li class="active"><a href="/override/">Override url/save_as</a></li>
|
||||||
<li><a href="/pages/this-is-a-test-page.html">This is a test page</a></li>
|
<li><a href="/pages/this-is-a-test-page.html">This is a test page</a></li>
|
||||||
<li><a href="/category/bar.html">bar</a></li>
|
<li><a href="/category/bar.html">bar</a></li>
|
||||||
<li><a href="/category/cat1.html">cat1</a></li>
|
<li><a href="/category/cat1.html">cat1</a></li>
|
||||||
<li><a href="/category/misc.html">misc</a></li>
|
<li><a href="/category/misc.html">misc</a></li>
|
||||||
<li><a href="/category/yeah.html">yeah</a></li>
|
<li><a href="/category/yeah.html">yeah</a></li>
|
||||||
</ul></nav>
|
</ul></nav>
|
||||||
</header><!-- /#banner -->
|
</header><!-- /#banner -->
|
||||||
|
<section id="content" class="body">
|
||||||
<section id="content" class="body">
|
|
||||||
<h1 class="entry-title">Override url/save_as</h1>
|
<h1 class="entry-title">Override url/save_as</h1>
|
||||||
|
|
||||||
<p>Test page which overrides save_as and url so that this page will be generated
|
<p>Test page which overrides save_as and url so that this page will be generated
|
||||||
at a custom location.</p>
|
at a custom location.</p>
|
||||||
|
|
||||||
</section>
|
</section>
|
||||||
<section id="extras" class="body">
|
<section id="extras" class="body">
|
||||||
<div class="social">
|
<div class="social">
|
||||||
<h2>social</h2>
|
<h2>social</h2>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="/feeds/all.atom.xml" type="application/atom+xml" rel="alternate">atom feed</a></li>
|
<li><a href="/feeds/all.atom.xml" type="application/atom+xml" rel="alternate">atom feed</a></li>
|
||||||
|
|
||||||
</ul>
|
</ul>
|
||||||
</div><!-- /.social -->
|
</div><!-- /.social -->
|
||||||
</section><!-- /#extras -->
|
</section><!-- /#extras -->
|
||||||
|
|
||||||
<footer id="contentinfo" class="body">
|
<footer id="contentinfo" class="body">
|
||||||
<address id="about" class="vcard body">
|
<address id="about" class="vcard body">
|
||||||
|
|
|
||||||
|
|
@ -4,8 +4,8 @@
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<title>This is a test hidden page</title>
|
<title>This is a test hidden page</title>
|
||||||
<link rel="stylesheet" href="/theme/css/main.css">
|
<link rel="stylesheet" href="/theme/css/main.css">
|
||||||
<link href="/feeds/all.atom.xml" type="application/atom+xml" rel="alternate" title="A Pelican Blog Atom Feed" />
|
<link href="/feeds/all.atom.xml" type="application/atom+xml" rel="alternate" title="A Pelican Blog Atom Feed" />
|
||||||
|
|
||||||
<!--[if IE]>
|
<!--[if IE]>
|
||||||
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
|
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
|
||||||
<![endif]-->
|
<![endif]-->
|
||||||
|
|
@ -15,31 +15,30 @@
|
||||||
<header id="banner" class="body">
|
<header id="banner" class="body">
|
||||||
<h1><a href="/">A Pelican Blog </a></h1>
|
<h1><a href="/">A Pelican Blog </a></h1>
|
||||||
<nav><ul>
|
<nav><ul>
|
||||||
<li><a href="/override/">Override url/save_as</a></li>
|
<li><a href="/override/">Override url/save_as</a></li>
|
||||||
<li><a href="/pages/this-is-a-test-page.html">This is a test page</a></li>
|
<li><a href="/pages/this-is-a-test-page.html">This is a test page</a></li>
|
||||||
<li><a href="/category/bar.html">bar</a></li>
|
<li><a href="/category/bar.html">bar</a></li>
|
||||||
<li><a href="/category/cat1.html">cat1</a></li>
|
<li><a href="/category/cat1.html">cat1</a></li>
|
||||||
<li><a href="/category/misc.html">misc</a></li>
|
<li><a href="/category/misc.html">misc</a></li>
|
||||||
<li><a href="/category/yeah.html">yeah</a></li>
|
<li><a href="/category/yeah.html">yeah</a></li>
|
||||||
</ul></nav>
|
</ul></nav>
|
||||||
</header><!-- /#banner -->
|
</header><!-- /#banner -->
|
||||||
|
<section id="content" class="body">
|
||||||
<section id="content" class="body">
|
|
||||||
<h1 class="entry-title">This is a test hidden page</h1>
|
<h1 class="entry-title">This is a test hidden page</h1>
|
||||||
|
|
||||||
<p>This is great for things like error(404) pages
|
<p>This is great for things like error(404) pages
|
||||||
Anyone can see this page but it's not linked to anywhere!</p>
|
Anyone can see this page but it's not linked to anywhere!</p>
|
||||||
|
|
||||||
</section>
|
</section>
|
||||||
<section id="extras" class="body">
|
<section id="extras" class="body">
|
||||||
<div class="social">
|
<div class="social">
|
||||||
<h2>social</h2>
|
<h2>social</h2>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="/feeds/all.atom.xml" type="application/atom+xml" rel="alternate">atom feed</a></li>
|
<li><a href="/feeds/all.atom.xml" type="application/atom+xml" rel="alternate">atom feed</a></li>
|
||||||
|
|
||||||
</ul>
|
</ul>
|
||||||
</div><!-- /.social -->
|
</div><!-- /.social -->
|
||||||
</section><!-- /#extras -->
|
</section><!-- /#extras -->
|
||||||
|
|
||||||
<footer id="contentinfo" class="body">
|
<footer id="contentinfo" class="body">
|
||||||
<address id="about" class="vcard body">
|
<address id="about" class="vcard body">
|
||||||
|
|
|
||||||
|
|
@ -4,8 +4,8 @@
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<title>This is a test page</title>
|
<title>This is a test page</title>
|
||||||
<link rel="stylesheet" href="/theme/css/main.css">
|
<link rel="stylesheet" href="/theme/css/main.css">
|
||||||
<link href="/feeds/all.atom.xml" type="application/atom+xml" rel="alternate" title="A Pelican Blog Atom Feed" />
|
<link href="/feeds/all.atom.xml" type="application/atom+xml" rel="alternate" title="A Pelican Blog Atom Feed" />
|
||||||
|
|
||||||
<!--[if IE]>
|
<!--[if IE]>
|
||||||
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
|
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
|
||||||
<![endif]-->
|
<![endif]-->
|
||||||
|
|
@ -15,31 +15,30 @@
|
||||||
<header id="banner" class="body">
|
<header id="banner" class="body">
|
||||||
<h1><a href="/">A Pelican Blog </a></h1>
|
<h1><a href="/">A Pelican Blog </a></h1>
|
||||||
<nav><ul>
|
<nav><ul>
|
||||||
<li><a href="/override/">Override url/save_as</a></li>
|
<li><a href="/override/">Override url/save_as</a></li>
|
||||||
<li class="active"><a href="/pages/this-is-a-test-page.html">This is a test page</a></li>
|
<li class="active"><a href="/pages/this-is-a-test-page.html">This is a test page</a></li>
|
||||||
<li><a href="/category/bar.html">bar</a></li>
|
<li><a href="/category/bar.html">bar</a></li>
|
||||||
<li><a href="/category/cat1.html">cat1</a></li>
|
<li><a href="/category/cat1.html">cat1</a></li>
|
||||||
<li><a href="/category/misc.html">misc</a></li>
|
<li><a href="/category/misc.html">misc</a></li>
|
||||||
<li><a href="/category/yeah.html">yeah</a></li>
|
<li><a href="/category/yeah.html">yeah</a></li>
|
||||||
</ul></nav>
|
</ul></nav>
|
||||||
</header><!-- /#banner -->
|
</header><!-- /#banner -->
|
||||||
|
<section id="content" class="body">
|
||||||
<section id="content" class="body">
|
|
||||||
<h1 class="entry-title">This is a test page</h1>
|
<h1 class="entry-title">This is a test page</h1>
|
||||||
|
|
||||||
<p>Just an image.</p>
|
<p>Just an image.</p>
|
||||||
<img alt="alternate text" src="|filename|/pictures/Fat_Cat.jpg" style="width: 600px; height: 450px;" />
|
<img alt="alternate text" src="|filename|/pictures/Fat_Cat.jpg" style="width: 600px; height: 450px;" />
|
||||||
|
|
||||||
</section>
|
</section>
|
||||||
<section id="extras" class="body">
|
<section id="extras" class="body">
|
||||||
<div class="social">
|
<div class="social">
|
||||||
<h2>social</h2>
|
<h2>social</h2>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="/feeds/all.atom.xml" type="application/atom+xml" rel="alternate">atom feed</a></li>
|
<li><a href="/feeds/all.atom.xml" type="application/atom+xml" rel="alternate">atom feed</a></li>
|
||||||
|
|
||||||
</ul>
|
</ul>
|
||||||
</div><!-- /.social -->
|
</div><!-- /.social -->
|
||||||
</section><!-- /#extras -->
|
</section><!-- /#extras -->
|
||||||
|
|
||||||
<footer id="contentinfo" class="body">
|
<footer id="contentinfo" class="body">
|
||||||
<address id="about" class="vcard body">
|
<address id="about" class="vcard body">
|
||||||
|
|
|
||||||
|
|
@ -4,8 +4,8 @@
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<title>Deuxième article</title>
|
<title>Deuxième article</title>
|
||||||
<link rel="stylesheet" href="/theme/css/main.css">
|
<link rel="stylesheet" href="/theme/css/main.css">
|
||||||
<link href="/feeds/all.atom.xml" type="application/atom+xml" rel="alternate" title="A Pelican Blog Atom Feed" />
|
<link href="/feeds/all.atom.xml" type="application/atom+xml" rel="alternate" title="A Pelican Blog Atom Feed" />
|
||||||
|
|
||||||
<!--[if IE]>
|
<!--[if IE]>
|
||||||
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
|
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
|
||||||
<![endif]-->
|
<![endif]-->
|
||||||
|
|
@ -15,47 +15,47 @@
|
||||||
<header id="banner" class="body">
|
<header id="banner" class="body">
|
||||||
<h1><a href="/">A Pelican Blog </a></h1>
|
<h1><a href="/">A Pelican Blog </a></h1>
|
||||||
<nav><ul>
|
<nav><ul>
|
||||||
<li><a href="/override/">Override url/save_as</a></li>
|
<li><a href="/override/">Override url/save_as</a></li>
|
||||||
<li><a href="/pages/this-is-a-test-page.html">This is a test page</a></li>
|
<li><a href="/pages/this-is-a-test-page.html">This is a test page</a></li>
|
||||||
<li><a href="/category/bar.html">bar</a></li>
|
<li><a href="/category/bar.html">bar</a></li>
|
||||||
<li><a href="/category/cat1.html">cat1</a></li>
|
<li><a href="/category/cat1.html">cat1</a></li>
|
||||||
<li class="active"><a href="/category/misc.html">misc</a></li>
|
<li class="active"><a href="/category/misc.html">misc</a></li>
|
||||||
<li><a href="/category/yeah.html">yeah</a></li>
|
<li><a href="/category/yeah.html">yeah</a></li>
|
||||||
</ul></nav>
|
</ul></nav>
|
||||||
</header><!-- /#banner -->
|
</header><!-- /#banner -->
|
||||||
<section id="content" class="body">
|
<section id="content" class="body">
|
||||||
<article>
|
<article>
|
||||||
<header>
|
<header>
|
||||||
<h1 class="entry-title">
|
<h1 class="entry-title">
|
||||||
<a href="/second-article-fr.html" rel="bookmark"
|
<a href="/second-article-fr.html" rel="bookmark"
|
||||||
title="Permalink to Deuxième article">Deuxième article</a></h1>
|
title="Permalink to Deuxième article">Deuxième article</a></h1>
|
||||||
</header>
|
</header>
|
||||||
|
|
||||||
<div class="entry-content">
|
<div class="entry-content">
|
||||||
<footer class="post-info">
|
<footer class="post-info">
|
||||||
<abbr class="published" title="2012-02-29T00:00:00">
|
<abbr class="published" title="2012-02-29T00:00:00">
|
||||||
Wed 29 February 2012
|
Wed 29 February 2012
|
||||||
</abbr>
|
</abbr>
|
||||||
|
|
||||||
<p>In <a href="/category/misc.html">misc</a>. </p>
|
<p>In <a href="/category/misc.html">misc</a>. </p>
|
||||||
<p>tags: <a href="/tag/foo.html">foo</a><a href="/tag/bar.html">bar</a><a href="/tag/baz.html">baz</a></p>Translations:
|
<p>tags: <a href="/tag/foo.html">foo</a><a href="/tag/bar.html">bar</a><a href="/tag/baz.html">baz</a></p>Translations:
|
||||||
<a href="/second-article.html">en</a>
|
<a href="/second-article.html">en</a>
|
||||||
|
|
||||||
</footer><!-- /.post-info --> <p>Ceci est un article, en français.</p>
|
</footer><!-- /.post-info --> <p>Ceci est un article, en français.</p>
|
||||||
|
|
||||||
</div><!-- /.entry-content -->
|
</div><!-- /.entry-content -->
|
||||||
|
|
||||||
</article>
|
</article>
|
||||||
</section>
|
</section>
|
||||||
<section id="extras" class="body">
|
<section id="extras" class="body">
|
||||||
<div class="social">
|
<div class="social">
|
||||||
<h2>social</h2>
|
<h2>social</h2>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="/feeds/all.atom.xml" type="application/atom+xml" rel="alternate">atom feed</a></li>
|
<li><a href="/feeds/all.atom.xml" type="application/atom+xml" rel="alternate">atom feed</a></li>
|
||||||
|
|
||||||
</ul>
|
</ul>
|
||||||
</div><!-- /.social -->
|
</div><!-- /.social -->
|
||||||
</section><!-- /#extras -->
|
</section><!-- /#extras -->
|
||||||
|
|
||||||
<footer id="contentinfo" class="body">
|
<footer id="contentinfo" class="body">
|
||||||
<address id="about" class="vcard body">
|
<address id="about" class="vcard body">
|
||||||
|
|
|
||||||
|
|
@ -4,8 +4,8 @@
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<title>Second article</title>
|
<title>Second article</title>
|
||||||
<link rel="stylesheet" href="/theme/css/main.css">
|
<link rel="stylesheet" href="/theme/css/main.css">
|
||||||
<link href="/feeds/all.atom.xml" type="application/atom+xml" rel="alternate" title="A Pelican Blog Atom Feed" />
|
<link href="/feeds/all.atom.xml" type="application/atom+xml" rel="alternate" title="A Pelican Blog Atom Feed" />
|
||||||
|
|
||||||
<!--[if IE]>
|
<!--[if IE]>
|
||||||
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
|
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
|
||||||
<![endif]-->
|
<![endif]-->
|
||||||
|
|
@ -15,47 +15,47 @@
|
||||||
<header id="banner" class="body">
|
<header id="banner" class="body">
|
||||||
<h1><a href="/">A Pelican Blog </a></h1>
|
<h1><a href="/">A Pelican Blog </a></h1>
|
||||||
<nav><ul>
|
<nav><ul>
|
||||||
<li><a href="/override/">Override url/save_as</a></li>
|
<li><a href="/override/">Override url/save_as</a></li>
|
||||||
<li><a href="/pages/this-is-a-test-page.html">This is a test page</a></li>
|
<li><a href="/pages/this-is-a-test-page.html">This is a test page</a></li>
|
||||||
<li><a href="/category/bar.html">bar</a></li>
|
<li><a href="/category/bar.html">bar</a></li>
|
||||||
<li><a href="/category/cat1.html">cat1</a></li>
|
<li><a href="/category/cat1.html">cat1</a></li>
|
||||||
<li class="active"><a href="/category/misc.html">misc</a></li>
|
<li class="active"><a href="/category/misc.html">misc</a></li>
|
||||||
<li><a href="/category/yeah.html">yeah</a></li>
|
<li><a href="/category/yeah.html">yeah</a></li>
|
||||||
</ul></nav>
|
</ul></nav>
|
||||||
</header><!-- /#banner -->
|
</header><!-- /#banner -->
|
||||||
<section id="content" class="body">
|
<section id="content" class="body">
|
||||||
<article>
|
<article>
|
||||||
<header>
|
<header>
|
||||||
<h1 class="entry-title">
|
<h1 class="entry-title">
|
||||||
<a href="/second-article.html" rel="bookmark"
|
<a href="/second-article.html" rel="bookmark"
|
||||||
title="Permalink to Second article">Second article</a></h1>
|
title="Permalink to Second article">Second article</a></h1>
|
||||||
</header>
|
</header>
|
||||||
|
|
||||||
<div class="entry-content">
|
<div class="entry-content">
|
||||||
<footer class="post-info">
|
<footer class="post-info">
|
||||||
<abbr class="published" title="2012-02-29T00:00:00">
|
<abbr class="published" title="2012-02-29T00:00:00">
|
||||||
Wed 29 February 2012
|
Wed 29 February 2012
|
||||||
</abbr>
|
</abbr>
|
||||||
|
|
||||||
<p>In <a href="/category/misc.html">misc</a>. </p>
|
<p>In <a href="/category/misc.html">misc</a>. </p>
|
||||||
<p>tags: <a href="/tag/foo.html">foo</a><a href="/tag/bar.html">bar</a><a href="/tag/baz.html">baz</a></p>Translations:
|
<p>tags: <a href="/tag/foo.html">foo</a><a href="/tag/bar.html">bar</a><a href="/tag/baz.html">baz</a></p>Translations:
|
||||||
<a href="/second-article-fr.html">fr</a>
|
<a href="/second-article-fr.html">fr</a>
|
||||||
|
|
||||||
</footer><!-- /.post-info --> <p>This is some article, in english</p>
|
</footer><!-- /.post-info --> <p>This is some article, in english</p>
|
||||||
|
|
||||||
</div><!-- /.entry-content -->
|
</div><!-- /.entry-content -->
|
||||||
|
|
||||||
</article>
|
</article>
|
||||||
</section>
|
</section>
|
||||||
<section id="extras" class="body">
|
<section id="extras" class="body">
|
||||||
<div class="social">
|
<div class="social">
|
||||||
<h2>social</h2>
|
<h2>social</h2>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="/feeds/all.atom.xml" type="application/atom+xml" rel="alternate">atom feed</a></li>
|
<li><a href="/feeds/all.atom.xml" type="application/atom+xml" rel="alternate">atom feed</a></li>
|
||||||
|
|
||||||
</ul>
|
</ul>
|
||||||
</div><!-- /.social -->
|
</div><!-- /.social -->
|
||||||
</section><!-- /#extras -->
|
</section><!-- /#extras -->
|
||||||
|
|
||||||
<footer id="contentinfo" class="body">
|
<footer id="contentinfo" class="body">
|
||||||
<address id="about" class="vcard body">
|
<address id="about" class="vcard body">
|
||||||
|
|
|
||||||
|
|
@ -4,8 +4,8 @@
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<title>A Pelican Blog - bar</title>
|
<title>A Pelican Blog - bar</title>
|
||||||
<link rel="stylesheet" href="/theme/css/main.css">
|
<link rel="stylesheet" href="/theme/css/main.css">
|
||||||
<link href="/feeds/all.atom.xml" type="application/atom+xml" rel="alternate" title="A Pelican Blog Atom Feed" />
|
<link href="/feeds/all.atom.xml" type="application/atom+xml" rel="alternate" title="A Pelican Blog Atom Feed" />
|
||||||
|
|
||||||
<!--[if IE]>
|
<!--[if IE]>
|
||||||
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
|
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
|
||||||
<![endif]-->
|
<![endif]-->
|
||||||
|
|
@ -15,81 +15,75 @@
|
||||||
<header id="banner" class="body">
|
<header id="banner" class="body">
|
||||||
<h1><a href="/">A Pelican Blog </a></h1>
|
<h1><a href="/">A Pelican Blog </a></h1>
|
||||||
<nav><ul>
|
<nav><ul>
|
||||||
<li><a href="/override/">Override url/save_as</a></li>
|
<li><a href="/override/">Override url/save_as</a></li>
|
||||||
<li><a href="/pages/this-is-a-test-page.html">This is a test page</a></li>
|
<li><a href="/pages/this-is-a-test-page.html">This is a test page</a></li>
|
||||||
<li><a href="/category/bar.html">bar</a></li>
|
<li><a href="/category/bar.html">bar</a></li>
|
||||||
<li><a href="/category/cat1.html">cat1</a></li>
|
<li><a href="/category/cat1.html">cat1</a></li>
|
||||||
<li><a href="/category/misc.html">misc</a></li>
|
<li><a href="/category/misc.html">misc</a></li>
|
||||||
<li><a href="/category/yeah.html">yeah</a></li>
|
<li><a href="/category/yeah.html">yeah</a></li>
|
||||||
</ul></nav>
|
</ul></nav>
|
||||||
</header><!-- /#banner -->
|
</header><!-- /#banner -->
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<aside id="featured" class="body">
|
<aside id="featured" class="body">
|
||||||
<article>
|
<article>
|
||||||
<h1 class="entry-title"><a href="/second-article.html">Second article</a></h1>
|
<h1 class="entry-title"><a href="/second-article.html">Second article</a></h1>
|
||||||
<footer class="post-info">
|
<footer class="post-info">
|
||||||
<abbr class="published" title="2012-02-29T00:00:00">
|
<abbr class="published" title="2012-02-29T00:00:00">
|
||||||
Wed 29 February 2012
|
Wed 29 February 2012
|
||||||
</abbr>
|
</abbr>
|
||||||
|
|
||||||
<p>In <a href="/category/misc.html">misc</a>. </p>
|
<p>In <a href="/category/misc.html">misc</a>. </p>
|
||||||
<p>tags: <a href="/tag/foo.html">foo</a><a href="/tag/bar.html">bar</a><a href="/tag/baz.html">baz</a></p>Translations:
|
<p>tags: <a href="/tag/foo.html">foo</a><a href="/tag/bar.html">bar</a><a href="/tag/baz.html">baz</a></p>Translations:
|
||||||
<a href="/second-article-fr.html">fr</a>
|
<a href="/second-article-fr.html">fr</a>
|
||||||
|
|
||||||
</footer><!-- /.post-info --><p>This is some article, in english</p>
|
</footer><!-- /.post-info --><p>This is some article, in english</p>
|
||||||
</article>
|
</article>
|
||||||
</aside><!-- /#featured -->
|
</aside><!-- /#featured -->
|
||||||
<section id="content" class="body">
|
<section id="content" class="body">
|
||||||
<h1>Other articles</h1>
|
<h1>Other articles</h1>
|
||||||
<hr />
|
<hr />
|
||||||
<ol id="posts-list" class="hfeed">
|
<ol id="posts-list" class="hfeed">
|
||||||
|
|
||||||
|
|
||||||
|
<li><article class="hentry">
|
||||||
<li><article class="hentry">
|
|
||||||
<header>
|
<header>
|
||||||
<h1><a href="/this-is-a-super-article.html" rel="bookmark"
|
<h1><a href="/this-is-a-super-article.html" rel="bookmark"
|
||||||
title="Permalink to This is a super article !">This is a super article !</a></h1>
|
title="Permalink to This is a super article !">This is a super article !</a></h1>
|
||||||
</header>
|
</header>
|
||||||
|
|
||||||
<div class="entry-content">
|
<div class="entry-content">
|
||||||
<footer class="post-info">
|
<footer class="post-info">
|
||||||
<abbr class="published" title="2010-12-02T10:14:00">
|
<abbr class="published" title="2010-12-02T10:14:00">
|
||||||
Thu 02 December 2010
|
Thu 02 December 2010
|
||||||
</abbr>
|
</abbr>
|
||||||
|
|
||||||
<address class="vcard author">
|
<address class="vcard author">
|
||||||
By <a class="url fn" href="/author/alexis-metaireau.html">Alexis Métaireau</a>
|
By <a class="url fn" href="/author/alexis-metaireau.html">Alexis Métaireau</a>
|
||||||
</address>
|
</address>
|
||||||
<p>In <a href="/category/yeah.html">yeah</a>. </p>
|
<p>In <a href="/category/yeah.html">yeah</a>. </p>
|
||||||
<p>tags: <a href="/tag/foo.html">foo</a><a href="/tag/bar.html">bar</a><a href="/tag/foobar.html">foobar</a></p>
|
<p>tags: <a href="/tag/foo.html">foo</a><a href="/tag/bar.html">bar</a><a href="/tag/foobar.html">foobar</a></p>
|
||||||
</footer><!-- /.post-info --> <p class="first last">Multi-line metadata should be supported
|
</footer><!-- /.post-info --> <p class="first last">Multi-line metadata should be supported
|
||||||
as well as <strong>inline markup</strong>.</p>
|
as well as <strong>inline markup</strong>.</p>
|
||||||
|
|
||||||
<a class="readmore" href="/this-is-a-super-article.html">read more</a>
|
<a class="readmore" href="/this-is-a-super-article.html">read more</a>
|
||||||
</div><!-- /.entry-content -->
|
</div><!-- /.entry-content -->
|
||||||
</article></li>
|
</article></li>
|
||||||
|
|
||||||
|
|
||||||
|
<li><article class="hentry">
|
||||||
<li><article class="hentry">
|
|
||||||
<header>
|
<header>
|
||||||
<h1><a href="/oh-yeah.html" rel="bookmark"
|
<h1><a href="/oh-yeah.html" rel="bookmark"
|
||||||
title="Permalink to Oh yeah !">Oh yeah !</a></h1>
|
title="Permalink to Oh yeah !">Oh yeah !</a></h1>
|
||||||
</header>
|
</header>
|
||||||
|
|
||||||
<div class="entry-content">
|
<div class="entry-content">
|
||||||
<footer class="post-info">
|
<footer class="post-info">
|
||||||
<abbr class="published" title="2010-10-20T10:14:00">
|
<abbr class="published" title="2010-10-20T10:14:00">
|
||||||
Wed 20 October 2010
|
Wed 20 October 2010
|
||||||
</abbr>
|
</abbr>
|
||||||
|
|
||||||
<address class="vcard author">
|
<address class="vcard author">
|
||||||
By <a class="url fn" href="/author/alexis-metaireau.html">Alexis Métaireau</a>
|
By <a class="url fn" href="/author/alexis-metaireau.html">Alexis Métaireau</a>
|
||||||
</address>
|
</address>
|
||||||
<p>In <a href="/category/bar.html">bar</a>. </p>
|
<p>In <a href="/category/bar.html">bar</a>. </p>
|
||||||
<p>tags: <a href="/tag/oh.html">oh</a><a href="/tag/bar.html">bar</a><a href="/tag/yeah.html">yeah</a></p>
|
<p>tags: <a href="/tag/oh.html">oh</a><a href="/tag/bar.html">bar</a><a href="/tag/yeah.html">yeah</a></p>
|
||||||
</footer><!-- /.post-info --> <div class="section" id="why-not">
|
</footer><!-- /.post-info --> <div class="section" id="why-not">
|
||||||
<h2>Why not ?</h2>
|
<h2>Why not ?</h2>
|
||||||
|
|
@ -99,19 +93,19 @@ YEAH !</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<a class="readmore" href="/oh-yeah.html">read more</a>
|
<a class="readmore" href="/oh-yeah.html">read more</a>
|
||||||
</div><!-- /.entry-content -->
|
</div><!-- /.entry-content -->
|
||||||
</article></li>
|
</article></li>
|
||||||
</ol><!-- /#posts-list -->
|
</ol><!-- /#posts-list -->
|
||||||
</section><!-- /#content -->
|
</section><!-- /#content -->
|
||||||
<section id="extras" class="body">
|
<section id="extras" class="body">
|
||||||
<div class="social">
|
<div class="social">
|
||||||
<h2>social</h2>
|
<h2>social</h2>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="/feeds/all.atom.xml" type="application/atom+xml" rel="alternate">atom feed</a></li>
|
<li><a href="/feeds/all.atom.xml" type="application/atom+xml" rel="alternate">atom feed</a></li>
|
||||||
|
|
||||||
</ul>
|
</ul>
|
||||||
</div><!-- /.social -->
|
</div><!-- /.social -->
|
||||||
</section><!-- /#extras -->
|
</section><!-- /#extras -->
|
||||||
|
|
||||||
<footer id="contentinfo" class="body">
|
<footer id="contentinfo" class="body">
|
||||||
<address id="about" class="vcard body">
|
<address id="about" class="vcard body">
|
||||||
|
|
|
||||||
|
|
@ -4,8 +4,8 @@
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<title>A Pelican Blog - baz</title>
|
<title>A Pelican Blog - baz</title>
|
||||||
<link rel="stylesheet" href="/theme/css/main.css">
|
<link rel="stylesheet" href="/theme/css/main.css">
|
||||||
<link href="/feeds/all.atom.xml" type="application/atom+xml" rel="alternate" title="A Pelican Blog Atom Feed" />
|
<link href="/feeds/all.atom.xml" type="application/atom+xml" rel="alternate" title="A Pelican Blog Atom Feed" />
|
||||||
|
|
||||||
<!--[if IE]>
|
<!--[if IE]>
|
||||||
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
|
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
|
||||||
<![endif]-->
|
<![endif]-->
|
||||||
|
|
@ -15,43 +15,41 @@
|
||||||
<header id="banner" class="body">
|
<header id="banner" class="body">
|
||||||
<h1><a href="/">A Pelican Blog </a></h1>
|
<h1><a href="/">A Pelican Blog </a></h1>
|
||||||
<nav><ul>
|
<nav><ul>
|
||||||
<li><a href="/override/">Override url/save_as</a></li>
|
<li><a href="/override/">Override url/save_as</a></li>
|
||||||
<li><a href="/pages/this-is-a-test-page.html">This is a test page</a></li>
|
<li><a href="/pages/this-is-a-test-page.html">This is a test page</a></li>
|
||||||
<li><a href="/category/bar.html">bar</a></li>
|
<li><a href="/category/bar.html">bar</a></li>
|
||||||
<li><a href="/category/cat1.html">cat1</a></li>
|
<li><a href="/category/cat1.html">cat1</a></li>
|
||||||
<li><a href="/category/misc.html">misc</a></li>
|
<li><a href="/category/misc.html">misc</a></li>
|
||||||
<li><a href="/category/yeah.html">yeah</a></li>
|
<li><a href="/category/yeah.html">yeah</a></li>
|
||||||
</ul></nav>
|
</ul></nav>
|
||||||
</header><!-- /#banner -->
|
</header><!-- /#banner -->
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<aside id="featured" class="body">
|
<aside id="featured" class="body">
|
||||||
<article>
|
<article>
|
||||||
<h1 class="entry-title"><a href="/second-article.html">Second article</a></h1>
|
<h1 class="entry-title"><a href="/second-article.html">Second article</a></h1>
|
||||||
<footer class="post-info">
|
<footer class="post-info">
|
||||||
<abbr class="published" title="2012-02-29T00:00:00">
|
<abbr class="published" title="2012-02-29T00:00:00">
|
||||||
Wed 29 February 2012
|
Wed 29 February 2012
|
||||||
</abbr>
|
</abbr>
|
||||||
|
|
||||||
<p>In <a href="/category/misc.html">misc</a>. </p>
|
<p>In <a href="/category/misc.html">misc</a>. </p>
|
||||||
<p>tags: <a href="/tag/foo.html">foo</a><a href="/tag/bar.html">bar</a><a href="/tag/baz.html">baz</a></p>Translations:
|
<p>tags: <a href="/tag/foo.html">foo</a><a href="/tag/bar.html">bar</a><a href="/tag/baz.html">baz</a></p>Translations:
|
||||||
<a href="/second-article-fr.html">fr</a>
|
<a href="/second-article-fr.html">fr</a>
|
||||||
|
|
||||||
</footer><!-- /.post-info --><p>This is some article, in english</p>
|
</footer><!-- /.post-info --><p>This is some article, in english</p>
|
||||||
</article>
|
</article>
|
||||||
</aside><!-- /#featured -->
|
</aside><!-- /#featured -->
|
||||||
</ol><!-- /#posts-list -->
|
</ol><!-- /#posts-list -->
|
||||||
</section><!-- /#content -->
|
</section><!-- /#content -->
|
||||||
<section id="extras" class="body">
|
<section id="extras" class="body">
|
||||||
<div class="social">
|
<div class="social">
|
||||||
<h2>social</h2>
|
<h2>social</h2>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="/feeds/all.atom.xml" type="application/atom+xml" rel="alternate">atom feed</a></li>
|
<li><a href="/feeds/all.atom.xml" type="application/atom+xml" rel="alternate">atom feed</a></li>
|
||||||
|
|
||||||
</ul>
|
</ul>
|
||||||
</div><!-- /.social -->
|
</div><!-- /.social -->
|
||||||
</section><!-- /#extras -->
|
</section><!-- /#extras -->
|
||||||
|
|
||||||
<footer id="contentinfo" class="body">
|
<footer id="contentinfo" class="body">
|
||||||
<address id="about" class="vcard body">
|
<address id="about" class="vcard body">
|
||||||
|
|
|
||||||
|
|
@ -4,8 +4,8 @@
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<title>A Pelican Blog - foo</title>
|
<title>A Pelican Blog - foo</title>
|
||||||
<link rel="stylesheet" href="/theme/css/main.css">
|
<link rel="stylesheet" href="/theme/css/main.css">
|
||||||
<link href="/feeds/all.atom.xml" type="application/atom+xml" rel="alternate" title="A Pelican Blog Atom Feed" />
|
<link href="/feeds/all.atom.xml" type="application/atom+xml" rel="alternate" title="A Pelican Blog Atom Feed" />
|
||||||
|
|
||||||
<!--[if IE]>
|
<!--[if IE]>
|
||||||
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
|
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
|
||||||
<![endif]-->
|
<![endif]-->
|
||||||
|
|
@ -15,73 +15,69 @@
|
||||||
<header id="banner" class="body">
|
<header id="banner" class="body">
|
||||||
<h1><a href="/">A Pelican Blog </a></h1>
|
<h1><a href="/">A Pelican Blog </a></h1>
|
||||||
<nav><ul>
|
<nav><ul>
|
||||||
<li><a href="/override/">Override url/save_as</a></li>
|
<li><a href="/override/">Override url/save_as</a></li>
|
||||||
<li><a href="/pages/this-is-a-test-page.html">This is a test page</a></li>
|
<li><a href="/pages/this-is-a-test-page.html">This is a test page</a></li>
|
||||||
<li><a href="/category/bar.html">bar</a></li>
|
<li><a href="/category/bar.html">bar</a></li>
|
||||||
<li><a href="/category/cat1.html">cat1</a></li>
|
<li><a href="/category/cat1.html">cat1</a></li>
|
||||||
<li><a href="/category/misc.html">misc</a></li>
|
<li><a href="/category/misc.html">misc</a></li>
|
||||||
<li><a href="/category/yeah.html">yeah</a></li>
|
<li><a href="/category/yeah.html">yeah</a></li>
|
||||||
</ul></nav>
|
</ul></nav>
|
||||||
</header><!-- /#banner -->
|
</header><!-- /#banner -->
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<aside id="featured" class="body">
|
<aside id="featured" class="body">
|
||||||
<article>
|
<article>
|
||||||
<h1 class="entry-title"><a href="/second-article.html">Second article</a></h1>
|
<h1 class="entry-title"><a href="/second-article.html">Second article</a></h1>
|
||||||
<footer class="post-info">
|
<footer class="post-info">
|
||||||
<abbr class="published" title="2012-02-29T00:00:00">
|
<abbr class="published" title="2012-02-29T00:00:00">
|
||||||
Wed 29 February 2012
|
Wed 29 February 2012
|
||||||
</abbr>
|
</abbr>
|
||||||
|
|
||||||
<p>In <a href="/category/misc.html">misc</a>. </p>
|
<p>In <a href="/category/misc.html">misc</a>. </p>
|
||||||
<p>tags: <a href="/tag/foo.html">foo</a><a href="/tag/bar.html">bar</a><a href="/tag/baz.html">baz</a></p>Translations:
|
<p>tags: <a href="/tag/foo.html">foo</a><a href="/tag/bar.html">bar</a><a href="/tag/baz.html">baz</a></p>Translations:
|
||||||
<a href="/second-article-fr.html">fr</a>
|
<a href="/second-article-fr.html">fr</a>
|
||||||
|
|
||||||
</footer><!-- /.post-info --><p>This is some article, in english</p>
|
</footer><!-- /.post-info --><p>This is some article, in english</p>
|
||||||
</article>
|
</article>
|
||||||
</aside><!-- /#featured -->
|
</aside><!-- /#featured -->
|
||||||
<section id="content" class="body">
|
<section id="content" class="body">
|
||||||
<h1>Other articles</h1>
|
<h1>Other articles</h1>
|
||||||
<hr />
|
<hr />
|
||||||
<ol id="posts-list" class="hfeed">
|
<ol id="posts-list" class="hfeed">
|
||||||
|
|
||||||
|
|
||||||
|
<li><article class="hentry">
|
||||||
<li><article class="hentry">
|
|
||||||
<header>
|
<header>
|
||||||
<h1><a href="/this-is-a-super-article.html" rel="bookmark"
|
<h1><a href="/this-is-a-super-article.html" rel="bookmark"
|
||||||
title="Permalink to This is a super article !">This is a super article !</a></h1>
|
title="Permalink to This is a super article !">This is a super article !</a></h1>
|
||||||
</header>
|
</header>
|
||||||
|
|
||||||
<div class="entry-content">
|
<div class="entry-content">
|
||||||
<footer class="post-info">
|
<footer class="post-info">
|
||||||
<abbr class="published" title="2010-12-02T10:14:00">
|
<abbr class="published" title="2010-12-02T10:14:00">
|
||||||
Thu 02 December 2010
|
Thu 02 December 2010
|
||||||
</abbr>
|
</abbr>
|
||||||
|
|
||||||
<address class="vcard author">
|
<address class="vcard author">
|
||||||
By <a class="url fn" href="/author/alexis-metaireau.html">Alexis Métaireau</a>
|
By <a class="url fn" href="/author/alexis-metaireau.html">Alexis Métaireau</a>
|
||||||
</address>
|
</address>
|
||||||
<p>In <a href="/category/yeah.html">yeah</a>. </p>
|
<p>In <a href="/category/yeah.html">yeah</a>. </p>
|
||||||
<p>tags: <a href="/tag/foo.html">foo</a><a href="/tag/bar.html">bar</a><a href="/tag/foobar.html">foobar</a></p>
|
<p>tags: <a href="/tag/foo.html">foo</a><a href="/tag/bar.html">bar</a><a href="/tag/foobar.html">foobar</a></p>
|
||||||
</footer><!-- /.post-info --> <p class="first last">Multi-line metadata should be supported
|
</footer><!-- /.post-info --> <p class="first last">Multi-line metadata should be supported
|
||||||
as well as <strong>inline markup</strong>.</p>
|
as well as <strong>inline markup</strong>.</p>
|
||||||
|
|
||||||
<a class="readmore" href="/this-is-a-super-article.html">read more</a>
|
<a class="readmore" href="/this-is-a-super-article.html">read more</a>
|
||||||
</div><!-- /.entry-content -->
|
</div><!-- /.entry-content -->
|
||||||
</article></li>
|
</article></li>
|
||||||
</ol><!-- /#posts-list -->
|
</ol><!-- /#posts-list -->
|
||||||
</section><!-- /#content -->
|
</section><!-- /#content -->
|
||||||
<section id="extras" class="body">
|
<section id="extras" class="body">
|
||||||
<div class="social">
|
<div class="social">
|
||||||
<h2>social</h2>
|
<h2>social</h2>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="/feeds/all.atom.xml" type="application/atom+xml" rel="alternate">atom feed</a></li>
|
<li><a href="/feeds/all.atom.xml" type="application/atom+xml" rel="alternate">atom feed</a></li>
|
||||||
|
|
||||||
</ul>
|
</ul>
|
||||||
</div><!-- /.social -->
|
</div><!-- /.social -->
|
||||||
</section><!-- /#extras -->
|
</section><!-- /#extras -->
|
||||||
|
|
||||||
<footer id="contentinfo" class="body">
|
<footer id="contentinfo" class="body">
|
||||||
<address id="about" class="vcard body">
|
<address id="about" class="vcard body">
|
||||||
|
|
|
||||||
|
|
@ -4,8 +4,8 @@
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<title>A Pelican Blog - foobar</title>
|
<title>A Pelican Blog - foobar</title>
|
||||||
<link rel="stylesheet" href="/theme/css/main.css">
|
<link rel="stylesheet" href="/theme/css/main.css">
|
||||||
<link href="/feeds/all.atom.xml" type="application/atom+xml" rel="alternate" title="A Pelican Blog Atom Feed" />
|
<link href="/feeds/all.atom.xml" type="application/atom+xml" rel="alternate" title="A Pelican Blog Atom Feed" />
|
||||||
|
|
||||||
<!--[if IE]>
|
<!--[if IE]>
|
||||||
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
|
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
|
||||||
<![endif]-->
|
<![endif]-->
|
||||||
|
|
@ -15,29 +15,27 @@
|
||||||
<header id="banner" class="body">
|
<header id="banner" class="body">
|
||||||
<h1><a href="/">A Pelican Blog </a></h1>
|
<h1><a href="/">A Pelican Blog </a></h1>
|
||||||
<nav><ul>
|
<nav><ul>
|
||||||
<li><a href="/override/">Override url/save_as</a></li>
|
<li><a href="/override/">Override url/save_as</a></li>
|
||||||
<li><a href="/pages/this-is-a-test-page.html">This is a test page</a></li>
|
<li><a href="/pages/this-is-a-test-page.html">This is a test page</a></li>
|
||||||
<li><a href="/category/bar.html">bar</a></li>
|
<li><a href="/category/bar.html">bar</a></li>
|
||||||
<li><a href="/category/cat1.html">cat1</a></li>
|
<li><a href="/category/cat1.html">cat1</a></li>
|
||||||
<li><a href="/category/misc.html">misc</a></li>
|
<li><a href="/category/misc.html">misc</a></li>
|
||||||
<li><a href="/category/yeah.html">yeah</a></li>
|
<li><a href="/category/yeah.html">yeah</a></li>
|
||||||
</ul></nav>
|
</ul></nav>
|
||||||
</header><!-- /#banner -->
|
</header><!-- /#banner -->
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<aside id="featured" class="body">
|
<aside id="featured" class="body">
|
||||||
<article>
|
<article>
|
||||||
<h1 class="entry-title"><a href="/this-is-a-super-article.html">This is a super article !</a></h1>
|
<h1 class="entry-title"><a href="/this-is-a-super-article.html">This is a super article !</a></h1>
|
||||||
<footer class="post-info">
|
<footer class="post-info">
|
||||||
<abbr class="published" title="2010-12-02T10:14:00">
|
<abbr class="published" title="2010-12-02T10:14:00">
|
||||||
Thu 02 December 2010
|
Thu 02 December 2010
|
||||||
</abbr>
|
</abbr>
|
||||||
|
|
||||||
<address class="vcard author">
|
<address class="vcard author">
|
||||||
By <a class="url fn" href="/author/alexis-metaireau.html">Alexis Métaireau</a>
|
By <a class="url fn" href="/author/alexis-metaireau.html">Alexis Métaireau</a>
|
||||||
</address>
|
</address>
|
||||||
<p>In <a href="/category/yeah.html">yeah</a>. </p>
|
<p>In <a href="/category/yeah.html">yeah</a>. </p>
|
||||||
<p>tags: <a href="/tag/foo.html">foo</a><a href="/tag/bar.html">bar</a><a href="/tag/foobar.html">foobar</a></p>
|
<p>tags: <a href="/tag/foo.html">foo</a><a href="/tag/bar.html">bar</a><a href="/tag/foobar.html">foobar</a></p>
|
||||||
</footer><!-- /.post-info --><p>Some content here !</p>
|
</footer><!-- /.post-info --><p>Some content here !</p>
|
||||||
<div class="section" id="this-is-a-simple-title">
|
<div class="section" id="this-is-a-simple-title">
|
||||||
|
|
@ -52,18 +50,18 @@
|
||||||
<p>→ And now try with some utf8 hell: ééé</p>
|
<p>→ And now try with some utf8 hell: ééé</p>
|
||||||
</div>
|
</div>
|
||||||
</article>
|
</article>
|
||||||
</aside><!-- /#featured -->
|
</aside><!-- /#featured -->
|
||||||
</ol><!-- /#posts-list -->
|
</ol><!-- /#posts-list -->
|
||||||
</section><!-- /#content -->
|
</section><!-- /#content -->
|
||||||
<section id="extras" class="body">
|
<section id="extras" class="body">
|
||||||
<div class="social">
|
<div class="social">
|
||||||
<h2>social</h2>
|
<h2>social</h2>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="/feeds/all.atom.xml" type="application/atom+xml" rel="alternate">atom feed</a></li>
|
<li><a href="/feeds/all.atom.xml" type="application/atom+xml" rel="alternate">atom feed</a></li>
|
||||||
|
|
||||||
</ul>
|
</ul>
|
||||||
</div><!-- /.social -->
|
</div><!-- /.social -->
|
||||||
</section><!-- /#extras -->
|
</section><!-- /#extras -->
|
||||||
|
|
||||||
<footer id="contentinfo" class="body">
|
<footer id="contentinfo" class="body">
|
||||||
<address id="about" class="vcard body">
|
<address id="about" class="vcard body">
|
||||||
|
|
|
||||||
|
|
@ -4,8 +4,8 @@
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<title>A Pelican Blog - oh</title>
|
<title>A Pelican Blog - oh</title>
|
||||||
<link rel="stylesheet" href="/theme/css/main.css">
|
<link rel="stylesheet" href="/theme/css/main.css">
|
||||||
<link href="/feeds/all.atom.xml" type="application/atom+xml" rel="alternate" title="A Pelican Blog Atom Feed" />
|
<link href="/feeds/all.atom.xml" type="application/atom+xml" rel="alternate" title="A Pelican Blog Atom Feed" />
|
||||||
|
|
||||||
<!--[if IE]>
|
<!--[if IE]>
|
||||||
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
|
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
|
||||||
<![endif]-->
|
<![endif]-->
|
||||||
|
|
@ -15,29 +15,27 @@
|
||||||
<header id="banner" class="body">
|
<header id="banner" class="body">
|
||||||
<h1><a href="/">A Pelican Blog </a></h1>
|
<h1><a href="/">A Pelican Blog </a></h1>
|
||||||
<nav><ul>
|
<nav><ul>
|
||||||
<li><a href="/override/">Override url/save_as</a></li>
|
<li><a href="/override/">Override url/save_as</a></li>
|
||||||
<li><a href="/pages/this-is-a-test-page.html">This is a test page</a></li>
|
<li><a href="/pages/this-is-a-test-page.html">This is a test page</a></li>
|
||||||
<li><a href="/category/bar.html">bar</a></li>
|
<li><a href="/category/bar.html">bar</a></li>
|
||||||
<li><a href="/category/cat1.html">cat1</a></li>
|
<li><a href="/category/cat1.html">cat1</a></li>
|
||||||
<li><a href="/category/misc.html">misc</a></li>
|
<li><a href="/category/misc.html">misc</a></li>
|
||||||
<li><a href="/category/yeah.html">yeah</a></li>
|
<li><a href="/category/yeah.html">yeah</a></li>
|
||||||
</ul></nav>
|
</ul></nav>
|
||||||
</header><!-- /#banner -->
|
</header><!-- /#banner -->
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<aside id="featured" class="body">
|
<aside id="featured" class="body">
|
||||||
<article>
|
<article>
|
||||||
<h1 class="entry-title"><a href="/oh-yeah.html">Oh yeah !</a></h1>
|
<h1 class="entry-title"><a href="/oh-yeah.html">Oh yeah !</a></h1>
|
||||||
<footer class="post-info">
|
<footer class="post-info">
|
||||||
<abbr class="published" title="2010-10-20T10:14:00">
|
<abbr class="published" title="2010-10-20T10:14:00">
|
||||||
Wed 20 October 2010
|
Wed 20 October 2010
|
||||||
</abbr>
|
</abbr>
|
||||||
|
|
||||||
<address class="vcard author">
|
<address class="vcard author">
|
||||||
By <a class="url fn" href="/author/alexis-metaireau.html">Alexis Métaireau</a>
|
By <a class="url fn" href="/author/alexis-metaireau.html">Alexis Métaireau</a>
|
||||||
</address>
|
</address>
|
||||||
<p>In <a href="/category/bar.html">bar</a>. </p>
|
<p>In <a href="/category/bar.html">bar</a>. </p>
|
||||||
<p>tags: <a href="/tag/oh.html">oh</a><a href="/tag/bar.html">bar</a><a href="/tag/yeah.html">yeah</a></p>
|
<p>tags: <a href="/tag/oh.html">oh</a><a href="/tag/bar.html">bar</a><a href="/tag/yeah.html">yeah</a></p>
|
||||||
</footer><!-- /.post-info --><div class="section" id="why-not">
|
</footer><!-- /.post-info --><div class="section" id="why-not">
|
||||||
<h2>Why not ?</h2>
|
<h2>Why not ?</h2>
|
||||||
|
|
@ -46,18 +44,18 @@ YEAH !</p>
|
||||||
<img alt="alternate text" src="|filename|/pictures/Sushi.jpg" style="width: 600px; height: 450px;" />
|
<img alt="alternate text" src="|filename|/pictures/Sushi.jpg" style="width: 600px; height: 450px;" />
|
||||||
</div>
|
</div>
|
||||||
</article>
|
</article>
|
||||||
</aside><!-- /#featured -->
|
</aside><!-- /#featured -->
|
||||||
</ol><!-- /#posts-list -->
|
</ol><!-- /#posts-list -->
|
||||||
</section><!-- /#content -->
|
</section><!-- /#content -->
|
||||||
<section id="extras" class="body">
|
<section id="extras" class="body">
|
||||||
<div class="social">
|
<div class="social">
|
||||||
<h2>social</h2>
|
<h2>social</h2>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="/feeds/all.atom.xml" type="application/atom+xml" rel="alternate">atom feed</a></li>
|
<li><a href="/feeds/all.atom.xml" type="application/atom+xml" rel="alternate">atom feed</a></li>
|
||||||
|
|
||||||
</ul>
|
</ul>
|
||||||
</div><!-- /.social -->
|
</div><!-- /.social -->
|
||||||
</section><!-- /#extras -->
|
</section><!-- /#extras -->
|
||||||
|
|
||||||
<footer id="contentinfo" class="body">
|
<footer id="contentinfo" class="body">
|
||||||
<address id="about" class="vcard body">
|
<address id="about" class="vcard body">
|
||||||
|
|
|
||||||
|
|
@ -4,8 +4,8 @@
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<title>A Pelican Blog - yeah</title>
|
<title>A Pelican Blog - yeah</title>
|
||||||
<link rel="stylesheet" href="/theme/css/main.css">
|
<link rel="stylesheet" href="/theme/css/main.css">
|
||||||
<link href="/feeds/all.atom.xml" type="application/atom+xml" rel="alternate" title="A Pelican Blog Atom Feed" />
|
<link href="/feeds/all.atom.xml" type="application/atom+xml" rel="alternate" title="A Pelican Blog Atom Feed" />
|
||||||
|
|
||||||
<!--[if IE]>
|
<!--[if IE]>
|
||||||
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
|
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
|
||||||
<![endif]-->
|
<![endif]-->
|
||||||
|
|
@ -15,29 +15,27 @@
|
||||||
<header id="banner" class="body">
|
<header id="banner" class="body">
|
||||||
<h1><a href="/">A Pelican Blog </a></h1>
|
<h1><a href="/">A Pelican Blog </a></h1>
|
||||||
<nav><ul>
|
<nav><ul>
|
||||||
<li><a href="/override/">Override url/save_as</a></li>
|
<li><a href="/override/">Override url/save_as</a></li>
|
||||||
<li><a href="/pages/this-is-a-test-page.html">This is a test page</a></li>
|
<li><a href="/pages/this-is-a-test-page.html">This is a test page</a></li>
|
||||||
<li><a href="/category/bar.html">bar</a></li>
|
<li><a href="/category/bar.html">bar</a></li>
|
||||||
<li><a href="/category/cat1.html">cat1</a></li>
|
<li><a href="/category/cat1.html">cat1</a></li>
|
||||||
<li><a href="/category/misc.html">misc</a></li>
|
<li><a href="/category/misc.html">misc</a></li>
|
||||||
<li><a href="/category/yeah.html">yeah</a></li>
|
<li><a href="/category/yeah.html">yeah</a></li>
|
||||||
</ul></nav>
|
</ul></nav>
|
||||||
</header><!-- /#banner -->
|
</header><!-- /#banner -->
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<aside id="featured" class="body">
|
<aside id="featured" class="body">
|
||||||
<article>
|
<article>
|
||||||
<h1 class="entry-title"><a href="/oh-yeah.html">Oh yeah !</a></h1>
|
<h1 class="entry-title"><a href="/oh-yeah.html">Oh yeah !</a></h1>
|
||||||
<footer class="post-info">
|
<footer class="post-info">
|
||||||
<abbr class="published" title="2010-10-20T10:14:00">
|
<abbr class="published" title="2010-10-20T10:14:00">
|
||||||
Wed 20 October 2010
|
Wed 20 October 2010
|
||||||
</abbr>
|
</abbr>
|
||||||
|
|
||||||
<address class="vcard author">
|
<address class="vcard author">
|
||||||
By <a class="url fn" href="/author/alexis-metaireau.html">Alexis Métaireau</a>
|
By <a class="url fn" href="/author/alexis-metaireau.html">Alexis Métaireau</a>
|
||||||
</address>
|
</address>
|
||||||
<p>In <a href="/category/bar.html">bar</a>. </p>
|
<p>In <a href="/category/bar.html">bar</a>. </p>
|
||||||
<p>tags: <a href="/tag/oh.html">oh</a><a href="/tag/bar.html">bar</a><a href="/tag/yeah.html">yeah</a></p>
|
<p>tags: <a href="/tag/oh.html">oh</a><a href="/tag/bar.html">bar</a><a href="/tag/yeah.html">yeah</a></p>
|
||||||
</footer><!-- /.post-info --><div class="section" id="why-not">
|
</footer><!-- /.post-info --><div class="section" id="why-not">
|
||||||
<h2>Why not ?</h2>
|
<h2>Why not ?</h2>
|
||||||
|
|
@ -46,18 +44,18 @@ YEAH !</p>
|
||||||
<img alt="alternate text" src="|filename|/pictures/Sushi.jpg" style="width: 600px; height: 450px;" />
|
<img alt="alternate text" src="|filename|/pictures/Sushi.jpg" style="width: 600px; height: 450px;" />
|
||||||
</div>
|
</div>
|
||||||
</article>
|
</article>
|
||||||
</aside><!-- /#featured -->
|
</aside><!-- /#featured -->
|
||||||
</ol><!-- /#posts-list -->
|
</ol><!-- /#posts-list -->
|
||||||
</section><!-- /#content -->
|
</section><!-- /#content -->
|
||||||
<section id="extras" class="body">
|
<section id="extras" class="body">
|
||||||
<div class="social">
|
<div class="social">
|
||||||
<h2>social</h2>
|
<h2>social</h2>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="/feeds/all.atom.xml" type="application/atom+xml" rel="alternate">atom feed</a></li>
|
<li><a href="/feeds/all.atom.xml" type="application/atom+xml" rel="alternate">atom feed</a></li>
|
||||||
|
|
||||||
</ul>
|
</ul>
|
||||||
</div><!-- /.social -->
|
</div><!-- /.social -->
|
||||||
</section><!-- /#extras -->
|
</section><!-- /#extras -->
|
||||||
|
|
||||||
<footer id="contentinfo" class="body">
|
<footer id="contentinfo" class="body">
|
||||||
<address id="about" class="vcard body">
|
<address id="about" class="vcard body">
|
||||||
|
|
|
||||||
|
|
@ -4,8 +4,8 @@
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<title>This is a super article !</title>
|
<title>This is a super article !</title>
|
||||||
<link rel="stylesheet" href="/theme/css/main.css">
|
<link rel="stylesheet" href="/theme/css/main.css">
|
||||||
<link href="/feeds/all.atom.xml" type="application/atom+xml" rel="alternate" title="A Pelican Blog Atom Feed" />
|
<link href="/feeds/all.atom.xml" type="application/atom+xml" rel="alternate" title="A Pelican Blog Atom Feed" />
|
||||||
|
|
||||||
<!--[if IE]>
|
<!--[if IE]>
|
||||||
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
|
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
|
||||||
<![endif]-->
|
<![endif]-->
|
||||||
|
|
@ -15,32 +15,32 @@
|
||||||
<header id="banner" class="body">
|
<header id="banner" class="body">
|
||||||
<h1><a href="/">A Pelican Blog </a></h1>
|
<h1><a href="/">A Pelican Blog </a></h1>
|
||||||
<nav><ul>
|
<nav><ul>
|
||||||
<li><a href="/override/">Override url/save_as</a></li>
|
<li><a href="/override/">Override url/save_as</a></li>
|
||||||
<li><a href="/pages/this-is-a-test-page.html">This is a test page</a></li>
|
<li><a href="/pages/this-is-a-test-page.html">This is a test page</a></li>
|
||||||
<li><a href="/category/bar.html">bar</a></li>
|
<li><a href="/category/bar.html">bar</a></li>
|
||||||
<li><a href="/category/cat1.html">cat1</a></li>
|
<li><a href="/category/cat1.html">cat1</a></li>
|
||||||
<li><a href="/category/misc.html">misc</a></li>
|
<li><a href="/category/misc.html">misc</a></li>
|
||||||
<li class="active"><a href="/category/yeah.html">yeah</a></li>
|
<li class="active"><a href="/category/yeah.html">yeah</a></li>
|
||||||
</ul></nav>
|
</ul></nav>
|
||||||
</header><!-- /#banner -->
|
</header><!-- /#banner -->
|
||||||
<section id="content" class="body">
|
<section id="content" class="body">
|
||||||
<article>
|
<article>
|
||||||
<header>
|
<header>
|
||||||
<h1 class="entry-title">
|
<h1 class="entry-title">
|
||||||
<a href="/this-is-a-super-article.html" rel="bookmark"
|
<a href="/this-is-a-super-article.html" rel="bookmark"
|
||||||
title="Permalink to This is a super article !">This is a super article !</a></h1>
|
title="Permalink to This is a super article !">This is a super article !</a></h1>
|
||||||
</header>
|
</header>
|
||||||
|
|
||||||
<div class="entry-content">
|
<div class="entry-content">
|
||||||
<footer class="post-info">
|
<footer class="post-info">
|
||||||
<abbr class="published" title="2010-12-02T10:14:00">
|
<abbr class="published" title="2010-12-02T10:14:00">
|
||||||
Thu 02 December 2010
|
Thu 02 December 2010
|
||||||
</abbr>
|
</abbr>
|
||||||
|
|
||||||
<address class="vcard author">
|
<address class="vcard author">
|
||||||
By <a class="url fn" href="/author/alexis-metaireau.html">Alexis Métaireau</a>
|
By <a class="url fn" href="/author/alexis-metaireau.html">Alexis Métaireau</a>
|
||||||
</address>
|
</address>
|
||||||
<p>In <a href="/category/yeah.html">yeah</a>. </p>
|
<p>In <a href="/category/yeah.html">yeah</a>. </p>
|
||||||
<p>tags: <a href="/tag/foo.html">foo</a><a href="/tag/bar.html">bar</a><a href="/tag/foobar.html">foobar</a></p>
|
<p>tags: <a href="/tag/foo.html">foo</a><a href="/tag/bar.html">bar</a><a href="/tag/foobar.html">foobar</a></p>
|
||||||
</footer><!-- /.post-info --> <p>Some content here !</p>
|
</footer><!-- /.post-info --> <p>Some content here !</p>
|
||||||
<div class="section" id="this-is-a-simple-title">
|
<div class="section" id="this-is-a-simple-title">
|
||||||
|
|
@ -56,18 +56,18 @@
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</div><!-- /.entry-content -->
|
</div><!-- /.entry-content -->
|
||||||
|
|
||||||
</article>
|
</article>
|
||||||
</section>
|
</section>
|
||||||
<section id="extras" class="body">
|
<section id="extras" class="body">
|
||||||
<div class="social">
|
<div class="social">
|
||||||
<h2>social</h2>
|
<h2>social</h2>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="/feeds/all.atom.xml" type="application/atom+xml" rel="alternate">atom feed</a></li>
|
<li><a href="/feeds/all.atom.xml" type="application/atom+xml" rel="alternate">atom feed</a></li>
|
||||||
|
|
||||||
</ul>
|
</ul>
|
||||||
</div><!-- /.social -->
|
</div><!-- /.social -->
|
||||||
</section><!-- /#extras -->
|
</section><!-- /#extras -->
|
||||||
|
|
||||||
<footer id="contentinfo" class="body">
|
<footer id="contentinfo" class="body">
|
||||||
<address id="about" class="vcard body">
|
<address id="about" class="vcard body">
|
||||||
|
|
|
||||||
|
|
@ -4,8 +4,8 @@
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<title>Unbelievable !</title>
|
<title>Unbelievable !</title>
|
||||||
<link rel="stylesheet" href="/theme/css/main.css">
|
<link rel="stylesheet" href="/theme/css/main.css">
|
||||||
<link href="/feeds/all.atom.xml" type="application/atom+xml" rel="alternate" title="A Pelican Blog Atom Feed" />
|
<link href="/feeds/all.atom.xml" type="application/atom+xml" rel="alternate" title="A Pelican Blog Atom Feed" />
|
||||||
|
|
||||||
<!--[if IE]>
|
<!--[if IE]>
|
||||||
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
|
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
|
||||||
<![endif]-->
|
<![endif]-->
|
||||||
|
|
@ -15,47 +15,47 @@
|
||||||
<header id="banner" class="body">
|
<header id="banner" class="body">
|
||||||
<h1><a href="/">A Pelican Blog </a></h1>
|
<h1><a href="/">A Pelican Blog </a></h1>
|
||||||
<nav><ul>
|
<nav><ul>
|
||||||
<li><a href="/override/">Override url/save_as</a></li>
|
<li><a href="/override/">Override url/save_as</a></li>
|
||||||
<li><a href="/pages/this-is-a-test-page.html">This is a test page</a></li>
|
<li><a href="/pages/this-is-a-test-page.html">This is a test page</a></li>
|
||||||
<li><a href="/category/bar.html">bar</a></li>
|
<li><a href="/category/bar.html">bar</a></li>
|
||||||
<li><a href="/category/cat1.html">cat1</a></li>
|
<li><a href="/category/cat1.html">cat1</a></li>
|
||||||
<li class="active"><a href="/category/misc.html">misc</a></li>
|
<li class="active"><a href="/category/misc.html">misc</a></li>
|
||||||
<li><a href="/category/yeah.html">yeah</a></li>
|
<li><a href="/category/yeah.html">yeah</a></li>
|
||||||
</ul></nav>
|
</ul></nav>
|
||||||
</header><!-- /#banner -->
|
</header><!-- /#banner -->
|
||||||
<section id="content" class="body">
|
<section id="content" class="body">
|
||||||
<article>
|
<article>
|
||||||
<header>
|
<header>
|
||||||
<h1 class="entry-title">
|
<h1 class="entry-title">
|
||||||
<a href="/unbelievable.html" rel="bookmark"
|
<a href="/unbelievable.html" rel="bookmark"
|
||||||
title="Permalink to Unbelievable !">Unbelievable !</a></h1>
|
title="Permalink to Unbelievable !">Unbelievable !</a></h1>
|
||||||
</header>
|
</header>
|
||||||
|
|
||||||
<div class="entry-content">
|
<div class="entry-content">
|
||||||
<footer class="post-info">
|
<footer class="post-info">
|
||||||
<abbr class="published" title="2010-10-15T20:30:00">
|
<abbr class="published" title="2010-10-15T20:30:00">
|
||||||
Fri 15 October 2010
|
Fri 15 October 2010
|
||||||
</abbr>
|
</abbr>
|
||||||
|
|
||||||
<p>In <a href="/category/misc.html">misc</a>. </p>
|
<p>In <a href="/category/misc.html">misc</a>. </p>
|
||||||
|
|
||||||
</footer><!-- /.post-info --> <p>Or completely awesome. Depends the needs.</p>
|
</footer><!-- /.post-info --> <p>Or completely awesome. Depends the needs.</p>
|
||||||
<p><a class="reference external" href="/a-markdown-powered-article.html">a root-relative link to markdown-article</a>
|
<p><a class="reference external" href="/a-markdown-powered-article.html">a root-relative link to markdown-article</a>
|
||||||
<a class="reference external" href="/a-markdown-powered-article.html">a file-relative link to markdown-article</a></p>
|
<a class="reference external" href="/a-markdown-powered-article.html">a file-relative link to markdown-article</a></p>
|
||||||
|
|
||||||
</div><!-- /.entry-content -->
|
</div><!-- /.entry-content -->
|
||||||
|
|
||||||
</article>
|
</article>
|
||||||
</section>
|
</section>
|
||||||
<section id="extras" class="body">
|
<section id="extras" class="body">
|
||||||
<div class="social">
|
<div class="social">
|
||||||
<h2>social</h2>
|
<h2>social</h2>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="/feeds/all.atom.xml" type="application/atom+xml" rel="alternate">atom feed</a></li>
|
<li><a href="/feeds/all.atom.xml" type="application/atom+xml" rel="alternate">atom feed</a></li>
|
||||||
|
|
||||||
</ul>
|
</ul>
|
||||||
</div><!-- /.social -->
|
</div><!-- /.social -->
|
||||||
</section><!-- /#extras -->
|
</section><!-- /#extras -->
|
||||||
|
|
||||||
<footer id="contentinfo" class="body">
|
<footer id="contentinfo" class="body">
|
||||||
<address id="about" class="vcard body">
|
<address id="about" class="vcard body">
|
||||||
|
|
|
||||||
|
|
@ -4,9 +4,9 @@
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<title>A markdown powered article</title>
|
<title>A markdown powered article</title>
|
||||||
<link rel="stylesheet" href="./theme/css/main.css">
|
<link rel="stylesheet" href="./theme/css/main.css">
|
||||||
<link href="http://blog.notmyidea.org/feeds/all.atom.xml" type="application/atom+xml" rel="alternate" title="Alexis' log Atom Feed" />
|
<link href="http://blog.notmyidea.org/feeds/all.atom.xml" type="application/atom+xml" rel="alternate" title="Alexis' log Atom Feed" />
|
||||||
<link href="http://blog.notmyidea.org/feeds/all.rss.xml" type="application/rss+xml" rel="alternate" title="Alexis' log RSS Feed" />
|
<link href="http://blog.notmyidea.org/feeds/all.rss.xml" type="application/rss+xml" rel="alternate" title="Alexis' log RSS Feed" />
|
||||||
|
|
||||||
<!--[if IE]>
|
<!--[if IE]>
|
||||||
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
|
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
|
||||||
<![endif]-->
|
<![endif]-->
|
||||||
|
|
@ -19,38 +19,38 @@
|
||||||
<header id="banner" class="body">
|
<header id="banner" class="body">
|
||||||
<h1><a href="./">Alexis' log </a></h1>
|
<h1><a href="./">Alexis' log </a></h1>
|
||||||
<nav><ul>
|
<nav><ul>
|
||||||
<li><a href="./override/">Override url/save_as</a></li>
|
<li><a href="./override/">Override url/save_as</a></li>
|
||||||
<li><a href="./pages/this-is-a-test-page.html">This is a test page</a></li>
|
<li><a href="./pages/this-is-a-test-page.html">This is a test page</a></li>
|
||||||
<li><a href="./category/yeah.html">yeah</a></li>
|
<li><a href="./category/yeah.html">yeah</a></li>
|
||||||
<li><a href="./category/misc.html">misc</a></li>
|
<li><a href="./category/misc.html">misc</a></li>
|
||||||
<li class="active"><a href="./category/cat1.html">cat1</a></li>
|
<li class="active"><a href="./category/cat1.html">cat1</a></li>
|
||||||
<li><a href="./category/bar.html">bar</a></li>
|
<li><a href="./category/bar.html">bar</a></li>
|
||||||
</ul></nav>
|
</ul></nav>
|
||||||
</header><!-- /#banner -->
|
</header><!-- /#banner -->
|
||||||
<section id="content" class="body">
|
<section id="content" class="body">
|
||||||
<article>
|
<article>
|
||||||
<header>
|
<header>
|
||||||
<h1 class="entry-title">
|
<h1 class="entry-title">
|
||||||
<a href="./a-markdown-powered-article.html" rel="bookmark"
|
<a href="./a-markdown-powered-article.html" rel="bookmark"
|
||||||
title="Permalink to A markdown powered article">A markdown powered article</a></h1>
|
title="Permalink to A markdown powered article">A markdown powered article</a></h1>
|
||||||
</header>
|
</header>
|
||||||
|
|
||||||
<div class="entry-content">
|
<div class="entry-content">
|
||||||
<footer class="post-info">
|
<footer class="post-info">
|
||||||
<abbr class="published" title="2011-04-20T00:00:00">
|
<abbr class="published" title="2011-04-20T00:00:00">
|
||||||
Wed 20 April 2011
|
Wed 20 April 2011
|
||||||
</abbr>
|
</abbr>
|
||||||
|
|
||||||
<address class="vcard author">
|
<address class="vcard author">
|
||||||
By <a class="url fn" href="./author/alexis-metaireau.html">Alexis Métaireau</a>
|
By <a class="url fn" href="./author/alexis-metaireau.html">Alexis Métaireau</a>
|
||||||
</address>
|
</address>
|
||||||
<p>In <a href="./category/cat1.html">cat1</a>. </p>
|
<p>In <a href="./category/cat1.html">cat1</a>. </p>
|
||||||
|
|
||||||
</footer><!-- /.post-info --> <p>You're mutually oblivious.</p>
|
</footer><!-- /.post-info --> <p>You're mutually oblivious.</p>
|
||||||
<p><a href="./unbelievable.html">a root-relative link to unbelievable</a>
|
<p><a href="./unbelievable.html">a root-relative link to unbelievable</a>
|
||||||
<a href="./unbelievable.html">a file-relative link to unbelievable</a></p>
|
<a href="./unbelievable.html">a file-relative link to unbelievable</a></p>
|
||||||
</div><!-- /.entry-content -->
|
</div><!-- /.entry-content -->
|
||||||
<div class="comments">
|
<div class="comments">
|
||||||
<h2>Comments !</h2>
|
<h2>Comments !</h2>
|
||||||
<div id="disqus_thread"></div>
|
<div id="disqus_thread"></div>
|
||||||
<script type="text/javascript">
|
<script type="text/javascript">
|
||||||
|
|
@ -63,33 +63,33 @@
|
||||||
})();
|
})();
|
||||||
</script>
|
</script>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</article>
|
</article>
|
||||||
</section>
|
</section>
|
||||||
<section id="extras" class="body">
|
<section id="extras" class="body">
|
||||||
<div class="blogroll">
|
<div class="blogroll">
|
||||||
<h2>blogroll</h2>
|
<h2>blogroll</h2>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="http://biologeek.org">Biologeek</a></li>
|
<li><a href="http://biologeek.org">Biologeek</a></li>
|
||||||
<li><a href="http://filyb.info/">Filyb</a></li>
|
<li><a href="http://filyb.info/">Filyb</a></li>
|
||||||
<li><a href="http://www.libert-fr.com">Libert-fr</a></li>
|
<li><a href="http://www.libert-fr.com">Libert-fr</a></li>
|
||||||
<li><a href="http://prendreuncafe.com/blog/">N1k0</a></li>
|
<li><a href="http://prendreuncafe.com/blog/">N1k0</a></li>
|
||||||
<li><a href="http://ziade.org/blog">Tarek Ziadé</a></li>
|
<li><a href="http://ziade.org/blog">Tarek Ziadé</a></li>
|
||||||
<li><a href="http://zubin71.wordpress.com/">Zubin Mithra</a></li>
|
<li><a href="http://zubin71.wordpress.com/">Zubin Mithra</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</div><!-- /.blogroll -->
|
</div><!-- /.blogroll -->
|
||||||
<div class="social">
|
<div class="social">
|
||||||
<h2>social</h2>
|
<h2>social</h2>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="http://blog.notmyidea.org/feeds/all.atom.xml" type="application/atom+xml" rel="alternate">atom feed</a></li>
|
<li><a href="http://blog.notmyidea.org/feeds/all.atom.xml" type="application/atom+xml" rel="alternate">atom feed</a></li>
|
||||||
<li><a href="http://blog.notmyidea.org/feeds/all.rss.xml" type="application/rss+xml" rel="alternate">rss feed</a></li>
|
<li><a href="http://blog.notmyidea.org/feeds/all.rss.xml" type="application/rss+xml" rel="alternate">rss feed</a></li>
|
||||||
|
|
||||||
<li><a href="http://twitter.com/ametaireau">twitter</a></li>
|
<li><a href="http://twitter.com/ametaireau">twitter</a></li>
|
||||||
<li><a href="http://lastfm.com/user/akounet">lastfm</a></li>
|
<li><a href="http://lastfm.com/user/akounet">lastfm</a></li>
|
||||||
<li><a href="http://github.com/ametaireau">github</a></li>
|
<li><a href="http://github.com/ametaireau">github</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</div><!-- /.social -->
|
</div><!-- /.social -->
|
||||||
</section><!-- /#extras -->
|
</section><!-- /#extras -->
|
||||||
|
|
||||||
<footer id="contentinfo" class="body">
|
<footer id="contentinfo" class="body">
|
||||||
<address id="about" class="vcard body">
|
<address id="about" class="vcard body">
|
||||||
|
|
|
||||||
|
|
@ -4,9 +4,9 @@
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<title>Alexis' log</title>
|
<title>Alexis' log</title>
|
||||||
<link rel="stylesheet" href="./theme/css/main.css">
|
<link rel="stylesheet" href="./theme/css/main.css">
|
||||||
<link href="http://blog.notmyidea.org/feeds/all.atom.xml" type="application/atom+xml" rel="alternate" title="Alexis' log Atom Feed" />
|
<link href="http://blog.notmyidea.org/feeds/all.atom.xml" type="application/atom+xml" rel="alternate" title="Alexis' log Atom Feed" />
|
||||||
<link href="http://blog.notmyidea.org/feeds/all.rss.xml" type="application/rss+xml" rel="alternate" title="Alexis' log RSS Feed" />
|
<link href="http://blog.notmyidea.org/feeds/all.rss.xml" type="application/rss+xml" rel="alternate" title="Alexis' log RSS Feed" />
|
||||||
|
|
||||||
<!--[if IE]>
|
<!--[if IE]>
|
||||||
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
|
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
|
||||||
<![endif]-->
|
<![endif]-->
|
||||||
|
|
@ -19,15 +19,15 @@
|
||||||
<header id="banner" class="body">
|
<header id="banner" class="body">
|
||||||
<h1><a href="./">Alexis' log </a></h1>
|
<h1><a href="./">Alexis' log </a></h1>
|
||||||
<nav><ul>
|
<nav><ul>
|
||||||
<li><a href="./override/">Override url/save_as</a></li>
|
<li><a href="./override/">Override url/save_as</a></li>
|
||||||
<li><a href="./pages/this-is-a-test-page.html">This is a test page</a></li>
|
<li><a href="./pages/this-is-a-test-page.html">This is a test page</a></li>
|
||||||
<li><a href="./category/yeah.html">yeah</a></li>
|
<li><a href="./category/yeah.html">yeah</a></li>
|
||||||
<li><a href="./category/misc.html">misc</a></li>
|
<li><a href="./category/misc.html">misc</a></li>
|
||||||
<li><a href="./category/cat1.html">cat1</a></li>
|
<li><a href="./category/cat1.html">cat1</a></li>
|
||||||
<li><a href="./category/bar.html">bar</a></li>
|
<li><a href="./category/bar.html">bar</a></li>
|
||||||
</ul></nav>
|
</ul></nav>
|
||||||
</header><!-- /#banner -->
|
</header><!-- /#banner -->
|
||||||
<section id="content" class="body">
|
<section id="content" class="body">
|
||||||
<h1>Archives for Alexis' log</h1>
|
<h1>Archives for Alexis' log</h1>
|
||||||
|
|
||||||
<dl>
|
<dl>
|
||||||
|
|
@ -52,29 +52,29 @@
|
||||||
</dl>
|
</dl>
|
||||||
</section>
|
</section>
|
||||||
<section id="extras" class="body">
|
<section id="extras" class="body">
|
||||||
<div class="blogroll">
|
<div class="blogroll">
|
||||||
<h2>blogroll</h2>
|
<h2>blogroll</h2>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="http://biologeek.org">Biologeek</a></li>
|
<li><a href="http://biologeek.org">Biologeek</a></li>
|
||||||
<li><a href="http://filyb.info/">Filyb</a></li>
|
<li><a href="http://filyb.info/">Filyb</a></li>
|
||||||
<li><a href="http://www.libert-fr.com">Libert-fr</a></li>
|
<li><a href="http://www.libert-fr.com">Libert-fr</a></li>
|
||||||
<li><a href="http://prendreuncafe.com/blog/">N1k0</a></li>
|
<li><a href="http://prendreuncafe.com/blog/">N1k0</a></li>
|
||||||
<li><a href="http://ziade.org/blog">Tarek Ziadé</a></li>
|
<li><a href="http://ziade.org/blog">Tarek Ziadé</a></li>
|
||||||
<li><a href="http://zubin71.wordpress.com/">Zubin Mithra</a></li>
|
<li><a href="http://zubin71.wordpress.com/">Zubin Mithra</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</div><!-- /.blogroll -->
|
</div><!-- /.blogroll -->
|
||||||
<div class="social">
|
<div class="social">
|
||||||
<h2>social</h2>
|
<h2>social</h2>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="http://blog.notmyidea.org/feeds/all.atom.xml" type="application/atom+xml" rel="alternate">atom feed</a></li>
|
<li><a href="http://blog.notmyidea.org/feeds/all.atom.xml" type="application/atom+xml" rel="alternate">atom feed</a></li>
|
||||||
<li><a href="http://blog.notmyidea.org/feeds/all.rss.xml" type="application/rss+xml" rel="alternate">rss feed</a></li>
|
<li><a href="http://blog.notmyidea.org/feeds/all.rss.xml" type="application/rss+xml" rel="alternate">rss feed</a></li>
|
||||||
|
|
||||||
<li><a href="http://twitter.com/ametaireau">twitter</a></li>
|
<li><a href="http://twitter.com/ametaireau">twitter</a></li>
|
||||||
<li><a href="http://lastfm.com/user/akounet">lastfm</a></li>
|
<li><a href="http://lastfm.com/user/akounet">lastfm</a></li>
|
||||||
<li><a href="http://github.com/ametaireau">github</a></li>
|
<li><a href="http://github.com/ametaireau">github</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</div><!-- /.social -->
|
</div><!-- /.social -->
|
||||||
</section><!-- /#extras -->
|
</section><!-- /#extras -->
|
||||||
|
|
||||||
<footer id="contentinfo" class="body">
|
<footer id="contentinfo" class="body">
|
||||||
<address id="about" class="vcard body">
|
<address id="about" class="vcard body">
|
||||||
|
|
|
||||||
|
|
@ -4,9 +4,9 @@
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<title>Article 1</title>
|
<title>Article 1</title>
|
||||||
<link rel="stylesheet" href="./theme/css/main.css">
|
<link rel="stylesheet" href="./theme/css/main.css">
|
||||||
<link href="http://blog.notmyidea.org/feeds/all.atom.xml" type="application/atom+xml" rel="alternate" title="Alexis' log Atom Feed" />
|
<link href="http://blog.notmyidea.org/feeds/all.atom.xml" type="application/atom+xml" rel="alternate" title="Alexis' log Atom Feed" />
|
||||||
<link href="http://blog.notmyidea.org/feeds/all.rss.xml" type="application/rss+xml" rel="alternate" title="Alexis' log RSS Feed" />
|
<link href="http://blog.notmyidea.org/feeds/all.rss.xml" type="application/rss+xml" rel="alternate" title="Alexis' log RSS Feed" />
|
||||||
|
|
||||||
<!--[if IE]>
|
<!--[if IE]>
|
||||||
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
|
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
|
||||||
<![endif]-->
|
<![endif]-->
|
||||||
|
|
@ -19,37 +19,37 @@
|
||||||
<header id="banner" class="body">
|
<header id="banner" class="body">
|
||||||
<h1><a href="./">Alexis' log </a></h1>
|
<h1><a href="./">Alexis' log </a></h1>
|
||||||
<nav><ul>
|
<nav><ul>
|
||||||
<li><a href="./override/">Override url/save_as</a></li>
|
<li><a href="./override/">Override url/save_as</a></li>
|
||||||
<li><a href="./pages/this-is-a-test-page.html">This is a test page</a></li>
|
<li><a href="./pages/this-is-a-test-page.html">This is a test page</a></li>
|
||||||
<li><a href="./category/yeah.html">yeah</a></li>
|
<li><a href="./category/yeah.html">yeah</a></li>
|
||||||
<li><a href="./category/misc.html">misc</a></li>
|
<li><a href="./category/misc.html">misc</a></li>
|
||||||
<li class="active"><a href="./category/cat1.html">cat1</a></li>
|
<li class="active"><a href="./category/cat1.html">cat1</a></li>
|
||||||
<li><a href="./category/bar.html">bar</a></li>
|
<li><a href="./category/bar.html">bar</a></li>
|
||||||
</ul></nav>
|
</ul></nav>
|
||||||
</header><!-- /#banner -->
|
</header><!-- /#banner -->
|
||||||
<section id="content" class="body">
|
<section id="content" class="body">
|
||||||
<article>
|
<article>
|
||||||
<header>
|
<header>
|
||||||
<h1 class="entry-title">
|
<h1 class="entry-title">
|
||||||
<a href="./article-1.html" rel="bookmark"
|
<a href="./article-1.html" rel="bookmark"
|
||||||
title="Permalink to Article 1">Article 1</a></h1>
|
title="Permalink to Article 1">Article 1</a></h1>
|
||||||
</header>
|
</header>
|
||||||
|
|
||||||
<div class="entry-content">
|
<div class="entry-content">
|
||||||
<footer class="post-info">
|
<footer class="post-info">
|
||||||
<abbr class="published" title="2011-02-17T00:00:00">
|
<abbr class="published" title="2011-02-17T00:00:00">
|
||||||
Thu 17 February 2011
|
Thu 17 February 2011
|
||||||
</abbr>
|
</abbr>
|
||||||
|
|
||||||
<address class="vcard author">
|
<address class="vcard author">
|
||||||
By <a class="url fn" href="./author/alexis-metaireau.html">Alexis Métaireau</a>
|
By <a class="url fn" href="./author/alexis-metaireau.html">Alexis Métaireau</a>
|
||||||
</address>
|
</address>
|
||||||
<p>In <a href="./category/cat1.html">cat1</a>. </p>
|
<p>In <a href="./category/cat1.html">cat1</a>. </p>
|
||||||
|
|
||||||
</footer><!-- /.post-info --> <p>Article 1</p>
|
</footer><!-- /.post-info --> <p>Article 1</p>
|
||||||
|
|
||||||
</div><!-- /.entry-content -->
|
</div><!-- /.entry-content -->
|
||||||
<div class="comments">
|
<div class="comments">
|
||||||
<h2>Comments !</h2>
|
<h2>Comments !</h2>
|
||||||
<div id="disqus_thread"></div>
|
<div id="disqus_thread"></div>
|
||||||
<script type="text/javascript">
|
<script type="text/javascript">
|
||||||
|
|
@ -62,33 +62,33 @@
|
||||||
})();
|
})();
|
||||||
</script>
|
</script>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</article>
|
</article>
|
||||||
</section>
|
</section>
|
||||||
<section id="extras" class="body">
|
<section id="extras" class="body">
|
||||||
<div class="blogroll">
|
<div class="blogroll">
|
||||||
<h2>blogroll</h2>
|
<h2>blogroll</h2>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="http://biologeek.org">Biologeek</a></li>
|
<li><a href="http://biologeek.org">Biologeek</a></li>
|
||||||
<li><a href="http://filyb.info/">Filyb</a></li>
|
<li><a href="http://filyb.info/">Filyb</a></li>
|
||||||
<li><a href="http://www.libert-fr.com">Libert-fr</a></li>
|
<li><a href="http://www.libert-fr.com">Libert-fr</a></li>
|
||||||
<li><a href="http://prendreuncafe.com/blog/">N1k0</a></li>
|
<li><a href="http://prendreuncafe.com/blog/">N1k0</a></li>
|
||||||
<li><a href="http://ziade.org/blog">Tarek Ziadé</a></li>
|
<li><a href="http://ziade.org/blog">Tarek Ziadé</a></li>
|
||||||
<li><a href="http://zubin71.wordpress.com/">Zubin Mithra</a></li>
|
<li><a href="http://zubin71.wordpress.com/">Zubin Mithra</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</div><!-- /.blogroll -->
|
</div><!-- /.blogroll -->
|
||||||
<div class="social">
|
<div class="social">
|
||||||
<h2>social</h2>
|
<h2>social</h2>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="http://blog.notmyidea.org/feeds/all.atom.xml" type="application/atom+xml" rel="alternate">atom feed</a></li>
|
<li><a href="http://blog.notmyidea.org/feeds/all.atom.xml" type="application/atom+xml" rel="alternate">atom feed</a></li>
|
||||||
<li><a href="http://blog.notmyidea.org/feeds/all.rss.xml" type="application/rss+xml" rel="alternate">rss feed</a></li>
|
<li><a href="http://blog.notmyidea.org/feeds/all.rss.xml" type="application/rss+xml" rel="alternate">rss feed</a></li>
|
||||||
|
|
||||||
<li><a href="http://twitter.com/ametaireau">twitter</a></li>
|
<li><a href="http://twitter.com/ametaireau">twitter</a></li>
|
||||||
<li><a href="http://lastfm.com/user/akounet">lastfm</a></li>
|
<li><a href="http://lastfm.com/user/akounet">lastfm</a></li>
|
||||||
<li><a href="http://github.com/ametaireau">github</a></li>
|
<li><a href="http://github.com/ametaireau">github</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</div><!-- /.social -->
|
</div><!-- /.social -->
|
||||||
</section><!-- /#extras -->
|
</section><!-- /#extras -->
|
||||||
|
|
||||||
<footer id="contentinfo" class="body">
|
<footer id="contentinfo" class="body">
|
||||||
<address id="about" class="vcard body">
|
<address id="about" class="vcard body">
|
||||||
|
|
|
||||||
|
|
@ -4,9 +4,9 @@
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<title>Article 2</title>
|
<title>Article 2</title>
|
||||||
<link rel="stylesheet" href="./theme/css/main.css">
|
<link rel="stylesheet" href="./theme/css/main.css">
|
||||||
<link href="http://blog.notmyidea.org/feeds/all.atom.xml" type="application/atom+xml" rel="alternate" title="Alexis' log Atom Feed" />
|
<link href="http://blog.notmyidea.org/feeds/all.atom.xml" type="application/atom+xml" rel="alternate" title="Alexis' log Atom Feed" />
|
||||||
<link href="http://blog.notmyidea.org/feeds/all.rss.xml" type="application/rss+xml" rel="alternate" title="Alexis' log RSS Feed" />
|
<link href="http://blog.notmyidea.org/feeds/all.rss.xml" type="application/rss+xml" rel="alternate" title="Alexis' log RSS Feed" />
|
||||||
|
|
||||||
<!--[if IE]>
|
<!--[if IE]>
|
||||||
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
|
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
|
||||||
<![endif]-->
|
<![endif]-->
|
||||||
|
|
@ -19,37 +19,37 @@
|
||||||
<header id="banner" class="body">
|
<header id="banner" class="body">
|
||||||
<h1><a href="./">Alexis' log </a></h1>
|
<h1><a href="./">Alexis' log </a></h1>
|
||||||
<nav><ul>
|
<nav><ul>
|
||||||
<li><a href="./override/">Override url/save_as</a></li>
|
<li><a href="./override/">Override url/save_as</a></li>
|
||||||
<li><a href="./pages/this-is-a-test-page.html">This is a test page</a></li>
|
<li><a href="./pages/this-is-a-test-page.html">This is a test page</a></li>
|
||||||
<li><a href="./category/yeah.html">yeah</a></li>
|
<li><a href="./category/yeah.html">yeah</a></li>
|
||||||
<li><a href="./category/misc.html">misc</a></li>
|
<li><a href="./category/misc.html">misc</a></li>
|
||||||
<li class="active"><a href="./category/cat1.html">cat1</a></li>
|
<li class="active"><a href="./category/cat1.html">cat1</a></li>
|
||||||
<li><a href="./category/bar.html">bar</a></li>
|
<li><a href="./category/bar.html">bar</a></li>
|
||||||
</ul></nav>
|
</ul></nav>
|
||||||
</header><!-- /#banner -->
|
</header><!-- /#banner -->
|
||||||
<section id="content" class="body">
|
<section id="content" class="body">
|
||||||
<article>
|
<article>
|
||||||
<header>
|
<header>
|
||||||
<h1 class="entry-title">
|
<h1 class="entry-title">
|
||||||
<a href="./article-2.html" rel="bookmark"
|
<a href="./article-2.html" rel="bookmark"
|
||||||
title="Permalink to Article 2">Article 2</a></h1>
|
title="Permalink to Article 2">Article 2</a></h1>
|
||||||
</header>
|
</header>
|
||||||
|
|
||||||
<div class="entry-content">
|
<div class="entry-content">
|
||||||
<footer class="post-info">
|
<footer class="post-info">
|
||||||
<abbr class="published" title="2011-02-17T00:00:00">
|
<abbr class="published" title="2011-02-17T00:00:00">
|
||||||
Thu 17 February 2011
|
Thu 17 February 2011
|
||||||
</abbr>
|
</abbr>
|
||||||
|
|
||||||
<address class="vcard author">
|
<address class="vcard author">
|
||||||
By <a class="url fn" href="./author/alexis-metaireau.html">Alexis Métaireau</a>
|
By <a class="url fn" href="./author/alexis-metaireau.html">Alexis Métaireau</a>
|
||||||
</address>
|
</address>
|
||||||
<p>In <a href="./category/cat1.html">cat1</a>. </p>
|
<p>In <a href="./category/cat1.html">cat1</a>. </p>
|
||||||
|
|
||||||
</footer><!-- /.post-info --> <p>Article 2</p>
|
</footer><!-- /.post-info --> <p>Article 2</p>
|
||||||
|
|
||||||
</div><!-- /.entry-content -->
|
</div><!-- /.entry-content -->
|
||||||
<div class="comments">
|
<div class="comments">
|
||||||
<h2>Comments !</h2>
|
<h2>Comments !</h2>
|
||||||
<div id="disqus_thread"></div>
|
<div id="disqus_thread"></div>
|
||||||
<script type="text/javascript">
|
<script type="text/javascript">
|
||||||
|
|
@ -62,33 +62,33 @@
|
||||||
})();
|
})();
|
||||||
</script>
|
</script>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</article>
|
</article>
|
||||||
</section>
|
</section>
|
||||||
<section id="extras" class="body">
|
<section id="extras" class="body">
|
||||||
<div class="blogroll">
|
<div class="blogroll">
|
||||||
<h2>blogroll</h2>
|
<h2>blogroll</h2>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="http://biologeek.org">Biologeek</a></li>
|
<li><a href="http://biologeek.org">Biologeek</a></li>
|
||||||
<li><a href="http://filyb.info/">Filyb</a></li>
|
<li><a href="http://filyb.info/">Filyb</a></li>
|
||||||
<li><a href="http://www.libert-fr.com">Libert-fr</a></li>
|
<li><a href="http://www.libert-fr.com">Libert-fr</a></li>
|
||||||
<li><a href="http://prendreuncafe.com/blog/">N1k0</a></li>
|
<li><a href="http://prendreuncafe.com/blog/">N1k0</a></li>
|
||||||
<li><a href="http://ziade.org/blog">Tarek Ziadé</a></li>
|
<li><a href="http://ziade.org/blog">Tarek Ziadé</a></li>
|
||||||
<li><a href="http://zubin71.wordpress.com/">Zubin Mithra</a></li>
|
<li><a href="http://zubin71.wordpress.com/">Zubin Mithra</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</div><!-- /.blogroll -->
|
</div><!-- /.blogroll -->
|
||||||
<div class="social">
|
<div class="social">
|
||||||
<h2>social</h2>
|
<h2>social</h2>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="http://blog.notmyidea.org/feeds/all.atom.xml" type="application/atom+xml" rel="alternate">atom feed</a></li>
|
<li><a href="http://blog.notmyidea.org/feeds/all.atom.xml" type="application/atom+xml" rel="alternate">atom feed</a></li>
|
||||||
<li><a href="http://blog.notmyidea.org/feeds/all.rss.xml" type="application/rss+xml" rel="alternate">rss feed</a></li>
|
<li><a href="http://blog.notmyidea.org/feeds/all.rss.xml" type="application/rss+xml" rel="alternate">rss feed</a></li>
|
||||||
|
|
||||||
<li><a href="http://twitter.com/ametaireau">twitter</a></li>
|
<li><a href="http://twitter.com/ametaireau">twitter</a></li>
|
||||||
<li><a href="http://lastfm.com/user/akounet">lastfm</a></li>
|
<li><a href="http://lastfm.com/user/akounet">lastfm</a></li>
|
||||||
<li><a href="http://github.com/ametaireau">github</a></li>
|
<li><a href="http://github.com/ametaireau">github</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</div><!-- /.social -->
|
</div><!-- /.social -->
|
||||||
</section><!-- /#extras -->
|
</section><!-- /#extras -->
|
||||||
|
|
||||||
<footer id="contentinfo" class="body">
|
<footer id="contentinfo" class="body">
|
||||||
<address id="about" class="vcard body">
|
<address id="about" class="vcard body">
|
||||||
|
|
|
||||||
|
|
@ -4,9 +4,9 @@
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<title>Article 3</title>
|
<title>Article 3</title>
|
||||||
<link rel="stylesheet" href="./theme/css/main.css">
|
<link rel="stylesheet" href="./theme/css/main.css">
|
||||||
<link href="http://blog.notmyidea.org/feeds/all.atom.xml" type="application/atom+xml" rel="alternate" title="Alexis' log Atom Feed" />
|
<link href="http://blog.notmyidea.org/feeds/all.atom.xml" type="application/atom+xml" rel="alternate" title="Alexis' log Atom Feed" />
|
||||||
<link href="http://blog.notmyidea.org/feeds/all.rss.xml" type="application/rss+xml" rel="alternate" title="Alexis' log RSS Feed" />
|
<link href="http://blog.notmyidea.org/feeds/all.rss.xml" type="application/rss+xml" rel="alternate" title="Alexis' log RSS Feed" />
|
||||||
|
|
||||||
<!--[if IE]>
|
<!--[if IE]>
|
||||||
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
|
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
|
||||||
<![endif]-->
|
<![endif]-->
|
||||||
|
|
@ -19,37 +19,37 @@
|
||||||
<header id="banner" class="body">
|
<header id="banner" class="body">
|
||||||
<h1><a href="./">Alexis' log </a></h1>
|
<h1><a href="./">Alexis' log </a></h1>
|
||||||
<nav><ul>
|
<nav><ul>
|
||||||
<li><a href="./override/">Override url/save_as</a></li>
|
<li><a href="./override/">Override url/save_as</a></li>
|
||||||
<li><a href="./pages/this-is-a-test-page.html">This is a test page</a></li>
|
<li><a href="./pages/this-is-a-test-page.html">This is a test page</a></li>
|
||||||
<li><a href="./category/yeah.html">yeah</a></li>
|
<li><a href="./category/yeah.html">yeah</a></li>
|
||||||
<li><a href="./category/misc.html">misc</a></li>
|
<li><a href="./category/misc.html">misc</a></li>
|
||||||
<li class="active"><a href="./category/cat1.html">cat1</a></li>
|
<li class="active"><a href="./category/cat1.html">cat1</a></li>
|
||||||
<li><a href="./category/bar.html">bar</a></li>
|
<li><a href="./category/bar.html">bar</a></li>
|
||||||
</ul></nav>
|
</ul></nav>
|
||||||
</header><!-- /#banner -->
|
</header><!-- /#banner -->
|
||||||
<section id="content" class="body">
|
<section id="content" class="body">
|
||||||
<article>
|
<article>
|
||||||
<header>
|
<header>
|
||||||
<h1 class="entry-title">
|
<h1 class="entry-title">
|
||||||
<a href="./article-3.html" rel="bookmark"
|
<a href="./article-3.html" rel="bookmark"
|
||||||
title="Permalink to Article 3">Article 3</a></h1>
|
title="Permalink to Article 3">Article 3</a></h1>
|
||||||
</header>
|
</header>
|
||||||
|
|
||||||
<div class="entry-content">
|
<div class="entry-content">
|
||||||
<footer class="post-info">
|
<footer class="post-info">
|
||||||
<abbr class="published" title="2011-02-17T00:00:00">
|
<abbr class="published" title="2011-02-17T00:00:00">
|
||||||
Thu 17 February 2011
|
Thu 17 February 2011
|
||||||
</abbr>
|
</abbr>
|
||||||
|
|
||||||
<address class="vcard author">
|
<address class="vcard author">
|
||||||
By <a class="url fn" href="./author/alexis-metaireau.html">Alexis Métaireau</a>
|
By <a class="url fn" href="./author/alexis-metaireau.html">Alexis Métaireau</a>
|
||||||
</address>
|
</address>
|
||||||
<p>In <a href="./category/cat1.html">cat1</a>. </p>
|
<p>In <a href="./category/cat1.html">cat1</a>. </p>
|
||||||
|
|
||||||
</footer><!-- /.post-info --> <p>Article 3</p>
|
</footer><!-- /.post-info --> <p>Article 3</p>
|
||||||
|
|
||||||
</div><!-- /.entry-content -->
|
</div><!-- /.entry-content -->
|
||||||
<div class="comments">
|
<div class="comments">
|
||||||
<h2>Comments !</h2>
|
<h2>Comments !</h2>
|
||||||
<div id="disqus_thread"></div>
|
<div id="disqus_thread"></div>
|
||||||
<script type="text/javascript">
|
<script type="text/javascript">
|
||||||
|
|
@ -62,33 +62,33 @@
|
||||||
})();
|
})();
|
||||||
</script>
|
</script>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</article>
|
</article>
|
||||||
</section>
|
</section>
|
||||||
<section id="extras" class="body">
|
<section id="extras" class="body">
|
||||||
<div class="blogroll">
|
<div class="blogroll">
|
||||||
<h2>blogroll</h2>
|
<h2>blogroll</h2>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="http://biologeek.org">Biologeek</a></li>
|
<li><a href="http://biologeek.org">Biologeek</a></li>
|
||||||
<li><a href="http://filyb.info/">Filyb</a></li>
|
<li><a href="http://filyb.info/">Filyb</a></li>
|
||||||
<li><a href="http://www.libert-fr.com">Libert-fr</a></li>
|
<li><a href="http://www.libert-fr.com">Libert-fr</a></li>
|
||||||
<li><a href="http://prendreuncafe.com/blog/">N1k0</a></li>
|
<li><a href="http://prendreuncafe.com/blog/">N1k0</a></li>
|
||||||
<li><a href="http://ziade.org/blog">Tarek Ziadé</a></li>
|
<li><a href="http://ziade.org/blog">Tarek Ziadé</a></li>
|
||||||
<li><a href="http://zubin71.wordpress.com/">Zubin Mithra</a></li>
|
<li><a href="http://zubin71.wordpress.com/">Zubin Mithra</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</div><!-- /.blogroll -->
|
</div><!-- /.blogroll -->
|
||||||
<div class="social">
|
<div class="social">
|
||||||
<h2>social</h2>
|
<h2>social</h2>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="http://blog.notmyidea.org/feeds/all.atom.xml" type="application/atom+xml" rel="alternate">atom feed</a></li>
|
<li><a href="http://blog.notmyidea.org/feeds/all.atom.xml" type="application/atom+xml" rel="alternate">atom feed</a></li>
|
||||||
<li><a href="http://blog.notmyidea.org/feeds/all.rss.xml" type="application/rss+xml" rel="alternate">rss feed</a></li>
|
<li><a href="http://blog.notmyidea.org/feeds/all.rss.xml" type="application/rss+xml" rel="alternate">rss feed</a></li>
|
||||||
|
|
||||||
<li><a href="http://twitter.com/ametaireau">twitter</a></li>
|
<li><a href="http://twitter.com/ametaireau">twitter</a></li>
|
||||||
<li><a href="http://lastfm.com/user/akounet">lastfm</a></li>
|
<li><a href="http://lastfm.com/user/akounet">lastfm</a></li>
|
||||||
<li><a href="http://github.com/ametaireau">github</a></li>
|
<li><a href="http://github.com/ametaireau">github</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</div><!-- /.social -->
|
</div><!-- /.social -->
|
||||||
</section><!-- /#extras -->
|
</section><!-- /#extras -->
|
||||||
|
|
||||||
<footer id="contentinfo" class="body">
|
<footer id="contentinfo" class="body">
|
||||||
<address id="about" class="vcard body">
|
<address id="about" class="vcard body">
|
||||||
|
|
|
||||||
|
|
@ -4,9 +4,9 @@
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<title>Alexis' log - Alexis Métaireau</title>
|
<title>Alexis' log - Alexis Métaireau</title>
|
||||||
<link rel="stylesheet" href="../theme/css/main.css">
|
<link rel="stylesheet" href="../theme/css/main.css">
|
||||||
<link href="http://blog.notmyidea.org/feeds/all.atom.xml" type="application/atom+xml" rel="alternate" title="Alexis' log Atom Feed" />
|
<link href="http://blog.notmyidea.org/feeds/all.atom.xml" type="application/atom+xml" rel="alternate" title="Alexis' log Atom Feed" />
|
||||||
<link href="http://blog.notmyidea.org/feeds/all.rss.xml" type="application/rss+xml" rel="alternate" title="Alexis' log RSS Feed" />
|
<link href="http://blog.notmyidea.org/feeds/all.rss.xml" type="application/rss+xml" rel="alternate" title="Alexis' log RSS Feed" />
|
||||||
|
|
||||||
<!--[if IE]>
|
<!--[if IE]>
|
||||||
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
|
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
|
||||||
<![endif]-->
|
<![endif]-->
|
||||||
|
|
@ -19,143 +19,135 @@
|
||||||
<header id="banner" class="body">
|
<header id="banner" class="body">
|
||||||
<h1><a href="../">Alexis' log </a></h1>
|
<h1><a href="../">Alexis' log </a></h1>
|
||||||
<nav><ul>
|
<nav><ul>
|
||||||
<li><a href="../override/">Override url/save_as</a></li>
|
<li><a href="../override/">Override url/save_as</a></li>
|
||||||
<li><a href="../pages/this-is-a-test-page.html">This is a test page</a></li>
|
<li><a href="../pages/this-is-a-test-page.html">This is a test page</a></li>
|
||||||
<li><a href="../category/yeah.html">yeah</a></li>
|
<li><a href="../category/yeah.html">yeah</a></li>
|
||||||
<li><a href="../category/misc.html">misc</a></li>
|
<li><a href="../category/misc.html">misc</a></li>
|
||||||
<li><a href="../category/cat1.html">cat1</a></li>
|
<li><a href="../category/cat1.html">cat1</a></li>
|
||||||
<li><a href="../category/bar.html">bar</a></li>
|
<li><a href="../category/bar.html">bar</a></li>
|
||||||
</ul></nav>
|
</ul></nav>
|
||||||
</header><!-- /#banner -->
|
</header><!-- /#banner -->
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<aside id="featured" class="body">
|
<aside id="featured" class="body">
|
||||||
<article>
|
<article>
|
||||||
<h1 class="entry-title"><a href="../a-markdown-powered-article.html">A markdown powered article</a></h1>
|
<h1 class="entry-title"><a href="../a-markdown-powered-article.html">A markdown powered article</a></h1>
|
||||||
<footer class="post-info">
|
<footer class="post-info">
|
||||||
<abbr class="published" title="2011-04-20T00:00:00">
|
<abbr class="published" title="2011-04-20T00:00:00">
|
||||||
Wed 20 April 2011
|
Wed 20 April 2011
|
||||||
</abbr>
|
</abbr>
|
||||||
|
|
||||||
<address class="vcard author">
|
<address class="vcard author">
|
||||||
By <a class="url fn" href="../author/alexis-metaireau.html">Alexis Métaireau</a>
|
By <a class="url fn" href="../author/alexis-metaireau.html">Alexis Métaireau</a>
|
||||||
</address>
|
</address>
|
||||||
<p>In <a href="../category/cat1.html">cat1</a>. </p>
|
<p>In <a href="../category/cat1.html">cat1</a>. </p>
|
||||||
|
|
||||||
</footer><!-- /.post-info --><p>You're mutually oblivious.</p>
|
</footer><!-- /.post-info --><p>You're mutually oblivious.</p>
|
||||||
<p><a href="../unbelievable.html">a root-relative link to unbelievable</a>
|
<p><a href="../unbelievable.html">a root-relative link to unbelievable</a>
|
||||||
<a href="../unbelievable.html">a file-relative link to unbelievable</a></p><p>There are <a href="../a-markdown-powered-article.html#disqus_thread">comments</a>.</p> </article>
|
<a href="../unbelievable.html">a file-relative link to unbelievable</a></p><p>There are <a href="../a-markdown-powered-article.html#disqus_thread">comments</a>.</p> </article>
|
||||||
</aside><!-- /#featured -->
|
</aside><!-- /#featured -->
|
||||||
<section id="content" class="body">
|
<section id="content" class="body">
|
||||||
<h1>Other articles</h1>
|
<h1>Other articles</h1>
|
||||||
<hr />
|
<hr />
|
||||||
<ol id="posts-list" class="hfeed">
|
<ol id="posts-list" class="hfeed">
|
||||||
|
|
||||||
|
|
||||||
|
<li><article class="hentry">
|
||||||
<li><article class="hentry">
|
|
||||||
<header>
|
<header>
|
||||||
<h1><a href="../article-1.html" rel="bookmark"
|
<h1><a href="../article-1.html" rel="bookmark"
|
||||||
title="Permalink to Article 1">Article 1</a></h1>
|
title="Permalink to Article 1">Article 1</a></h1>
|
||||||
</header>
|
</header>
|
||||||
|
|
||||||
<div class="entry-content">
|
<div class="entry-content">
|
||||||
<footer class="post-info">
|
<footer class="post-info">
|
||||||
<abbr class="published" title="2011-02-17T00:00:00">
|
<abbr class="published" title="2011-02-17T00:00:00">
|
||||||
Thu 17 February 2011
|
Thu 17 February 2011
|
||||||
</abbr>
|
</abbr>
|
||||||
|
|
||||||
<address class="vcard author">
|
<address class="vcard author">
|
||||||
By <a class="url fn" href="../author/alexis-metaireau.html">Alexis Métaireau</a>
|
By <a class="url fn" href="../author/alexis-metaireau.html">Alexis Métaireau</a>
|
||||||
</address>
|
</address>
|
||||||
<p>In <a href="../category/cat1.html">cat1</a>. </p>
|
<p>In <a href="../category/cat1.html">cat1</a>. </p>
|
||||||
|
|
||||||
</footer><!-- /.post-info --> <p>Article 1</p>
|
</footer><!-- /.post-info --> <p>Article 1</p>
|
||||||
|
|
||||||
<a class="readmore" href="../article-1.html">read more</a>
|
<a class="readmore" href="../article-1.html">read more</a>
|
||||||
<p>There are <a href="../article-1.html#disqus_thread">comments</a>.</p> </div><!-- /.entry-content -->
|
<p>There are <a href="../article-1.html#disqus_thread">comments</a>.</p> </div><!-- /.entry-content -->
|
||||||
</article></li>
|
</article></li>
|
||||||
|
|
||||||
|
|
||||||
|
<li><article class="hentry">
|
||||||
<li><article class="hentry">
|
|
||||||
<header>
|
<header>
|
||||||
<h1><a href="../article-2.html" rel="bookmark"
|
<h1><a href="../article-2.html" rel="bookmark"
|
||||||
title="Permalink to Article 2">Article 2</a></h1>
|
title="Permalink to Article 2">Article 2</a></h1>
|
||||||
</header>
|
</header>
|
||||||
|
|
||||||
<div class="entry-content">
|
<div class="entry-content">
|
||||||
<footer class="post-info">
|
<footer class="post-info">
|
||||||
<abbr class="published" title="2011-02-17T00:00:00">
|
<abbr class="published" title="2011-02-17T00:00:00">
|
||||||
Thu 17 February 2011
|
Thu 17 February 2011
|
||||||
</abbr>
|
</abbr>
|
||||||
|
|
||||||
<address class="vcard author">
|
<address class="vcard author">
|
||||||
By <a class="url fn" href="../author/alexis-metaireau.html">Alexis Métaireau</a>
|
By <a class="url fn" href="../author/alexis-metaireau.html">Alexis Métaireau</a>
|
||||||
</address>
|
</address>
|
||||||
<p>In <a href="../category/cat1.html">cat1</a>. </p>
|
<p>In <a href="../category/cat1.html">cat1</a>. </p>
|
||||||
|
|
||||||
</footer><!-- /.post-info --> <p>Article 2</p>
|
</footer><!-- /.post-info --> <p>Article 2</p>
|
||||||
|
|
||||||
<a class="readmore" href="../article-2.html">read more</a>
|
<a class="readmore" href="../article-2.html">read more</a>
|
||||||
<p>There are <a href="../article-2.html#disqus_thread">comments</a>.</p> </div><!-- /.entry-content -->
|
<p>There are <a href="../article-2.html#disqus_thread">comments</a>.</p> </div><!-- /.entry-content -->
|
||||||
</article></li>
|
</article></li>
|
||||||
|
|
||||||
|
|
||||||
|
<li><article class="hentry">
|
||||||
<li><article class="hentry">
|
|
||||||
<header>
|
<header>
|
||||||
<h1><a href="../article-3.html" rel="bookmark"
|
<h1><a href="../article-3.html" rel="bookmark"
|
||||||
title="Permalink to Article 3">Article 3</a></h1>
|
title="Permalink to Article 3">Article 3</a></h1>
|
||||||
</header>
|
</header>
|
||||||
|
|
||||||
<div class="entry-content">
|
<div class="entry-content">
|
||||||
<footer class="post-info">
|
<footer class="post-info">
|
||||||
<abbr class="published" title="2011-02-17T00:00:00">
|
<abbr class="published" title="2011-02-17T00:00:00">
|
||||||
Thu 17 February 2011
|
Thu 17 February 2011
|
||||||
</abbr>
|
</abbr>
|
||||||
|
|
||||||
<address class="vcard author">
|
<address class="vcard author">
|
||||||
By <a class="url fn" href="../author/alexis-metaireau.html">Alexis Métaireau</a>
|
By <a class="url fn" href="../author/alexis-metaireau.html">Alexis Métaireau</a>
|
||||||
</address>
|
</address>
|
||||||
<p>In <a href="../category/cat1.html">cat1</a>. </p>
|
<p>In <a href="../category/cat1.html">cat1</a>. </p>
|
||||||
|
|
||||||
</footer><!-- /.post-info --> <p>Article 3</p>
|
</footer><!-- /.post-info --> <p>Article 3</p>
|
||||||
|
|
||||||
<a class="readmore" href="../article-3.html">read more</a>
|
<a class="readmore" href="../article-3.html">read more</a>
|
||||||
<p>There are <a href="../article-3.html#disqus_thread">comments</a>.</p> </div><!-- /.entry-content -->
|
<p>There are <a href="../article-3.html#disqus_thread">comments</a>.</p> </div><!-- /.entry-content -->
|
||||||
</article></li>
|
</article></li>
|
||||||
</ol><!-- /#posts-list -->
|
</ol><!-- /#posts-list -->
|
||||||
<p class="paginator">
|
<p class="paginator">
|
||||||
Page 1 / 3
|
Page 1 / 3
|
||||||
<a href="../author/alexis-metaireau2.html">»</a>
|
<a href="../author/alexis-metaireau2.html">»</a>
|
||||||
</p>
|
</p>
|
||||||
</section><!-- /#content -->
|
</section><!-- /#content -->
|
||||||
<section id="extras" class="body">
|
<section id="extras" class="body">
|
||||||
<div class="blogroll">
|
<div class="blogroll">
|
||||||
<h2>blogroll</h2>
|
<h2>blogroll</h2>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="http://biologeek.org">Biologeek</a></li>
|
<li><a href="http://biologeek.org">Biologeek</a></li>
|
||||||
<li><a href="http://filyb.info/">Filyb</a></li>
|
<li><a href="http://filyb.info/">Filyb</a></li>
|
||||||
<li><a href="http://www.libert-fr.com">Libert-fr</a></li>
|
<li><a href="http://www.libert-fr.com">Libert-fr</a></li>
|
||||||
<li><a href="http://prendreuncafe.com/blog/">N1k0</a></li>
|
<li><a href="http://prendreuncafe.com/blog/">N1k0</a></li>
|
||||||
<li><a href="http://ziade.org/blog">Tarek Ziadé</a></li>
|
<li><a href="http://ziade.org/blog">Tarek Ziadé</a></li>
|
||||||
<li><a href="http://zubin71.wordpress.com/">Zubin Mithra</a></li>
|
<li><a href="http://zubin71.wordpress.com/">Zubin Mithra</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</div><!-- /.blogroll -->
|
</div><!-- /.blogroll -->
|
||||||
<div class="social">
|
<div class="social">
|
||||||
<h2>social</h2>
|
<h2>social</h2>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="http://blog.notmyidea.org/feeds/all.atom.xml" type="application/atom+xml" rel="alternate">atom feed</a></li>
|
<li><a href="http://blog.notmyidea.org/feeds/all.atom.xml" type="application/atom+xml" rel="alternate">atom feed</a></li>
|
||||||
<li><a href="http://blog.notmyidea.org/feeds/all.rss.xml" type="application/rss+xml" rel="alternate">rss feed</a></li>
|
<li><a href="http://blog.notmyidea.org/feeds/all.rss.xml" type="application/rss+xml" rel="alternate">rss feed</a></li>
|
||||||
|
|
||||||
<li><a href="http://twitter.com/ametaireau">twitter</a></li>
|
<li><a href="http://twitter.com/ametaireau">twitter</a></li>
|
||||||
<li><a href="http://lastfm.com/user/akounet">lastfm</a></li>
|
<li><a href="http://lastfm.com/user/akounet">lastfm</a></li>
|
||||||
<li><a href="http://github.com/ametaireau">github</a></li>
|
<li><a href="http://github.com/ametaireau">github</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</div><!-- /.social -->
|
</div><!-- /.social -->
|
||||||
</section><!-- /#extras -->
|
</section><!-- /#extras -->
|
||||||
|
|
||||||
<footer id="contentinfo" class="body">
|
<footer id="contentinfo" class="body">
|
||||||
<address id="about" class="vcard body">
|
<address id="about" class="vcard body">
|
||||||
|
|
|
||||||
|
|
@ -4,9 +4,9 @@
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<title>Alexis' log - Alexis Métaireau</title>
|
<title>Alexis' log - Alexis Métaireau</title>
|
||||||
<link rel="stylesheet" href="../theme/css/main.css">
|
<link rel="stylesheet" href="../theme/css/main.css">
|
||||||
<link href="http://blog.notmyidea.org/feeds/all.atom.xml" type="application/atom+xml" rel="alternate" title="Alexis' log Atom Feed" />
|
<link href="http://blog.notmyidea.org/feeds/all.atom.xml" type="application/atom+xml" rel="alternate" title="Alexis' log Atom Feed" />
|
||||||
<link href="http://blog.notmyidea.org/feeds/all.rss.xml" type="application/rss+xml" rel="alternate" title="Alexis' log RSS Feed" />
|
<link href="http://blog.notmyidea.org/feeds/all.rss.xml" type="application/rss+xml" rel="alternate" title="Alexis' log RSS Feed" />
|
||||||
|
|
||||||
<!--[if IE]>
|
<!--[if IE]>
|
||||||
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
|
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
|
||||||
<![endif]-->
|
<![endif]-->
|
||||||
|
|
@ -19,64 +19,59 @@
|
||||||
<header id="banner" class="body">
|
<header id="banner" class="body">
|
||||||
<h1><a href="../">Alexis' log </a></h1>
|
<h1><a href="../">Alexis' log </a></h1>
|
||||||
<nav><ul>
|
<nav><ul>
|
||||||
<li><a href="../override/">Override url/save_as</a></li>
|
<li><a href="../override/">Override url/save_as</a></li>
|
||||||
<li><a href="../pages/this-is-a-test-page.html">This is a test page</a></li>
|
<li><a href="../pages/this-is-a-test-page.html">This is a test page</a></li>
|
||||||
<li><a href="../category/yeah.html">yeah</a></li>
|
<li><a href="../category/yeah.html">yeah</a></li>
|
||||||
<li><a href="../category/misc.html">misc</a></li>
|
<li><a href="../category/misc.html">misc</a></li>
|
||||||
<li><a href="../category/cat1.html">cat1</a></li>
|
<li><a href="../category/cat1.html">cat1</a></li>
|
||||||
<li><a href="../category/bar.html">bar</a></li>
|
<li><a href="../category/bar.html">bar</a></li>
|
||||||
</ul></nav>
|
</ul></nav>
|
||||||
</header><!-- /#banner -->
|
</header><!-- /#banner -->
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<section id="content" class="body">
|
||||||
<section id="content" class="body">
|
|
||||||
<ol id="posts-list" class="hfeed" start="3">
|
<ol id="posts-list" class="hfeed" start="3">
|
||||||
<li><article class="hentry">
|
<li><article class="hentry">
|
||||||
<header>
|
<header>
|
||||||
<h1><a href="../filename_metadata-example.html" rel="bookmark"
|
<h1><a href="../filename_metadata-example.html" rel="bookmark"
|
||||||
title="Permalink to FILENAME_METADATA example">FILENAME_METADATA example</a></h1>
|
title="Permalink to FILENAME_METADATA example">FILENAME_METADATA example</a></h1>
|
||||||
</header>
|
</header>
|
||||||
|
|
||||||
<div class="entry-content">
|
<div class="entry-content">
|
||||||
<footer class="post-info">
|
<footer class="post-info">
|
||||||
<abbr class="published" title="2012-11-30T00:00:00">
|
<abbr class="published" title="2012-11-30T00:00:00">
|
||||||
Fri 30 November 2012
|
Fri 30 November 2012
|
||||||
</abbr>
|
</abbr>
|
||||||
|
|
||||||
<address class="vcard author">
|
<address class="vcard author">
|
||||||
By <a class="url fn" href="../author/alexis-metaireau.html">Alexis Métaireau</a>
|
By <a class="url fn" href="../author/alexis-metaireau.html">Alexis Métaireau</a>
|
||||||
</address>
|
</address>
|
||||||
<p>In <a href="../category/misc.html">misc</a>. </p>
|
<p>In <a href="../category/misc.html">misc</a>. </p>
|
||||||
|
|
||||||
</footer><!-- /.post-info --> <p>Some cool stuff!</p>
|
</footer><!-- /.post-info --> <p>Some cool stuff!</p>
|
||||||
|
|
||||||
<a class="readmore" href="../filename_metadata-example.html">read more</a>
|
<a class="readmore" href="../filename_metadata-example.html">read more</a>
|
||||||
<p>There are <a href="../filename_metadata-example.html#disqus_thread">comments</a>.</p> </div><!-- /.entry-content -->
|
<p>There are <a href="../filename_metadata-example.html#disqus_thread">comments</a>.</p> </div><!-- /.entry-content -->
|
||||||
</article></li>
|
</article></li>
|
||||||
|
|
||||||
|
|
||||||
|
<li><article class="hentry">
|
||||||
<li><article class="hentry">
|
|
||||||
<header>
|
<header>
|
||||||
<h1><a href="../oh-yeah.html" rel="bookmark"
|
<h1><a href="../oh-yeah.html" rel="bookmark"
|
||||||
title="Permalink to Oh yeah !">Oh yeah !</a></h1>
|
title="Permalink to Oh yeah !">Oh yeah !</a></h1>
|
||||||
</header>
|
</header>
|
||||||
|
|
||||||
<div class="entry-content">
|
<div class="entry-content">
|
||||||
<footer class="post-info">
|
<footer class="post-info">
|
||||||
<abbr class="published" title="2010-10-20T10:14:00">
|
<abbr class="published" title="2010-10-20T10:14:00">
|
||||||
Wed 20 October 2010
|
Wed 20 October 2010
|
||||||
</abbr>
|
</abbr>
|
||||||
|
|
||||||
<address class="vcard author">
|
<address class="vcard author">
|
||||||
By <a class="url fn" href="../author/alexis-metaireau.html">Alexis Métaireau</a>
|
By <a class="url fn" href="../author/alexis-metaireau.html">Alexis Métaireau</a>
|
||||||
</address>
|
</address>
|
||||||
<p>In <a href="../category/bar.html">bar</a>. </p>
|
<p>In <a href="../category/bar.html">bar</a>. </p>
|
||||||
<p>tags: <a href="../tag/oh.html">oh</a><a href="../tag/bar.html">bar</a><a href="../tag/yeah.html">yeah</a></p>Translations:
|
<p>tags: <a href="../tag/oh.html">oh</a><a href="../tag/bar.html">bar</a><a href="../tag/yeah.html">yeah</a></p>Translations:
|
||||||
<a href="../oh-yeah-fr.html">fr</a>
|
<a href="../oh-yeah-fr.html">fr</a>
|
||||||
|
|
||||||
</footer><!-- /.post-info --> <div class="section" id="why-not">
|
</footer><!-- /.post-info --> <div class="section" id="why-not">
|
||||||
<h2>Why not ?</h2>
|
<h2>Why not ?</h2>
|
||||||
<p>After all, why not ? It's pretty simple to do it, and it will allow me to write my blogposts in rst !
|
<p>After all, why not ? It's pretty simple to do it, and it will allow me to write my blogposts in rst !
|
||||||
|
|
@ -85,92 +80,88 @@ YEAH !</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<a class="readmore" href="../oh-yeah.html">read more</a>
|
<a class="readmore" href="../oh-yeah.html">read more</a>
|
||||||
<p>There are <a href="../oh-yeah.html#disqus_thread">comments</a>.</p> </div><!-- /.entry-content -->
|
<p>There are <a href="../oh-yeah.html#disqus_thread">comments</a>.</p> </div><!-- /.entry-content -->
|
||||||
</article></li>
|
</article></li>
|
||||||
|
|
||||||
|
|
||||||
|
<li><article class="hentry">
|
||||||
<li><article class="hentry">
|
|
||||||
<header>
|
<header>
|
||||||
<h1><a href="../second-article.html" rel="bookmark"
|
<h1><a href="../second-article.html" rel="bookmark"
|
||||||
title="Permalink to Second article">Second article</a></h1>
|
title="Permalink to Second article">Second article</a></h1>
|
||||||
</header>
|
</header>
|
||||||
|
|
||||||
<div class="entry-content">
|
<div class="entry-content">
|
||||||
<footer class="post-info">
|
<footer class="post-info">
|
||||||
<abbr class="published" title="2012-02-29T00:00:00">
|
<abbr class="published" title="2012-02-29T00:00:00">
|
||||||
Wed 29 February 2012
|
Wed 29 February 2012
|
||||||
</abbr>
|
</abbr>
|
||||||
|
|
||||||
<address class="vcard author">
|
<address class="vcard author">
|
||||||
By <a class="url fn" href="../author/alexis-metaireau.html">Alexis Métaireau</a>
|
By <a class="url fn" href="../author/alexis-metaireau.html">Alexis Métaireau</a>
|
||||||
</address>
|
</address>
|
||||||
<p>In <a href="../category/misc.html">misc</a>. </p>
|
<p>In <a href="../category/misc.html">misc</a>. </p>
|
||||||
<p>tags: <a href="../tag/foo.html">foo</a><a href="../tag/bar.html">bar</a><a href="../tag/baz.html">baz</a></p>Translations:
|
<p>tags: <a href="../tag/foo.html">foo</a><a href="../tag/bar.html">bar</a><a href="../tag/baz.html">baz</a></p>Translations:
|
||||||
<a href="../second-article-fr.html">fr</a>
|
<a href="../second-article-fr.html">fr</a>
|
||||||
|
|
||||||
</footer><!-- /.post-info --> <p>This is some article, in english</p>
|
</footer><!-- /.post-info --> <p>This is some article, in english</p>
|
||||||
|
|
||||||
<a class="readmore" href="../second-article.html">read more</a>
|
<a class="readmore" href="../second-article.html">read more</a>
|
||||||
<p>There are <a href="../second-article.html#disqus_thread">comments</a>.</p> </div><!-- /.entry-content -->
|
<p>There are <a href="../second-article.html#disqus_thread">comments</a>.</p> </div><!-- /.entry-content -->
|
||||||
</article></li>
|
</article></li>
|
||||||
|
|
||||||
|
|
||||||
|
<li><article class="hentry">
|
||||||
<li><article class="hentry">
|
|
||||||
<header>
|
<header>
|
||||||
<h1><a href="../this-is-a-super-article.html" rel="bookmark"
|
<h1><a href="../this-is-a-super-article.html" rel="bookmark"
|
||||||
title="Permalink to This is a super article !">This is a super article !</a></h1>
|
title="Permalink to This is a super article !">This is a super article !</a></h1>
|
||||||
</header>
|
</header>
|
||||||
|
|
||||||
<div class="entry-content">
|
<div class="entry-content">
|
||||||
<footer class="post-info">
|
<footer class="post-info">
|
||||||
<abbr class="published" title="2010-12-02T10:14:00">
|
<abbr class="published" title="2010-12-02T10:14:00">
|
||||||
Thu 02 December 2010
|
Thu 02 December 2010
|
||||||
</abbr>
|
</abbr>
|
||||||
|
|
||||||
<address class="vcard author">
|
<address class="vcard author">
|
||||||
By <a class="url fn" href="../author/alexis-metaireau.html">Alexis Métaireau</a>
|
By <a class="url fn" href="../author/alexis-metaireau.html">Alexis Métaireau</a>
|
||||||
</address>
|
</address>
|
||||||
<p>In <a href="../category/yeah.html">yeah</a>. </p>
|
<p>In <a href="../category/yeah.html">yeah</a>. </p>
|
||||||
<p>tags: <a href="../tag/foo.html">foo</a><a href="../tag/bar.html">bar</a><a href="../tag/foobar.html">foobar</a></p>
|
<p>tags: <a href="../tag/foo.html">foo</a><a href="../tag/bar.html">bar</a><a href="../tag/foobar.html">foobar</a></p>
|
||||||
</footer><!-- /.post-info --> <p class="first last">Multi-line metadata should be supported
|
</footer><!-- /.post-info --> <p class="first last">Multi-line metadata should be supported
|
||||||
as well as <strong>inline markup</strong>.</p>
|
as well as <strong>inline markup</strong>.</p>
|
||||||
|
|
||||||
<a class="readmore" href="../this-is-a-super-article.html">read more</a>
|
<a class="readmore" href="../this-is-a-super-article.html">read more</a>
|
||||||
<p>There are <a href="../this-is-a-super-article.html#disqus_thread">comments</a>.</p> </div><!-- /.entry-content -->
|
<p>There are <a href="../this-is-a-super-article.html#disqus_thread">comments</a>.</p> </div><!-- /.entry-content -->
|
||||||
</article></li>
|
</article></li>
|
||||||
</ol><!-- /#posts-list -->
|
</ol><!-- /#posts-list -->
|
||||||
<p class="paginator">
|
<p class="paginator">
|
||||||
<a href="../author/alexis-metaireau.html">«</a>
|
<a href="../author/alexis-metaireau.html">«</a>
|
||||||
Page 2 / 3
|
Page 2 / 3
|
||||||
<a href="../author/alexis-metaireau3.html">»</a>
|
<a href="../author/alexis-metaireau3.html">»</a>
|
||||||
</p>
|
</p>
|
||||||
</section><!-- /#content -->
|
</section><!-- /#content -->
|
||||||
<section id="extras" class="body">
|
<section id="extras" class="body">
|
||||||
<div class="blogroll">
|
<div class="blogroll">
|
||||||
<h2>blogroll</h2>
|
<h2>blogroll</h2>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="http://biologeek.org">Biologeek</a></li>
|
<li><a href="http://biologeek.org">Biologeek</a></li>
|
||||||
<li><a href="http://filyb.info/">Filyb</a></li>
|
<li><a href="http://filyb.info/">Filyb</a></li>
|
||||||
<li><a href="http://www.libert-fr.com">Libert-fr</a></li>
|
<li><a href="http://www.libert-fr.com">Libert-fr</a></li>
|
||||||
<li><a href="http://prendreuncafe.com/blog/">N1k0</a></li>
|
<li><a href="http://prendreuncafe.com/blog/">N1k0</a></li>
|
||||||
<li><a href="http://ziade.org/blog">Tarek Ziadé</a></li>
|
<li><a href="http://ziade.org/blog">Tarek Ziadé</a></li>
|
||||||
<li><a href="http://zubin71.wordpress.com/">Zubin Mithra</a></li>
|
<li><a href="http://zubin71.wordpress.com/">Zubin Mithra</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</div><!-- /.blogroll -->
|
</div><!-- /.blogroll -->
|
||||||
<div class="social">
|
<div class="social">
|
||||||
<h2>social</h2>
|
<h2>social</h2>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="http://blog.notmyidea.org/feeds/all.atom.xml" type="application/atom+xml" rel="alternate">atom feed</a></li>
|
<li><a href="http://blog.notmyidea.org/feeds/all.atom.xml" type="application/atom+xml" rel="alternate">atom feed</a></li>
|
||||||
<li><a href="http://blog.notmyidea.org/feeds/all.rss.xml" type="application/rss+xml" rel="alternate">rss feed</a></li>
|
<li><a href="http://blog.notmyidea.org/feeds/all.rss.xml" type="application/rss+xml" rel="alternate">rss feed</a></li>
|
||||||
|
|
||||||
<li><a href="http://twitter.com/ametaireau">twitter</a></li>
|
<li><a href="http://twitter.com/ametaireau">twitter</a></li>
|
||||||
<li><a href="http://lastfm.com/user/akounet">lastfm</a></li>
|
<li><a href="http://lastfm.com/user/akounet">lastfm</a></li>
|
||||||
<li><a href="http://github.com/ametaireau">github</a></li>
|
<li><a href="http://github.com/ametaireau">github</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</div><!-- /.social -->
|
</div><!-- /.social -->
|
||||||
</section><!-- /#extras -->
|
</section><!-- /#extras -->
|
||||||
|
|
||||||
<footer id="contentinfo" class="body">
|
<footer id="contentinfo" class="body">
|
||||||
<address id="about" class="vcard body">
|
<address id="about" class="vcard body">
|
||||||
|
|
|
||||||
|
|
@ -4,9 +4,9 @@
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<title>Alexis' log - Alexis Métaireau</title>
|
<title>Alexis' log - Alexis Métaireau</title>
|
||||||
<link rel="stylesheet" href="../theme/css/main.css">
|
<link rel="stylesheet" href="../theme/css/main.css">
|
||||||
<link href="http://blog.notmyidea.org/feeds/all.atom.xml" type="application/atom+xml" rel="alternate" title="Alexis' log Atom Feed" />
|
<link href="http://blog.notmyidea.org/feeds/all.atom.xml" type="application/atom+xml" rel="alternate" title="Alexis' log Atom Feed" />
|
||||||
<link href="http://blog.notmyidea.org/feeds/all.rss.xml" type="application/rss+xml" rel="alternate" title="Alexis' log RSS Feed" />
|
<link href="http://blog.notmyidea.org/feeds/all.rss.xml" type="application/rss+xml" rel="alternate" title="Alexis' log RSS Feed" />
|
||||||
|
|
||||||
<!--[if IE]>
|
<!--[if IE]>
|
||||||
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
|
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
|
||||||
<![endif]-->
|
<![endif]-->
|
||||||
|
|
@ -19,74 +19,71 @@
|
||||||
<header id="banner" class="body">
|
<header id="banner" class="body">
|
||||||
<h1><a href="../">Alexis' log </a></h1>
|
<h1><a href="../">Alexis' log </a></h1>
|
||||||
<nav><ul>
|
<nav><ul>
|
||||||
<li><a href="../override/">Override url/save_as</a></li>
|
<li><a href="../override/">Override url/save_as</a></li>
|
||||||
<li><a href="../pages/this-is-a-test-page.html">This is a test page</a></li>
|
<li><a href="../pages/this-is-a-test-page.html">This is a test page</a></li>
|
||||||
<li><a href="../category/yeah.html">yeah</a></li>
|
<li><a href="../category/yeah.html">yeah</a></li>
|
||||||
<li><a href="../category/misc.html">misc</a></li>
|
<li><a href="../category/misc.html">misc</a></li>
|
||||||
<li><a href="../category/cat1.html">cat1</a></li>
|
<li><a href="../category/cat1.html">cat1</a></li>
|
||||||
<li><a href="../category/bar.html">bar</a></li>
|
<li><a href="../category/bar.html">bar</a></li>
|
||||||
</ul></nav>
|
</ul></nav>
|
||||||
</header><!-- /#banner -->
|
</header><!-- /#banner -->
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<section id="content" class="body">
|
||||||
<section id="content" class="body">
|
|
||||||
<ol id="posts-list" class="hfeed" start="3">
|
<ol id="posts-list" class="hfeed" start="3">
|
||||||
<li><article class="hentry">
|
<li><article class="hentry">
|
||||||
<header>
|
<header>
|
||||||
<h1><a href="../unbelievable.html" rel="bookmark"
|
<h1><a href="../unbelievable.html" rel="bookmark"
|
||||||
title="Permalink to Unbelievable !">Unbelievable !</a></h1>
|
title="Permalink to Unbelievable !">Unbelievable !</a></h1>
|
||||||
</header>
|
</header>
|
||||||
|
|
||||||
<div class="entry-content">
|
<div class="entry-content">
|
||||||
<footer class="post-info">
|
<footer class="post-info">
|
||||||
<abbr class="published" title="2010-10-15T20:30:00">
|
<abbr class="published" title="2010-10-15T20:30:00">
|
||||||
Fri 15 October 2010
|
Fri 15 October 2010
|
||||||
</abbr>
|
</abbr>
|
||||||
|
|
||||||
<address class="vcard author">
|
<address class="vcard author">
|
||||||
By <a class="url fn" href="../author/alexis-metaireau.html">Alexis Métaireau</a>
|
By <a class="url fn" href="../author/alexis-metaireau.html">Alexis Métaireau</a>
|
||||||
</address>
|
</address>
|
||||||
<p>In <a href="../category/misc.html">misc</a>. </p>
|
<p>In <a href="../category/misc.html">misc</a>. </p>
|
||||||
|
|
||||||
</footer><!-- /.post-info --> <p>Or completely awesome. Depends the needs.</p>
|
</footer><!-- /.post-info --> <p>Or completely awesome. Depends the needs.</p>
|
||||||
<p><a class="reference external" href="../a-markdown-powered-article.html">a root-relative link to markdown-article</a>
|
<p><a class="reference external" href="../a-markdown-powered-article.html">a root-relative link to markdown-article</a>
|
||||||
<a class="reference external" href="../a-markdown-powered-article.html">a file-relative link to markdown-article</a></p>
|
<a class="reference external" href="../a-markdown-powered-article.html">a file-relative link to markdown-article</a></p>
|
||||||
|
|
||||||
<a class="readmore" href="../unbelievable.html">read more</a>
|
<a class="readmore" href="../unbelievable.html">read more</a>
|
||||||
<p>There are <a href="../unbelievable.html#disqus_thread">comments</a>.</p> </div><!-- /.entry-content -->
|
<p>There are <a href="../unbelievable.html#disqus_thread">comments</a>.</p> </div><!-- /.entry-content -->
|
||||||
</article></li>
|
</article></li>
|
||||||
</ol><!-- /#posts-list -->
|
</ol><!-- /#posts-list -->
|
||||||
<p class="paginator">
|
<p class="paginator">
|
||||||
<a href="../author/alexis-metaireau2.html">«</a>
|
<a href="../author/alexis-metaireau2.html">«</a>
|
||||||
Page 3 / 3
|
Page 3 / 3
|
||||||
</p>
|
</p>
|
||||||
</section><!-- /#content -->
|
</section><!-- /#content -->
|
||||||
<section id="extras" class="body">
|
<section id="extras" class="body">
|
||||||
<div class="blogroll">
|
<div class="blogroll">
|
||||||
<h2>blogroll</h2>
|
<h2>blogroll</h2>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="http://biologeek.org">Biologeek</a></li>
|
<li><a href="http://biologeek.org">Biologeek</a></li>
|
||||||
<li><a href="http://filyb.info/">Filyb</a></li>
|
<li><a href="http://filyb.info/">Filyb</a></li>
|
||||||
<li><a href="http://www.libert-fr.com">Libert-fr</a></li>
|
<li><a href="http://www.libert-fr.com">Libert-fr</a></li>
|
||||||
<li><a href="http://prendreuncafe.com/blog/">N1k0</a></li>
|
<li><a href="http://prendreuncafe.com/blog/">N1k0</a></li>
|
||||||
<li><a href="http://ziade.org/blog">Tarek Ziadé</a></li>
|
<li><a href="http://ziade.org/blog">Tarek Ziadé</a></li>
|
||||||
<li><a href="http://zubin71.wordpress.com/">Zubin Mithra</a></li>
|
<li><a href="http://zubin71.wordpress.com/">Zubin Mithra</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</div><!-- /.blogroll -->
|
</div><!-- /.blogroll -->
|
||||||
<div class="social">
|
<div class="social">
|
||||||
<h2>social</h2>
|
<h2>social</h2>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="http://blog.notmyidea.org/feeds/all.atom.xml" type="application/atom+xml" rel="alternate">atom feed</a></li>
|
<li><a href="http://blog.notmyidea.org/feeds/all.atom.xml" type="application/atom+xml" rel="alternate">atom feed</a></li>
|
||||||
<li><a href="http://blog.notmyidea.org/feeds/all.rss.xml" type="application/rss+xml" rel="alternate">rss feed</a></li>
|
<li><a href="http://blog.notmyidea.org/feeds/all.rss.xml" type="application/rss+xml" rel="alternate">rss feed</a></li>
|
||||||
|
|
||||||
<li><a href="http://twitter.com/ametaireau">twitter</a></li>
|
<li><a href="http://twitter.com/ametaireau">twitter</a></li>
|
||||||
<li><a href="http://lastfm.com/user/akounet">lastfm</a></li>
|
<li><a href="http://lastfm.com/user/akounet">lastfm</a></li>
|
||||||
<li><a href="http://github.com/ametaireau">github</a></li>
|
<li><a href="http://github.com/ametaireau">github</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</div><!-- /.social -->
|
</div><!-- /.social -->
|
||||||
</section><!-- /#extras -->
|
</section><!-- /#extras -->
|
||||||
|
|
||||||
<footer id="contentinfo" class="body">
|
<footer id="contentinfo" class="body">
|
||||||
<address id="about" class="vcard body">
|
<address id="about" class="vcard body">
|
||||||
|
|
|
||||||
|
|
@ -4,9 +4,9 @@
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<title>Alexis' log</title>
|
<title>Alexis' log</title>
|
||||||
<link rel="stylesheet" href="./theme/css/main.css">
|
<link rel="stylesheet" href="./theme/css/main.css">
|
||||||
<link href="http://blog.notmyidea.org/feeds/all.atom.xml" type="application/atom+xml" rel="alternate" title="Alexis' log Atom Feed" />
|
<link href="http://blog.notmyidea.org/feeds/all.atom.xml" type="application/atom+xml" rel="alternate" title="Alexis' log Atom Feed" />
|
||||||
<link href="http://blog.notmyidea.org/feeds/all.rss.xml" type="application/rss+xml" rel="alternate" title="Alexis' log RSS Feed" />
|
<link href="http://blog.notmyidea.org/feeds/all.rss.xml" type="application/rss+xml" rel="alternate" title="Alexis' log RSS Feed" />
|
||||||
|
|
||||||
<!--[if IE]>
|
<!--[if IE]>
|
||||||
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
|
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
|
||||||
<![endif]-->
|
<![endif]-->
|
||||||
|
|
@ -19,44 +19,44 @@
|
||||||
<header id="banner" class="body">
|
<header id="banner" class="body">
|
||||||
<h1><a href="./">Alexis' log </a></h1>
|
<h1><a href="./">Alexis' log </a></h1>
|
||||||
<nav><ul>
|
<nav><ul>
|
||||||
<li><a href="./override/">Override url/save_as</a></li>
|
<li><a href="./override/">Override url/save_as</a></li>
|
||||||
<li><a href="./pages/this-is-a-test-page.html">This is a test page</a></li>
|
<li><a href="./pages/this-is-a-test-page.html">This is a test page</a></li>
|
||||||
<li><a href="./category/yeah.html">yeah</a></li>
|
<li><a href="./category/yeah.html">yeah</a></li>
|
||||||
<li><a href="./category/misc.html">misc</a></li>
|
<li><a href="./category/misc.html">misc</a></li>
|
||||||
<li><a href="./category/cat1.html">cat1</a></li>
|
<li><a href="./category/cat1.html">cat1</a></li>
|
||||||
<li><a href="./category/bar.html">bar</a></li>
|
<li><a href="./category/bar.html">bar</a></li>
|
||||||
</ul></nav>
|
</ul></nav>
|
||||||
</header><!-- /#banner -->
|
</header><!-- /#banner -->
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="./category/yeah.html">yeah</a></li>
|
<li><a href="./category/yeah.html">yeah</a></li>
|
||||||
<li><a href="./category/misc.html">misc</a></li>
|
<li><a href="./category/misc.html">misc</a></li>
|
||||||
<li><a href="./category/cat1.html">cat1</a></li>
|
<li><a href="./category/cat1.html">cat1</a></li>
|
||||||
<li><a href="./category/bar.html">bar</a></li>
|
<li><a href="./category/bar.html">bar</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
<section id="extras" class="body">
|
<section id="extras" class="body">
|
||||||
<div class="blogroll">
|
<div class="blogroll">
|
||||||
<h2>blogroll</h2>
|
<h2>blogroll</h2>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="http://biologeek.org">Biologeek</a></li>
|
<li><a href="http://biologeek.org">Biologeek</a></li>
|
||||||
<li><a href="http://filyb.info/">Filyb</a></li>
|
<li><a href="http://filyb.info/">Filyb</a></li>
|
||||||
<li><a href="http://www.libert-fr.com">Libert-fr</a></li>
|
<li><a href="http://www.libert-fr.com">Libert-fr</a></li>
|
||||||
<li><a href="http://prendreuncafe.com/blog/">N1k0</a></li>
|
<li><a href="http://prendreuncafe.com/blog/">N1k0</a></li>
|
||||||
<li><a href="http://ziade.org/blog">Tarek Ziadé</a></li>
|
<li><a href="http://ziade.org/blog">Tarek Ziadé</a></li>
|
||||||
<li><a href="http://zubin71.wordpress.com/">Zubin Mithra</a></li>
|
<li><a href="http://zubin71.wordpress.com/">Zubin Mithra</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</div><!-- /.blogroll -->
|
</div><!-- /.blogroll -->
|
||||||
<div class="social">
|
<div class="social">
|
||||||
<h2>social</h2>
|
<h2>social</h2>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="http://blog.notmyidea.org/feeds/all.atom.xml" type="application/atom+xml" rel="alternate">atom feed</a></li>
|
<li><a href="http://blog.notmyidea.org/feeds/all.atom.xml" type="application/atom+xml" rel="alternate">atom feed</a></li>
|
||||||
<li><a href="http://blog.notmyidea.org/feeds/all.rss.xml" type="application/rss+xml" rel="alternate">rss feed</a></li>
|
<li><a href="http://blog.notmyidea.org/feeds/all.rss.xml" type="application/rss+xml" rel="alternate">rss feed</a></li>
|
||||||
|
|
||||||
<li><a href="http://twitter.com/ametaireau">twitter</a></li>
|
<li><a href="http://twitter.com/ametaireau">twitter</a></li>
|
||||||
<li><a href="http://lastfm.com/user/akounet">lastfm</a></li>
|
<li><a href="http://lastfm.com/user/akounet">lastfm</a></li>
|
||||||
<li><a href="http://github.com/ametaireau">github</a></li>
|
<li><a href="http://github.com/ametaireau">github</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</div><!-- /.social -->
|
</div><!-- /.social -->
|
||||||
</section><!-- /#extras -->
|
</section><!-- /#extras -->
|
||||||
|
|
||||||
<footer id="contentinfo" class="body">
|
<footer id="contentinfo" class="body">
|
||||||
<address id="about" class="vcard body">
|
<address id="about" class="vcard body">
|
||||||
|
|
|
||||||
|
|
@ -4,9 +4,9 @@
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<title>Alexis' log - bar</title>
|
<title>Alexis' log - bar</title>
|
||||||
<link rel="stylesheet" href="../theme/css/main.css">
|
<link rel="stylesheet" href="../theme/css/main.css">
|
||||||
<link href="http://blog.notmyidea.org/feeds/all.atom.xml" type="application/atom+xml" rel="alternate" title="Alexis' log Atom Feed" />
|
<link href="http://blog.notmyidea.org/feeds/all.atom.xml" type="application/atom+xml" rel="alternate" title="Alexis' log Atom Feed" />
|
||||||
<link href="http://blog.notmyidea.org/feeds/all.rss.xml" type="application/rss+xml" rel="alternate" title="Alexis' log RSS Feed" />
|
<link href="http://blog.notmyidea.org/feeds/all.rss.xml" type="application/rss+xml" rel="alternate" title="Alexis' log RSS Feed" />
|
||||||
|
|
||||||
<!--[if IE]>
|
<!--[if IE]>
|
||||||
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
|
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
|
||||||
<![endif]-->
|
<![endif]-->
|
||||||
|
|
@ -19,32 +19,30 @@
|
||||||
<header id="banner" class="body">
|
<header id="banner" class="body">
|
||||||
<h1><a href="../">Alexis' log </a></h1>
|
<h1><a href="../">Alexis' log </a></h1>
|
||||||
<nav><ul>
|
<nav><ul>
|
||||||
<li><a href="../override/">Override url/save_as</a></li>
|
<li><a href="../override/">Override url/save_as</a></li>
|
||||||
<li><a href="../pages/this-is-a-test-page.html">This is a test page</a></li>
|
<li><a href="../pages/this-is-a-test-page.html">This is a test page</a></li>
|
||||||
<li><a href="../category/yeah.html">yeah</a></li>
|
<li><a href="../category/yeah.html">yeah</a></li>
|
||||||
<li><a href="../category/misc.html">misc</a></li>
|
<li><a href="../category/misc.html">misc</a></li>
|
||||||
<li><a href="../category/cat1.html">cat1</a></li>
|
<li><a href="../category/cat1.html">cat1</a></li>
|
||||||
<li class="active"><a href="../category/bar.html">bar</a></li>
|
<li class="active"><a href="../category/bar.html">bar</a></li>
|
||||||
</ul></nav>
|
</ul></nav>
|
||||||
</header><!-- /#banner -->
|
</header><!-- /#banner -->
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<aside id="featured" class="body">
|
<aside id="featured" class="body">
|
||||||
<article>
|
<article>
|
||||||
<h1 class="entry-title"><a href="../oh-yeah.html">Oh yeah !</a></h1>
|
<h1 class="entry-title"><a href="../oh-yeah.html">Oh yeah !</a></h1>
|
||||||
<footer class="post-info">
|
<footer class="post-info">
|
||||||
<abbr class="published" title="2010-10-20T10:14:00">
|
<abbr class="published" title="2010-10-20T10:14:00">
|
||||||
Wed 20 October 2010
|
Wed 20 October 2010
|
||||||
</abbr>
|
</abbr>
|
||||||
|
|
||||||
<address class="vcard author">
|
<address class="vcard author">
|
||||||
By <a class="url fn" href="../author/alexis-metaireau.html">Alexis Métaireau</a>
|
By <a class="url fn" href="../author/alexis-metaireau.html">Alexis Métaireau</a>
|
||||||
</address>
|
</address>
|
||||||
<p>In <a href="../category/bar.html">bar</a>. </p>
|
<p>In <a href="../category/bar.html">bar</a>. </p>
|
||||||
<p>tags: <a href="../tag/oh.html">oh</a><a href="../tag/bar.html">bar</a><a href="../tag/yeah.html">yeah</a></p>Translations:
|
<p>tags: <a href="../tag/oh.html">oh</a><a href="../tag/bar.html">bar</a><a href="../tag/yeah.html">yeah</a></p>Translations:
|
||||||
<a href="../oh-yeah-fr.html">fr</a>
|
<a href="../oh-yeah-fr.html">fr</a>
|
||||||
|
|
||||||
</footer><!-- /.post-info --><div class="section" id="why-not">
|
</footer><!-- /.post-info --><div class="section" id="why-not">
|
||||||
<h2>Why not ?</h2>
|
<h2>Why not ?</h2>
|
||||||
<p>After all, why not ? It's pretty simple to do it, and it will allow me to write my blogposts in rst !
|
<p>After all, why not ? It's pretty simple to do it, and it will allow me to write my blogposts in rst !
|
||||||
|
|
@ -52,36 +50,36 @@ YEAH !</p>
|
||||||
<img alt="alternate text" src="../pictures/Sushi.jpg" style="width: 600px; height: 450px;" />
|
<img alt="alternate text" src="../pictures/Sushi.jpg" style="width: 600px; height: 450px;" />
|
||||||
</div>
|
</div>
|
||||||
<p>There are <a href="../oh-yeah.html#disqus_thread">comments</a>.</p> </article>
|
<p>There are <a href="../oh-yeah.html#disqus_thread">comments</a>.</p> </article>
|
||||||
<p class="paginator">
|
<p class="paginator">
|
||||||
Page 1 / 1
|
Page 1 / 1
|
||||||
</p>
|
</p>
|
||||||
</aside><!-- /#featured -->
|
</aside><!-- /#featured -->
|
||||||
</ol><!-- /#posts-list -->
|
</ol><!-- /#posts-list -->
|
||||||
</section><!-- /#content -->
|
</section><!-- /#content -->
|
||||||
<section id="extras" class="body">
|
<section id="extras" class="body">
|
||||||
<div class="blogroll">
|
<div class="blogroll">
|
||||||
<h2>blogroll</h2>
|
<h2>blogroll</h2>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="http://biologeek.org">Biologeek</a></li>
|
<li><a href="http://biologeek.org">Biologeek</a></li>
|
||||||
<li><a href="http://filyb.info/">Filyb</a></li>
|
<li><a href="http://filyb.info/">Filyb</a></li>
|
||||||
<li><a href="http://www.libert-fr.com">Libert-fr</a></li>
|
<li><a href="http://www.libert-fr.com">Libert-fr</a></li>
|
||||||
<li><a href="http://prendreuncafe.com/blog/">N1k0</a></li>
|
<li><a href="http://prendreuncafe.com/blog/">N1k0</a></li>
|
||||||
<li><a href="http://ziade.org/blog">Tarek Ziadé</a></li>
|
<li><a href="http://ziade.org/blog">Tarek Ziadé</a></li>
|
||||||
<li><a href="http://zubin71.wordpress.com/">Zubin Mithra</a></li>
|
<li><a href="http://zubin71.wordpress.com/">Zubin Mithra</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</div><!-- /.blogroll -->
|
</div><!-- /.blogroll -->
|
||||||
<div class="social">
|
<div class="social">
|
||||||
<h2>social</h2>
|
<h2>social</h2>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="http://blog.notmyidea.org/feeds/all.atom.xml" type="application/atom+xml" rel="alternate">atom feed</a></li>
|
<li><a href="http://blog.notmyidea.org/feeds/all.atom.xml" type="application/atom+xml" rel="alternate">atom feed</a></li>
|
||||||
<li><a href="http://blog.notmyidea.org/feeds/all.rss.xml" type="application/rss+xml" rel="alternate">rss feed</a></li>
|
<li><a href="http://blog.notmyidea.org/feeds/all.rss.xml" type="application/rss+xml" rel="alternate">rss feed</a></li>
|
||||||
|
|
||||||
<li><a href="http://twitter.com/ametaireau">twitter</a></li>
|
<li><a href="http://twitter.com/ametaireau">twitter</a></li>
|
||||||
<li><a href="http://lastfm.com/user/akounet">lastfm</a></li>
|
<li><a href="http://lastfm.com/user/akounet">lastfm</a></li>
|
||||||
<li><a href="http://github.com/ametaireau">github</a></li>
|
<li><a href="http://github.com/ametaireau">github</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</div><!-- /.social -->
|
</div><!-- /.social -->
|
||||||
</section><!-- /#extras -->
|
</section><!-- /#extras -->
|
||||||
|
|
||||||
<footer id="contentinfo" class="body">
|
<footer id="contentinfo" class="body">
|
||||||
<address id="about" class="vcard body">
|
<address id="about" class="vcard body">
|
||||||
|
|
|
||||||
|
|
@ -4,9 +4,9 @@
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<title>Alexis' log - cat1</title>
|
<title>Alexis' log - cat1</title>
|
||||||
<link rel="stylesheet" href="../theme/css/main.css">
|
<link rel="stylesheet" href="../theme/css/main.css">
|
||||||
<link href="http://blog.notmyidea.org/feeds/all.atom.xml" type="application/atom+xml" rel="alternate" title="Alexis' log Atom Feed" />
|
<link href="http://blog.notmyidea.org/feeds/all.atom.xml" type="application/atom+xml" rel="alternate" title="Alexis' log Atom Feed" />
|
||||||
<link href="http://blog.notmyidea.org/feeds/all.rss.xml" type="application/rss+xml" rel="alternate" title="Alexis' log RSS Feed" />
|
<link href="http://blog.notmyidea.org/feeds/all.rss.xml" type="application/rss+xml" rel="alternate" title="Alexis' log RSS Feed" />
|
||||||
|
|
||||||
<!--[if IE]>
|
<!--[if IE]>
|
||||||
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
|
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
|
||||||
<![endif]-->
|
<![endif]-->
|
||||||
|
|
@ -19,142 +19,134 @@
|
||||||
<header id="banner" class="body">
|
<header id="banner" class="body">
|
||||||
<h1><a href="../">Alexis' log </a></h1>
|
<h1><a href="../">Alexis' log </a></h1>
|
||||||
<nav><ul>
|
<nav><ul>
|
||||||
<li><a href="../override/">Override url/save_as</a></li>
|
<li><a href="../override/">Override url/save_as</a></li>
|
||||||
<li><a href="../pages/this-is-a-test-page.html">This is a test page</a></li>
|
<li><a href="../pages/this-is-a-test-page.html">This is a test page</a></li>
|
||||||
<li><a href="../category/yeah.html">yeah</a></li>
|
<li><a href="../category/yeah.html">yeah</a></li>
|
||||||
<li><a href="../category/misc.html">misc</a></li>
|
<li><a href="../category/misc.html">misc</a></li>
|
||||||
<li class="active"><a href="../category/cat1.html">cat1</a></li>
|
<li class="active"><a href="../category/cat1.html">cat1</a></li>
|
||||||
<li><a href="../category/bar.html">bar</a></li>
|
<li><a href="../category/bar.html">bar</a></li>
|
||||||
</ul></nav>
|
</ul></nav>
|
||||||
</header><!-- /#banner -->
|
</header><!-- /#banner -->
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<aside id="featured" class="body">
|
<aside id="featured" class="body">
|
||||||
<article>
|
<article>
|
||||||
<h1 class="entry-title"><a href="../a-markdown-powered-article.html">A markdown powered article</a></h1>
|
<h1 class="entry-title"><a href="../a-markdown-powered-article.html">A markdown powered article</a></h1>
|
||||||
<footer class="post-info">
|
<footer class="post-info">
|
||||||
<abbr class="published" title="2011-04-20T00:00:00">
|
<abbr class="published" title="2011-04-20T00:00:00">
|
||||||
Wed 20 April 2011
|
Wed 20 April 2011
|
||||||
</abbr>
|
</abbr>
|
||||||
|
|
||||||
<address class="vcard author">
|
<address class="vcard author">
|
||||||
By <a class="url fn" href="../author/alexis-metaireau.html">Alexis Métaireau</a>
|
By <a class="url fn" href="../author/alexis-metaireau.html">Alexis Métaireau</a>
|
||||||
</address>
|
</address>
|
||||||
<p>In <a href="../category/cat1.html">cat1</a>. </p>
|
<p>In <a href="../category/cat1.html">cat1</a>. </p>
|
||||||
|
|
||||||
</footer><!-- /.post-info --><p>You're mutually oblivious.</p>
|
</footer><!-- /.post-info --><p>You're mutually oblivious.</p>
|
||||||
<p><a href="../unbelievable.html">a root-relative link to unbelievable</a>
|
<p><a href="../unbelievable.html">a root-relative link to unbelievable</a>
|
||||||
<a href="../unbelievable.html">a file-relative link to unbelievable</a></p><p>There are <a href="../a-markdown-powered-article.html#disqus_thread">comments</a>.</p> </article>
|
<a href="../unbelievable.html">a file-relative link to unbelievable</a></p><p>There are <a href="../a-markdown-powered-article.html#disqus_thread">comments</a>.</p> </article>
|
||||||
</aside><!-- /#featured -->
|
</aside><!-- /#featured -->
|
||||||
<section id="content" class="body">
|
<section id="content" class="body">
|
||||||
<h1>Other articles</h1>
|
<h1>Other articles</h1>
|
||||||
<hr />
|
<hr />
|
||||||
<ol id="posts-list" class="hfeed">
|
<ol id="posts-list" class="hfeed">
|
||||||
|
|
||||||
|
|
||||||
|
<li><article class="hentry">
|
||||||
<li><article class="hentry">
|
|
||||||
<header>
|
<header>
|
||||||
<h1><a href="../article-1.html" rel="bookmark"
|
<h1><a href="../article-1.html" rel="bookmark"
|
||||||
title="Permalink to Article 1">Article 1</a></h1>
|
title="Permalink to Article 1">Article 1</a></h1>
|
||||||
</header>
|
</header>
|
||||||
|
|
||||||
<div class="entry-content">
|
<div class="entry-content">
|
||||||
<footer class="post-info">
|
<footer class="post-info">
|
||||||
<abbr class="published" title="2011-02-17T00:00:00">
|
<abbr class="published" title="2011-02-17T00:00:00">
|
||||||
Thu 17 February 2011
|
Thu 17 February 2011
|
||||||
</abbr>
|
</abbr>
|
||||||
|
|
||||||
<address class="vcard author">
|
<address class="vcard author">
|
||||||
By <a class="url fn" href="../author/alexis-metaireau.html">Alexis Métaireau</a>
|
By <a class="url fn" href="../author/alexis-metaireau.html">Alexis Métaireau</a>
|
||||||
</address>
|
</address>
|
||||||
<p>In <a href="../category/cat1.html">cat1</a>. </p>
|
<p>In <a href="../category/cat1.html">cat1</a>. </p>
|
||||||
|
|
||||||
</footer><!-- /.post-info --> <p>Article 1</p>
|
</footer><!-- /.post-info --> <p>Article 1</p>
|
||||||
|
|
||||||
<a class="readmore" href="../article-1.html">read more</a>
|
<a class="readmore" href="../article-1.html">read more</a>
|
||||||
<p>There are <a href="../article-1.html#disqus_thread">comments</a>.</p> </div><!-- /.entry-content -->
|
<p>There are <a href="../article-1.html#disqus_thread">comments</a>.</p> </div><!-- /.entry-content -->
|
||||||
</article></li>
|
</article></li>
|
||||||
|
|
||||||
|
|
||||||
|
<li><article class="hentry">
|
||||||
<li><article class="hentry">
|
|
||||||
<header>
|
<header>
|
||||||
<h1><a href="../article-2.html" rel="bookmark"
|
<h1><a href="../article-2.html" rel="bookmark"
|
||||||
title="Permalink to Article 2">Article 2</a></h1>
|
title="Permalink to Article 2">Article 2</a></h1>
|
||||||
</header>
|
</header>
|
||||||
|
|
||||||
<div class="entry-content">
|
<div class="entry-content">
|
||||||
<footer class="post-info">
|
<footer class="post-info">
|
||||||
<abbr class="published" title="2011-02-17T00:00:00">
|
<abbr class="published" title="2011-02-17T00:00:00">
|
||||||
Thu 17 February 2011
|
Thu 17 February 2011
|
||||||
</abbr>
|
</abbr>
|
||||||
|
|
||||||
<address class="vcard author">
|
<address class="vcard author">
|
||||||
By <a class="url fn" href="../author/alexis-metaireau.html">Alexis Métaireau</a>
|
By <a class="url fn" href="../author/alexis-metaireau.html">Alexis Métaireau</a>
|
||||||
</address>
|
</address>
|
||||||
<p>In <a href="../category/cat1.html">cat1</a>. </p>
|
<p>In <a href="../category/cat1.html">cat1</a>. </p>
|
||||||
|
|
||||||
</footer><!-- /.post-info --> <p>Article 2</p>
|
</footer><!-- /.post-info --> <p>Article 2</p>
|
||||||
|
|
||||||
<a class="readmore" href="../article-2.html">read more</a>
|
<a class="readmore" href="../article-2.html">read more</a>
|
||||||
<p>There are <a href="../article-2.html#disqus_thread">comments</a>.</p> </div><!-- /.entry-content -->
|
<p>There are <a href="../article-2.html#disqus_thread">comments</a>.</p> </div><!-- /.entry-content -->
|
||||||
</article></li>
|
</article></li>
|
||||||
|
|
||||||
|
|
||||||
|
<li><article class="hentry">
|
||||||
<li><article class="hentry">
|
|
||||||
<header>
|
<header>
|
||||||
<h1><a href="../article-3.html" rel="bookmark"
|
<h1><a href="../article-3.html" rel="bookmark"
|
||||||
title="Permalink to Article 3">Article 3</a></h1>
|
title="Permalink to Article 3">Article 3</a></h1>
|
||||||
</header>
|
</header>
|
||||||
|
|
||||||
<div class="entry-content">
|
<div class="entry-content">
|
||||||
<footer class="post-info">
|
<footer class="post-info">
|
||||||
<abbr class="published" title="2011-02-17T00:00:00">
|
<abbr class="published" title="2011-02-17T00:00:00">
|
||||||
Thu 17 February 2011
|
Thu 17 February 2011
|
||||||
</abbr>
|
</abbr>
|
||||||
|
|
||||||
<address class="vcard author">
|
<address class="vcard author">
|
||||||
By <a class="url fn" href="../author/alexis-metaireau.html">Alexis Métaireau</a>
|
By <a class="url fn" href="../author/alexis-metaireau.html">Alexis Métaireau</a>
|
||||||
</address>
|
</address>
|
||||||
<p>In <a href="../category/cat1.html">cat1</a>. </p>
|
<p>In <a href="../category/cat1.html">cat1</a>. </p>
|
||||||
|
|
||||||
</footer><!-- /.post-info --> <p>Article 3</p>
|
</footer><!-- /.post-info --> <p>Article 3</p>
|
||||||
|
|
||||||
<a class="readmore" href="../article-3.html">read more</a>
|
<a class="readmore" href="../article-3.html">read more</a>
|
||||||
<p>There are <a href="../article-3.html#disqus_thread">comments</a>.</p> </div><!-- /.entry-content -->
|
<p>There are <a href="../article-3.html#disqus_thread">comments</a>.</p> </div><!-- /.entry-content -->
|
||||||
</article></li>
|
</article></li>
|
||||||
</ol><!-- /#posts-list -->
|
</ol><!-- /#posts-list -->
|
||||||
<p class="paginator">
|
<p class="paginator">
|
||||||
Page 1 / 1
|
Page 1 / 1
|
||||||
</p>
|
</p>
|
||||||
</section><!-- /#content -->
|
</section><!-- /#content -->
|
||||||
<section id="extras" class="body">
|
<section id="extras" class="body">
|
||||||
<div class="blogroll">
|
<div class="blogroll">
|
||||||
<h2>blogroll</h2>
|
<h2>blogroll</h2>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="http://biologeek.org">Biologeek</a></li>
|
<li><a href="http://biologeek.org">Biologeek</a></li>
|
||||||
<li><a href="http://filyb.info/">Filyb</a></li>
|
<li><a href="http://filyb.info/">Filyb</a></li>
|
||||||
<li><a href="http://www.libert-fr.com">Libert-fr</a></li>
|
<li><a href="http://www.libert-fr.com">Libert-fr</a></li>
|
||||||
<li><a href="http://prendreuncafe.com/blog/">N1k0</a></li>
|
<li><a href="http://prendreuncafe.com/blog/">N1k0</a></li>
|
||||||
<li><a href="http://ziade.org/blog">Tarek Ziadé</a></li>
|
<li><a href="http://ziade.org/blog">Tarek Ziadé</a></li>
|
||||||
<li><a href="http://zubin71.wordpress.com/">Zubin Mithra</a></li>
|
<li><a href="http://zubin71.wordpress.com/">Zubin Mithra</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</div><!-- /.blogroll -->
|
</div><!-- /.blogroll -->
|
||||||
<div class="social">
|
<div class="social">
|
||||||
<h2>social</h2>
|
<h2>social</h2>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="http://blog.notmyidea.org/feeds/all.atom.xml" type="application/atom+xml" rel="alternate">atom feed</a></li>
|
<li><a href="http://blog.notmyidea.org/feeds/all.atom.xml" type="application/atom+xml" rel="alternate">atom feed</a></li>
|
||||||
<li><a href="http://blog.notmyidea.org/feeds/all.rss.xml" type="application/rss+xml" rel="alternate">rss feed</a></li>
|
<li><a href="http://blog.notmyidea.org/feeds/all.rss.xml" type="application/rss+xml" rel="alternate">rss feed</a></li>
|
||||||
|
|
||||||
<li><a href="http://twitter.com/ametaireau">twitter</a></li>
|
<li><a href="http://twitter.com/ametaireau">twitter</a></li>
|
||||||
<li><a href="http://lastfm.com/user/akounet">lastfm</a></li>
|
<li><a href="http://lastfm.com/user/akounet">lastfm</a></li>
|
||||||
<li><a href="http://github.com/ametaireau">github</a></li>
|
<li><a href="http://github.com/ametaireau">github</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</div><!-- /.social -->
|
</div><!-- /.social -->
|
||||||
</section><!-- /#extras -->
|
</section><!-- /#extras -->
|
||||||
|
|
||||||
<footer id="contentinfo" class="body">
|
<footer id="contentinfo" class="body">
|
||||||
<address id="about" class="vcard body">
|
<address id="about" class="vcard body">
|
||||||
|
|
|
||||||
|
|
@ -4,9 +4,9 @@
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<title>Alexis' log - misc</title>
|
<title>Alexis' log - misc</title>
|
||||||
<link rel="stylesheet" href="../theme/css/main.css">
|
<link rel="stylesheet" href="../theme/css/main.css">
|
||||||
<link href="http://blog.notmyidea.org/feeds/all.atom.xml" type="application/atom+xml" rel="alternate" title="Alexis' log Atom Feed" />
|
<link href="http://blog.notmyidea.org/feeds/all.atom.xml" type="application/atom+xml" rel="alternate" title="Alexis' log Atom Feed" />
|
||||||
<link href="http://blog.notmyidea.org/feeds/all.rss.xml" type="application/rss+xml" rel="alternate" title="Alexis' log RSS Feed" />
|
<link href="http://blog.notmyidea.org/feeds/all.rss.xml" type="application/rss+xml" rel="alternate" title="Alexis' log RSS Feed" />
|
||||||
|
|
||||||
<!--[if IE]>
|
<!--[if IE]>
|
||||||
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
|
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
|
||||||
<![endif]-->
|
<![endif]-->
|
||||||
|
|
@ -19,120 +19,114 @@
|
||||||
<header id="banner" class="body">
|
<header id="banner" class="body">
|
||||||
<h1><a href="../">Alexis' log </a></h1>
|
<h1><a href="../">Alexis' log </a></h1>
|
||||||
<nav><ul>
|
<nav><ul>
|
||||||
<li><a href="../override/">Override url/save_as</a></li>
|
<li><a href="../override/">Override url/save_as</a></li>
|
||||||
<li><a href="../pages/this-is-a-test-page.html">This is a test page</a></li>
|
<li><a href="../pages/this-is-a-test-page.html">This is a test page</a></li>
|
||||||
<li><a href="../category/yeah.html">yeah</a></li>
|
<li><a href="../category/yeah.html">yeah</a></li>
|
||||||
<li class="active"><a href="../category/misc.html">misc</a></li>
|
<li class="active"><a href="../category/misc.html">misc</a></li>
|
||||||
<li><a href="../category/cat1.html">cat1</a></li>
|
<li><a href="../category/cat1.html">cat1</a></li>
|
||||||
<li><a href="../category/bar.html">bar</a></li>
|
<li><a href="../category/bar.html">bar</a></li>
|
||||||
</ul></nav>
|
</ul></nav>
|
||||||
</header><!-- /#banner -->
|
</header><!-- /#banner -->
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<aside id="featured" class="body">
|
<aside id="featured" class="body">
|
||||||
<article>
|
<article>
|
||||||
<h1 class="entry-title"><a href="../filename_metadata-example.html">FILENAME_METADATA example</a></h1>
|
<h1 class="entry-title"><a href="../filename_metadata-example.html">FILENAME_METADATA example</a></h1>
|
||||||
<footer class="post-info">
|
<footer class="post-info">
|
||||||
<abbr class="published" title="2012-11-30T00:00:00">
|
<abbr class="published" title="2012-11-30T00:00:00">
|
||||||
Fri 30 November 2012
|
Fri 30 November 2012
|
||||||
</abbr>
|
</abbr>
|
||||||
|
|
||||||
<address class="vcard author">
|
<address class="vcard author">
|
||||||
By <a class="url fn" href="../author/alexis-metaireau.html">Alexis Métaireau</a>
|
By <a class="url fn" href="../author/alexis-metaireau.html">Alexis Métaireau</a>
|
||||||
</address>
|
</address>
|
||||||
<p>In <a href="../category/misc.html">misc</a>. </p>
|
<p>In <a href="../category/misc.html">misc</a>. </p>
|
||||||
|
|
||||||
</footer><!-- /.post-info --><p>Some cool stuff!</p>
|
</footer><!-- /.post-info --><p>Some cool stuff!</p>
|
||||||
<p>There are <a href="../filename_metadata-example.html#disqus_thread">comments</a>.</p> </article>
|
<p>There are <a href="../filename_metadata-example.html#disqus_thread">comments</a>.</p> </article>
|
||||||
</aside><!-- /#featured -->
|
</aside><!-- /#featured -->
|
||||||
<section id="content" class="body">
|
<section id="content" class="body">
|
||||||
<h1>Other articles</h1>
|
<h1>Other articles</h1>
|
||||||
<hr />
|
<hr />
|
||||||
<ol id="posts-list" class="hfeed">
|
<ol id="posts-list" class="hfeed">
|
||||||
|
|
||||||
|
|
||||||
|
<li><article class="hentry">
|
||||||
<li><article class="hentry">
|
|
||||||
<header>
|
<header>
|
||||||
<h1><a href="../second-article.html" rel="bookmark"
|
<h1><a href="../second-article.html" rel="bookmark"
|
||||||
title="Permalink to Second article">Second article</a></h1>
|
title="Permalink to Second article">Second article</a></h1>
|
||||||
</header>
|
</header>
|
||||||
|
|
||||||
<div class="entry-content">
|
<div class="entry-content">
|
||||||
<footer class="post-info">
|
<footer class="post-info">
|
||||||
<abbr class="published" title="2012-02-29T00:00:00">
|
<abbr class="published" title="2012-02-29T00:00:00">
|
||||||
Wed 29 February 2012
|
Wed 29 February 2012
|
||||||
</abbr>
|
</abbr>
|
||||||
|
|
||||||
<address class="vcard author">
|
<address class="vcard author">
|
||||||
By <a class="url fn" href="../author/alexis-metaireau.html">Alexis Métaireau</a>
|
By <a class="url fn" href="../author/alexis-metaireau.html">Alexis Métaireau</a>
|
||||||
</address>
|
</address>
|
||||||
<p>In <a href="../category/misc.html">misc</a>. </p>
|
<p>In <a href="../category/misc.html">misc</a>. </p>
|
||||||
<p>tags: <a href="../tag/foo.html">foo</a><a href="../tag/bar.html">bar</a><a href="../tag/baz.html">baz</a></p>Translations:
|
<p>tags: <a href="../tag/foo.html">foo</a><a href="../tag/bar.html">bar</a><a href="../tag/baz.html">baz</a></p>Translations:
|
||||||
<a href="../second-article-fr.html">fr</a>
|
<a href="../second-article-fr.html">fr</a>
|
||||||
|
|
||||||
</footer><!-- /.post-info --> <p>This is some article, in english</p>
|
</footer><!-- /.post-info --> <p>This is some article, in english</p>
|
||||||
|
|
||||||
<a class="readmore" href="../second-article.html">read more</a>
|
<a class="readmore" href="../second-article.html">read more</a>
|
||||||
<p>There are <a href="../second-article.html#disqus_thread">comments</a>.</p> </div><!-- /.entry-content -->
|
<p>There are <a href="../second-article.html#disqus_thread">comments</a>.</p> </div><!-- /.entry-content -->
|
||||||
</article></li>
|
</article></li>
|
||||||
|
|
||||||
|
|
||||||
|
<li><article class="hentry">
|
||||||
<li><article class="hentry">
|
|
||||||
<header>
|
<header>
|
||||||
<h1><a href="../unbelievable.html" rel="bookmark"
|
<h1><a href="../unbelievable.html" rel="bookmark"
|
||||||
title="Permalink to Unbelievable !">Unbelievable !</a></h1>
|
title="Permalink to Unbelievable !">Unbelievable !</a></h1>
|
||||||
</header>
|
</header>
|
||||||
|
|
||||||
<div class="entry-content">
|
<div class="entry-content">
|
||||||
<footer class="post-info">
|
<footer class="post-info">
|
||||||
<abbr class="published" title="2010-10-15T20:30:00">
|
<abbr class="published" title="2010-10-15T20:30:00">
|
||||||
Fri 15 October 2010
|
Fri 15 October 2010
|
||||||
</abbr>
|
</abbr>
|
||||||
|
|
||||||
<address class="vcard author">
|
<address class="vcard author">
|
||||||
By <a class="url fn" href="../author/alexis-metaireau.html">Alexis Métaireau</a>
|
By <a class="url fn" href="../author/alexis-metaireau.html">Alexis Métaireau</a>
|
||||||
</address>
|
</address>
|
||||||
<p>In <a href="../category/misc.html">misc</a>. </p>
|
<p>In <a href="../category/misc.html">misc</a>. </p>
|
||||||
|
|
||||||
</footer><!-- /.post-info --> <p>Or completely awesome. Depends the needs.</p>
|
</footer><!-- /.post-info --> <p>Or completely awesome. Depends the needs.</p>
|
||||||
<p><a class="reference external" href="../a-markdown-powered-article.html">a root-relative link to markdown-article</a>
|
<p><a class="reference external" href="../a-markdown-powered-article.html">a root-relative link to markdown-article</a>
|
||||||
<a class="reference external" href="../a-markdown-powered-article.html">a file-relative link to markdown-article</a></p>
|
<a class="reference external" href="../a-markdown-powered-article.html">a file-relative link to markdown-article</a></p>
|
||||||
|
|
||||||
<a class="readmore" href="../unbelievable.html">read more</a>
|
<a class="readmore" href="../unbelievable.html">read more</a>
|
||||||
<p>There are <a href="../unbelievable.html#disqus_thread">comments</a>.</p> </div><!-- /.entry-content -->
|
<p>There are <a href="../unbelievable.html#disqus_thread">comments</a>.</p> </div><!-- /.entry-content -->
|
||||||
</article></li>
|
</article></li>
|
||||||
</ol><!-- /#posts-list -->
|
</ol><!-- /#posts-list -->
|
||||||
<p class="paginator">
|
<p class="paginator">
|
||||||
Page 1 / 1
|
Page 1 / 1
|
||||||
</p>
|
</p>
|
||||||
</section><!-- /#content -->
|
</section><!-- /#content -->
|
||||||
<section id="extras" class="body">
|
<section id="extras" class="body">
|
||||||
<div class="blogroll">
|
<div class="blogroll">
|
||||||
<h2>blogroll</h2>
|
<h2>blogroll</h2>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="http://biologeek.org">Biologeek</a></li>
|
<li><a href="http://biologeek.org">Biologeek</a></li>
|
||||||
<li><a href="http://filyb.info/">Filyb</a></li>
|
<li><a href="http://filyb.info/">Filyb</a></li>
|
||||||
<li><a href="http://www.libert-fr.com">Libert-fr</a></li>
|
<li><a href="http://www.libert-fr.com">Libert-fr</a></li>
|
||||||
<li><a href="http://prendreuncafe.com/blog/">N1k0</a></li>
|
<li><a href="http://prendreuncafe.com/blog/">N1k0</a></li>
|
||||||
<li><a href="http://ziade.org/blog">Tarek Ziadé</a></li>
|
<li><a href="http://ziade.org/blog">Tarek Ziadé</a></li>
|
||||||
<li><a href="http://zubin71.wordpress.com/">Zubin Mithra</a></li>
|
<li><a href="http://zubin71.wordpress.com/">Zubin Mithra</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</div><!-- /.blogroll -->
|
</div><!-- /.blogroll -->
|
||||||
<div class="social">
|
<div class="social">
|
||||||
<h2>social</h2>
|
<h2>social</h2>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="http://blog.notmyidea.org/feeds/all.atom.xml" type="application/atom+xml" rel="alternate">atom feed</a></li>
|
<li><a href="http://blog.notmyidea.org/feeds/all.atom.xml" type="application/atom+xml" rel="alternate">atom feed</a></li>
|
||||||
<li><a href="http://blog.notmyidea.org/feeds/all.rss.xml" type="application/rss+xml" rel="alternate">rss feed</a></li>
|
<li><a href="http://blog.notmyidea.org/feeds/all.rss.xml" type="application/rss+xml" rel="alternate">rss feed</a></li>
|
||||||
|
|
||||||
<li><a href="http://twitter.com/ametaireau">twitter</a></li>
|
<li><a href="http://twitter.com/ametaireau">twitter</a></li>
|
||||||
<li><a href="http://lastfm.com/user/akounet">lastfm</a></li>
|
<li><a href="http://lastfm.com/user/akounet">lastfm</a></li>
|
||||||
<li><a href="http://github.com/ametaireau">github</a></li>
|
<li><a href="http://github.com/ametaireau">github</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</div><!-- /.social -->
|
</div><!-- /.social -->
|
||||||
</section><!-- /#extras -->
|
</section><!-- /#extras -->
|
||||||
|
|
||||||
<footer id="contentinfo" class="body">
|
<footer id="contentinfo" class="body">
|
||||||
<address id="about" class="vcard body">
|
<address id="about" class="vcard body">
|
||||||
|
|
|
||||||
|
|
@ -4,9 +4,9 @@
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<title>Alexis' log - yeah</title>
|
<title>Alexis' log - yeah</title>
|
||||||
<link rel="stylesheet" href="../theme/css/main.css">
|
<link rel="stylesheet" href="../theme/css/main.css">
|
||||||
<link href="http://blog.notmyidea.org/feeds/all.atom.xml" type="application/atom+xml" rel="alternate" title="Alexis' log Atom Feed" />
|
<link href="http://blog.notmyidea.org/feeds/all.atom.xml" type="application/atom+xml" rel="alternate" title="Alexis' log Atom Feed" />
|
||||||
<link href="http://blog.notmyidea.org/feeds/all.rss.xml" type="application/rss+xml" rel="alternate" title="Alexis' log RSS Feed" />
|
<link href="http://blog.notmyidea.org/feeds/all.rss.xml" type="application/rss+xml" rel="alternate" title="Alexis' log RSS Feed" />
|
||||||
|
|
||||||
<!--[if IE]>
|
<!--[if IE]>
|
||||||
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
|
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
|
||||||
<![endif]-->
|
<![endif]-->
|
||||||
|
|
@ -19,29 +19,27 @@
|
||||||
<header id="banner" class="body">
|
<header id="banner" class="body">
|
||||||
<h1><a href="../">Alexis' log </a></h1>
|
<h1><a href="../">Alexis' log </a></h1>
|
||||||
<nav><ul>
|
<nav><ul>
|
||||||
<li><a href="../override/">Override url/save_as</a></li>
|
<li><a href="../override/">Override url/save_as</a></li>
|
||||||
<li><a href="../pages/this-is-a-test-page.html">This is a test page</a></li>
|
<li><a href="../pages/this-is-a-test-page.html">This is a test page</a></li>
|
||||||
<li class="active"><a href="../category/yeah.html">yeah</a></li>
|
<li class="active"><a href="../category/yeah.html">yeah</a></li>
|
||||||
<li><a href="../category/misc.html">misc</a></li>
|
<li><a href="../category/misc.html">misc</a></li>
|
||||||
<li><a href="../category/cat1.html">cat1</a></li>
|
<li><a href="../category/cat1.html">cat1</a></li>
|
||||||
<li><a href="../category/bar.html">bar</a></li>
|
<li><a href="../category/bar.html">bar</a></li>
|
||||||
</ul></nav>
|
</ul></nav>
|
||||||
</header><!-- /#banner -->
|
</header><!-- /#banner -->
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<aside id="featured" class="body">
|
<aside id="featured" class="body">
|
||||||
<article>
|
<article>
|
||||||
<h1 class="entry-title"><a href="../this-is-a-super-article.html">This is a super article !</a></h1>
|
<h1 class="entry-title"><a href="../this-is-a-super-article.html">This is a super article !</a></h1>
|
||||||
<footer class="post-info">
|
<footer class="post-info">
|
||||||
<abbr class="published" title="2010-12-02T10:14:00">
|
<abbr class="published" title="2010-12-02T10:14:00">
|
||||||
Thu 02 December 2010
|
Thu 02 December 2010
|
||||||
</abbr>
|
</abbr>
|
||||||
|
|
||||||
<address class="vcard author">
|
<address class="vcard author">
|
||||||
By <a class="url fn" href="../author/alexis-metaireau.html">Alexis Métaireau</a>
|
By <a class="url fn" href="../author/alexis-metaireau.html">Alexis Métaireau</a>
|
||||||
</address>
|
</address>
|
||||||
<p>In <a href="../category/yeah.html">yeah</a>. </p>
|
<p>In <a href="../category/yeah.html">yeah</a>. </p>
|
||||||
<p>tags: <a href="../tag/foo.html">foo</a><a href="../tag/bar.html">bar</a><a href="../tag/foobar.html">foobar</a></p>
|
<p>tags: <a href="../tag/foo.html">foo</a><a href="../tag/bar.html">bar</a><a href="../tag/foobar.html">foobar</a></p>
|
||||||
</footer><!-- /.post-info --><p>Some content here !</p>
|
</footer><!-- /.post-info --><p>Some content here !</p>
|
||||||
<div class="section" id="this-is-a-simple-title">
|
<div class="section" id="this-is-a-simple-title">
|
||||||
|
|
@ -56,36 +54,36 @@
|
||||||
<p>→ And now try with some utf8 hell: ééé</p>
|
<p>→ And now try with some utf8 hell: ééé</p>
|
||||||
</div>
|
</div>
|
||||||
<p>There are <a href="../this-is-a-super-article.html#disqus_thread">comments</a>.</p> </article>
|
<p>There are <a href="../this-is-a-super-article.html#disqus_thread">comments</a>.</p> </article>
|
||||||
<p class="paginator">
|
<p class="paginator">
|
||||||
Page 1 / 1
|
Page 1 / 1
|
||||||
</p>
|
</p>
|
||||||
</aside><!-- /#featured -->
|
</aside><!-- /#featured -->
|
||||||
</ol><!-- /#posts-list -->
|
</ol><!-- /#posts-list -->
|
||||||
</section><!-- /#content -->
|
</section><!-- /#content -->
|
||||||
<section id="extras" class="body">
|
<section id="extras" class="body">
|
||||||
<div class="blogroll">
|
<div class="blogroll">
|
||||||
<h2>blogroll</h2>
|
<h2>blogroll</h2>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="http://biologeek.org">Biologeek</a></li>
|
<li><a href="http://biologeek.org">Biologeek</a></li>
|
||||||
<li><a href="http://filyb.info/">Filyb</a></li>
|
<li><a href="http://filyb.info/">Filyb</a></li>
|
||||||
<li><a href="http://www.libert-fr.com">Libert-fr</a></li>
|
<li><a href="http://www.libert-fr.com">Libert-fr</a></li>
|
||||||
<li><a href="http://prendreuncafe.com/blog/">N1k0</a></li>
|
<li><a href="http://prendreuncafe.com/blog/">N1k0</a></li>
|
||||||
<li><a href="http://ziade.org/blog">Tarek Ziadé</a></li>
|
<li><a href="http://ziade.org/blog">Tarek Ziadé</a></li>
|
||||||
<li><a href="http://zubin71.wordpress.com/">Zubin Mithra</a></li>
|
<li><a href="http://zubin71.wordpress.com/">Zubin Mithra</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</div><!-- /.blogroll -->
|
</div><!-- /.blogroll -->
|
||||||
<div class="social">
|
<div class="social">
|
||||||
<h2>social</h2>
|
<h2>social</h2>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="http://blog.notmyidea.org/feeds/all.atom.xml" type="application/atom+xml" rel="alternate">atom feed</a></li>
|
<li><a href="http://blog.notmyidea.org/feeds/all.atom.xml" type="application/atom+xml" rel="alternate">atom feed</a></li>
|
||||||
<li><a href="http://blog.notmyidea.org/feeds/all.rss.xml" type="application/rss+xml" rel="alternate">rss feed</a></li>
|
<li><a href="http://blog.notmyidea.org/feeds/all.rss.xml" type="application/rss+xml" rel="alternate">rss feed</a></li>
|
||||||
|
|
||||||
<li><a href="http://twitter.com/ametaireau">twitter</a></li>
|
<li><a href="http://twitter.com/ametaireau">twitter</a></li>
|
||||||
<li><a href="http://lastfm.com/user/akounet">lastfm</a></li>
|
<li><a href="http://lastfm.com/user/akounet">lastfm</a></li>
|
||||||
<li><a href="http://github.com/ametaireau">github</a></li>
|
<li><a href="http://github.com/ametaireau">github</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</div><!-- /.social -->
|
</div><!-- /.social -->
|
||||||
</section><!-- /#extras -->
|
</section><!-- /#extras -->
|
||||||
|
|
||||||
<footer id="contentinfo" class="body">
|
<footer id="contentinfo" class="body">
|
||||||
<address id="about" class="vcard body">
|
<address id="about" class="vcard body">
|
||||||
|
|
|
||||||
|
|
@ -4,9 +4,9 @@
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<title>A draft article</title>
|
<title>A draft article</title>
|
||||||
<link rel="stylesheet" href="../theme/css/main.css">
|
<link rel="stylesheet" href="../theme/css/main.css">
|
||||||
<link href="http://blog.notmyidea.org/feeds/all.atom.xml" type="application/atom+xml" rel="alternate" title="Alexis' log Atom Feed" />
|
<link href="http://blog.notmyidea.org/feeds/all.atom.xml" type="application/atom+xml" rel="alternate" title="Alexis' log Atom Feed" />
|
||||||
<link href="http://blog.notmyidea.org/feeds/all.rss.xml" type="application/rss+xml" rel="alternate" title="Alexis' log RSS Feed" />
|
<link href="http://blog.notmyidea.org/feeds/all.rss.xml" type="application/rss+xml" rel="alternate" title="Alexis' log RSS Feed" />
|
||||||
|
|
||||||
<!--[if IE]>
|
<!--[if IE]>
|
||||||
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
|
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
|
||||||
<![endif]-->
|
<![endif]-->
|
||||||
|
|
@ -19,64 +19,64 @@
|
||||||
<header id="banner" class="body">
|
<header id="banner" class="body">
|
||||||
<h1><a href="../">Alexis' log </a></h1>
|
<h1><a href="../">Alexis' log </a></h1>
|
||||||
<nav><ul>
|
<nav><ul>
|
||||||
<li><a href="../override/">Override url/save_as</a></li>
|
<li><a href="../override/">Override url/save_as</a></li>
|
||||||
<li><a href="../pages/this-is-a-test-page.html">This is a test page</a></li>
|
<li><a href="../pages/this-is-a-test-page.html">This is a test page</a></li>
|
||||||
<li><a href="../category/yeah.html">yeah</a></li>
|
<li><a href="../category/yeah.html">yeah</a></li>
|
||||||
<li class="active"><a href="../category/misc.html">misc</a></li>
|
<li class="active"><a href="../category/misc.html">misc</a></li>
|
||||||
<li><a href="../category/cat1.html">cat1</a></li>
|
<li><a href="../category/cat1.html">cat1</a></li>
|
||||||
<li><a href="../category/bar.html">bar</a></li>
|
<li><a href="../category/bar.html">bar</a></li>
|
||||||
</ul></nav>
|
</ul></nav>
|
||||||
</header><!-- /#banner -->
|
</header><!-- /#banner -->
|
||||||
<section id="content" class="body">
|
<section id="content" class="body">
|
||||||
<article>
|
<article>
|
||||||
<header>
|
<header>
|
||||||
<h1 class="entry-title">
|
<h1 class="entry-title">
|
||||||
<a href="../a-draft-article.html" rel="bookmark"
|
<a href="../a-draft-article.html" rel="bookmark"
|
||||||
title="Permalink to A draft article">A draft article</a></h1>
|
title="Permalink to A draft article">A draft article</a></h1>
|
||||||
</header>
|
</header>
|
||||||
|
|
||||||
<div class="entry-content">
|
<div class="entry-content">
|
||||||
<footer class="post-info">
|
<footer class="post-info">
|
||||||
<abbr class="published" title="2012-03-02T14:01:01">
|
<abbr class="published" title="2012-03-02T14:01:01">
|
||||||
Fri 02 March 2012
|
Fri 02 March 2012
|
||||||
</abbr>
|
</abbr>
|
||||||
|
|
||||||
<address class="vcard author">
|
<address class="vcard author">
|
||||||
By <a class="url fn" href="../author/alexis-metaireau.html">Alexis Métaireau</a>
|
By <a class="url fn" href="../author/alexis-metaireau.html">Alexis Métaireau</a>
|
||||||
</address>
|
</address>
|
||||||
<p>In <a href="../category/misc.html">misc</a>. </p>
|
<p>In <a href="../category/misc.html">misc</a>. </p>
|
||||||
|
|
||||||
</footer><!-- /.post-info --> <p>This is a draft article, it should live under the /drafts/ folder and not be
|
</footer><!-- /.post-info --> <p>This is a draft article, it should live under the /drafts/ folder and not be
|
||||||
listed anywhere else.</p>
|
listed anywhere else.</p>
|
||||||
|
|
||||||
</div><!-- /.entry-content -->
|
</div><!-- /.entry-content -->
|
||||||
|
|
||||||
</article>
|
</article>
|
||||||
</section>
|
</section>
|
||||||
<section id="extras" class="body">
|
<section id="extras" class="body">
|
||||||
<div class="blogroll">
|
<div class="blogroll">
|
||||||
<h2>blogroll</h2>
|
<h2>blogroll</h2>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="http://biologeek.org">Biologeek</a></li>
|
<li><a href="http://biologeek.org">Biologeek</a></li>
|
||||||
<li><a href="http://filyb.info/">Filyb</a></li>
|
<li><a href="http://filyb.info/">Filyb</a></li>
|
||||||
<li><a href="http://www.libert-fr.com">Libert-fr</a></li>
|
<li><a href="http://www.libert-fr.com">Libert-fr</a></li>
|
||||||
<li><a href="http://prendreuncafe.com/blog/">N1k0</a></li>
|
<li><a href="http://prendreuncafe.com/blog/">N1k0</a></li>
|
||||||
<li><a href="http://ziade.org/blog">Tarek Ziadé</a></li>
|
<li><a href="http://ziade.org/blog">Tarek Ziadé</a></li>
|
||||||
<li><a href="http://zubin71.wordpress.com/">Zubin Mithra</a></li>
|
<li><a href="http://zubin71.wordpress.com/">Zubin Mithra</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</div><!-- /.blogroll -->
|
</div><!-- /.blogroll -->
|
||||||
<div class="social">
|
<div class="social">
|
||||||
<h2>social</h2>
|
<h2>social</h2>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="http://blog.notmyidea.org/feeds/all.atom.xml" type="application/atom+xml" rel="alternate">atom feed</a></li>
|
<li><a href="http://blog.notmyidea.org/feeds/all.atom.xml" type="application/atom+xml" rel="alternate">atom feed</a></li>
|
||||||
<li><a href="http://blog.notmyidea.org/feeds/all.rss.xml" type="application/rss+xml" rel="alternate">rss feed</a></li>
|
<li><a href="http://blog.notmyidea.org/feeds/all.rss.xml" type="application/rss+xml" rel="alternate">rss feed</a></li>
|
||||||
|
|
||||||
<li><a href="http://twitter.com/ametaireau">twitter</a></li>
|
<li><a href="http://twitter.com/ametaireau">twitter</a></li>
|
||||||
<li><a href="http://lastfm.com/user/akounet">lastfm</a></li>
|
<li><a href="http://lastfm.com/user/akounet">lastfm</a></li>
|
||||||
<li><a href="http://github.com/ametaireau">github</a></li>
|
<li><a href="http://github.com/ametaireau">github</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</div><!-- /.social -->
|
</div><!-- /.social -->
|
||||||
</section><!-- /#extras -->
|
</section><!-- /#extras -->
|
||||||
|
|
||||||
<footer id="contentinfo" class="body">
|
<footer id="contentinfo" class="body">
|
||||||
<address id="about" class="vcard body">
|
<address id="about" class="vcard body">
|
||||||
|
|
|
||||||
|
|
@ -4,9 +4,9 @@
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<title>FILENAME_METADATA example</title>
|
<title>FILENAME_METADATA example</title>
|
||||||
<link rel="stylesheet" href="./theme/css/main.css">
|
<link rel="stylesheet" href="./theme/css/main.css">
|
||||||
<link href="http://blog.notmyidea.org/feeds/all.atom.xml" type="application/atom+xml" rel="alternate" title="Alexis' log Atom Feed" />
|
<link href="http://blog.notmyidea.org/feeds/all.atom.xml" type="application/atom+xml" rel="alternate" title="Alexis' log Atom Feed" />
|
||||||
<link href="http://blog.notmyidea.org/feeds/all.rss.xml" type="application/rss+xml" rel="alternate" title="Alexis' log RSS Feed" />
|
<link href="http://blog.notmyidea.org/feeds/all.rss.xml" type="application/rss+xml" rel="alternate" title="Alexis' log RSS Feed" />
|
||||||
|
|
||||||
<!--[if IE]>
|
<!--[if IE]>
|
||||||
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
|
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
|
||||||
<![endif]-->
|
<![endif]-->
|
||||||
|
|
@ -19,37 +19,37 @@
|
||||||
<header id="banner" class="body">
|
<header id="banner" class="body">
|
||||||
<h1><a href="./">Alexis' log </a></h1>
|
<h1><a href="./">Alexis' log </a></h1>
|
||||||
<nav><ul>
|
<nav><ul>
|
||||||
<li><a href="./override/">Override url/save_as</a></li>
|
<li><a href="./override/">Override url/save_as</a></li>
|
||||||
<li><a href="./pages/this-is-a-test-page.html">This is a test page</a></li>
|
<li><a href="./pages/this-is-a-test-page.html">This is a test page</a></li>
|
||||||
<li><a href="./category/yeah.html">yeah</a></li>
|
<li><a href="./category/yeah.html">yeah</a></li>
|
||||||
<li class="active"><a href="./category/misc.html">misc</a></li>
|
<li class="active"><a href="./category/misc.html">misc</a></li>
|
||||||
<li><a href="./category/cat1.html">cat1</a></li>
|
<li><a href="./category/cat1.html">cat1</a></li>
|
||||||
<li><a href="./category/bar.html">bar</a></li>
|
<li><a href="./category/bar.html">bar</a></li>
|
||||||
</ul></nav>
|
</ul></nav>
|
||||||
</header><!-- /#banner -->
|
</header><!-- /#banner -->
|
||||||
<section id="content" class="body">
|
<section id="content" class="body">
|
||||||
<article>
|
<article>
|
||||||
<header>
|
<header>
|
||||||
<h1 class="entry-title">
|
<h1 class="entry-title">
|
||||||
<a href="./filename_metadata-example.html" rel="bookmark"
|
<a href="./filename_metadata-example.html" rel="bookmark"
|
||||||
title="Permalink to FILENAME_METADATA example">FILENAME_METADATA example</a></h1>
|
title="Permalink to FILENAME_METADATA example">FILENAME_METADATA example</a></h1>
|
||||||
</header>
|
</header>
|
||||||
|
|
||||||
<div class="entry-content">
|
<div class="entry-content">
|
||||||
<footer class="post-info">
|
<footer class="post-info">
|
||||||
<abbr class="published" title="2012-11-30T00:00:00">
|
<abbr class="published" title="2012-11-30T00:00:00">
|
||||||
Fri 30 November 2012
|
Fri 30 November 2012
|
||||||
</abbr>
|
</abbr>
|
||||||
|
|
||||||
<address class="vcard author">
|
<address class="vcard author">
|
||||||
By <a class="url fn" href="./author/alexis-metaireau.html">Alexis Métaireau</a>
|
By <a class="url fn" href="./author/alexis-metaireau.html">Alexis Métaireau</a>
|
||||||
</address>
|
</address>
|
||||||
<p>In <a href="./category/misc.html">misc</a>. </p>
|
<p>In <a href="./category/misc.html">misc</a>. </p>
|
||||||
|
|
||||||
</footer><!-- /.post-info --> <p>Some cool stuff!</p>
|
</footer><!-- /.post-info --> <p>Some cool stuff!</p>
|
||||||
|
|
||||||
</div><!-- /.entry-content -->
|
</div><!-- /.entry-content -->
|
||||||
<div class="comments">
|
<div class="comments">
|
||||||
<h2>Comments !</h2>
|
<h2>Comments !</h2>
|
||||||
<div id="disqus_thread"></div>
|
<div id="disqus_thread"></div>
|
||||||
<script type="text/javascript">
|
<script type="text/javascript">
|
||||||
|
|
@ -62,33 +62,33 @@
|
||||||
})();
|
})();
|
||||||
</script>
|
</script>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</article>
|
</article>
|
||||||
</section>
|
</section>
|
||||||
<section id="extras" class="body">
|
<section id="extras" class="body">
|
||||||
<div class="blogroll">
|
<div class="blogroll">
|
||||||
<h2>blogroll</h2>
|
<h2>blogroll</h2>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="http://biologeek.org">Biologeek</a></li>
|
<li><a href="http://biologeek.org">Biologeek</a></li>
|
||||||
<li><a href="http://filyb.info/">Filyb</a></li>
|
<li><a href="http://filyb.info/">Filyb</a></li>
|
||||||
<li><a href="http://www.libert-fr.com">Libert-fr</a></li>
|
<li><a href="http://www.libert-fr.com">Libert-fr</a></li>
|
||||||
<li><a href="http://prendreuncafe.com/blog/">N1k0</a></li>
|
<li><a href="http://prendreuncafe.com/blog/">N1k0</a></li>
|
||||||
<li><a href="http://ziade.org/blog">Tarek Ziadé</a></li>
|
<li><a href="http://ziade.org/blog">Tarek Ziadé</a></li>
|
||||||
<li><a href="http://zubin71.wordpress.com/">Zubin Mithra</a></li>
|
<li><a href="http://zubin71.wordpress.com/">Zubin Mithra</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</div><!-- /.blogroll -->
|
</div><!-- /.blogroll -->
|
||||||
<div class="social">
|
<div class="social">
|
||||||
<h2>social</h2>
|
<h2>social</h2>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="http://blog.notmyidea.org/feeds/all.atom.xml" type="application/atom+xml" rel="alternate">atom feed</a></li>
|
<li><a href="http://blog.notmyidea.org/feeds/all.atom.xml" type="application/atom+xml" rel="alternate">atom feed</a></li>
|
||||||
<li><a href="http://blog.notmyidea.org/feeds/all.rss.xml" type="application/rss+xml" rel="alternate">rss feed</a></li>
|
<li><a href="http://blog.notmyidea.org/feeds/all.rss.xml" type="application/rss+xml" rel="alternate">rss feed</a></li>
|
||||||
|
|
||||||
<li><a href="http://twitter.com/ametaireau">twitter</a></li>
|
<li><a href="http://twitter.com/ametaireau">twitter</a></li>
|
||||||
<li><a href="http://lastfm.com/user/akounet">lastfm</a></li>
|
<li><a href="http://lastfm.com/user/akounet">lastfm</a></li>
|
||||||
<li><a href="http://github.com/ametaireau">github</a></li>
|
<li><a href="http://github.com/ametaireau">github</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</div><!-- /.social -->
|
</div><!-- /.social -->
|
||||||
</section><!-- /#extras -->
|
</section><!-- /#extras -->
|
||||||
|
|
||||||
<footer id="contentinfo" class="body">
|
<footer id="contentinfo" class="body">
|
||||||
<address id="about" class="vcard body">
|
<address id="about" class="vcard body">
|
||||||
|
|
|
||||||
|
|
@ -4,9 +4,9 @@
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<title>Alexis' log</title>
|
<title>Alexis' log</title>
|
||||||
<link rel="stylesheet" href="./theme/css/main.css">
|
<link rel="stylesheet" href="./theme/css/main.css">
|
||||||
<link href="http://blog.notmyidea.org/feeds/all.atom.xml" type="application/atom+xml" rel="alternate" title="Alexis' log Atom Feed" />
|
<link href="http://blog.notmyidea.org/feeds/all.atom.xml" type="application/atom+xml" rel="alternate" title="Alexis' log Atom Feed" />
|
||||||
<link href="http://blog.notmyidea.org/feeds/all.rss.xml" type="application/rss+xml" rel="alternate" title="Alexis' log RSS Feed" />
|
<link href="http://blog.notmyidea.org/feeds/all.rss.xml" type="application/rss+xml" rel="alternate" title="Alexis' log RSS Feed" />
|
||||||
|
|
||||||
<!--[if IE]>
|
<!--[if IE]>
|
||||||
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
|
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
|
||||||
<![endif]-->
|
<![endif]-->
|
||||||
|
|
@ -19,145 +19,137 @@
|
||||||
<header id="banner" class="body">
|
<header id="banner" class="body">
|
||||||
<h1><a href="./">Alexis' log </a></h1>
|
<h1><a href="./">Alexis' log </a></h1>
|
||||||
<nav><ul>
|
<nav><ul>
|
||||||
<li><a href="./override/">Override url/save_as</a></li>
|
<li><a href="./override/">Override url/save_as</a></li>
|
||||||
<li><a href="./pages/this-is-a-test-page.html">This is a test page</a></li>
|
<li><a href="./pages/this-is-a-test-page.html">This is a test page</a></li>
|
||||||
<li><a href="./category/yeah.html">yeah</a></li>
|
<li><a href="./category/yeah.html">yeah</a></li>
|
||||||
<li><a href="./category/misc.html">misc</a></li>
|
<li><a href="./category/misc.html">misc</a></li>
|
||||||
<li><a href="./category/cat1.html">cat1</a></li>
|
<li><a href="./category/cat1.html">cat1</a></li>
|
||||||
<li><a href="./category/bar.html">bar</a></li>
|
<li><a href="./category/bar.html">bar</a></li>
|
||||||
</ul></nav>
|
</ul></nav>
|
||||||
</header><!-- /#banner -->
|
</header><!-- /#banner -->
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<aside id="featured" class="body">
|
<aside id="featured" class="body">
|
||||||
<article>
|
<article>
|
||||||
<h1 class="entry-title"><a href="./filename_metadata-example.html">FILENAME_METADATA example</a></h1>
|
<h1 class="entry-title"><a href="./filename_metadata-example.html">FILENAME_METADATA example</a></h1>
|
||||||
<footer class="post-info">
|
<footer class="post-info">
|
||||||
<abbr class="published" title="2012-11-30T00:00:00">
|
<abbr class="published" title="2012-11-30T00:00:00">
|
||||||
Fri 30 November 2012
|
Fri 30 November 2012
|
||||||
</abbr>
|
</abbr>
|
||||||
|
|
||||||
<address class="vcard author">
|
<address class="vcard author">
|
||||||
By <a class="url fn" href="./author/alexis-metaireau.html">Alexis Métaireau</a>
|
By <a class="url fn" href="./author/alexis-metaireau.html">Alexis Métaireau</a>
|
||||||
</address>
|
</address>
|
||||||
<p>In <a href="./category/misc.html">misc</a>. </p>
|
<p>In <a href="./category/misc.html">misc</a>. </p>
|
||||||
|
|
||||||
</footer><!-- /.post-info --><p>Some cool stuff!</p>
|
</footer><!-- /.post-info --><p>Some cool stuff!</p>
|
||||||
<p>There are <a href="./filename_metadata-example.html#disqus_thread">comments</a>.</p> </article>
|
<p>There are <a href="./filename_metadata-example.html#disqus_thread">comments</a>.</p> </article>
|
||||||
</aside><!-- /#featured -->
|
</aside><!-- /#featured -->
|
||||||
<section id="content" class="body">
|
<section id="content" class="body">
|
||||||
<h1>Other articles</h1>
|
<h1>Other articles</h1>
|
||||||
<hr />
|
<hr />
|
||||||
<ol id="posts-list" class="hfeed">
|
<ol id="posts-list" class="hfeed">
|
||||||
|
|
||||||
|
|
||||||
|
<li><article class="hentry">
|
||||||
<li><article class="hentry">
|
|
||||||
<header>
|
<header>
|
||||||
<h1><a href="./second-article.html" rel="bookmark"
|
<h1><a href="./second-article.html" rel="bookmark"
|
||||||
title="Permalink to Second article">Second article</a></h1>
|
title="Permalink to Second article">Second article</a></h1>
|
||||||
</header>
|
</header>
|
||||||
|
|
||||||
<div class="entry-content">
|
<div class="entry-content">
|
||||||
<footer class="post-info">
|
<footer class="post-info">
|
||||||
<abbr class="published" title="2012-02-29T00:00:00">
|
<abbr class="published" title="2012-02-29T00:00:00">
|
||||||
Wed 29 February 2012
|
Wed 29 February 2012
|
||||||
</abbr>
|
</abbr>
|
||||||
|
|
||||||
<address class="vcard author">
|
<address class="vcard author">
|
||||||
By <a class="url fn" href="./author/alexis-metaireau.html">Alexis Métaireau</a>
|
By <a class="url fn" href="./author/alexis-metaireau.html">Alexis Métaireau</a>
|
||||||
</address>
|
</address>
|
||||||
<p>In <a href="./category/misc.html">misc</a>. </p>
|
<p>In <a href="./category/misc.html">misc</a>. </p>
|
||||||
<p>tags: <a href="./tag/foo.html">foo</a><a href="./tag/bar.html">bar</a><a href="./tag/baz.html">baz</a></p>Translations:
|
<p>tags: <a href="./tag/foo.html">foo</a><a href="./tag/bar.html">bar</a><a href="./tag/baz.html">baz</a></p>Translations:
|
||||||
<a href="./second-article-fr.html">fr</a>
|
<a href="./second-article-fr.html">fr</a>
|
||||||
|
|
||||||
</footer><!-- /.post-info --> <p>This is some article, in english</p>
|
</footer><!-- /.post-info --> <p>This is some article, in english</p>
|
||||||
|
|
||||||
<a class="readmore" href="./second-article.html">read more</a>
|
<a class="readmore" href="./second-article.html">read more</a>
|
||||||
<p>There are <a href="./second-article.html#disqus_thread">comments</a>.</p> </div><!-- /.entry-content -->
|
<p>There are <a href="./second-article.html#disqus_thread">comments</a>.</p> </div><!-- /.entry-content -->
|
||||||
</article></li>
|
</article></li>
|
||||||
|
|
||||||
|
|
||||||
|
<li><article class="hentry">
|
||||||
<li><article class="hentry">
|
|
||||||
<header>
|
<header>
|
||||||
<h1><a href="./a-markdown-powered-article.html" rel="bookmark"
|
<h1><a href="./a-markdown-powered-article.html" rel="bookmark"
|
||||||
title="Permalink to A markdown powered article">A markdown powered article</a></h1>
|
title="Permalink to A markdown powered article">A markdown powered article</a></h1>
|
||||||
</header>
|
</header>
|
||||||
|
|
||||||
<div class="entry-content">
|
<div class="entry-content">
|
||||||
<footer class="post-info">
|
<footer class="post-info">
|
||||||
<abbr class="published" title="2011-04-20T00:00:00">
|
<abbr class="published" title="2011-04-20T00:00:00">
|
||||||
Wed 20 April 2011
|
Wed 20 April 2011
|
||||||
</abbr>
|
</abbr>
|
||||||
|
|
||||||
<address class="vcard author">
|
<address class="vcard author">
|
||||||
By <a class="url fn" href="./author/alexis-metaireau.html">Alexis Métaireau</a>
|
By <a class="url fn" href="./author/alexis-metaireau.html">Alexis Métaireau</a>
|
||||||
</address>
|
</address>
|
||||||
<p>In <a href="./category/cat1.html">cat1</a>. </p>
|
<p>In <a href="./category/cat1.html">cat1</a>. </p>
|
||||||
|
|
||||||
</footer><!-- /.post-info --> <p>You're mutually oblivious.</p>
|
</footer><!-- /.post-info --> <p>You're mutually oblivious.</p>
|
||||||
<p><a href="./unbelievable.html">a root-relative link to unbelievable</a>
|
<p><a href="./unbelievable.html">a root-relative link to unbelievable</a>
|
||||||
<a href="./unbelievable.html">a file-relative link to unbelievable</a></p>
|
<a href="./unbelievable.html">a file-relative link to unbelievable</a></p>
|
||||||
<a class="readmore" href="./a-markdown-powered-article.html">read more</a>
|
<a class="readmore" href="./a-markdown-powered-article.html">read more</a>
|
||||||
<p>There are <a href="./a-markdown-powered-article.html#disqus_thread">comments</a>.</p> </div><!-- /.entry-content -->
|
<p>There are <a href="./a-markdown-powered-article.html#disqus_thread">comments</a>.</p> </div><!-- /.entry-content -->
|
||||||
</article></li>
|
</article></li>
|
||||||
|
|
||||||
|
|
||||||
|
<li><article class="hentry">
|
||||||
<li><article class="hentry">
|
|
||||||
<header>
|
<header>
|
||||||
<h1><a href="./article-1.html" rel="bookmark"
|
<h1><a href="./article-1.html" rel="bookmark"
|
||||||
title="Permalink to Article 1">Article 1</a></h1>
|
title="Permalink to Article 1">Article 1</a></h1>
|
||||||
</header>
|
</header>
|
||||||
|
|
||||||
<div class="entry-content">
|
<div class="entry-content">
|
||||||
<footer class="post-info">
|
<footer class="post-info">
|
||||||
<abbr class="published" title="2011-02-17T00:00:00">
|
<abbr class="published" title="2011-02-17T00:00:00">
|
||||||
Thu 17 February 2011
|
Thu 17 February 2011
|
||||||
</abbr>
|
</abbr>
|
||||||
|
|
||||||
<address class="vcard author">
|
<address class="vcard author">
|
||||||
By <a class="url fn" href="./author/alexis-metaireau.html">Alexis Métaireau</a>
|
By <a class="url fn" href="./author/alexis-metaireau.html">Alexis Métaireau</a>
|
||||||
</address>
|
</address>
|
||||||
<p>In <a href="./category/cat1.html">cat1</a>. </p>
|
<p>In <a href="./category/cat1.html">cat1</a>. </p>
|
||||||
|
|
||||||
</footer><!-- /.post-info --> <p>Article 1</p>
|
</footer><!-- /.post-info --> <p>Article 1</p>
|
||||||
|
|
||||||
<a class="readmore" href="./article-1.html">read more</a>
|
<a class="readmore" href="./article-1.html">read more</a>
|
||||||
<p>There are <a href="./article-1.html#disqus_thread">comments</a>.</p> </div><!-- /.entry-content -->
|
<p>There are <a href="./article-1.html#disqus_thread">comments</a>.</p> </div><!-- /.entry-content -->
|
||||||
</article></li>
|
</article></li>
|
||||||
</ol><!-- /#posts-list -->
|
</ol><!-- /#posts-list -->
|
||||||
<p class="paginator">
|
<p class="paginator">
|
||||||
Page 1 / 3
|
Page 1 / 3
|
||||||
<a href="./index2.html">»</a>
|
<a href="./index2.html">»</a>
|
||||||
</p>
|
</p>
|
||||||
</section><!-- /#content -->
|
</section><!-- /#content -->
|
||||||
<section id="extras" class="body">
|
<section id="extras" class="body">
|
||||||
<div class="blogroll">
|
<div class="blogroll">
|
||||||
<h2>blogroll</h2>
|
<h2>blogroll</h2>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="http://biologeek.org">Biologeek</a></li>
|
<li><a href="http://biologeek.org">Biologeek</a></li>
|
||||||
<li><a href="http://filyb.info/">Filyb</a></li>
|
<li><a href="http://filyb.info/">Filyb</a></li>
|
||||||
<li><a href="http://www.libert-fr.com">Libert-fr</a></li>
|
<li><a href="http://www.libert-fr.com">Libert-fr</a></li>
|
||||||
<li><a href="http://prendreuncafe.com/blog/">N1k0</a></li>
|
<li><a href="http://prendreuncafe.com/blog/">N1k0</a></li>
|
||||||
<li><a href="http://ziade.org/blog">Tarek Ziadé</a></li>
|
<li><a href="http://ziade.org/blog">Tarek Ziadé</a></li>
|
||||||
<li><a href="http://zubin71.wordpress.com/">Zubin Mithra</a></li>
|
<li><a href="http://zubin71.wordpress.com/">Zubin Mithra</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</div><!-- /.blogroll -->
|
</div><!-- /.blogroll -->
|
||||||
<div class="social">
|
<div class="social">
|
||||||
<h2>social</h2>
|
<h2>social</h2>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="http://blog.notmyidea.org/feeds/all.atom.xml" type="application/atom+xml" rel="alternate">atom feed</a></li>
|
<li><a href="http://blog.notmyidea.org/feeds/all.atom.xml" type="application/atom+xml" rel="alternate">atom feed</a></li>
|
||||||
<li><a href="http://blog.notmyidea.org/feeds/all.rss.xml" type="application/rss+xml" rel="alternate">rss feed</a></li>
|
<li><a href="http://blog.notmyidea.org/feeds/all.rss.xml" type="application/rss+xml" rel="alternate">rss feed</a></li>
|
||||||
|
|
||||||
<li><a href="http://twitter.com/ametaireau">twitter</a></li>
|
<li><a href="http://twitter.com/ametaireau">twitter</a></li>
|
||||||
<li><a href="http://lastfm.com/user/akounet">lastfm</a></li>
|
<li><a href="http://lastfm.com/user/akounet">lastfm</a></li>
|
||||||
<li><a href="http://github.com/ametaireau">github</a></li>
|
<li><a href="http://github.com/ametaireau">github</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</div><!-- /.social -->
|
</div><!-- /.social -->
|
||||||
</section><!-- /#extras -->
|
</section><!-- /#extras -->
|
||||||
|
|
||||||
<footer id="contentinfo" class="body">
|
<footer id="contentinfo" class="body">
|
||||||
<address id="about" class="vcard body">
|
<address id="about" class="vcard body">
|
||||||
|
|
|
||||||
|
|
@ -4,9 +4,9 @@
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<title>Alexis' log</title>
|
<title>Alexis' log</title>
|
||||||
<link rel="stylesheet" href="./theme/css/main.css">
|
<link rel="stylesheet" href="./theme/css/main.css">
|
||||||
<link href="http://blog.notmyidea.org/feeds/all.atom.xml" type="application/atom+xml" rel="alternate" title="Alexis' log Atom Feed" />
|
<link href="http://blog.notmyidea.org/feeds/all.atom.xml" type="application/atom+xml" rel="alternate" title="Alexis' log Atom Feed" />
|
||||||
<link href="http://blog.notmyidea.org/feeds/all.rss.xml" type="application/rss+xml" rel="alternate" title="Alexis' log RSS Feed" />
|
<link href="http://blog.notmyidea.org/feeds/all.rss.xml" type="application/rss+xml" rel="alternate" title="Alexis' log RSS Feed" />
|
||||||
|
|
||||||
<!--[if IE]>
|
<!--[if IE]>
|
||||||
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
|
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
|
||||||
<![endif]-->
|
<![endif]-->
|
||||||
|
|
@ -19,115 +19,106 @@
|
||||||
<header id="banner" class="body">
|
<header id="banner" class="body">
|
||||||
<h1><a href="./">Alexis' log </a></h1>
|
<h1><a href="./">Alexis' log </a></h1>
|
||||||
<nav><ul>
|
<nav><ul>
|
||||||
<li><a href="./override/">Override url/save_as</a></li>
|
<li><a href="./override/">Override url/save_as</a></li>
|
||||||
<li><a href="./pages/this-is-a-test-page.html">This is a test page</a></li>
|
<li><a href="./pages/this-is-a-test-page.html">This is a test page</a></li>
|
||||||
<li><a href="./category/yeah.html">yeah</a></li>
|
<li><a href="./category/yeah.html">yeah</a></li>
|
||||||
<li><a href="./category/misc.html">misc</a></li>
|
<li><a href="./category/misc.html">misc</a></li>
|
||||||
<li><a href="./category/cat1.html">cat1</a></li>
|
<li><a href="./category/cat1.html">cat1</a></li>
|
||||||
<li><a href="./category/bar.html">bar</a></li>
|
<li><a href="./category/bar.html">bar</a></li>
|
||||||
</ul></nav>
|
</ul></nav>
|
||||||
</header><!-- /#banner -->
|
</header><!-- /#banner -->
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<section id="content" class="body">
|
||||||
<section id="content" class="body">
|
|
||||||
<ol id="posts-list" class="hfeed" start="3">
|
<ol id="posts-list" class="hfeed" start="3">
|
||||||
<li><article class="hentry">
|
<li><article class="hentry">
|
||||||
<header>
|
<header>
|
||||||
<h1><a href="./article-2.html" rel="bookmark"
|
<h1><a href="./article-2.html" rel="bookmark"
|
||||||
title="Permalink to Article 2">Article 2</a></h1>
|
title="Permalink to Article 2">Article 2</a></h1>
|
||||||
</header>
|
</header>
|
||||||
|
|
||||||
<div class="entry-content">
|
<div class="entry-content">
|
||||||
<footer class="post-info">
|
<footer class="post-info">
|
||||||
<abbr class="published" title="2011-02-17T00:00:00">
|
<abbr class="published" title="2011-02-17T00:00:00">
|
||||||
Thu 17 February 2011
|
Thu 17 February 2011
|
||||||
</abbr>
|
</abbr>
|
||||||
|
|
||||||
<address class="vcard author">
|
<address class="vcard author">
|
||||||
By <a class="url fn" href="./author/alexis-metaireau.html">Alexis Métaireau</a>
|
By <a class="url fn" href="./author/alexis-metaireau.html">Alexis Métaireau</a>
|
||||||
</address>
|
</address>
|
||||||
<p>In <a href="./category/cat1.html">cat1</a>. </p>
|
<p>In <a href="./category/cat1.html">cat1</a>. </p>
|
||||||
|
|
||||||
</footer><!-- /.post-info --> <p>Article 2</p>
|
</footer><!-- /.post-info --> <p>Article 2</p>
|
||||||
|
|
||||||
<a class="readmore" href="./article-2.html">read more</a>
|
<a class="readmore" href="./article-2.html">read more</a>
|
||||||
<p>There are <a href="./article-2.html#disqus_thread">comments</a>.</p> </div><!-- /.entry-content -->
|
<p>There are <a href="./article-2.html#disqus_thread">comments</a>.</p> </div><!-- /.entry-content -->
|
||||||
</article></li>
|
</article></li>
|
||||||
|
|
||||||
|
|
||||||
|
<li><article class="hentry">
|
||||||
<li><article class="hentry">
|
|
||||||
<header>
|
<header>
|
||||||
<h1><a href="./article-3.html" rel="bookmark"
|
<h1><a href="./article-3.html" rel="bookmark"
|
||||||
title="Permalink to Article 3">Article 3</a></h1>
|
title="Permalink to Article 3">Article 3</a></h1>
|
||||||
</header>
|
</header>
|
||||||
|
|
||||||
<div class="entry-content">
|
<div class="entry-content">
|
||||||
<footer class="post-info">
|
<footer class="post-info">
|
||||||
<abbr class="published" title="2011-02-17T00:00:00">
|
<abbr class="published" title="2011-02-17T00:00:00">
|
||||||
Thu 17 February 2011
|
Thu 17 February 2011
|
||||||
</abbr>
|
</abbr>
|
||||||
|
|
||||||
<address class="vcard author">
|
<address class="vcard author">
|
||||||
By <a class="url fn" href="./author/alexis-metaireau.html">Alexis Métaireau</a>
|
By <a class="url fn" href="./author/alexis-metaireau.html">Alexis Métaireau</a>
|
||||||
</address>
|
</address>
|
||||||
<p>In <a href="./category/cat1.html">cat1</a>. </p>
|
<p>In <a href="./category/cat1.html">cat1</a>. </p>
|
||||||
|
|
||||||
</footer><!-- /.post-info --> <p>Article 3</p>
|
</footer><!-- /.post-info --> <p>Article 3</p>
|
||||||
|
|
||||||
<a class="readmore" href="./article-3.html">read more</a>
|
<a class="readmore" href="./article-3.html">read more</a>
|
||||||
<p>There are <a href="./article-3.html#disqus_thread">comments</a>.</p> </div><!-- /.entry-content -->
|
<p>There are <a href="./article-3.html#disqus_thread">comments</a>.</p> </div><!-- /.entry-content -->
|
||||||
</article></li>
|
</article></li>
|
||||||
|
|
||||||
|
|
||||||
|
<li><article class="hentry">
|
||||||
<li><article class="hentry">
|
|
||||||
<header>
|
<header>
|
||||||
<h1><a href="./this-is-a-super-article.html" rel="bookmark"
|
<h1><a href="./this-is-a-super-article.html" rel="bookmark"
|
||||||
title="Permalink to This is a super article !">This is a super article !</a></h1>
|
title="Permalink to This is a super article !">This is a super article !</a></h1>
|
||||||
</header>
|
</header>
|
||||||
|
|
||||||
<div class="entry-content">
|
<div class="entry-content">
|
||||||
<footer class="post-info">
|
<footer class="post-info">
|
||||||
<abbr class="published" title="2010-12-02T10:14:00">
|
<abbr class="published" title="2010-12-02T10:14:00">
|
||||||
Thu 02 December 2010
|
Thu 02 December 2010
|
||||||
</abbr>
|
</abbr>
|
||||||
|
|
||||||
<address class="vcard author">
|
<address class="vcard author">
|
||||||
By <a class="url fn" href="./author/alexis-metaireau.html">Alexis Métaireau</a>
|
By <a class="url fn" href="./author/alexis-metaireau.html">Alexis Métaireau</a>
|
||||||
</address>
|
</address>
|
||||||
<p>In <a href="./category/yeah.html">yeah</a>. </p>
|
<p>In <a href="./category/yeah.html">yeah</a>. </p>
|
||||||
<p>tags: <a href="./tag/foo.html">foo</a><a href="./tag/bar.html">bar</a><a href="./tag/foobar.html">foobar</a></p>
|
<p>tags: <a href="./tag/foo.html">foo</a><a href="./tag/bar.html">bar</a><a href="./tag/foobar.html">foobar</a></p>
|
||||||
</footer><!-- /.post-info --> <p class="first last">Multi-line metadata should be supported
|
</footer><!-- /.post-info --> <p class="first last">Multi-line metadata should be supported
|
||||||
as well as <strong>inline markup</strong>.</p>
|
as well as <strong>inline markup</strong>.</p>
|
||||||
|
|
||||||
<a class="readmore" href="./this-is-a-super-article.html">read more</a>
|
<a class="readmore" href="./this-is-a-super-article.html">read more</a>
|
||||||
<p>There are <a href="./this-is-a-super-article.html#disqus_thread">comments</a>.</p> </div><!-- /.entry-content -->
|
<p>There are <a href="./this-is-a-super-article.html#disqus_thread">comments</a>.</p> </div><!-- /.entry-content -->
|
||||||
</article></li>
|
</article></li>
|
||||||
|
|
||||||
|
|
||||||
|
<li><article class="hentry">
|
||||||
<li><article class="hentry">
|
|
||||||
<header>
|
<header>
|
||||||
<h1><a href="./oh-yeah.html" rel="bookmark"
|
<h1><a href="./oh-yeah.html" rel="bookmark"
|
||||||
title="Permalink to Oh yeah !">Oh yeah !</a></h1>
|
title="Permalink to Oh yeah !">Oh yeah !</a></h1>
|
||||||
</header>
|
</header>
|
||||||
|
|
||||||
<div class="entry-content">
|
<div class="entry-content">
|
||||||
<footer class="post-info">
|
<footer class="post-info">
|
||||||
<abbr class="published" title="2010-10-20T10:14:00">
|
<abbr class="published" title="2010-10-20T10:14:00">
|
||||||
Wed 20 October 2010
|
Wed 20 October 2010
|
||||||
</abbr>
|
</abbr>
|
||||||
|
|
||||||
<address class="vcard author">
|
<address class="vcard author">
|
||||||
By <a class="url fn" href="./author/alexis-metaireau.html">Alexis Métaireau</a>
|
By <a class="url fn" href="./author/alexis-metaireau.html">Alexis Métaireau</a>
|
||||||
</address>
|
</address>
|
||||||
<p>In <a href="./category/bar.html">bar</a>. </p>
|
<p>In <a href="./category/bar.html">bar</a>. </p>
|
||||||
<p>tags: <a href="./tag/oh.html">oh</a><a href="./tag/bar.html">bar</a><a href="./tag/yeah.html">yeah</a></p>Translations:
|
<p>tags: <a href="./tag/oh.html">oh</a><a href="./tag/bar.html">bar</a><a href="./tag/yeah.html">yeah</a></p>Translations:
|
||||||
<a href="./oh-yeah-fr.html">fr</a>
|
<a href="./oh-yeah-fr.html">fr</a>
|
||||||
|
|
||||||
</footer><!-- /.post-info --> <div class="section" id="why-not">
|
</footer><!-- /.post-info --> <div class="section" id="why-not">
|
||||||
<h2>Why not ?</h2>
|
<h2>Why not ?</h2>
|
||||||
<p>After all, why not ? It's pretty simple to do it, and it will allow me to write my blogposts in rst !
|
<p>After all, why not ? It's pretty simple to do it, and it will allow me to write my blogposts in rst !
|
||||||
|
|
@ -136,39 +127,39 @@ YEAH !</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<a class="readmore" href="./oh-yeah.html">read more</a>
|
<a class="readmore" href="./oh-yeah.html">read more</a>
|
||||||
<p>There are <a href="./oh-yeah.html#disqus_thread">comments</a>.</p> </div><!-- /.entry-content -->
|
<p>There are <a href="./oh-yeah.html#disqus_thread">comments</a>.</p> </div><!-- /.entry-content -->
|
||||||
</article></li>
|
</article></li>
|
||||||
</ol><!-- /#posts-list -->
|
</ol><!-- /#posts-list -->
|
||||||
<p class="paginator">
|
<p class="paginator">
|
||||||
<a href="./index.html">«</a>
|
<a href="./index.html">«</a>
|
||||||
Page 2 / 3
|
Page 2 / 3
|
||||||
<a href="./index3.html">»</a>
|
<a href="./index3.html">»</a>
|
||||||
</p>
|
</p>
|
||||||
</section><!-- /#content -->
|
</section><!-- /#content -->
|
||||||
<section id="extras" class="body">
|
<section id="extras" class="body">
|
||||||
<div class="blogroll">
|
<div class="blogroll">
|
||||||
<h2>blogroll</h2>
|
<h2>blogroll</h2>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="http://biologeek.org">Biologeek</a></li>
|
<li><a href="http://biologeek.org">Biologeek</a></li>
|
||||||
<li><a href="http://filyb.info/">Filyb</a></li>
|
<li><a href="http://filyb.info/">Filyb</a></li>
|
||||||
<li><a href="http://www.libert-fr.com">Libert-fr</a></li>
|
<li><a href="http://www.libert-fr.com">Libert-fr</a></li>
|
||||||
<li><a href="http://prendreuncafe.com/blog/">N1k0</a></li>
|
<li><a href="http://prendreuncafe.com/blog/">N1k0</a></li>
|
||||||
<li><a href="http://ziade.org/blog">Tarek Ziadé</a></li>
|
<li><a href="http://ziade.org/blog">Tarek Ziadé</a></li>
|
||||||
<li><a href="http://zubin71.wordpress.com/">Zubin Mithra</a></li>
|
<li><a href="http://zubin71.wordpress.com/">Zubin Mithra</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</div><!-- /.blogroll -->
|
</div><!-- /.blogroll -->
|
||||||
<div class="social">
|
<div class="social">
|
||||||
<h2>social</h2>
|
<h2>social</h2>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="http://blog.notmyidea.org/feeds/all.atom.xml" type="application/atom+xml" rel="alternate">atom feed</a></li>
|
<li><a href="http://blog.notmyidea.org/feeds/all.atom.xml" type="application/atom+xml" rel="alternate">atom feed</a></li>
|
||||||
<li><a href="http://blog.notmyidea.org/feeds/all.rss.xml" type="application/rss+xml" rel="alternate">rss feed</a></li>
|
<li><a href="http://blog.notmyidea.org/feeds/all.rss.xml" type="application/rss+xml" rel="alternate">rss feed</a></li>
|
||||||
|
|
||||||
<li><a href="http://twitter.com/ametaireau">twitter</a></li>
|
<li><a href="http://twitter.com/ametaireau">twitter</a></li>
|
||||||
<li><a href="http://lastfm.com/user/akounet">lastfm</a></li>
|
<li><a href="http://lastfm.com/user/akounet">lastfm</a></li>
|
||||||
<li><a href="http://github.com/ametaireau">github</a></li>
|
<li><a href="http://github.com/ametaireau">github</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</div><!-- /.social -->
|
</div><!-- /.social -->
|
||||||
</section><!-- /#extras -->
|
</section><!-- /#extras -->
|
||||||
|
|
||||||
<footer id="contentinfo" class="body">
|
<footer id="contentinfo" class="body">
|
||||||
<address id="about" class="vcard body">
|
<address id="about" class="vcard body">
|
||||||
|
|
|
||||||
|
|
@ -4,9 +4,9 @@
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<title>Alexis' log</title>
|
<title>Alexis' log</title>
|
||||||
<link rel="stylesheet" href="./theme/css/main.css">
|
<link rel="stylesheet" href="./theme/css/main.css">
|
||||||
<link href="http://blog.notmyidea.org/feeds/all.atom.xml" type="application/atom+xml" rel="alternate" title="Alexis' log Atom Feed" />
|
<link href="http://blog.notmyidea.org/feeds/all.atom.xml" type="application/atom+xml" rel="alternate" title="Alexis' log Atom Feed" />
|
||||||
<link href="http://blog.notmyidea.org/feeds/all.rss.xml" type="application/rss+xml" rel="alternate" title="Alexis' log RSS Feed" />
|
<link href="http://blog.notmyidea.org/feeds/all.rss.xml" type="application/rss+xml" rel="alternate" title="Alexis' log RSS Feed" />
|
||||||
|
|
||||||
<!--[if IE]>
|
<!--[if IE]>
|
||||||
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
|
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
|
||||||
<![endif]-->
|
<![endif]-->
|
||||||
|
|
@ -19,74 +19,71 @@
|
||||||
<header id="banner" class="body">
|
<header id="banner" class="body">
|
||||||
<h1><a href="./">Alexis' log </a></h1>
|
<h1><a href="./">Alexis' log </a></h1>
|
||||||
<nav><ul>
|
<nav><ul>
|
||||||
<li><a href="./override/">Override url/save_as</a></li>
|
<li><a href="./override/">Override url/save_as</a></li>
|
||||||
<li><a href="./pages/this-is-a-test-page.html">This is a test page</a></li>
|
<li><a href="./pages/this-is-a-test-page.html">This is a test page</a></li>
|
||||||
<li><a href="./category/yeah.html">yeah</a></li>
|
<li><a href="./category/yeah.html">yeah</a></li>
|
||||||
<li><a href="./category/misc.html">misc</a></li>
|
<li><a href="./category/misc.html">misc</a></li>
|
||||||
<li><a href="./category/cat1.html">cat1</a></li>
|
<li><a href="./category/cat1.html">cat1</a></li>
|
||||||
<li><a href="./category/bar.html">bar</a></li>
|
<li><a href="./category/bar.html">bar</a></li>
|
||||||
</ul></nav>
|
</ul></nav>
|
||||||
</header><!-- /#banner -->
|
</header><!-- /#banner -->
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<section id="content" class="body">
|
||||||
<section id="content" class="body">
|
|
||||||
<ol id="posts-list" class="hfeed" start="3">
|
<ol id="posts-list" class="hfeed" start="3">
|
||||||
<li><article class="hentry">
|
<li><article class="hentry">
|
||||||
<header>
|
<header>
|
||||||
<h1><a href="./unbelievable.html" rel="bookmark"
|
<h1><a href="./unbelievable.html" rel="bookmark"
|
||||||
title="Permalink to Unbelievable !">Unbelievable !</a></h1>
|
title="Permalink to Unbelievable !">Unbelievable !</a></h1>
|
||||||
</header>
|
</header>
|
||||||
|
|
||||||
<div class="entry-content">
|
<div class="entry-content">
|
||||||
<footer class="post-info">
|
<footer class="post-info">
|
||||||
<abbr class="published" title="2010-10-15T20:30:00">
|
<abbr class="published" title="2010-10-15T20:30:00">
|
||||||
Fri 15 October 2010
|
Fri 15 October 2010
|
||||||
</abbr>
|
</abbr>
|
||||||
|
|
||||||
<address class="vcard author">
|
<address class="vcard author">
|
||||||
By <a class="url fn" href="./author/alexis-metaireau.html">Alexis Métaireau</a>
|
By <a class="url fn" href="./author/alexis-metaireau.html">Alexis Métaireau</a>
|
||||||
</address>
|
</address>
|
||||||
<p>In <a href="./category/misc.html">misc</a>. </p>
|
<p>In <a href="./category/misc.html">misc</a>. </p>
|
||||||
|
|
||||||
</footer><!-- /.post-info --> <p>Or completely awesome. Depends the needs.</p>
|
</footer><!-- /.post-info --> <p>Or completely awesome. Depends the needs.</p>
|
||||||
<p><a class="reference external" href="./a-markdown-powered-article.html">a root-relative link to markdown-article</a>
|
<p><a class="reference external" href="./a-markdown-powered-article.html">a root-relative link to markdown-article</a>
|
||||||
<a class="reference external" href="./a-markdown-powered-article.html">a file-relative link to markdown-article</a></p>
|
<a class="reference external" href="./a-markdown-powered-article.html">a file-relative link to markdown-article</a></p>
|
||||||
|
|
||||||
<a class="readmore" href="./unbelievable.html">read more</a>
|
<a class="readmore" href="./unbelievable.html">read more</a>
|
||||||
<p>There are <a href="./unbelievable.html#disqus_thread">comments</a>.</p> </div><!-- /.entry-content -->
|
<p>There are <a href="./unbelievable.html#disqus_thread">comments</a>.</p> </div><!-- /.entry-content -->
|
||||||
</article></li>
|
</article></li>
|
||||||
</ol><!-- /#posts-list -->
|
</ol><!-- /#posts-list -->
|
||||||
<p class="paginator">
|
<p class="paginator">
|
||||||
<a href="./index2.html">«</a>
|
<a href="./index2.html">«</a>
|
||||||
Page 3 / 3
|
Page 3 / 3
|
||||||
</p>
|
</p>
|
||||||
</section><!-- /#content -->
|
</section><!-- /#content -->
|
||||||
<section id="extras" class="body">
|
<section id="extras" class="body">
|
||||||
<div class="blogroll">
|
<div class="blogroll">
|
||||||
<h2>blogroll</h2>
|
<h2>blogroll</h2>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="http://biologeek.org">Biologeek</a></li>
|
<li><a href="http://biologeek.org">Biologeek</a></li>
|
||||||
<li><a href="http://filyb.info/">Filyb</a></li>
|
<li><a href="http://filyb.info/">Filyb</a></li>
|
||||||
<li><a href="http://www.libert-fr.com">Libert-fr</a></li>
|
<li><a href="http://www.libert-fr.com">Libert-fr</a></li>
|
||||||
<li><a href="http://prendreuncafe.com/blog/">N1k0</a></li>
|
<li><a href="http://prendreuncafe.com/blog/">N1k0</a></li>
|
||||||
<li><a href="http://ziade.org/blog">Tarek Ziadé</a></li>
|
<li><a href="http://ziade.org/blog">Tarek Ziadé</a></li>
|
||||||
<li><a href="http://zubin71.wordpress.com/">Zubin Mithra</a></li>
|
<li><a href="http://zubin71.wordpress.com/">Zubin Mithra</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</div><!-- /.blogroll -->
|
</div><!-- /.blogroll -->
|
||||||
<div class="social">
|
<div class="social">
|
||||||
<h2>social</h2>
|
<h2>social</h2>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="http://blog.notmyidea.org/feeds/all.atom.xml" type="application/atom+xml" rel="alternate">atom feed</a></li>
|
<li><a href="http://blog.notmyidea.org/feeds/all.atom.xml" type="application/atom+xml" rel="alternate">atom feed</a></li>
|
||||||
<li><a href="http://blog.notmyidea.org/feeds/all.rss.xml" type="application/rss+xml" rel="alternate">rss feed</a></li>
|
<li><a href="http://blog.notmyidea.org/feeds/all.rss.xml" type="application/rss+xml" rel="alternate">rss feed</a></li>
|
||||||
|
|
||||||
<li><a href="http://twitter.com/ametaireau">twitter</a></li>
|
<li><a href="http://twitter.com/ametaireau">twitter</a></li>
|
||||||
<li><a href="http://lastfm.com/user/akounet">lastfm</a></li>
|
<li><a href="http://lastfm.com/user/akounet">lastfm</a></li>
|
||||||
<li><a href="http://github.com/ametaireau">github</a></li>
|
<li><a href="http://github.com/ametaireau">github</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</div><!-- /.social -->
|
</div><!-- /.social -->
|
||||||
</section><!-- /#extras -->
|
</section><!-- /#extras -->
|
||||||
|
|
||||||
<footer id="contentinfo" class="body">
|
<footer id="contentinfo" class="body">
|
||||||
<address id="about" class="vcard body">
|
<address id="about" class="vcard body">
|
||||||
|
|
|
||||||
|
|
@ -4,9 +4,9 @@
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<title>Alexis' log</title>
|
<title>Alexis' log</title>
|
||||||
<link rel="stylesheet" href="./theme/css/main.css">
|
<link rel="stylesheet" href="./theme/css/main.css">
|
||||||
<link href="http://blog.notmyidea.org/feeds/all.atom.xml" type="application/atom+xml" rel="alternate" title="Alexis' log Atom Feed" />
|
<link href="http://blog.notmyidea.org/feeds/all.atom.xml" type="application/atom+xml" rel="alternate" title="Alexis' log Atom Feed" />
|
||||||
<link href="http://blog.notmyidea.org/feeds/all.rss.xml" type="application/rss+xml" rel="alternate" title="Alexis' log RSS Feed" />
|
<link href="http://blog.notmyidea.org/feeds/all.rss.xml" type="application/rss+xml" rel="alternate" title="Alexis' log RSS Feed" />
|
||||||
|
|
||||||
<!--[if IE]>
|
<!--[if IE]>
|
||||||
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
|
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
|
||||||
<![endif]-->
|
<![endif]-->
|
||||||
|
|
@ -19,41 +19,41 @@
|
||||||
<header id="banner" class="body">
|
<header id="banner" class="body">
|
||||||
<h1><a href="./">Alexis' log </a></h1>
|
<h1><a href="./">Alexis' log </a></h1>
|
||||||
<nav><ul>
|
<nav><ul>
|
||||||
<li><a href="./override/">Override url/save_as</a></li>
|
<li><a href="./override/">Override url/save_as</a></li>
|
||||||
<li><a href="./pages/this-is-a-test-page.html">This is a test page</a></li>
|
<li><a href="./pages/this-is-a-test-page.html">This is a test page</a></li>
|
||||||
<li><a href="./category/yeah.html">yeah</a></li>
|
<li><a href="./category/yeah.html">yeah</a></li>
|
||||||
<li><a href="./category/misc.html">misc</a></li>
|
<li><a href="./category/misc.html">misc</a></li>
|
||||||
<li><a href="./category/cat1.html">cat1</a></li>
|
<li><a href="./category/cat1.html">cat1</a></li>
|
||||||
<li><a href="./category/bar.html">bar</a></li>
|
<li><a href="./category/bar.html">bar</a></li>
|
||||||
</ul></nav>
|
</ul></nav>
|
||||||
</header><!-- /#banner -->
|
</header><!-- /#banner -->
|
||||||
|
|
||||||
Some text
|
Some text
|
||||||
|
|
||||||
<section id="extras" class="body">
|
<section id="extras" class="body">
|
||||||
<div class="blogroll">
|
<div class="blogroll">
|
||||||
<h2>blogroll</h2>
|
<h2>blogroll</h2>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="http://biologeek.org">Biologeek</a></li>
|
<li><a href="http://biologeek.org">Biologeek</a></li>
|
||||||
<li><a href="http://filyb.info/">Filyb</a></li>
|
<li><a href="http://filyb.info/">Filyb</a></li>
|
||||||
<li><a href="http://www.libert-fr.com">Libert-fr</a></li>
|
<li><a href="http://www.libert-fr.com">Libert-fr</a></li>
|
||||||
<li><a href="http://prendreuncafe.com/blog/">N1k0</a></li>
|
<li><a href="http://prendreuncafe.com/blog/">N1k0</a></li>
|
||||||
<li><a href="http://ziade.org/blog">Tarek Ziadé</a></li>
|
<li><a href="http://ziade.org/blog">Tarek Ziadé</a></li>
|
||||||
<li><a href="http://zubin71.wordpress.com/">Zubin Mithra</a></li>
|
<li><a href="http://zubin71.wordpress.com/">Zubin Mithra</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</div><!-- /.blogroll -->
|
</div><!-- /.blogroll -->
|
||||||
<div class="social">
|
<div class="social">
|
||||||
<h2>social</h2>
|
<h2>social</h2>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="http://blog.notmyidea.org/feeds/all.atom.xml" type="application/atom+xml" rel="alternate">atom feed</a></li>
|
<li><a href="http://blog.notmyidea.org/feeds/all.atom.xml" type="application/atom+xml" rel="alternate">atom feed</a></li>
|
||||||
<li><a href="http://blog.notmyidea.org/feeds/all.rss.xml" type="application/rss+xml" rel="alternate">rss feed</a></li>
|
<li><a href="http://blog.notmyidea.org/feeds/all.rss.xml" type="application/rss+xml" rel="alternate">rss feed</a></li>
|
||||||
|
|
||||||
<li><a href="http://twitter.com/ametaireau">twitter</a></li>
|
<li><a href="http://twitter.com/ametaireau">twitter</a></li>
|
||||||
<li><a href="http://lastfm.com/user/akounet">lastfm</a></li>
|
<li><a href="http://lastfm.com/user/akounet">lastfm</a></li>
|
||||||
<li><a href="http://github.com/ametaireau">github</a></li>
|
<li><a href="http://github.com/ametaireau">github</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</div><!-- /.social -->
|
</div><!-- /.social -->
|
||||||
</section><!-- /#extras -->
|
</section><!-- /#extras -->
|
||||||
|
|
||||||
<footer id="contentinfo" class="body">
|
<footer id="contentinfo" class="body">
|
||||||
<address id="about" class="vcard body">
|
<address id="about" class="vcard body">
|
||||||
|
|
|
||||||
|
|
@ -4,9 +4,9 @@
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<title>Trop bien !</title>
|
<title>Trop bien !</title>
|
||||||
<link rel="stylesheet" href="./theme/css/main.css">
|
<link rel="stylesheet" href="./theme/css/main.css">
|
||||||
<link href="http://blog.notmyidea.org/feeds/all.atom.xml" type="application/atom+xml" rel="alternate" title="Alexis' log Atom Feed" />
|
<link href="http://blog.notmyidea.org/feeds/all.atom.xml" type="application/atom+xml" rel="alternate" title="Alexis' log Atom Feed" />
|
||||||
<link href="http://blog.notmyidea.org/feeds/all.rss.xml" type="application/rss+xml" rel="alternate" title="Alexis' log RSS Feed" />
|
<link href="http://blog.notmyidea.org/feeds/all.rss.xml" type="application/rss+xml" rel="alternate" title="Alexis' log RSS Feed" />
|
||||||
|
|
||||||
<!--[if IE]>
|
<!--[if IE]>
|
||||||
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
|
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
|
||||||
<![endif]-->
|
<![endif]-->
|
||||||
|
|
@ -19,39 +19,39 @@
|
||||||
<header id="banner" class="body">
|
<header id="banner" class="body">
|
||||||
<h1><a href="./">Alexis' log </a></h1>
|
<h1><a href="./">Alexis' log </a></h1>
|
||||||
<nav><ul>
|
<nav><ul>
|
||||||
<li><a href="./override/">Override url/save_as</a></li>
|
<li><a href="./override/">Override url/save_as</a></li>
|
||||||
<li><a href="./pages/this-is-a-test-page.html">This is a test page</a></li>
|
<li><a href="./pages/this-is-a-test-page.html">This is a test page</a></li>
|
||||||
<li><a href="./category/yeah.html">yeah</a></li>
|
<li><a href="./category/yeah.html">yeah</a></li>
|
||||||
<li class="active"><a href="./category/misc.html">misc</a></li>
|
<li class="active"><a href="./category/misc.html">misc</a></li>
|
||||||
<li><a href="./category/cat1.html">cat1</a></li>
|
<li><a href="./category/cat1.html">cat1</a></li>
|
||||||
<li><a href="./category/bar.html">bar</a></li>
|
<li><a href="./category/bar.html">bar</a></li>
|
||||||
</ul></nav>
|
</ul></nav>
|
||||||
</header><!-- /#banner -->
|
</header><!-- /#banner -->
|
||||||
<section id="content" class="body">
|
<section id="content" class="body">
|
||||||
<article>
|
<article>
|
||||||
<header>
|
<header>
|
||||||
<h1 class="entry-title">
|
<h1 class="entry-title">
|
||||||
<a href="./oh-yeah-fr.html" rel="bookmark"
|
<a href="./oh-yeah-fr.html" rel="bookmark"
|
||||||
title="Permalink to Trop bien !">Trop bien !</a></h1>
|
title="Permalink to Trop bien !">Trop bien !</a></h1>
|
||||||
</header>
|
</header>
|
||||||
|
|
||||||
<div class="entry-content">
|
<div class="entry-content">
|
||||||
<footer class="post-info">
|
<footer class="post-info">
|
||||||
<abbr class="published" title="2012-03-02T14:01:01">
|
<abbr class="published" title="2012-03-02T14:01:01">
|
||||||
Fri 02 March 2012
|
Fri 02 March 2012
|
||||||
</abbr>
|
</abbr>
|
||||||
|
|
||||||
<address class="vcard author">
|
<address class="vcard author">
|
||||||
By <a class="url fn" href="./author/alexis-metaireau.html">Alexis Métaireau</a>
|
By <a class="url fn" href="./author/alexis-metaireau.html">Alexis Métaireau</a>
|
||||||
</address>
|
</address>
|
||||||
<p>In <a href="./category/misc.html">misc</a>. </p>
|
<p>In <a href="./category/misc.html">misc</a>. </p>
|
||||||
Translations:
|
Translations:
|
||||||
<a href="./oh-yeah.html">en</a>
|
<a href="./oh-yeah.html">en</a>
|
||||||
|
|
||||||
</footer><!-- /.post-info --> <p>Et voila du contenu en français</p>
|
</footer><!-- /.post-info --> <p>Et voila du contenu en français</p>
|
||||||
|
|
||||||
</div><!-- /.entry-content -->
|
</div><!-- /.entry-content -->
|
||||||
<div class="comments">
|
<div class="comments">
|
||||||
<h2>Comments !</h2>
|
<h2>Comments !</h2>
|
||||||
<div id="disqus_thread"></div>
|
<div id="disqus_thread"></div>
|
||||||
<script type="text/javascript">
|
<script type="text/javascript">
|
||||||
|
|
@ -64,33 +64,33 @@ Translations:
|
||||||
})();
|
})();
|
||||||
</script>
|
</script>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</article>
|
</article>
|
||||||
</section>
|
</section>
|
||||||
<section id="extras" class="body">
|
<section id="extras" class="body">
|
||||||
<div class="blogroll">
|
<div class="blogroll">
|
||||||
<h2>blogroll</h2>
|
<h2>blogroll</h2>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="http://biologeek.org">Biologeek</a></li>
|
<li><a href="http://biologeek.org">Biologeek</a></li>
|
||||||
<li><a href="http://filyb.info/">Filyb</a></li>
|
<li><a href="http://filyb.info/">Filyb</a></li>
|
||||||
<li><a href="http://www.libert-fr.com">Libert-fr</a></li>
|
<li><a href="http://www.libert-fr.com">Libert-fr</a></li>
|
||||||
<li><a href="http://prendreuncafe.com/blog/">N1k0</a></li>
|
<li><a href="http://prendreuncafe.com/blog/">N1k0</a></li>
|
||||||
<li><a href="http://ziade.org/blog">Tarek Ziadé</a></li>
|
<li><a href="http://ziade.org/blog">Tarek Ziadé</a></li>
|
||||||
<li><a href="http://zubin71.wordpress.com/">Zubin Mithra</a></li>
|
<li><a href="http://zubin71.wordpress.com/">Zubin Mithra</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</div><!-- /.blogroll -->
|
</div><!-- /.blogroll -->
|
||||||
<div class="social">
|
<div class="social">
|
||||||
<h2>social</h2>
|
<h2>social</h2>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="http://blog.notmyidea.org/feeds/all.atom.xml" type="application/atom+xml" rel="alternate">atom feed</a></li>
|
<li><a href="http://blog.notmyidea.org/feeds/all.atom.xml" type="application/atom+xml" rel="alternate">atom feed</a></li>
|
||||||
<li><a href="http://blog.notmyidea.org/feeds/all.rss.xml" type="application/rss+xml" rel="alternate">rss feed</a></li>
|
<li><a href="http://blog.notmyidea.org/feeds/all.rss.xml" type="application/rss+xml" rel="alternate">rss feed</a></li>
|
||||||
|
|
||||||
<li><a href="http://twitter.com/ametaireau">twitter</a></li>
|
<li><a href="http://twitter.com/ametaireau">twitter</a></li>
|
||||||
<li><a href="http://lastfm.com/user/akounet">lastfm</a></li>
|
<li><a href="http://lastfm.com/user/akounet">lastfm</a></li>
|
||||||
<li><a href="http://github.com/ametaireau">github</a></li>
|
<li><a href="http://github.com/ametaireau">github</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</div><!-- /.social -->
|
</div><!-- /.social -->
|
||||||
</section><!-- /#extras -->
|
</section><!-- /#extras -->
|
||||||
|
|
||||||
<footer id="contentinfo" class="body">
|
<footer id="contentinfo" class="body">
|
||||||
<address id="about" class="vcard body">
|
<address id="about" class="vcard body">
|
||||||
|
|
|
||||||
|
|
@ -4,9 +4,9 @@
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<title>Oh yeah !</title>
|
<title>Oh yeah !</title>
|
||||||
<link rel="stylesheet" href="./theme/css/main.css">
|
<link rel="stylesheet" href="./theme/css/main.css">
|
||||||
<link href="http://blog.notmyidea.org/feeds/all.atom.xml" type="application/atom+xml" rel="alternate" title="Alexis' log Atom Feed" />
|
<link href="http://blog.notmyidea.org/feeds/all.atom.xml" type="application/atom+xml" rel="alternate" title="Alexis' log Atom Feed" />
|
||||||
<link href="http://blog.notmyidea.org/feeds/all.rss.xml" type="application/rss+xml" rel="alternate" title="Alexis' log RSS Feed" />
|
<link href="http://blog.notmyidea.org/feeds/all.rss.xml" type="application/rss+xml" rel="alternate" title="Alexis' log RSS Feed" />
|
||||||
|
|
||||||
<!--[if IE]>
|
<!--[if IE]>
|
||||||
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
|
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
|
||||||
<![endif]-->
|
<![endif]-->
|
||||||
|
|
@ -19,35 +19,35 @@
|
||||||
<header id="banner" class="body">
|
<header id="banner" class="body">
|
||||||
<h1><a href="./">Alexis' log </a></h1>
|
<h1><a href="./">Alexis' log </a></h1>
|
||||||
<nav><ul>
|
<nav><ul>
|
||||||
<li><a href="./override/">Override url/save_as</a></li>
|
<li><a href="./override/">Override url/save_as</a></li>
|
||||||
<li><a href="./pages/this-is-a-test-page.html">This is a test page</a></li>
|
<li><a href="./pages/this-is-a-test-page.html">This is a test page</a></li>
|
||||||
<li><a href="./category/yeah.html">yeah</a></li>
|
<li><a href="./category/yeah.html">yeah</a></li>
|
||||||
<li><a href="./category/misc.html">misc</a></li>
|
<li><a href="./category/misc.html">misc</a></li>
|
||||||
<li><a href="./category/cat1.html">cat1</a></li>
|
<li><a href="./category/cat1.html">cat1</a></li>
|
||||||
<li class="active"><a href="./category/bar.html">bar</a></li>
|
<li class="active"><a href="./category/bar.html">bar</a></li>
|
||||||
</ul></nav>
|
</ul></nav>
|
||||||
</header><!-- /#banner -->
|
</header><!-- /#banner -->
|
||||||
<section id="content" class="body">
|
<section id="content" class="body">
|
||||||
<article>
|
<article>
|
||||||
<header>
|
<header>
|
||||||
<h1 class="entry-title">
|
<h1 class="entry-title">
|
||||||
<a href="./oh-yeah.html" rel="bookmark"
|
<a href="./oh-yeah.html" rel="bookmark"
|
||||||
title="Permalink to Oh yeah !">Oh yeah !</a></h1>
|
title="Permalink to Oh yeah !">Oh yeah !</a></h1>
|
||||||
</header>
|
</header>
|
||||||
|
|
||||||
<div class="entry-content">
|
<div class="entry-content">
|
||||||
<footer class="post-info">
|
<footer class="post-info">
|
||||||
<abbr class="published" title="2010-10-20T10:14:00">
|
<abbr class="published" title="2010-10-20T10:14:00">
|
||||||
Wed 20 October 2010
|
Wed 20 October 2010
|
||||||
</abbr>
|
</abbr>
|
||||||
|
|
||||||
<address class="vcard author">
|
<address class="vcard author">
|
||||||
By <a class="url fn" href="./author/alexis-metaireau.html">Alexis Métaireau</a>
|
By <a class="url fn" href="./author/alexis-metaireau.html">Alexis Métaireau</a>
|
||||||
</address>
|
</address>
|
||||||
<p>In <a href="./category/bar.html">bar</a>. </p>
|
<p>In <a href="./category/bar.html">bar</a>. </p>
|
||||||
<p>tags: <a href="./tag/oh.html">oh</a><a href="./tag/bar.html">bar</a><a href="./tag/yeah.html">yeah</a></p>Translations:
|
<p>tags: <a href="./tag/oh.html">oh</a><a href="./tag/bar.html">bar</a><a href="./tag/yeah.html">yeah</a></p>Translations:
|
||||||
<a href="./oh-yeah-fr.html">fr</a>
|
<a href="./oh-yeah-fr.html">fr</a>
|
||||||
|
|
||||||
</footer><!-- /.post-info --> <div class="section" id="why-not">
|
</footer><!-- /.post-info --> <div class="section" id="why-not">
|
||||||
<h2>Why not ?</h2>
|
<h2>Why not ?</h2>
|
||||||
<p>After all, why not ? It's pretty simple to do it, and it will allow me to write my blogposts in rst !
|
<p>After all, why not ? It's pretty simple to do it, and it will allow me to write my blogposts in rst !
|
||||||
|
|
@ -56,7 +56,7 @@ YEAH !</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</div><!-- /.entry-content -->
|
</div><!-- /.entry-content -->
|
||||||
<div class="comments">
|
<div class="comments">
|
||||||
<h2>Comments !</h2>
|
<h2>Comments !</h2>
|
||||||
<div id="disqus_thread"></div>
|
<div id="disqus_thread"></div>
|
||||||
<script type="text/javascript">
|
<script type="text/javascript">
|
||||||
|
|
@ -69,33 +69,33 @@ YEAH !</p>
|
||||||
})();
|
})();
|
||||||
</script>
|
</script>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</article>
|
</article>
|
||||||
</section>
|
</section>
|
||||||
<section id="extras" class="body">
|
<section id="extras" class="body">
|
||||||
<div class="blogroll">
|
<div class="blogroll">
|
||||||
<h2>blogroll</h2>
|
<h2>blogroll</h2>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="http://biologeek.org">Biologeek</a></li>
|
<li><a href="http://biologeek.org">Biologeek</a></li>
|
||||||
<li><a href="http://filyb.info/">Filyb</a></li>
|
<li><a href="http://filyb.info/">Filyb</a></li>
|
||||||
<li><a href="http://www.libert-fr.com">Libert-fr</a></li>
|
<li><a href="http://www.libert-fr.com">Libert-fr</a></li>
|
||||||
<li><a href="http://prendreuncafe.com/blog/">N1k0</a></li>
|
<li><a href="http://prendreuncafe.com/blog/">N1k0</a></li>
|
||||||
<li><a href="http://ziade.org/blog">Tarek Ziadé</a></li>
|
<li><a href="http://ziade.org/blog">Tarek Ziadé</a></li>
|
||||||
<li><a href="http://zubin71.wordpress.com/">Zubin Mithra</a></li>
|
<li><a href="http://zubin71.wordpress.com/">Zubin Mithra</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</div><!-- /.blogroll -->
|
</div><!-- /.blogroll -->
|
||||||
<div class="social">
|
<div class="social">
|
||||||
<h2>social</h2>
|
<h2>social</h2>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="http://blog.notmyidea.org/feeds/all.atom.xml" type="application/atom+xml" rel="alternate">atom feed</a></li>
|
<li><a href="http://blog.notmyidea.org/feeds/all.atom.xml" type="application/atom+xml" rel="alternate">atom feed</a></li>
|
||||||
<li><a href="http://blog.notmyidea.org/feeds/all.rss.xml" type="application/rss+xml" rel="alternate">rss feed</a></li>
|
<li><a href="http://blog.notmyidea.org/feeds/all.rss.xml" type="application/rss+xml" rel="alternate">rss feed</a></li>
|
||||||
|
|
||||||
<li><a href="http://twitter.com/ametaireau">twitter</a></li>
|
<li><a href="http://twitter.com/ametaireau">twitter</a></li>
|
||||||
<li><a href="http://lastfm.com/user/akounet">lastfm</a></li>
|
<li><a href="http://lastfm.com/user/akounet">lastfm</a></li>
|
||||||
<li><a href="http://github.com/ametaireau">github</a></li>
|
<li><a href="http://github.com/ametaireau">github</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</div><!-- /.social -->
|
</div><!-- /.social -->
|
||||||
</section><!-- /#extras -->
|
</section><!-- /#extras -->
|
||||||
|
|
||||||
<footer id="contentinfo" class="body">
|
<footer id="contentinfo" class="body">
|
||||||
<address id="about" class="vcard body">
|
<address id="about" class="vcard body">
|
||||||
|
|
|
||||||
|
|
@ -4,9 +4,9 @@
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<title>Override url/save_as</title>
|
<title>Override url/save_as</title>
|
||||||
<link rel="stylesheet" href="../theme/css/main.css">
|
<link rel="stylesheet" href="../theme/css/main.css">
|
||||||
<link href="http://blog.notmyidea.org/feeds/all.atom.xml" type="application/atom+xml" rel="alternate" title="Alexis' log Atom Feed" />
|
<link href="http://blog.notmyidea.org/feeds/all.atom.xml" type="application/atom+xml" rel="alternate" title="Alexis' log Atom Feed" />
|
||||||
<link href="http://blog.notmyidea.org/feeds/all.rss.xml" type="application/rss+xml" rel="alternate" title="Alexis' log RSS Feed" />
|
<link href="http://blog.notmyidea.org/feeds/all.rss.xml" type="application/rss+xml" rel="alternate" title="Alexis' log RSS Feed" />
|
||||||
|
|
||||||
<!--[if IE]>
|
<!--[if IE]>
|
||||||
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
|
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
|
||||||
<![endif]-->
|
<![endif]-->
|
||||||
|
|
@ -19,46 +19,45 @@
|
||||||
<header id="banner" class="body">
|
<header id="banner" class="body">
|
||||||
<h1><a href="../">Alexis' log </a></h1>
|
<h1><a href="../">Alexis' log </a></h1>
|
||||||
<nav><ul>
|
<nav><ul>
|
||||||
<li class="active"><a href="../override/">Override url/save_as</a></li>
|
<li class="active"><a href="../override/">Override url/save_as</a></li>
|
||||||
<li><a href="../pages/this-is-a-test-page.html">This is a test page</a></li>
|
<li><a href="../pages/this-is-a-test-page.html">This is a test page</a></li>
|
||||||
<li><a href="../category/yeah.html">yeah</a></li>
|
<li><a href="../category/yeah.html">yeah</a></li>
|
||||||
<li><a href="../category/misc.html">misc</a></li>
|
<li><a href="../category/misc.html">misc</a></li>
|
||||||
<li><a href="../category/cat1.html">cat1</a></li>
|
<li><a href="../category/cat1.html">cat1</a></li>
|
||||||
<li><a href="../category/bar.html">bar</a></li>
|
<li><a href="../category/bar.html">bar</a></li>
|
||||||
</ul></nav>
|
</ul></nav>
|
||||||
</header><!-- /#banner -->
|
</header><!-- /#banner -->
|
||||||
|
<section id="content" class="body">
|
||||||
<section id="content" class="body">
|
|
||||||
<h1 class="entry-title">Override url/save_as</h1>
|
<h1 class="entry-title">Override url/save_as</h1>
|
||||||
|
|
||||||
<p>Test page which overrides save_as and url so that this page will be generated
|
<p>Test page which overrides save_as and url so that this page will be generated
|
||||||
at a custom location.</p>
|
at a custom location.</p>
|
||||||
|
|
||||||
</section>
|
</section>
|
||||||
<section id="extras" class="body">
|
<section id="extras" class="body">
|
||||||
<div class="blogroll">
|
<div class="blogroll">
|
||||||
<h2>blogroll</h2>
|
<h2>blogroll</h2>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="http://biologeek.org">Biologeek</a></li>
|
<li><a href="http://biologeek.org">Biologeek</a></li>
|
||||||
<li><a href="http://filyb.info/">Filyb</a></li>
|
<li><a href="http://filyb.info/">Filyb</a></li>
|
||||||
<li><a href="http://www.libert-fr.com">Libert-fr</a></li>
|
<li><a href="http://www.libert-fr.com">Libert-fr</a></li>
|
||||||
<li><a href="http://prendreuncafe.com/blog/">N1k0</a></li>
|
<li><a href="http://prendreuncafe.com/blog/">N1k0</a></li>
|
||||||
<li><a href="http://ziade.org/blog">Tarek Ziadé</a></li>
|
<li><a href="http://ziade.org/blog">Tarek Ziadé</a></li>
|
||||||
<li><a href="http://zubin71.wordpress.com/">Zubin Mithra</a></li>
|
<li><a href="http://zubin71.wordpress.com/">Zubin Mithra</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</div><!-- /.blogroll -->
|
</div><!-- /.blogroll -->
|
||||||
<div class="social">
|
<div class="social">
|
||||||
<h2>social</h2>
|
<h2>social</h2>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="http://blog.notmyidea.org/feeds/all.atom.xml" type="application/atom+xml" rel="alternate">atom feed</a></li>
|
<li><a href="http://blog.notmyidea.org/feeds/all.atom.xml" type="application/atom+xml" rel="alternate">atom feed</a></li>
|
||||||
<li><a href="http://blog.notmyidea.org/feeds/all.rss.xml" type="application/rss+xml" rel="alternate">rss feed</a></li>
|
<li><a href="http://blog.notmyidea.org/feeds/all.rss.xml" type="application/rss+xml" rel="alternate">rss feed</a></li>
|
||||||
|
|
||||||
<li><a href="http://twitter.com/ametaireau">twitter</a></li>
|
<li><a href="http://twitter.com/ametaireau">twitter</a></li>
|
||||||
<li><a href="http://lastfm.com/user/akounet">lastfm</a></li>
|
<li><a href="http://lastfm.com/user/akounet">lastfm</a></li>
|
||||||
<li><a href="http://github.com/ametaireau">github</a></li>
|
<li><a href="http://github.com/ametaireau">github</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</div><!-- /.social -->
|
</div><!-- /.social -->
|
||||||
</section><!-- /#extras -->
|
</section><!-- /#extras -->
|
||||||
|
|
||||||
<footer id="contentinfo" class="body">
|
<footer id="contentinfo" class="body">
|
||||||
<address id="about" class="vcard body">
|
<address id="about" class="vcard body">
|
||||||
|
|
|
||||||
|
|
@ -4,9 +4,9 @@
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<title>This is a test hidden page</title>
|
<title>This is a test hidden page</title>
|
||||||
<link rel="stylesheet" href="../theme/css/main.css">
|
<link rel="stylesheet" href="../theme/css/main.css">
|
||||||
<link href="http://blog.notmyidea.org/feeds/all.atom.xml" type="application/atom+xml" rel="alternate" title="Alexis' log Atom Feed" />
|
<link href="http://blog.notmyidea.org/feeds/all.atom.xml" type="application/atom+xml" rel="alternate" title="Alexis' log Atom Feed" />
|
||||||
<link href="http://blog.notmyidea.org/feeds/all.rss.xml" type="application/rss+xml" rel="alternate" title="Alexis' log RSS Feed" />
|
<link href="http://blog.notmyidea.org/feeds/all.rss.xml" type="application/rss+xml" rel="alternate" title="Alexis' log RSS Feed" />
|
||||||
|
|
||||||
<!--[if IE]>
|
<!--[if IE]>
|
||||||
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
|
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
|
||||||
<![endif]-->
|
<![endif]-->
|
||||||
|
|
@ -19,46 +19,45 @@
|
||||||
<header id="banner" class="body">
|
<header id="banner" class="body">
|
||||||
<h1><a href="../">Alexis' log </a></h1>
|
<h1><a href="../">Alexis' log </a></h1>
|
||||||
<nav><ul>
|
<nav><ul>
|
||||||
<li><a href="../override/">Override url/save_as</a></li>
|
<li><a href="../override/">Override url/save_as</a></li>
|
||||||
<li><a href="../pages/this-is-a-test-page.html">This is a test page</a></li>
|
<li><a href="../pages/this-is-a-test-page.html">This is a test page</a></li>
|
||||||
<li><a href="../category/yeah.html">yeah</a></li>
|
<li><a href="../category/yeah.html">yeah</a></li>
|
||||||
<li><a href="../category/misc.html">misc</a></li>
|
<li><a href="../category/misc.html">misc</a></li>
|
||||||
<li><a href="../category/cat1.html">cat1</a></li>
|
<li><a href="../category/cat1.html">cat1</a></li>
|
||||||
<li><a href="../category/bar.html">bar</a></li>
|
<li><a href="../category/bar.html">bar</a></li>
|
||||||
</ul></nav>
|
</ul></nav>
|
||||||
</header><!-- /#banner -->
|
</header><!-- /#banner -->
|
||||||
|
<section id="content" class="body">
|
||||||
<section id="content" class="body">
|
|
||||||
<h1 class="entry-title">This is a test hidden page</h1>
|
<h1 class="entry-title">This is a test hidden page</h1>
|
||||||
|
|
||||||
<p>This is great for things like error(404) pages
|
<p>This is great for things like error(404) pages
|
||||||
Anyone can see this page but it's not linked to anywhere!</p>
|
Anyone can see this page but it's not linked to anywhere!</p>
|
||||||
|
|
||||||
</section>
|
</section>
|
||||||
<section id="extras" class="body">
|
<section id="extras" class="body">
|
||||||
<div class="blogroll">
|
<div class="blogroll">
|
||||||
<h2>blogroll</h2>
|
<h2>blogroll</h2>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="http://biologeek.org">Biologeek</a></li>
|
<li><a href="http://biologeek.org">Biologeek</a></li>
|
||||||
<li><a href="http://filyb.info/">Filyb</a></li>
|
<li><a href="http://filyb.info/">Filyb</a></li>
|
||||||
<li><a href="http://www.libert-fr.com">Libert-fr</a></li>
|
<li><a href="http://www.libert-fr.com">Libert-fr</a></li>
|
||||||
<li><a href="http://prendreuncafe.com/blog/">N1k0</a></li>
|
<li><a href="http://prendreuncafe.com/blog/">N1k0</a></li>
|
||||||
<li><a href="http://ziade.org/blog">Tarek Ziadé</a></li>
|
<li><a href="http://ziade.org/blog">Tarek Ziadé</a></li>
|
||||||
<li><a href="http://zubin71.wordpress.com/">Zubin Mithra</a></li>
|
<li><a href="http://zubin71.wordpress.com/">Zubin Mithra</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</div><!-- /.blogroll -->
|
</div><!-- /.blogroll -->
|
||||||
<div class="social">
|
<div class="social">
|
||||||
<h2>social</h2>
|
<h2>social</h2>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="http://blog.notmyidea.org/feeds/all.atom.xml" type="application/atom+xml" rel="alternate">atom feed</a></li>
|
<li><a href="http://blog.notmyidea.org/feeds/all.atom.xml" type="application/atom+xml" rel="alternate">atom feed</a></li>
|
||||||
<li><a href="http://blog.notmyidea.org/feeds/all.rss.xml" type="application/rss+xml" rel="alternate">rss feed</a></li>
|
<li><a href="http://blog.notmyidea.org/feeds/all.rss.xml" type="application/rss+xml" rel="alternate">rss feed</a></li>
|
||||||
|
|
||||||
<li><a href="http://twitter.com/ametaireau">twitter</a></li>
|
<li><a href="http://twitter.com/ametaireau">twitter</a></li>
|
||||||
<li><a href="http://lastfm.com/user/akounet">lastfm</a></li>
|
<li><a href="http://lastfm.com/user/akounet">lastfm</a></li>
|
||||||
<li><a href="http://github.com/ametaireau">github</a></li>
|
<li><a href="http://github.com/ametaireau">github</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</div><!-- /.social -->
|
</div><!-- /.social -->
|
||||||
</section><!-- /#extras -->
|
</section><!-- /#extras -->
|
||||||
|
|
||||||
<footer id="contentinfo" class="body">
|
<footer id="contentinfo" class="body">
|
||||||
<address id="about" class="vcard body">
|
<address id="about" class="vcard body">
|
||||||
|
|
|
||||||
|
|
@ -4,9 +4,9 @@
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<title>This is a test page</title>
|
<title>This is a test page</title>
|
||||||
<link rel="stylesheet" href="../theme/css/main.css">
|
<link rel="stylesheet" href="../theme/css/main.css">
|
||||||
<link href="http://blog.notmyidea.org/feeds/all.atom.xml" type="application/atom+xml" rel="alternate" title="Alexis' log Atom Feed" />
|
<link href="http://blog.notmyidea.org/feeds/all.atom.xml" type="application/atom+xml" rel="alternate" title="Alexis' log Atom Feed" />
|
||||||
<link href="http://blog.notmyidea.org/feeds/all.rss.xml" type="application/rss+xml" rel="alternate" title="Alexis' log RSS Feed" />
|
<link href="http://blog.notmyidea.org/feeds/all.rss.xml" type="application/rss+xml" rel="alternate" title="Alexis' log RSS Feed" />
|
||||||
|
|
||||||
<!--[if IE]>
|
<!--[if IE]>
|
||||||
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
|
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
|
||||||
<![endif]-->
|
<![endif]-->
|
||||||
|
|
@ -19,46 +19,45 @@
|
||||||
<header id="banner" class="body">
|
<header id="banner" class="body">
|
||||||
<h1><a href="../">Alexis' log </a></h1>
|
<h1><a href="../">Alexis' log </a></h1>
|
||||||
<nav><ul>
|
<nav><ul>
|
||||||
<li><a href="../override/">Override url/save_as</a></li>
|
<li><a href="../override/">Override url/save_as</a></li>
|
||||||
<li class="active"><a href="../pages/this-is-a-test-page.html">This is a test page</a></li>
|
<li class="active"><a href="../pages/this-is-a-test-page.html">This is a test page</a></li>
|
||||||
<li><a href="../category/yeah.html">yeah</a></li>
|
<li><a href="../category/yeah.html">yeah</a></li>
|
||||||
<li><a href="../category/misc.html">misc</a></li>
|
<li><a href="../category/misc.html">misc</a></li>
|
||||||
<li><a href="../category/cat1.html">cat1</a></li>
|
<li><a href="../category/cat1.html">cat1</a></li>
|
||||||
<li><a href="../category/bar.html">bar</a></li>
|
<li><a href="../category/bar.html">bar</a></li>
|
||||||
</ul></nav>
|
</ul></nav>
|
||||||
</header><!-- /#banner -->
|
</header><!-- /#banner -->
|
||||||
|
<section id="content" class="body">
|
||||||
<section id="content" class="body">
|
|
||||||
<h1 class="entry-title">This is a test page</h1>
|
<h1 class="entry-title">This is a test page</h1>
|
||||||
|
|
||||||
<p>Just an image.</p>
|
<p>Just an image.</p>
|
||||||
<img alt="alternate text" src="../pictures/Fat_Cat.jpg" style="width: 600px; height: 450px;" />
|
<img alt="alternate text" src="../pictures/Fat_Cat.jpg" style="width: 600px; height: 450px;" />
|
||||||
|
|
||||||
</section>
|
</section>
|
||||||
<section id="extras" class="body">
|
<section id="extras" class="body">
|
||||||
<div class="blogroll">
|
<div class="blogroll">
|
||||||
<h2>blogroll</h2>
|
<h2>blogroll</h2>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="http://biologeek.org">Biologeek</a></li>
|
<li><a href="http://biologeek.org">Biologeek</a></li>
|
||||||
<li><a href="http://filyb.info/">Filyb</a></li>
|
<li><a href="http://filyb.info/">Filyb</a></li>
|
||||||
<li><a href="http://www.libert-fr.com">Libert-fr</a></li>
|
<li><a href="http://www.libert-fr.com">Libert-fr</a></li>
|
||||||
<li><a href="http://prendreuncafe.com/blog/">N1k0</a></li>
|
<li><a href="http://prendreuncafe.com/blog/">N1k0</a></li>
|
||||||
<li><a href="http://ziade.org/blog">Tarek Ziadé</a></li>
|
<li><a href="http://ziade.org/blog">Tarek Ziadé</a></li>
|
||||||
<li><a href="http://zubin71.wordpress.com/">Zubin Mithra</a></li>
|
<li><a href="http://zubin71.wordpress.com/">Zubin Mithra</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</div><!-- /.blogroll -->
|
</div><!-- /.blogroll -->
|
||||||
<div class="social">
|
<div class="social">
|
||||||
<h2>social</h2>
|
<h2>social</h2>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="http://blog.notmyidea.org/feeds/all.atom.xml" type="application/atom+xml" rel="alternate">atom feed</a></li>
|
<li><a href="http://blog.notmyidea.org/feeds/all.atom.xml" type="application/atom+xml" rel="alternate">atom feed</a></li>
|
||||||
<li><a href="http://blog.notmyidea.org/feeds/all.rss.xml" type="application/rss+xml" rel="alternate">rss feed</a></li>
|
<li><a href="http://blog.notmyidea.org/feeds/all.rss.xml" type="application/rss+xml" rel="alternate">rss feed</a></li>
|
||||||
|
|
||||||
<li><a href="http://twitter.com/ametaireau">twitter</a></li>
|
<li><a href="http://twitter.com/ametaireau">twitter</a></li>
|
||||||
<li><a href="http://lastfm.com/user/akounet">lastfm</a></li>
|
<li><a href="http://lastfm.com/user/akounet">lastfm</a></li>
|
||||||
<li><a href="http://github.com/ametaireau">github</a></li>
|
<li><a href="http://github.com/ametaireau">github</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</div><!-- /.social -->
|
</div><!-- /.social -->
|
||||||
</section><!-- /#extras -->
|
</section><!-- /#extras -->
|
||||||
|
|
||||||
<footer id="contentinfo" class="body">
|
<footer id="contentinfo" class="body">
|
||||||
<address id="about" class="vcard body">
|
<address id="about" class="vcard body">
|
||||||
|
|
|
||||||
|
|
@ -4,9 +4,9 @@
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<title>Deuxième article</title>
|
<title>Deuxième article</title>
|
||||||
<link rel="stylesheet" href="./theme/css/main.css">
|
<link rel="stylesheet" href="./theme/css/main.css">
|
||||||
<link href="http://blog.notmyidea.org/feeds/all.atom.xml" type="application/atom+xml" rel="alternate" title="Alexis' log Atom Feed" />
|
<link href="http://blog.notmyidea.org/feeds/all.atom.xml" type="application/atom+xml" rel="alternate" title="Alexis' log Atom Feed" />
|
||||||
<link href="http://blog.notmyidea.org/feeds/all.rss.xml" type="application/rss+xml" rel="alternate" title="Alexis' log RSS Feed" />
|
<link href="http://blog.notmyidea.org/feeds/all.rss.xml" type="application/rss+xml" rel="alternate" title="Alexis' log RSS Feed" />
|
||||||
|
|
||||||
<!--[if IE]>
|
<!--[if IE]>
|
||||||
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
|
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
|
||||||
<![endif]-->
|
<![endif]-->
|
||||||
|
|
@ -19,39 +19,39 @@
|
||||||
<header id="banner" class="body">
|
<header id="banner" class="body">
|
||||||
<h1><a href="./">Alexis' log </a></h1>
|
<h1><a href="./">Alexis' log </a></h1>
|
||||||
<nav><ul>
|
<nav><ul>
|
||||||
<li><a href="./override/">Override url/save_as</a></li>
|
<li><a href="./override/">Override url/save_as</a></li>
|
||||||
<li><a href="./pages/this-is-a-test-page.html">This is a test page</a></li>
|
<li><a href="./pages/this-is-a-test-page.html">This is a test page</a></li>
|
||||||
<li><a href="./category/yeah.html">yeah</a></li>
|
<li><a href="./category/yeah.html">yeah</a></li>
|
||||||
<li class="active"><a href="./category/misc.html">misc</a></li>
|
<li class="active"><a href="./category/misc.html">misc</a></li>
|
||||||
<li><a href="./category/cat1.html">cat1</a></li>
|
<li><a href="./category/cat1.html">cat1</a></li>
|
||||||
<li><a href="./category/bar.html">bar</a></li>
|
<li><a href="./category/bar.html">bar</a></li>
|
||||||
</ul></nav>
|
</ul></nav>
|
||||||
</header><!-- /#banner -->
|
</header><!-- /#banner -->
|
||||||
<section id="content" class="body">
|
<section id="content" class="body">
|
||||||
<article>
|
<article>
|
||||||
<header>
|
<header>
|
||||||
<h1 class="entry-title">
|
<h1 class="entry-title">
|
||||||
<a href="./second-article-fr.html" rel="bookmark"
|
<a href="./second-article-fr.html" rel="bookmark"
|
||||||
title="Permalink to Deuxième article">Deuxième article</a></h1>
|
title="Permalink to Deuxième article">Deuxième article</a></h1>
|
||||||
</header>
|
</header>
|
||||||
|
|
||||||
<div class="entry-content">
|
<div class="entry-content">
|
||||||
<footer class="post-info">
|
<footer class="post-info">
|
||||||
<abbr class="published" title="2012-02-29T00:00:00">
|
<abbr class="published" title="2012-02-29T00:00:00">
|
||||||
Wed 29 February 2012
|
Wed 29 February 2012
|
||||||
</abbr>
|
</abbr>
|
||||||
|
|
||||||
<address class="vcard author">
|
<address class="vcard author">
|
||||||
By <a class="url fn" href="./author/alexis-metaireau.html">Alexis Métaireau</a>
|
By <a class="url fn" href="./author/alexis-metaireau.html">Alexis Métaireau</a>
|
||||||
</address>
|
</address>
|
||||||
<p>In <a href="./category/misc.html">misc</a>. </p>
|
<p>In <a href="./category/misc.html">misc</a>. </p>
|
||||||
<p>tags: <a href="./tag/foo.html">foo</a><a href="./tag/bar.html">bar</a><a href="./tag/baz.html">baz</a></p>Translations:
|
<p>tags: <a href="./tag/foo.html">foo</a><a href="./tag/bar.html">bar</a><a href="./tag/baz.html">baz</a></p>Translations:
|
||||||
<a href="./second-article.html">en</a>
|
<a href="./second-article.html">en</a>
|
||||||
|
|
||||||
</footer><!-- /.post-info --> <p>Ceci est un article, en français.</p>
|
</footer><!-- /.post-info --> <p>Ceci est un article, en français.</p>
|
||||||
|
|
||||||
</div><!-- /.entry-content -->
|
</div><!-- /.entry-content -->
|
||||||
<div class="comments">
|
<div class="comments">
|
||||||
<h2>Comments !</h2>
|
<h2>Comments !</h2>
|
||||||
<div id="disqus_thread"></div>
|
<div id="disqus_thread"></div>
|
||||||
<script type="text/javascript">
|
<script type="text/javascript">
|
||||||
|
|
@ -64,33 +64,33 @@
|
||||||
})();
|
})();
|
||||||
</script>
|
</script>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</article>
|
</article>
|
||||||
</section>
|
</section>
|
||||||
<section id="extras" class="body">
|
<section id="extras" class="body">
|
||||||
<div class="blogroll">
|
<div class="blogroll">
|
||||||
<h2>blogroll</h2>
|
<h2>blogroll</h2>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="http://biologeek.org">Biologeek</a></li>
|
<li><a href="http://biologeek.org">Biologeek</a></li>
|
||||||
<li><a href="http://filyb.info/">Filyb</a></li>
|
<li><a href="http://filyb.info/">Filyb</a></li>
|
||||||
<li><a href="http://www.libert-fr.com">Libert-fr</a></li>
|
<li><a href="http://www.libert-fr.com">Libert-fr</a></li>
|
||||||
<li><a href="http://prendreuncafe.com/blog/">N1k0</a></li>
|
<li><a href="http://prendreuncafe.com/blog/">N1k0</a></li>
|
||||||
<li><a href="http://ziade.org/blog">Tarek Ziadé</a></li>
|
<li><a href="http://ziade.org/blog">Tarek Ziadé</a></li>
|
||||||
<li><a href="http://zubin71.wordpress.com/">Zubin Mithra</a></li>
|
<li><a href="http://zubin71.wordpress.com/">Zubin Mithra</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</div><!-- /.blogroll -->
|
</div><!-- /.blogroll -->
|
||||||
<div class="social">
|
<div class="social">
|
||||||
<h2>social</h2>
|
<h2>social</h2>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="http://blog.notmyidea.org/feeds/all.atom.xml" type="application/atom+xml" rel="alternate">atom feed</a></li>
|
<li><a href="http://blog.notmyidea.org/feeds/all.atom.xml" type="application/atom+xml" rel="alternate">atom feed</a></li>
|
||||||
<li><a href="http://blog.notmyidea.org/feeds/all.rss.xml" type="application/rss+xml" rel="alternate">rss feed</a></li>
|
<li><a href="http://blog.notmyidea.org/feeds/all.rss.xml" type="application/rss+xml" rel="alternate">rss feed</a></li>
|
||||||
|
|
||||||
<li><a href="http://twitter.com/ametaireau">twitter</a></li>
|
<li><a href="http://twitter.com/ametaireau">twitter</a></li>
|
||||||
<li><a href="http://lastfm.com/user/akounet">lastfm</a></li>
|
<li><a href="http://lastfm.com/user/akounet">lastfm</a></li>
|
||||||
<li><a href="http://github.com/ametaireau">github</a></li>
|
<li><a href="http://github.com/ametaireau">github</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</div><!-- /.social -->
|
</div><!-- /.social -->
|
||||||
</section><!-- /#extras -->
|
</section><!-- /#extras -->
|
||||||
|
|
||||||
<footer id="contentinfo" class="body">
|
<footer id="contentinfo" class="body">
|
||||||
<address id="about" class="vcard body">
|
<address id="about" class="vcard body">
|
||||||
|
|
|
||||||
|
|
@ -4,9 +4,9 @@
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<title>Second article</title>
|
<title>Second article</title>
|
||||||
<link rel="stylesheet" href="./theme/css/main.css">
|
<link rel="stylesheet" href="./theme/css/main.css">
|
||||||
<link href="http://blog.notmyidea.org/feeds/all.atom.xml" type="application/atom+xml" rel="alternate" title="Alexis' log Atom Feed" />
|
<link href="http://blog.notmyidea.org/feeds/all.atom.xml" type="application/atom+xml" rel="alternate" title="Alexis' log Atom Feed" />
|
||||||
<link href="http://blog.notmyidea.org/feeds/all.rss.xml" type="application/rss+xml" rel="alternate" title="Alexis' log RSS Feed" />
|
<link href="http://blog.notmyidea.org/feeds/all.rss.xml" type="application/rss+xml" rel="alternate" title="Alexis' log RSS Feed" />
|
||||||
|
|
||||||
<!--[if IE]>
|
<!--[if IE]>
|
||||||
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
|
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
|
||||||
<![endif]-->
|
<![endif]-->
|
||||||
|
|
@ -19,39 +19,39 @@
|
||||||
<header id="banner" class="body">
|
<header id="banner" class="body">
|
||||||
<h1><a href="./">Alexis' log </a></h1>
|
<h1><a href="./">Alexis' log </a></h1>
|
||||||
<nav><ul>
|
<nav><ul>
|
||||||
<li><a href="./override/">Override url/save_as</a></li>
|
<li><a href="./override/">Override url/save_as</a></li>
|
||||||
<li><a href="./pages/this-is-a-test-page.html">This is a test page</a></li>
|
<li><a href="./pages/this-is-a-test-page.html">This is a test page</a></li>
|
||||||
<li><a href="./category/yeah.html">yeah</a></li>
|
<li><a href="./category/yeah.html">yeah</a></li>
|
||||||
<li class="active"><a href="./category/misc.html">misc</a></li>
|
<li class="active"><a href="./category/misc.html">misc</a></li>
|
||||||
<li><a href="./category/cat1.html">cat1</a></li>
|
<li><a href="./category/cat1.html">cat1</a></li>
|
||||||
<li><a href="./category/bar.html">bar</a></li>
|
<li><a href="./category/bar.html">bar</a></li>
|
||||||
</ul></nav>
|
</ul></nav>
|
||||||
</header><!-- /#banner -->
|
</header><!-- /#banner -->
|
||||||
<section id="content" class="body">
|
<section id="content" class="body">
|
||||||
<article>
|
<article>
|
||||||
<header>
|
<header>
|
||||||
<h1 class="entry-title">
|
<h1 class="entry-title">
|
||||||
<a href="./second-article.html" rel="bookmark"
|
<a href="./second-article.html" rel="bookmark"
|
||||||
title="Permalink to Second article">Second article</a></h1>
|
title="Permalink to Second article">Second article</a></h1>
|
||||||
</header>
|
</header>
|
||||||
|
|
||||||
<div class="entry-content">
|
<div class="entry-content">
|
||||||
<footer class="post-info">
|
<footer class="post-info">
|
||||||
<abbr class="published" title="2012-02-29T00:00:00">
|
<abbr class="published" title="2012-02-29T00:00:00">
|
||||||
Wed 29 February 2012
|
Wed 29 February 2012
|
||||||
</abbr>
|
</abbr>
|
||||||
|
|
||||||
<address class="vcard author">
|
<address class="vcard author">
|
||||||
By <a class="url fn" href="./author/alexis-metaireau.html">Alexis Métaireau</a>
|
By <a class="url fn" href="./author/alexis-metaireau.html">Alexis Métaireau</a>
|
||||||
</address>
|
</address>
|
||||||
<p>In <a href="./category/misc.html">misc</a>. </p>
|
<p>In <a href="./category/misc.html">misc</a>. </p>
|
||||||
<p>tags: <a href="./tag/foo.html">foo</a><a href="./tag/bar.html">bar</a><a href="./tag/baz.html">baz</a></p>Translations:
|
<p>tags: <a href="./tag/foo.html">foo</a><a href="./tag/bar.html">bar</a><a href="./tag/baz.html">baz</a></p>Translations:
|
||||||
<a href="./second-article-fr.html">fr</a>
|
<a href="./second-article-fr.html">fr</a>
|
||||||
|
|
||||||
</footer><!-- /.post-info --> <p>This is some article, in english</p>
|
</footer><!-- /.post-info --> <p>This is some article, in english</p>
|
||||||
|
|
||||||
</div><!-- /.entry-content -->
|
</div><!-- /.entry-content -->
|
||||||
<div class="comments">
|
<div class="comments">
|
||||||
<h2>Comments !</h2>
|
<h2>Comments !</h2>
|
||||||
<div id="disqus_thread"></div>
|
<div id="disqus_thread"></div>
|
||||||
<script type="text/javascript">
|
<script type="text/javascript">
|
||||||
|
|
@ -64,33 +64,33 @@
|
||||||
})();
|
})();
|
||||||
</script>
|
</script>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</article>
|
</article>
|
||||||
</section>
|
</section>
|
||||||
<section id="extras" class="body">
|
<section id="extras" class="body">
|
||||||
<div class="blogroll">
|
<div class="blogroll">
|
||||||
<h2>blogroll</h2>
|
<h2>blogroll</h2>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="http://biologeek.org">Biologeek</a></li>
|
<li><a href="http://biologeek.org">Biologeek</a></li>
|
||||||
<li><a href="http://filyb.info/">Filyb</a></li>
|
<li><a href="http://filyb.info/">Filyb</a></li>
|
||||||
<li><a href="http://www.libert-fr.com">Libert-fr</a></li>
|
<li><a href="http://www.libert-fr.com">Libert-fr</a></li>
|
||||||
<li><a href="http://prendreuncafe.com/blog/">N1k0</a></li>
|
<li><a href="http://prendreuncafe.com/blog/">N1k0</a></li>
|
||||||
<li><a href="http://ziade.org/blog">Tarek Ziadé</a></li>
|
<li><a href="http://ziade.org/blog">Tarek Ziadé</a></li>
|
||||||
<li><a href="http://zubin71.wordpress.com/">Zubin Mithra</a></li>
|
<li><a href="http://zubin71.wordpress.com/">Zubin Mithra</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</div><!-- /.blogroll -->
|
</div><!-- /.blogroll -->
|
||||||
<div class="social">
|
<div class="social">
|
||||||
<h2>social</h2>
|
<h2>social</h2>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="http://blog.notmyidea.org/feeds/all.atom.xml" type="application/atom+xml" rel="alternate">atom feed</a></li>
|
<li><a href="http://blog.notmyidea.org/feeds/all.atom.xml" type="application/atom+xml" rel="alternate">atom feed</a></li>
|
||||||
<li><a href="http://blog.notmyidea.org/feeds/all.rss.xml" type="application/rss+xml" rel="alternate">rss feed</a></li>
|
<li><a href="http://blog.notmyidea.org/feeds/all.rss.xml" type="application/rss+xml" rel="alternate">rss feed</a></li>
|
||||||
|
|
||||||
<li><a href="http://twitter.com/ametaireau">twitter</a></li>
|
<li><a href="http://twitter.com/ametaireau">twitter</a></li>
|
||||||
<li><a href="http://lastfm.com/user/akounet">lastfm</a></li>
|
<li><a href="http://lastfm.com/user/akounet">lastfm</a></li>
|
||||||
<li><a href="http://github.com/ametaireau">github</a></li>
|
<li><a href="http://github.com/ametaireau">github</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</div><!-- /.social -->
|
</div><!-- /.social -->
|
||||||
</section><!-- /#extras -->
|
</section><!-- /#extras -->
|
||||||
|
|
||||||
<footer id="contentinfo" class="body">
|
<footer id="contentinfo" class="body">
|
||||||
<address id="about" class="vcard body">
|
<address id="about" class="vcard body">
|
||||||
|
|
|
||||||
|
|
@ -4,9 +4,9 @@
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<title>Alexis' log - bar</title>
|
<title>Alexis' log - bar</title>
|
||||||
<link rel="stylesheet" href="../theme/css/main.css">
|
<link rel="stylesheet" href="../theme/css/main.css">
|
||||||
<link href="http://blog.notmyidea.org/feeds/all.atom.xml" type="application/atom+xml" rel="alternate" title="Alexis' log Atom Feed" />
|
<link href="http://blog.notmyidea.org/feeds/all.atom.xml" type="application/atom+xml" rel="alternate" title="Alexis' log Atom Feed" />
|
||||||
<link href="http://blog.notmyidea.org/feeds/all.rss.xml" type="application/rss+xml" rel="alternate" title="Alexis' log RSS Feed" />
|
<link href="http://blog.notmyidea.org/feeds/all.rss.xml" type="application/rss+xml" rel="alternate" title="Alexis' log RSS Feed" />
|
||||||
|
|
||||||
<!--[if IE]>
|
<!--[if IE]>
|
||||||
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
|
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
|
||||||
<![endif]-->
|
<![endif]-->
|
||||||
|
|
@ -19,87 +19,81 @@
|
||||||
<header id="banner" class="body">
|
<header id="banner" class="body">
|
||||||
<h1><a href="../">Alexis' log </a></h1>
|
<h1><a href="../">Alexis' log </a></h1>
|
||||||
<nav><ul>
|
<nav><ul>
|
||||||
<li><a href="../override/">Override url/save_as</a></li>
|
<li><a href="../override/">Override url/save_as</a></li>
|
||||||
<li><a href="../pages/this-is-a-test-page.html">This is a test page</a></li>
|
<li><a href="../pages/this-is-a-test-page.html">This is a test page</a></li>
|
||||||
<li><a href="../category/yeah.html">yeah</a></li>
|
<li><a href="../category/yeah.html">yeah</a></li>
|
||||||
<li><a href="../category/misc.html">misc</a></li>
|
<li><a href="../category/misc.html">misc</a></li>
|
||||||
<li><a href="../category/cat1.html">cat1</a></li>
|
<li><a href="../category/cat1.html">cat1</a></li>
|
||||||
<li><a href="../category/bar.html">bar</a></li>
|
<li><a href="../category/bar.html">bar</a></li>
|
||||||
</ul></nav>
|
</ul></nav>
|
||||||
</header><!-- /#banner -->
|
</header><!-- /#banner -->
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<aside id="featured" class="body">
|
<aside id="featured" class="body">
|
||||||
<article>
|
<article>
|
||||||
<h1 class="entry-title"><a href="../second-article.html">Second article</a></h1>
|
<h1 class="entry-title"><a href="../second-article.html">Second article</a></h1>
|
||||||
<footer class="post-info">
|
<footer class="post-info">
|
||||||
<abbr class="published" title="2012-02-29T00:00:00">
|
<abbr class="published" title="2012-02-29T00:00:00">
|
||||||
Wed 29 February 2012
|
Wed 29 February 2012
|
||||||
</abbr>
|
</abbr>
|
||||||
|
|
||||||
<address class="vcard author">
|
<address class="vcard author">
|
||||||
By <a class="url fn" href="../author/alexis-metaireau.html">Alexis Métaireau</a>
|
By <a class="url fn" href="../author/alexis-metaireau.html">Alexis Métaireau</a>
|
||||||
</address>
|
</address>
|
||||||
<p>In <a href="../category/misc.html">misc</a>. </p>
|
<p>In <a href="../category/misc.html">misc</a>. </p>
|
||||||
<p>tags: <a href="../tag/foo.html">foo</a><a href="../tag/bar.html">bar</a><a href="../tag/baz.html">baz</a></p>Translations:
|
<p>tags: <a href="../tag/foo.html">foo</a><a href="../tag/bar.html">bar</a><a href="../tag/baz.html">baz</a></p>Translations:
|
||||||
<a href="../second-article-fr.html">fr</a>
|
<a href="../second-article-fr.html">fr</a>
|
||||||
|
|
||||||
</footer><!-- /.post-info --><p>This is some article, in english</p>
|
</footer><!-- /.post-info --><p>This is some article, in english</p>
|
||||||
<p>There are <a href="../second-article.html#disqus_thread">comments</a>.</p> </article>
|
<p>There are <a href="../second-article.html#disqus_thread">comments</a>.</p> </article>
|
||||||
</aside><!-- /#featured -->
|
</aside><!-- /#featured -->
|
||||||
<section id="content" class="body">
|
<section id="content" class="body">
|
||||||
<h1>Other articles</h1>
|
<h1>Other articles</h1>
|
||||||
<hr />
|
<hr />
|
||||||
<ol id="posts-list" class="hfeed">
|
<ol id="posts-list" class="hfeed">
|
||||||
|
|
||||||
|
|
||||||
|
<li><article class="hentry">
|
||||||
<li><article class="hentry">
|
|
||||||
<header>
|
<header>
|
||||||
<h1><a href="../this-is-a-super-article.html" rel="bookmark"
|
<h1><a href="../this-is-a-super-article.html" rel="bookmark"
|
||||||
title="Permalink to This is a super article !">This is a super article !</a></h1>
|
title="Permalink to This is a super article !">This is a super article !</a></h1>
|
||||||
</header>
|
</header>
|
||||||
|
|
||||||
<div class="entry-content">
|
<div class="entry-content">
|
||||||
<footer class="post-info">
|
<footer class="post-info">
|
||||||
<abbr class="published" title="2010-12-02T10:14:00">
|
<abbr class="published" title="2010-12-02T10:14:00">
|
||||||
Thu 02 December 2010
|
Thu 02 December 2010
|
||||||
</abbr>
|
</abbr>
|
||||||
|
|
||||||
<address class="vcard author">
|
<address class="vcard author">
|
||||||
By <a class="url fn" href="../author/alexis-metaireau.html">Alexis Métaireau</a>
|
By <a class="url fn" href="../author/alexis-metaireau.html">Alexis Métaireau</a>
|
||||||
</address>
|
</address>
|
||||||
<p>In <a href="../category/yeah.html">yeah</a>. </p>
|
<p>In <a href="../category/yeah.html">yeah</a>. </p>
|
||||||
<p>tags: <a href="../tag/foo.html">foo</a><a href="../tag/bar.html">bar</a><a href="../tag/foobar.html">foobar</a></p>
|
<p>tags: <a href="../tag/foo.html">foo</a><a href="../tag/bar.html">bar</a><a href="../tag/foobar.html">foobar</a></p>
|
||||||
</footer><!-- /.post-info --> <p class="first last">Multi-line metadata should be supported
|
</footer><!-- /.post-info --> <p class="first last">Multi-line metadata should be supported
|
||||||
as well as <strong>inline markup</strong>.</p>
|
as well as <strong>inline markup</strong>.</p>
|
||||||
|
|
||||||
<a class="readmore" href="../this-is-a-super-article.html">read more</a>
|
<a class="readmore" href="../this-is-a-super-article.html">read more</a>
|
||||||
<p>There are <a href="../this-is-a-super-article.html#disqus_thread">comments</a>.</p> </div><!-- /.entry-content -->
|
<p>There are <a href="../this-is-a-super-article.html#disqus_thread">comments</a>.</p> </div><!-- /.entry-content -->
|
||||||
</article></li>
|
</article></li>
|
||||||
|
|
||||||
|
|
||||||
|
<li><article class="hentry">
|
||||||
<li><article class="hentry">
|
|
||||||
<header>
|
<header>
|
||||||
<h1><a href="../oh-yeah.html" rel="bookmark"
|
<h1><a href="../oh-yeah.html" rel="bookmark"
|
||||||
title="Permalink to Oh yeah !">Oh yeah !</a></h1>
|
title="Permalink to Oh yeah !">Oh yeah !</a></h1>
|
||||||
</header>
|
</header>
|
||||||
|
|
||||||
<div class="entry-content">
|
<div class="entry-content">
|
||||||
<footer class="post-info">
|
<footer class="post-info">
|
||||||
<abbr class="published" title="2010-10-20T10:14:00">
|
<abbr class="published" title="2010-10-20T10:14:00">
|
||||||
Wed 20 October 2010
|
Wed 20 October 2010
|
||||||
</abbr>
|
</abbr>
|
||||||
|
|
||||||
<address class="vcard author">
|
<address class="vcard author">
|
||||||
By <a class="url fn" href="../author/alexis-metaireau.html">Alexis Métaireau</a>
|
By <a class="url fn" href="../author/alexis-metaireau.html">Alexis Métaireau</a>
|
||||||
</address>
|
</address>
|
||||||
<p>In <a href="../category/bar.html">bar</a>. </p>
|
<p>In <a href="../category/bar.html">bar</a>. </p>
|
||||||
<p>tags: <a href="../tag/oh.html">oh</a><a href="../tag/bar.html">bar</a><a href="../tag/yeah.html">yeah</a></p>Translations:
|
<p>tags: <a href="../tag/oh.html">oh</a><a href="../tag/bar.html">bar</a><a href="../tag/yeah.html">yeah</a></p>Translations:
|
||||||
<a href="../oh-yeah-fr.html">fr</a>
|
<a href="../oh-yeah-fr.html">fr</a>
|
||||||
|
|
||||||
</footer><!-- /.post-info --> <div class="section" id="why-not">
|
</footer><!-- /.post-info --> <div class="section" id="why-not">
|
||||||
<h2>Why not ?</h2>
|
<h2>Why not ?</h2>
|
||||||
<p>After all, why not ? It's pretty simple to do it, and it will allow me to write my blogposts in rst !
|
<p>After all, why not ? It's pretty simple to do it, and it will allow me to write my blogposts in rst !
|
||||||
|
|
@ -108,37 +102,37 @@ YEAH !</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<a class="readmore" href="../oh-yeah.html">read more</a>
|
<a class="readmore" href="../oh-yeah.html">read more</a>
|
||||||
<p>There are <a href="../oh-yeah.html#disqus_thread">comments</a>.</p> </div><!-- /.entry-content -->
|
<p>There are <a href="../oh-yeah.html#disqus_thread">comments</a>.</p> </div><!-- /.entry-content -->
|
||||||
</article></li>
|
</article></li>
|
||||||
</ol><!-- /#posts-list -->
|
</ol><!-- /#posts-list -->
|
||||||
<p class="paginator">
|
<p class="paginator">
|
||||||
Page 1 / 1
|
Page 1 / 1
|
||||||
</p>
|
</p>
|
||||||
</section><!-- /#content -->
|
</section><!-- /#content -->
|
||||||
<section id="extras" class="body">
|
<section id="extras" class="body">
|
||||||
<div class="blogroll">
|
<div class="blogroll">
|
||||||
<h2>blogroll</h2>
|
<h2>blogroll</h2>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="http://biologeek.org">Biologeek</a></li>
|
<li><a href="http://biologeek.org">Biologeek</a></li>
|
||||||
<li><a href="http://filyb.info/">Filyb</a></li>
|
<li><a href="http://filyb.info/">Filyb</a></li>
|
||||||
<li><a href="http://www.libert-fr.com">Libert-fr</a></li>
|
<li><a href="http://www.libert-fr.com">Libert-fr</a></li>
|
||||||
<li><a href="http://prendreuncafe.com/blog/">N1k0</a></li>
|
<li><a href="http://prendreuncafe.com/blog/">N1k0</a></li>
|
||||||
<li><a href="http://ziade.org/blog">Tarek Ziadé</a></li>
|
<li><a href="http://ziade.org/blog">Tarek Ziadé</a></li>
|
||||||
<li><a href="http://zubin71.wordpress.com/">Zubin Mithra</a></li>
|
<li><a href="http://zubin71.wordpress.com/">Zubin Mithra</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</div><!-- /.blogroll -->
|
</div><!-- /.blogroll -->
|
||||||
<div class="social">
|
<div class="social">
|
||||||
<h2>social</h2>
|
<h2>social</h2>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="http://blog.notmyidea.org/feeds/all.atom.xml" type="application/atom+xml" rel="alternate">atom feed</a></li>
|
<li><a href="http://blog.notmyidea.org/feeds/all.atom.xml" type="application/atom+xml" rel="alternate">atom feed</a></li>
|
||||||
<li><a href="http://blog.notmyidea.org/feeds/all.rss.xml" type="application/rss+xml" rel="alternate">rss feed</a></li>
|
<li><a href="http://blog.notmyidea.org/feeds/all.rss.xml" type="application/rss+xml" rel="alternate">rss feed</a></li>
|
||||||
|
|
||||||
<li><a href="http://twitter.com/ametaireau">twitter</a></li>
|
<li><a href="http://twitter.com/ametaireau">twitter</a></li>
|
||||||
<li><a href="http://lastfm.com/user/akounet">lastfm</a></li>
|
<li><a href="http://lastfm.com/user/akounet">lastfm</a></li>
|
||||||
<li><a href="http://github.com/ametaireau">github</a></li>
|
<li><a href="http://github.com/ametaireau">github</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</div><!-- /.social -->
|
</div><!-- /.social -->
|
||||||
</section><!-- /#extras -->
|
</section><!-- /#extras -->
|
||||||
|
|
||||||
<footer id="contentinfo" class="body">
|
<footer id="contentinfo" class="body">
|
||||||
<address id="about" class="vcard body">
|
<address id="about" class="vcard body">
|
||||||
|
|
|
||||||
|
|
@ -4,9 +4,9 @@
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<title>Alexis' log - baz</title>
|
<title>Alexis' log - baz</title>
|
||||||
<link rel="stylesheet" href="../theme/css/main.css">
|
<link rel="stylesheet" href="../theme/css/main.css">
|
||||||
<link href="http://blog.notmyidea.org/feeds/all.atom.xml" type="application/atom+xml" rel="alternate" title="Alexis' log Atom Feed" />
|
<link href="http://blog.notmyidea.org/feeds/all.atom.xml" type="application/atom+xml" rel="alternate" title="Alexis' log Atom Feed" />
|
||||||
<link href="http://blog.notmyidea.org/feeds/all.rss.xml" type="application/rss+xml" rel="alternate" title="Alexis' log RSS Feed" />
|
<link href="http://blog.notmyidea.org/feeds/all.rss.xml" type="application/rss+xml" rel="alternate" title="Alexis' log RSS Feed" />
|
||||||
|
|
||||||
<!--[if IE]>
|
<!--[if IE]>
|
||||||
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
|
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
|
||||||
<![endif]-->
|
<![endif]-->
|
||||||
|
|
@ -19,64 +19,62 @@
|
||||||
<header id="banner" class="body">
|
<header id="banner" class="body">
|
||||||
<h1><a href="../">Alexis' log </a></h1>
|
<h1><a href="../">Alexis' log </a></h1>
|
||||||
<nav><ul>
|
<nav><ul>
|
||||||
<li><a href="../override/">Override url/save_as</a></li>
|
<li><a href="../override/">Override url/save_as</a></li>
|
||||||
<li><a href="../pages/this-is-a-test-page.html">This is a test page</a></li>
|
<li><a href="../pages/this-is-a-test-page.html">This is a test page</a></li>
|
||||||
<li><a href="../category/yeah.html">yeah</a></li>
|
<li><a href="../category/yeah.html">yeah</a></li>
|
||||||
<li><a href="../category/misc.html">misc</a></li>
|
<li><a href="../category/misc.html">misc</a></li>
|
||||||
<li><a href="../category/cat1.html">cat1</a></li>
|
<li><a href="../category/cat1.html">cat1</a></li>
|
||||||
<li><a href="../category/bar.html">bar</a></li>
|
<li><a href="../category/bar.html">bar</a></li>
|
||||||
</ul></nav>
|
</ul></nav>
|
||||||
</header><!-- /#banner -->
|
</header><!-- /#banner -->
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<aside id="featured" class="body">
|
<aside id="featured" class="body">
|
||||||
<article>
|
<article>
|
||||||
<h1 class="entry-title"><a href="../second-article.html">Second article</a></h1>
|
<h1 class="entry-title"><a href="../second-article.html">Second article</a></h1>
|
||||||
<footer class="post-info">
|
<footer class="post-info">
|
||||||
<abbr class="published" title="2012-02-29T00:00:00">
|
<abbr class="published" title="2012-02-29T00:00:00">
|
||||||
Wed 29 February 2012
|
Wed 29 February 2012
|
||||||
</abbr>
|
</abbr>
|
||||||
|
|
||||||
<address class="vcard author">
|
<address class="vcard author">
|
||||||
By <a class="url fn" href="../author/alexis-metaireau.html">Alexis Métaireau</a>
|
By <a class="url fn" href="../author/alexis-metaireau.html">Alexis Métaireau</a>
|
||||||
</address>
|
</address>
|
||||||
<p>In <a href="../category/misc.html">misc</a>. </p>
|
<p>In <a href="../category/misc.html">misc</a>. </p>
|
||||||
<p>tags: <a href="../tag/foo.html">foo</a><a href="../tag/bar.html">bar</a><a href="../tag/baz.html">baz</a></p>Translations:
|
<p>tags: <a href="../tag/foo.html">foo</a><a href="../tag/bar.html">bar</a><a href="../tag/baz.html">baz</a></p>Translations:
|
||||||
<a href="../second-article-fr.html">fr</a>
|
<a href="../second-article-fr.html">fr</a>
|
||||||
|
|
||||||
</footer><!-- /.post-info --><p>This is some article, in english</p>
|
</footer><!-- /.post-info --><p>This is some article, in english</p>
|
||||||
<p>There are <a href="../second-article.html#disqus_thread">comments</a>.</p> </article>
|
<p>There are <a href="../second-article.html#disqus_thread">comments</a>.</p> </article>
|
||||||
<p class="paginator">
|
<p class="paginator">
|
||||||
Page 1 / 1
|
Page 1 / 1
|
||||||
</p>
|
</p>
|
||||||
</aside><!-- /#featured -->
|
</aside><!-- /#featured -->
|
||||||
</ol><!-- /#posts-list -->
|
</ol><!-- /#posts-list -->
|
||||||
</section><!-- /#content -->
|
</section><!-- /#content -->
|
||||||
<section id="extras" class="body">
|
<section id="extras" class="body">
|
||||||
<div class="blogroll">
|
<div class="blogroll">
|
||||||
<h2>blogroll</h2>
|
<h2>blogroll</h2>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="http://biologeek.org">Biologeek</a></li>
|
<li><a href="http://biologeek.org">Biologeek</a></li>
|
||||||
<li><a href="http://filyb.info/">Filyb</a></li>
|
<li><a href="http://filyb.info/">Filyb</a></li>
|
||||||
<li><a href="http://www.libert-fr.com">Libert-fr</a></li>
|
<li><a href="http://www.libert-fr.com">Libert-fr</a></li>
|
||||||
<li><a href="http://prendreuncafe.com/blog/">N1k0</a></li>
|
<li><a href="http://prendreuncafe.com/blog/">N1k0</a></li>
|
||||||
<li><a href="http://ziade.org/blog">Tarek Ziadé</a></li>
|
<li><a href="http://ziade.org/blog">Tarek Ziadé</a></li>
|
||||||
<li><a href="http://zubin71.wordpress.com/">Zubin Mithra</a></li>
|
<li><a href="http://zubin71.wordpress.com/">Zubin Mithra</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</div><!-- /.blogroll -->
|
</div><!-- /.blogroll -->
|
||||||
<div class="social">
|
<div class="social">
|
||||||
<h2>social</h2>
|
<h2>social</h2>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="http://blog.notmyidea.org/feeds/all.atom.xml" type="application/atom+xml" rel="alternate">atom feed</a></li>
|
<li><a href="http://blog.notmyidea.org/feeds/all.atom.xml" type="application/atom+xml" rel="alternate">atom feed</a></li>
|
||||||
<li><a href="http://blog.notmyidea.org/feeds/all.rss.xml" type="application/rss+xml" rel="alternate">rss feed</a></li>
|
<li><a href="http://blog.notmyidea.org/feeds/all.rss.xml" type="application/rss+xml" rel="alternate">rss feed</a></li>
|
||||||
|
|
||||||
<li><a href="http://twitter.com/ametaireau">twitter</a></li>
|
<li><a href="http://twitter.com/ametaireau">twitter</a></li>
|
||||||
<li><a href="http://lastfm.com/user/akounet">lastfm</a></li>
|
<li><a href="http://lastfm.com/user/akounet">lastfm</a></li>
|
||||||
<li><a href="http://github.com/ametaireau">github</a></li>
|
<li><a href="http://github.com/ametaireau">github</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</div><!-- /.social -->
|
</div><!-- /.social -->
|
||||||
</section><!-- /#extras -->
|
</section><!-- /#extras -->
|
||||||
|
|
||||||
<footer id="contentinfo" class="body">
|
<footer id="contentinfo" class="body">
|
||||||
<address id="about" class="vcard body">
|
<address id="about" class="vcard body">
|
||||||
|
|
|
||||||
|
|
@ -4,9 +4,9 @@
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<title>Alexis' log - foo</title>
|
<title>Alexis' log - foo</title>
|
||||||
<link rel="stylesheet" href="../theme/css/main.css">
|
<link rel="stylesheet" href="../theme/css/main.css">
|
||||||
<link href="http://blog.notmyidea.org/feeds/all.atom.xml" type="application/atom+xml" rel="alternate" title="Alexis' log Atom Feed" />
|
<link href="http://blog.notmyidea.org/feeds/all.atom.xml" type="application/atom+xml" rel="alternate" title="Alexis' log Atom Feed" />
|
||||||
<link href="http://blog.notmyidea.org/feeds/all.rss.xml" type="application/rss+xml" rel="alternate" title="Alexis' log RSS Feed" />
|
<link href="http://blog.notmyidea.org/feeds/all.rss.xml" type="application/rss+xml" rel="alternate" title="Alexis' log RSS Feed" />
|
||||||
|
|
||||||
<!--[if IE]>
|
<!--[if IE]>
|
||||||
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
|
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
|
||||||
<![endif]-->
|
<![endif]-->
|
||||||
|
|
@ -19,94 +19,90 @@
|
||||||
<header id="banner" class="body">
|
<header id="banner" class="body">
|
||||||
<h1><a href="../">Alexis' log </a></h1>
|
<h1><a href="../">Alexis' log </a></h1>
|
||||||
<nav><ul>
|
<nav><ul>
|
||||||
<li><a href="../override/">Override url/save_as</a></li>
|
<li><a href="../override/">Override url/save_as</a></li>
|
||||||
<li><a href="../pages/this-is-a-test-page.html">This is a test page</a></li>
|
<li><a href="../pages/this-is-a-test-page.html">This is a test page</a></li>
|
||||||
<li><a href="../category/yeah.html">yeah</a></li>
|
<li><a href="../category/yeah.html">yeah</a></li>
|
||||||
<li><a href="../category/misc.html">misc</a></li>
|
<li><a href="../category/misc.html">misc</a></li>
|
||||||
<li><a href="../category/cat1.html">cat1</a></li>
|
<li><a href="../category/cat1.html">cat1</a></li>
|
||||||
<li><a href="../category/bar.html">bar</a></li>
|
<li><a href="../category/bar.html">bar</a></li>
|
||||||
</ul></nav>
|
</ul></nav>
|
||||||
</header><!-- /#banner -->
|
</header><!-- /#banner -->
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<aside id="featured" class="body">
|
<aside id="featured" class="body">
|
||||||
<article>
|
<article>
|
||||||
<h1 class="entry-title"><a href="../second-article.html">Second article</a></h1>
|
<h1 class="entry-title"><a href="../second-article.html">Second article</a></h1>
|
||||||
<footer class="post-info">
|
<footer class="post-info">
|
||||||
<abbr class="published" title="2012-02-29T00:00:00">
|
<abbr class="published" title="2012-02-29T00:00:00">
|
||||||
Wed 29 February 2012
|
Wed 29 February 2012
|
||||||
</abbr>
|
</abbr>
|
||||||
|
|
||||||
<address class="vcard author">
|
<address class="vcard author">
|
||||||
By <a class="url fn" href="../author/alexis-metaireau.html">Alexis Métaireau</a>
|
By <a class="url fn" href="../author/alexis-metaireau.html">Alexis Métaireau</a>
|
||||||
</address>
|
</address>
|
||||||
<p>In <a href="../category/misc.html">misc</a>. </p>
|
<p>In <a href="../category/misc.html">misc</a>. </p>
|
||||||
<p>tags: <a href="../tag/foo.html">foo</a><a href="../tag/bar.html">bar</a><a href="../tag/baz.html">baz</a></p>Translations:
|
<p>tags: <a href="../tag/foo.html">foo</a><a href="../tag/bar.html">bar</a><a href="../tag/baz.html">baz</a></p>Translations:
|
||||||
<a href="../second-article-fr.html">fr</a>
|
<a href="../second-article-fr.html">fr</a>
|
||||||
|
|
||||||
</footer><!-- /.post-info --><p>This is some article, in english</p>
|
</footer><!-- /.post-info --><p>This is some article, in english</p>
|
||||||
<p>There are <a href="../second-article.html#disqus_thread">comments</a>.</p> </article>
|
<p>There are <a href="../second-article.html#disqus_thread">comments</a>.</p> </article>
|
||||||
</aside><!-- /#featured -->
|
</aside><!-- /#featured -->
|
||||||
<section id="content" class="body">
|
<section id="content" class="body">
|
||||||
<h1>Other articles</h1>
|
<h1>Other articles</h1>
|
||||||
<hr />
|
<hr />
|
||||||
<ol id="posts-list" class="hfeed">
|
<ol id="posts-list" class="hfeed">
|
||||||
|
|
||||||
|
|
||||||
|
<li><article class="hentry">
|
||||||
<li><article class="hentry">
|
|
||||||
<header>
|
<header>
|
||||||
<h1><a href="../this-is-a-super-article.html" rel="bookmark"
|
<h1><a href="../this-is-a-super-article.html" rel="bookmark"
|
||||||
title="Permalink to This is a super article !">This is a super article !</a></h1>
|
title="Permalink to This is a super article !">This is a super article !</a></h1>
|
||||||
</header>
|
</header>
|
||||||
|
|
||||||
<div class="entry-content">
|
<div class="entry-content">
|
||||||
<footer class="post-info">
|
<footer class="post-info">
|
||||||
<abbr class="published" title="2010-12-02T10:14:00">
|
<abbr class="published" title="2010-12-02T10:14:00">
|
||||||
Thu 02 December 2010
|
Thu 02 December 2010
|
||||||
</abbr>
|
</abbr>
|
||||||
|
|
||||||
<address class="vcard author">
|
<address class="vcard author">
|
||||||
By <a class="url fn" href="../author/alexis-metaireau.html">Alexis Métaireau</a>
|
By <a class="url fn" href="../author/alexis-metaireau.html">Alexis Métaireau</a>
|
||||||
</address>
|
</address>
|
||||||
<p>In <a href="../category/yeah.html">yeah</a>. </p>
|
<p>In <a href="../category/yeah.html">yeah</a>. </p>
|
||||||
<p>tags: <a href="../tag/foo.html">foo</a><a href="../tag/bar.html">bar</a><a href="../tag/foobar.html">foobar</a></p>
|
<p>tags: <a href="../tag/foo.html">foo</a><a href="../tag/bar.html">bar</a><a href="../tag/foobar.html">foobar</a></p>
|
||||||
</footer><!-- /.post-info --> <p class="first last">Multi-line metadata should be supported
|
</footer><!-- /.post-info --> <p class="first last">Multi-line metadata should be supported
|
||||||
as well as <strong>inline markup</strong>.</p>
|
as well as <strong>inline markup</strong>.</p>
|
||||||
|
|
||||||
<a class="readmore" href="../this-is-a-super-article.html">read more</a>
|
<a class="readmore" href="../this-is-a-super-article.html">read more</a>
|
||||||
<p>There are <a href="../this-is-a-super-article.html#disqus_thread">comments</a>.</p> </div><!-- /.entry-content -->
|
<p>There are <a href="../this-is-a-super-article.html#disqus_thread">comments</a>.</p> </div><!-- /.entry-content -->
|
||||||
</article></li>
|
</article></li>
|
||||||
</ol><!-- /#posts-list -->
|
</ol><!-- /#posts-list -->
|
||||||
<p class="paginator">
|
<p class="paginator">
|
||||||
Page 1 / 1
|
Page 1 / 1
|
||||||
</p>
|
</p>
|
||||||
</section><!-- /#content -->
|
</section><!-- /#content -->
|
||||||
<section id="extras" class="body">
|
<section id="extras" class="body">
|
||||||
<div class="blogroll">
|
<div class="blogroll">
|
||||||
<h2>blogroll</h2>
|
<h2>blogroll</h2>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="http://biologeek.org">Biologeek</a></li>
|
<li><a href="http://biologeek.org">Biologeek</a></li>
|
||||||
<li><a href="http://filyb.info/">Filyb</a></li>
|
<li><a href="http://filyb.info/">Filyb</a></li>
|
||||||
<li><a href="http://www.libert-fr.com">Libert-fr</a></li>
|
<li><a href="http://www.libert-fr.com">Libert-fr</a></li>
|
||||||
<li><a href="http://prendreuncafe.com/blog/">N1k0</a></li>
|
<li><a href="http://prendreuncafe.com/blog/">N1k0</a></li>
|
||||||
<li><a href="http://ziade.org/blog">Tarek Ziadé</a></li>
|
<li><a href="http://ziade.org/blog">Tarek Ziadé</a></li>
|
||||||
<li><a href="http://zubin71.wordpress.com/">Zubin Mithra</a></li>
|
<li><a href="http://zubin71.wordpress.com/">Zubin Mithra</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</div><!-- /.blogroll -->
|
</div><!-- /.blogroll -->
|
||||||
<div class="social">
|
<div class="social">
|
||||||
<h2>social</h2>
|
<h2>social</h2>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="http://blog.notmyidea.org/feeds/all.atom.xml" type="application/atom+xml" rel="alternate">atom feed</a></li>
|
<li><a href="http://blog.notmyidea.org/feeds/all.atom.xml" type="application/atom+xml" rel="alternate">atom feed</a></li>
|
||||||
<li><a href="http://blog.notmyidea.org/feeds/all.rss.xml" type="application/rss+xml" rel="alternate">rss feed</a></li>
|
<li><a href="http://blog.notmyidea.org/feeds/all.rss.xml" type="application/rss+xml" rel="alternate">rss feed</a></li>
|
||||||
|
|
||||||
<li><a href="http://twitter.com/ametaireau">twitter</a></li>
|
<li><a href="http://twitter.com/ametaireau">twitter</a></li>
|
||||||
<li><a href="http://lastfm.com/user/akounet">lastfm</a></li>
|
<li><a href="http://lastfm.com/user/akounet">lastfm</a></li>
|
||||||
<li><a href="http://github.com/ametaireau">github</a></li>
|
<li><a href="http://github.com/ametaireau">github</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</div><!-- /.social -->
|
</div><!-- /.social -->
|
||||||
</section><!-- /#extras -->
|
</section><!-- /#extras -->
|
||||||
|
|
||||||
<footer id="contentinfo" class="body">
|
<footer id="contentinfo" class="body">
|
||||||
<address id="about" class="vcard body">
|
<address id="about" class="vcard body">
|
||||||
|
|
|
||||||
|
|
@ -4,9 +4,9 @@
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<title>Alexis' log - foobar</title>
|
<title>Alexis' log - foobar</title>
|
||||||
<link rel="stylesheet" href="../theme/css/main.css">
|
<link rel="stylesheet" href="../theme/css/main.css">
|
||||||
<link href="http://blog.notmyidea.org/feeds/all.atom.xml" type="application/atom+xml" rel="alternate" title="Alexis' log Atom Feed" />
|
<link href="http://blog.notmyidea.org/feeds/all.atom.xml" type="application/atom+xml" rel="alternate" title="Alexis' log Atom Feed" />
|
||||||
<link href="http://blog.notmyidea.org/feeds/all.rss.xml" type="application/rss+xml" rel="alternate" title="Alexis' log RSS Feed" />
|
<link href="http://blog.notmyidea.org/feeds/all.rss.xml" type="application/rss+xml" rel="alternate" title="Alexis' log RSS Feed" />
|
||||||
|
|
||||||
<!--[if IE]>
|
<!--[if IE]>
|
||||||
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
|
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
|
||||||
<![endif]-->
|
<![endif]-->
|
||||||
|
|
@ -19,29 +19,27 @@
|
||||||
<header id="banner" class="body">
|
<header id="banner" class="body">
|
||||||
<h1><a href="../">Alexis' log </a></h1>
|
<h1><a href="../">Alexis' log </a></h1>
|
||||||
<nav><ul>
|
<nav><ul>
|
||||||
<li><a href="../override/">Override url/save_as</a></li>
|
<li><a href="../override/">Override url/save_as</a></li>
|
||||||
<li><a href="../pages/this-is-a-test-page.html">This is a test page</a></li>
|
<li><a href="../pages/this-is-a-test-page.html">This is a test page</a></li>
|
||||||
<li><a href="../category/yeah.html">yeah</a></li>
|
<li><a href="../category/yeah.html">yeah</a></li>
|
||||||
<li><a href="../category/misc.html">misc</a></li>
|
<li><a href="../category/misc.html">misc</a></li>
|
||||||
<li><a href="../category/cat1.html">cat1</a></li>
|
<li><a href="../category/cat1.html">cat1</a></li>
|
||||||
<li><a href="../category/bar.html">bar</a></li>
|
<li><a href="../category/bar.html">bar</a></li>
|
||||||
</ul></nav>
|
</ul></nav>
|
||||||
</header><!-- /#banner -->
|
</header><!-- /#banner -->
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<aside id="featured" class="body">
|
<aside id="featured" class="body">
|
||||||
<article>
|
<article>
|
||||||
<h1 class="entry-title"><a href="../this-is-a-super-article.html">This is a super article !</a></h1>
|
<h1 class="entry-title"><a href="../this-is-a-super-article.html">This is a super article !</a></h1>
|
||||||
<footer class="post-info">
|
<footer class="post-info">
|
||||||
<abbr class="published" title="2010-12-02T10:14:00">
|
<abbr class="published" title="2010-12-02T10:14:00">
|
||||||
Thu 02 December 2010
|
Thu 02 December 2010
|
||||||
</abbr>
|
</abbr>
|
||||||
|
|
||||||
<address class="vcard author">
|
<address class="vcard author">
|
||||||
By <a class="url fn" href="../author/alexis-metaireau.html">Alexis Métaireau</a>
|
By <a class="url fn" href="../author/alexis-metaireau.html">Alexis Métaireau</a>
|
||||||
</address>
|
</address>
|
||||||
<p>In <a href="../category/yeah.html">yeah</a>. </p>
|
<p>In <a href="../category/yeah.html">yeah</a>. </p>
|
||||||
<p>tags: <a href="../tag/foo.html">foo</a><a href="../tag/bar.html">bar</a><a href="../tag/foobar.html">foobar</a></p>
|
<p>tags: <a href="../tag/foo.html">foo</a><a href="../tag/bar.html">bar</a><a href="../tag/foobar.html">foobar</a></p>
|
||||||
</footer><!-- /.post-info --><p>Some content here !</p>
|
</footer><!-- /.post-info --><p>Some content here !</p>
|
||||||
<div class="section" id="this-is-a-simple-title">
|
<div class="section" id="this-is-a-simple-title">
|
||||||
|
|
@ -56,36 +54,36 @@
|
||||||
<p>→ And now try with some utf8 hell: ééé</p>
|
<p>→ And now try with some utf8 hell: ééé</p>
|
||||||
</div>
|
</div>
|
||||||
<p>There are <a href="../this-is-a-super-article.html#disqus_thread">comments</a>.</p> </article>
|
<p>There are <a href="../this-is-a-super-article.html#disqus_thread">comments</a>.</p> </article>
|
||||||
<p class="paginator">
|
<p class="paginator">
|
||||||
Page 1 / 1
|
Page 1 / 1
|
||||||
</p>
|
</p>
|
||||||
</aside><!-- /#featured -->
|
</aside><!-- /#featured -->
|
||||||
</ol><!-- /#posts-list -->
|
</ol><!-- /#posts-list -->
|
||||||
</section><!-- /#content -->
|
</section><!-- /#content -->
|
||||||
<section id="extras" class="body">
|
<section id="extras" class="body">
|
||||||
<div class="blogroll">
|
<div class="blogroll">
|
||||||
<h2>blogroll</h2>
|
<h2>blogroll</h2>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="http://biologeek.org">Biologeek</a></li>
|
<li><a href="http://biologeek.org">Biologeek</a></li>
|
||||||
<li><a href="http://filyb.info/">Filyb</a></li>
|
<li><a href="http://filyb.info/">Filyb</a></li>
|
||||||
<li><a href="http://www.libert-fr.com">Libert-fr</a></li>
|
<li><a href="http://www.libert-fr.com">Libert-fr</a></li>
|
||||||
<li><a href="http://prendreuncafe.com/blog/">N1k0</a></li>
|
<li><a href="http://prendreuncafe.com/blog/">N1k0</a></li>
|
||||||
<li><a href="http://ziade.org/blog">Tarek Ziadé</a></li>
|
<li><a href="http://ziade.org/blog">Tarek Ziadé</a></li>
|
||||||
<li><a href="http://zubin71.wordpress.com/">Zubin Mithra</a></li>
|
<li><a href="http://zubin71.wordpress.com/">Zubin Mithra</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</div><!-- /.blogroll -->
|
</div><!-- /.blogroll -->
|
||||||
<div class="social">
|
<div class="social">
|
||||||
<h2>social</h2>
|
<h2>social</h2>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="http://blog.notmyidea.org/feeds/all.atom.xml" type="application/atom+xml" rel="alternate">atom feed</a></li>
|
<li><a href="http://blog.notmyidea.org/feeds/all.atom.xml" type="application/atom+xml" rel="alternate">atom feed</a></li>
|
||||||
<li><a href="http://blog.notmyidea.org/feeds/all.rss.xml" type="application/rss+xml" rel="alternate">rss feed</a></li>
|
<li><a href="http://blog.notmyidea.org/feeds/all.rss.xml" type="application/rss+xml" rel="alternate">rss feed</a></li>
|
||||||
|
|
||||||
<li><a href="http://twitter.com/ametaireau">twitter</a></li>
|
<li><a href="http://twitter.com/ametaireau">twitter</a></li>
|
||||||
<li><a href="http://lastfm.com/user/akounet">lastfm</a></li>
|
<li><a href="http://lastfm.com/user/akounet">lastfm</a></li>
|
||||||
<li><a href="http://github.com/ametaireau">github</a></li>
|
<li><a href="http://github.com/ametaireau">github</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</div><!-- /.social -->
|
</div><!-- /.social -->
|
||||||
</section><!-- /#extras -->
|
</section><!-- /#extras -->
|
||||||
|
|
||||||
<footer id="contentinfo" class="body">
|
<footer id="contentinfo" class="body">
|
||||||
<address id="about" class="vcard body">
|
<address id="about" class="vcard body">
|
||||||
|
|
|
||||||
|
|
@ -4,9 +4,9 @@
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<title>Alexis' log - oh</title>
|
<title>Alexis' log - oh</title>
|
||||||
<link rel="stylesheet" href="../theme/css/main.css">
|
<link rel="stylesheet" href="../theme/css/main.css">
|
||||||
<link href="http://blog.notmyidea.org/feeds/all.atom.xml" type="application/atom+xml" rel="alternate" title="Alexis' log Atom Feed" />
|
<link href="http://blog.notmyidea.org/feeds/all.atom.xml" type="application/atom+xml" rel="alternate" title="Alexis' log Atom Feed" />
|
||||||
<link href="http://blog.notmyidea.org/feeds/all.rss.xml" type="application/rss+xml" rel="alternate" title="Alexis' log RSS Feed" />
|
<link href="http://blog.notmyidea.org/feeds/all.rss.xml" type="application/rss+xml" rel="alternate" title="Alexis' log RSS Feed" />
|
||||||
|
|
||||||
<!--[if IE]>
|
<!--[if IE]>
|
||||||
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
|
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
|
||||||
<![endif]-->
|
<![endif]-->
|
||||||
|
|
@ -19,32 +19,30 @@
|
||||||
<header id="banner" class="body">
|
<header id="banner" class="body">
|
||||||
<h1><a href="../">Alexis' log </a></h1>
|
<h1><a href="../">Alexis' log </a></h1>
|
||||||
<nav><ul>
|
<nav><ul>
|
||||||
<li><a href="../override/">Override url/save_as</a></li>
|
<li><a href="../override/">Override url/save_as</a></li>
|
||||||
<li><a href="../pages/this-is-a-test-page.html">This is a test page</a></li>
|
<li><a href="../pages/this-is-a-test-page.html">This is a test page</a></li>
|
||||||
<li><a href="../category/yeah.html">yeah</a></li>
|
<li><a href="../category/yeah.html">yeah</a></li>
|
||||||
<li><a href="../category/misc.html">misc</a></li>
|
<li><a href="../category/misc.html">misc</a></li>
|
||||||
<li><a href="../category/cat1.html">cat1</a></li>
|
<li><a href="../category/cat1.html">cat1</a></li>
|
||||||
<li><a href="../category/bar.html">bar</a></li>
|
<li><a href="../category/bar.html">bar</a></li>
|
||||||
</ul></nav>
|
</ul></nav>
|
||||||
</header><!-- /#banner -->
|
</header><!-- /#banner -->
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<aside id="featured" class="body">
|
<aside id="featured" class="body">
|
||||||
<article>
|
<article>
|
||||||
<h1 class="entry-title"><a href="../oh-yeah.html">Oh yeah !</a></h1>
|
<h1 class="entry-title"><a href="../oh-yeah.html">Oh yeah !</a></h1>
|
||||||
<footer class="post-info">
|
<footer class="post-info">
|
||||||
<abbr class="published" title="2010-10-20T10:14:00">
|
<abbr class="published" title="2010-10-20T10:14:00">
|
||||||
Wed 20 October 2010
|
Wed 20 October 2010
|
||||||
</abbr>
|
</abbr>
|
||||||
|
|
||||||
<address class="vcard author">
|
<address class="vcard author">
|
||||||
By <a class="url fn" href="../author/alexis-metaireau.html">Alexis Métaireau</a>
|
By <a class="url fn" href="../author/alexis-metaireau.html">Alexis Métaireau</a>
|
||||||
</address>
|
</address>
|
||||||
<p>In <a href="../category/bar.html">bar</a>. </p>
|
<p>In <a href="../category/bar.html">bar</a>. </p>
|
||||||
<p>tags: <a href="../tag/oh.html">oh</a><a href="../tag/bar.html">bar</a><a href="../tag/yeah.html">yeah</a></p>Translations:
|
<p>tags: <a href="../tag/oh.html">oh</a><a href="../tag/bar.html">bar</a><a href="../tag/yeah.html">yeah</a></p>Translations:
|
||||||
<a href="../oh-yeah-fr.html">fr</a>
|
<a href="../oh-yeah-fr.html">fr</a>
|
||||||
|
|
||||||
</footer><!-- /.post-info --><div class="section" id="why-not">
|
</footer><!-- /.post-info --><div class="section" id="why-not">
|
||||||
<h2>Why not ?</h2>
|
<h2>Why not ?</h2>
|
||||||
<p>After all, why not ? It's pretty simple to do it, and it will allow me to write my blogposts in rst !
|
<p>After all, why not ? It's pretty simple to do it, and it will allow me to write my blogposts in rst !
|
||||||
|
|
@ -52,36 +50,36 @@ YEAH !</p>
|
||||||
<img alt="alternate text" src="../pictures/Sushi.jpg" style="width: 600px; height: 450px;" />
|
<img alt="alternate text" src="../pictures/Sushi.jpg" style="width: 600px; height: 450px;" />
|
||||||
</div>
|
</div>
|
||||||
<p>There are <a href="../oh-yeah.html#disqus_thread">comments</a>.</p> </article>
|
<p>There are <a href="../oh-yeah.html#disqus_thread">comments</a>.</p> </article>
|
||||||
<p class="paginator">
|
<p class="paginator">
|
||||||
Page 1 / 1
|
Page 1 / 1
|
||||||
</p>
|
</p>
|
||||||
</aside><!-- /#featured -->
|
</aside><!-- /#featured -->
|
||||||
</ol><!-- /#posts-list -->
|
</ol><!-- /#posts-list -->
|
||||||
</section><!-- /#content -->
|
</section><!-- /#content -->
|
||||||
<section id="extras" class="body">
|
<section id="extras" class="body">
|
||||||
<div class="blogroll">
|
<div class="blogroll">
|
||||||
<h2>blogroll</h2>
|
<h2>blogroll</h2>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="http://biologeek.org">Biologeek</a></li>
|
<li><a href="http://biologeek.org">Biologeek</a></li>
|
||||||
<li><a href="http://filyb.info/">Filyb</a></li>
|
<li><a href="http://filyb.info/">Filyb</a></li>
|
||||||
<li><a href="http://www.libert-fr.com">Libert-fr</a></li>
|
<li><a href="http://www.libert-fr.com">Libert-fr</a></li>
|
||||||
<li><a href="http://prendreuncafe.com/blog/">N1k0</a></li>
|
<li><a href="http://prendreuncafe.com/blog/">N1k0</a></li>
|
||||||
<li><a href="http://ziade.org/blog">Tarek Ziadé</a></li>
|
<li><a href="http://ziade.org/blog">Tarek Ziadé</a></li>
|
||||||
<li><a href="http://zubin71.wordpress.com/">Zubin Mithra</a></li>
|
<li><a href="http://zubin71.wordpress.com/">Zubin Mithra</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</div><!-- /.blogroll -->
|
</div><!-- /.blogroll -->
|
||||||
<div class="social">
|
<div class="social">
|
||||||
<h2>social</h2>
|
<h2>social</h2>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="http://blog.notmyidea.org/feeds/all.atom.xml" type="application/atom+xml" rel="alternate">atom feed</a></li>
|
<li><a href="http://blog.notmyidea.org/feeds/all.atom.xml" type="application/atom+xml" rel="alternate">atom feed</a></li>
|
||||||
<li><a href="http://blog.notmyidea.org/feeds/all.rss.xml" type="application/rss+xml" rel="alternate">rss feed</a></li>
|
<li><a href="http://blog.notmyidea.org/feeds/all.rss.xml" type="application/rss+xml" rel="alternate">rss feed</a></li>
|
||||||
|
|
||||||
<li><a href="http://twitter.com/ametaireau">twitter</a></li>
|
<li><a href="http://twitter.com/ametaireau">twitter</a></li>
|
||||||
<li><a href="http://lastfm.com/user/akounet">lastfm</a></li>
|
<li><a href="http://lastfm.com/user/akounet">lastfm</a></li>
|
||||||
<li><a href="http://github.com/ametaireau">github</a></li>
|
<li><a href="http://github.com/ametaireau">github</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</div><!-- /.social -->
|
</div><!-- /.social -->
|
||||||
</section><!-- /#extras -->
|
</section><!-- /#extras -->
|
||||||
|
|
||||||
<footer id="contentinfo" class="body">
|
<footer id="contentinfo" class="body">
|
||||||
<address id="about" class="vcard body">
|
<address id="about" class="vcard body">
|
||||||
|
|
|
||||||
|
|
@ -4,9 +4,9 @@
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<title>Alexis' log - yeah</title>
|
<title>Alexis' log - yeah</title>
|
||||||
<link rel="stylesheet" href="../theme/css/main.css">
|
<link rel="stylesheet" href="../theme/css/main.css">
|
||||||
<link href="http://blog.notmyidea.org/feeds/all.atom.xml" type="application/atom+xml" rel="alternate" title="Alexis' log Atom Feed" />
|
<link href="http://blog.notmyidea.org/feeds/all.atom.xml" type="application/atom+xml" rel="alternate" title="Alexis' log Atom Feed" />
|
||||||
<link href="http://blog.notmyidea.org/feeds/all.rss.xml" type="application/rss+xml" rel="alternate" title="Alexis' log RSS Feed" />
|
<link href="http://blog.notmyidea.org/feeds/all.rss.xml" type="application/rss+xml" rel="alternate" title="Alexis' log RSS Feed" />
|
||||||
|
|
||||||
<!--[if IE]>
|
<!--[if IE]>
|
||||||
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
|
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
|
||||||
<![endif]-->
|
<![endif]-->
|
||||||
|
|
@ -19,32 +19,30 @@
|
||||||
<header id="banner" class="body">
|
<header id="banner" class="body">
|
||||||
<h1><a href="../">Alexis' log </a></h1>
|
<h1><a href="../">Alexis' log </a></h1>
|
||||||
<nav><ul>
|
<nav><ul>
|
||||||
<li><a href="../override/">Override url/save_as</a></li>
|
<li><a href="../override/">Override url/save_as</a></li>
|
||||||
<li><a href="../pages/this-is-a-test-page.html">This is a test page</a></li>
|
<li><a href="../pages/this-is-a-test-page.html">This is a test page</a></li>
|
||||||
<li><a href="../category/yeah.html">yeah</a></li>
|
<li><a href="../category/yeah.html">yeah</a></li>
|
||||||
<li><a href="../category/misc.html">misc</a></li>
|
<li><a href="../category/misc.html">misc</a></li>
|
||||||
<li><a href="../category/cat1.html">cat1</a></li>
|
<li><a href="../category/cat1.html">cat1</a></li>
|
||||||
<li><a href="../category/bar.html">bar</a></li>
|
<li><a href="../category/bar.html">bar</a></li>
|
||||||
</ul></nav>
|
</ul></nav>
|
||||||
</header><!-- /#banner -->
|
</header><!-- /#banner -->
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<aside id="featured" class="body">
|
<aside id="featured" class="body">
|
||||||
<article>
|
<article>
|
||||||
<h1 class="entry-title"><a href="../oh-yeah.html">Oh yeah !</a></h1>
|
<h1 class="entry-title"><a href="../oh-yeah.html">Oh yeah !</a></h1>
|
||||||
<footer class="post-info">
|
<footer class="post-info">
|
||||||
<abbr class="published" title="2010-10-20T10:14:00">
|
<abbr class="published" title="2010-10-20T10:14:00">
|
||||||
Wed 20 October 2010
|
Wed 20 October 2010
|
||||||
</abbr>
|
</abbr>
|
||||||
|
|
||||||
<address class="vcard author">
|
<address class="vcard author">
|
||||||
By <a class="url fn" href="../author/alexis-metaireau.html">Alexis Métaireau</a>
|
By <a class="url fn" href="../author/alexis-metaireau.html">Alexis Métaireau</a>
|
||||||
</address>
|
</address>
|
||||||
<p>In <a href="../category/bar.html">bar</a>. </p>
|
<p>In <a href="../category/bar.html">bar</a>. </p>
|
||||||
<p>tags: <a href="../tag/oh.html">oh</a><a href="../tag/bar.html">bar</a><a href="../tag/yeah.html">yeah</a></p>Translations:
|
<p>tags: <a href="../tag/oh.html">oh</a><a href="../tag/bar.html">bar</a><a href="../tag/yeah.html">yeah</a></p>Translations:
|
||||||
<a href="../oh-yeah-fr.html">fr</a>
|
<a href="../oh-yeah-fr.html">fr</a>
|
||||||
|
|
||||||
</footer><!-- /.post-info --><div class="section" id="why-not">
|
</footer><!-- /.post-info --><div class="section" id="why-not">
|
||||||
<h2>Why not ?</h2>
|
<h2>Why not ?</h2>
|
||||||
<p>After all, why not ? It's pretty simple to do it, and it will allow me to write my blogposts in rst !
|
<p>After all, why not ? It's pretty simple to do it, and it will allow me to write my blogposts in rst !
|
||||||
|
|
@ -52,36 +50,36 @@ YEAH !</p>
|
||||||
<img alt="alternate text" src="../pictures/Sushi.jpg" style="width: 600px; height: 450px;" />
|
<img alt="alternate text" src="../pictures/Sushi.jpg" style="width: 600px; height: 450px;" />
|
||||||
</div>
|
</div>
|
||||||
<p>There are <a href="../oh-yeah.html#disqus_thread">comments</a>.</p> </article>
|
<p>There are <a href="../oh-yeah.html#disqus_thread">comments</a>.</p> </article>
|
||||||
<p class="paginator">
|
<p class="paginator">
|
||||||
Page 1 / 1
|
Page 1 / 1
|
||||||
</p>
|
</p>
|
||||||
</aside><!-- /#featured -->
|
</aside><!-- /#featured -->
|
||||||
</ol><!-- /#posts-list -->
|
</ol><!-- /#posts-list -->
|
||||||
</section><!-- /#content -->
|
</section><!-- /#content -->
|
||||||
<section id="extras" class="body">
|
<section id="extras" class="body">
|
||||||
<div class="blogroll">
|
<div class="blogroll">
|
||||||
<h2>blogroll</h2>
|
<h2>blogroll</h2>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="http://biologeek.org">Biologeek</a></li>
|
<li><a href="http://biologeek.org">Biologeek</a></li>
|
||||||
<li><a href="http://filyb.info/">Filyb</a></li>
|
<li><a href="http://filyb.info/">Filyb</a></li>
|
||||||
<li><a href="http://www.libert-fr.com">Libert-fr</a></li>
|
<li><a href="http://www.libert-fr.com">Libert-fr</a></li>
|
||||||
<li><a href="http://prendreuncafe.com/blog/">N1k0</a></li>
|
<li><a href="http://prendreuncafe.com/blog/">N1k0</a></li>
|
||||||
<li><a href="http://ziade.org/blog">Tarek Ziadé</a></li>
|
<li><a href="http://ziade.org/blog">Tarek Ziadé</a></li>
|
||||||
<li><a href="http://zubin71.wordpress.com/">Zubin Mithra</a></li>
|
<li><a href="http://zubin71.wordpress.com/">Zubin Mithra</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</div><!-- /.blogroll -->
|
</div><!-- /.blogroll -->
|
||||||
<div class="social">
|
<div class="social">
|
||||||
<h2>social</h2>
|
<h2>social</h2>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="http://blog.notmyidea.org/feeds/all.atom.xml" type="application/atom+xml" rel="alternate">atom feed</a></li>
|
<li><a href="http://blog.notmyidea.org/feeds/all.atom.xml" type="application/atom+xml" rel="alternate">atom feed</a></li>
|
||||||
<li><a href="http://blog.notmyidea.org/feeds/all.rss.xml" type="application/rss+xml" rel="alternate">rss feed</a></li>
|
<li><a href="http://blog.notmyidea.org/feeds/all.rss.xml" type="application/rss+xml" rel="alternate">rss feed</a></li>
|
||||||
|
|
||||||
<li><a href="http://twitter.com/ametaireau">twitter</a></li>
|
<li><a href="http://twitter.com/ametaireau">twitter</a></li>
|
||||||
<li><a href="http://lastfm.com/user/akounet">lastfm</a></li>
|
<li><a href="http://lastfm.com/user/akounet">lastfm</a></li>
|
||||||
<li><a href="http://github.com/ametaireau">github</a></li>
|
<li><a href="http://github.com/ametaireau">github</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</div><!-- /.social -->
|
</div><!-- /.social -->
|
||||||
</section><!-- /#extras -->
|
</section><!-- /#extras -->
|
||||||
|
|
||||||
<footer id="contentinfo" class="body">
|
<footer id="contentinfo" class="body">
|
||||||
<address id="about" class="vcard body">
|
<address id="about" class="vcard body">
|
||||||
|
|
|
||||||
|
|
@ -4,9 +4,9 @@
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<title>This is a super article !</title>
|
<title>This is a super article !</title>
|
||||||
<link rel="stylesheet" href="./theme/css/main.css">
|
<link rel="stylesheet" href="./theme/css/main.css">
|
||||||
<link href="http://blog.notmyidea.org/feeds/all.atom.xml" type="application/atom+xml" rel="alternate" title="Alexis' log Atom Feed" />
|
<link href="http://blog.notmyidea.org/feeds/all.atom.xml" type="application/atom+xml" rel="alternate" title="Alexis' log Atom Feed" />
|
||||||
<link href="http://blog.notmyidea.org/feeds/all.rss.xml" type="application/rss+xml" rel="alternate" title="Alexis' log RSS Feed" />
|
<link href="http://blog.notmyidea.org/feeds/all.rss.xml" type="application/rss+xml" rel="alternate" title="Alexis' log RSS Feed" />
|
||||||
|
|
||||||
<!--[if IE]>
|
<!--[if IE]>
|
||||||
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
|
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
|
||||||
<![endif]-->
|
<![endif]-->
|
||||||
|
|
@ -19,32 +19,32 @@
|
||||||
<header id="banner" class="body">
|
<header id="banner" class="body">
|
||||||
<h1><a href="./">Alexis' log </a></h1>
|
<h1><a href="./">Alexis' log </a></h1>
|
||||||
<nav><ul>
|
<nav><ul>
|
||||||
<li><a href="./override/">Override url/save_as</a></li>
|
<li><a href="./override/">Override url/save_as</a></li>
|
||||||
<li><a href="./pages/this-is-a-test-page.html">This is a test page</a></li>
|
<li><a href="./pages/this-is-a-test-page.html">This is a test page</a></li>
|
||||||
<li class="active"><a href="./category/yeah.html">yeah</a></li>
|
<li class="active"><a href="./category/yeah.html">yeah</a></li>
|
||||||
<li><a href="./category/misc.html">misc</a></li>
|
<li><a href="./category/misc.html">misc</a></li>
|
||||||
<li><a href="./category/cat1.html">cat1</a></li>
|
<li><a href="./category/cat1.html">cat1</a></li>
|
||||||
<li><a href="./category/bar.html">bar</a></li>
|
<li><a href="./category/bar.html">bar</a></li>
|
||||||
</ul></nav>
|
</ul></nav>
|
||||||
</header><!-- /#banner -->
|
</header><!-- /#banner -->
|
||||||
<section id="content" class="body">
|
<section id="content" class="body">
|
||||||
<article>
|
<article>
|
||||||
<header>
|
<header>
|
||||||
<h1 class="entry-title">
|
<h1 class="entry-title">
|
||||||
<a href="./this-is-a-super-article.html" rel="bookmark"
|
<a href="./this-is-a-super-article.html" rel="bookmark"
|
||||||
title="Permalink to This is a super article !">This is a super article !</a></h1>
|
title="Permalink to This is a super article !">This is a super article !</a></h1>
|
||||||
</header>
|
</header>
|
||||||
|
|
||||||
<div class="entry-content">
|
<div class="entry-content">
|
||||||
<footer class="post-info">
|
<footer class="post-info">
|
||||||
<abbr class="published" title="2010-12-02T10:14:00">
|
<abbr class="published" title="2010-12-02T10:14:00">
|
||||||
Thu 02 December 2010
|
Thu 02 December 2010
|
||||||
</abbr>
|
</abbr>
|
||||||
|
|
||||||
<address class="vcard author">
|
<address class="vcard author">
|
||||||
By <a class="url fn" href="./author/alexis-metaireau.html">Alexis Métaireau</a>
|
By <a class="url fn" href="./author/alexis-metaireau.html">Alexis Métaireau</a>
|
||||||
</address>
|
</address>
|
||||||
<p>In <a href="./category/yeah.html">yeah</a>. </p>
|
<p>In <a href="./category/yeah.html">yeah</a>. </p>
|
||||||
<p>tags: <a href="./tag/foo.html">foo</a><a href="./tag/bar.html">bar</a><a href="./tag/foobar.html">foobar</a></p>
|
<p>tags: <a href="./tag/foo.html">foo</a><a href="./tag/bar.html">bar</a><a href="./tag/foobar.html">foobar</a></p>
|
||||||
</footer><!-- /.post-info --> <p>Some content here !</p>
|
</footer><!-- /.post-info --> <p>Some content here !</p>
|
||||||
<div class="section" id="this-is-a-simple-title">
|
<div class="section" id="this-is-a-simple-title">
|
||||||
|
|
@ -60,7 +60,7 @@
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</div><!-- /.entry-content -->
|
</div><!-- /.entry-content -->
|
||||||
<div class="comments">
|
<div class="comments">
|
||||||
<h2>Comments !</h2>
|
<h2>Comments !</h2>
|
||||||
<div id="disqus_thread"></div>
|
<div id="disqus_thread"></div>
|
||||||
<script type="text/javascript">
|
<script type="text/javascript">
|
||||||
|
|
@ -73,33 +73,33 @@
|
||||||
})();
|
})();
|
||||||
</script>
|
</script>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</article>
|
</article>
|
||||||
</section>
|
</section>
|
||||||
<section id="extras" class="body">
|
<section id="extras" class="body">
|
||||||
<div class="blogroll">
|
<div class="blogroll">
|
||||||
<h2>blogroll</h2>
|
<h2>blogroll</h2>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="http://biologeek.org">Biologeek</a></li>
|
<li><a href="http://biologeek.org">Biologeek</a></li>
|
||||||
<li><a href="http://filyb.info/">Filyb</a></li>
|
<li><a href="http://filyb.info/">Filyb</a></li>
|
||||||
<li><a href="http://www.libert-fr.com">Libert-fr</a></li>
|
<li><a href="http://www.libert-fr.com">Libert-fr</a></li>
|
||||||
<li><a href="http://prendreuncafe.com/blog/">N1k0</a></li>
|
<li><a href="http://prendreuncafe.com/blog/">N1k0</a></li>
|
||||||
<li><a href="http://ziade.org/blog">Tarek Ziadé</a></li>
|
<li><a href="http://ziade.org/blog">Tarek Ziadé</a></li>
|
||||||
<li><a href="http://zubin71.wordpress.com/">Zubin Mithra</a></li>
|
<li><a href="http://zubin71.wordpress.com/">Zubin Mithra</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</div><!-- /.blogroll -->
|
</div><!-- /.blogroll -->
|
||||||
<div class="social">
|
<div class="social">
|
||||||
<h2>social</h2>
|
<h2>social</h2>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="http://blog.notmyidea.org/feeds/all.atom.xml" type="application/atom+xml" rel="alternate">atom feed</a></li>
|
<li><a href="http://blog.notmyidea.org/feeds/all.atom.xml" type="application/atom+xml" rel="alternate">atom feed</a></li>
|
||||||
<li><a href="http://blog.notmyidea.org/feeds/all.rss.xml" type="application/rss+xml" rel="alternate">rss feed</a></li>
|
<li><a href="http://blog.notmyidea.org/feeds/all.rss.xml" type="application/rss+xml" rel="alternate">rss feed</a></li>
|
||||||
|
|
||||||
<li><a href="http://twitter.com/ametaireau">twitter</a></li>
|
<li><a href="http://twitter.com/ametaireau">twitter</a></li>
|
||||||
<li><a href="http://lastfm.com/user/akounet">lastfm</a></li>
|
<li><a href="http://lastfm.com/user/akounet">lastfm</a></li>
|
||||||
<li><a href="http://github.com/ametaireau">github</a></li>
|
<li><a href="http://github.com/ametaireau">github</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</div><!-- /.social -->
|
</div><!-- /.social -->
|
||||||
</section><!-- /#extras -->
|
</section><!-- /#extras -->
|
||||||
|
|
||||||
<footer id="contentinfo" class="body">
|
<footer id="contentinfo" class="body">
|
||||||
<address id="about" class="vcard body">
|
<address id="about" class="vcard body">
|
||||||
|
|
|
||||||
|
|
@ -4,9 +4,9 @@
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<title>Unbelievable !</title>
|
<title>Unbelievable !</title>
|
||||||
<link rel="stylesheet" href="./theme/css/main.css">
|
<link rel="stylesheet" href="./theme/css/main.css">
|
||||||
<link href="http://blog.notmyidea.org/feeds/all.atom.xml" type="application/atom+xml" rel="alternate" title="Alexis' log Atom Feed" />
|
<link href="http://blog.notmyidea.org/feeds/all.atom.xml" type="application/atom+xml" rel="alternate" title="Alexis' log Atom Feed" />
|
||||||
<link href="http://blog.notmyidea.org/feeds/all.rss.xml" type="application/rss+xml" rel="alternate" title="Alexis' log RSS Feed" />
|
<link href="http://blog.notmyidea.org/feeds/all.rss.xml" type="application/rss+xml" rel="alternate" title="Alexis' log RSS Feed" />
|
||||||
|
|
||||||
<!--[if IE]>
|
<!--[if IE]>
|
||||||
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
|
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
|
||||||
<![endif]-->
|
<![endif]-->
|
||||||
|
|
@ -19,39 +19,39 @@
|
||||||
<header id="banner" class="body">
|
<header id="banner" class="body">
|
||||||
<h1><a href="./">Alexis' log </a></h1>
|
<h1><a href="./">Alexis' log </a></h1>
|
||||||
<nav><ul>
|
<nav><ul>
|
||||||
<li><a href="./override/">Override url/save_as</a></li>
|
<li><a href="./override/">Override url/save_as</a></li>
|
||||||
<li><a href="./pages/this-is-a-test-page.html">This is a test page</a></li>
|
<li><a href="./pages/this-is-a-test-page.html">This is a test page</a></li>
|
||||||
<li><a href="./category/yeah.html">yeah</a></li>
|
<li><a href="./category/yeah.html">yeah</a></li>
|
||||||
<li class="active"><a href="./category/misc.html">misc</a></li>
|
<li class="active"><a href="./category/misc.html">misc</a></li>
|
||||||
<li><a href="./category/cat1.html">cat1</a></li>
|
<li><a href="./category/cat1.html">cat1</a></li>
|
||||||
<li><a href="./category/bar.html">bar</a></li>
|
<li><a href="./category/bar.html">bar</a></li>
|
||||||
</ul></nav>
|
</ul></nav>
|
||||||
</header><!-- /#banner -->
|
</header><!-- /#banner -->
|
||||||
<section id="content" class="body">
|
<section id="content" class="body">
|
||||||
<article>
|
<article>
|
||||||
<header>
|
<header>
|
||||||
<h1 class="entry-title">
|
<h1 class="entry-title">
|
||||||
<a href="./unbelievable.html" rel="bookmark"
|
<a href="./unbelievable.html" rel="bookmark"
|
||||||
title="Permalink to Unbelievable !">Unbelievable !</a></h1>
|
title="Permalink to Unbelievable !">Unbelievable !</a></h1>
|
||||||
</header>
|
</header>
|
||||||
|
|
||||||
<div class="entry-content">
|
<div class="entry-content">
|
||||||
<footer class="post-info">
|
<footer class="post-info">
|
||||||
<abbr class="published" title="2010-10-15T20:30:00">
|
<abbr class="published" title="2010-10-15T20:30:00">
|
||||||
Fri 15 October 2010
|
Fri 15 October 2010
|
||||||
</abbr>
|
</abbr>
|
||||||
|
|
||||||
<address class="vcard author">
|
<address class="vcard author">
|
||||||
By <a class="url fn" href="./author/alexis-metaireau.html">Alexis Métaireau</a>
|
By <a class="url fn" href="./author/alexis-metaireau.html">Alexis Métaireau</a>
|
||||||
</address>
|
</address>
|
||||||
<p>In <a href="./category/misc.html">misc</a>. </p>
|
<p>In <a href="./category/misc.html">misc</a>. </p>
|
||||||
|
|
||||||
</footer><!-- /.post-info --> <p>Or completely awesome. Depends the needs.</p>
|
</footer><!-- /.post-info --> <p>Or completely awesome. Depends the needs.</p>
|
||||||
<p><a class="reference external" href="./a-markdown-powered-article.html">a root-relative link to markdown-article</a>
|
<p><a class="reference external" href="./a-markdown-powered-article.html">a root-relative link to markdown-article</a>
|
||||||
<a class="reference external" href="./a-markdown-powered-article.html">a file-relative link to markdown-article</a></p>
|
<a class="reference external" href="./a-markdown-powered-article.html">a file-relative link to markdown-article</a></p>
|
||||||
|
|
||||||
</div><!-- /.entry-content -->
|
</div><!-- /.entry-content -->
|
||||||
<div class="comments">
|
<div class="comments">
|
||||||
<h2>Comments !</h2>
|
<h2>Comments !</h2>
|
||||||
<div id="disqus_thread"></div>
|
<div id="disqus_thread"></div>
|
||||||
<script type="text/javascript">
|
<script type="text/javascript">
|
||||||
|
|
@ -64,33 +64,33 @@
|
||||||
})();
|
})();
|
||||||
</script>
|
</script>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</article>
|
</article>
|
||||||
</section>
|
</section>
|
||||||
<section id="extras" class="body">
|
<section id="extras" class="body">
|
||||||
<div class="blogroll">
|
<div class="blogroll">
|
||||||
<h2>blogroll</h2>
|
<h2>blogroll</h2>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="http://biologeek.org">Biologeek</a></li>
|
<li><a href="http://biologeek.org">Biologeek</a></li>
|
||||||
<li><a href="http://filyb.info/">Filyb</a></li>
|
<li><a href="http://filyb.info/">Filyb</a></li>
|
||||||
<li><a href="http://www.libert-fr.com">Libert-fr</a></li>
|
<li><a href="http://www.libert-fr.com">Libert-fr</a></li>
|
||||||
<li><a href="http://prendreuncafe.com/blog/">N1k0</a></li>
|
<li><a href="http://prendreuncafe.com/blog/">N1k0</a></li>
|
||||||
<li><a href="http://ziade.org/blog">Tarek Ziadé</a></li>
|
<li><a href="http://ziade.org/blog">Tarek Ziadé</a></li>
|
||||||
<li><a href="http://zubin71.wordpress.com/">Zubin Mithra</a></li>
|
<li><a href="http://zubin71.wordpress.com/">Zubin Mithra</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</div><!-- /.blogroll -->
|
</div><!-- /.blogroll -->
|
||||||
<div class="social">
|
<div class="social">
|
||||||
<h2>social</h2>
|
<h2>social</h2>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="http://blog.notmyidea.org/feeds/all.atom.xml" type="application/atom+xml" rel="alternate">atom feed</a></li>
|
<li><a href="http://blog.notmyidea.org/feeds/all.atom.xml" type="application/atom+xml" rel="alternate">atom feed</a></li>
|
||||||
<li><a href="http://blog.notmyidea.org/feeds/all.rss.xml" type="application/rss+xml" rel="alternate">rss feed</a></li>
|
<li><a href="http://blog.notmyidea.org/feeds/all.rss.xml" type="application/rss+xml" rel="alternate">rss feed</a></li>
|
||||||
|
|
||||||
<li><a href="http://twitter.com/ametaireau">twitter</a></li>
|
<li><a href="http://twitter.com/ametaireau">twitter</a></li>
|
||||||
<li><a href="http://lastfm.com/user/akounet">lastfm</a></li>
|
<li><a href="http://lastfm.com/user/akounet">lastfm</a></li>
|
||||||
<li><a href="http://github.com/ametaireau">github</a></li>
|
<li><a href="http://github.com/ametaireau">github</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</div><!-- /.social -->
|
</div><!-- /.social -->
|
||||||
</section><!-- /#extras -->
|
</section><!-- /#extras -->
|
||||||
|
|
||||||
<footer id="contentinfo" class="body">
|
<footer id="contentinfo" class="body">
|
||||||
<address id="about" class="vcard body">
|
<address id="about" class="vcard body">
|
||||||
|
|
|
||||||
|
|
@ -1,14 +1,14 @@
|
||||||
{% extends "base.html" %}
|
{% extends "base.html" %}
|
||||||
{% block content_title %}{% endblock %}
|
{% block content_title %}{% endblock %}
|
||||||
{% block content %}
|
{% block content %}
|
||||||
{% if articles %}
|
{% if articles %}
|
||||||
{% for article in articles_page.object_list %}
|
{% for article in articles_page.object_list %}
|
||||||
|
|
||||||
{# First item #}
|
{# First item #}
|
||||||
{% if loop.first and not articles_page.has_previous() %}
|
{% if loop.first and not articles_page.has_previous() %}
|
||||||
<aside id="featured" class="body">
|
<aside id="featured" class="body">
|
||||||
<article>
|
<article>
|
||||||
<h1 class="entry-title"><a href="{{ SITEURL }}/{{ article.url }}">{{ article.title }}</a></h1>
|
<h1 class="entry-title"><a href="{{ SITEURL }}/{{ article.url }}">{{ article.title }}</a></h1>
|
||||||
{% include 'article_infos.html' %}{{ article.content }}{% include 'comments.html' %}
|
{% include 'article_infos.html' %}{{ article.content }}{% include 'comments.html' %}
|
||||||
</article>
|
</article>
|
||||||
{% if loop.length == 1 %}
|
{% if loop.length == 1 %}
|
||||||
|
|
@ -22,17 +22,17 @@
|
||||||
<ol id="posts-list" class="hfeed">
|
<ol id="posts-list" class="hfeed">
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{# other items #}
|
{# other items #}
|
||||||
{% else %}
|
{% else %}
|
||||||
{% if loop.first and articles_page.has_previous %}
|
{% if loop.first and articles_page.has_previous %}
|
||||||
<section id="content" class="body">
|
<section id="content" class="body">
|
||||||
<ol id="posts-list" class="hfeed" start="{{ articles_paginator.per_page -1 }}">
|
<ol id="posts-list" class="hfeed" start="{{ articles_paginator.per_page -1 }}">
|
||||||
{% endif %}
|
{% endif %}
|
||||||
<li><article class="hentry">
|
<li><article class="hentry">
|
||||||
<header>
|
<header>
|
||||||
<h1><a href="{{ SITEURL }}/{{ article.url }}" rel="bookmark"
|
<h1><a href="{{ SITEURL }}/{{ article.url }}" rel="bookmark"
|
||||||
title="Permalink to {{ article.title|striptags }}">{{ article.title }}</a></h1>
|
title="Permalink to {{ article.title|striptags }}">{{ article.title }}</a></h1>
|
||||||
</header>
|
</header>
|
||||||
|
|
||||||
<div class="entry-content">
|
<div class="entry-content">
|
||||||
{% include 'article_infos.html' %}
|
{% include 'article_infos.html' %}
|
||||||
{{ article.summary }}
|
{{ article.summary }}
|
||||||
|
|
@ -43,7 +43,7 @@
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% if loop.last %}
|
{% if loop.last %}
|
||||||
</ol><!-- /#posts-list -->
|
</ol><!-- /#posts-list -->
|
||||||
{% if loop.last and (articles_page.has_previous()
|
{% if loop.last and (articles_page.has_previous()
|
||||||
or not articles_page.has_previous() and loop.length > 1) %}
|
or not articles_page.has_previous() and loop.length > 1) %}
|
||||||
{% include 'pagination.html' %}
|
{% include 'pagination.html' %}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
@ -51,7 +51,7 @@
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
{% else %}
|
{% else %}
|
||||||
<section id="content" class="body">
|
<section id="content" class="body">
|
||||||
<h2>Pages</h2>
|
<h2>Pages</h2>
|
||||||
{% for page in PAGES %}
|
{% for page in PAGES %}
|
||||||
<li><a href="{{ SITEURL }}/{{ page.url }}">{{ page.title }}</a></li>
|
<li><a href="{{ SITEURL }}/{{ page.url }}">{{ page.title }}</a></li>
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
{% extends "base.html" %}
|
{% extends "base.html" %}
|
||||||
{% block title %}{{ page.title }}{% endblock %}
|
{% block title %}{{ page.title }}{% endblock %}
|
||||||
{% block content %}
|
{% block content %}
|
||||||
<section id="content" class="body">
|
<section id="content" class="body">
|
||||||
<h1 class="entry-title">{{ page.title }}</h1>
|
<h1 class="entry-title">{{ page.title }}</h1>
|
||||||
{% import 'translations.html' as translations with context %}
|
{% import 'translations.html' as translations with context %}
|
||||||
{{ translations.translations_for(page) }}
|
{{ translations.translations_for(page) }}
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
{% macro translations_for(article) %}
|
{% macro translations_for(article) %}
|
||||||
{% if article.translations %}
|
{% if article.translations %}
|
||||||
Translations:
|
Translations:
|
||||||
{% for translation in article.translations %}
|
{% for translation in article.translations %}
|
||||||
<a href="{{ SITEURL }}/{{ translation.url }}">{{ translation.lang }}</a>
|
<a href="{{ SITEURL }}/{{ translation.url }}">{{ translation.lang }}</a>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
|
|
|
||||||
2
setup.py
2
setup.py
|
|
@ -1,7 +1,7 @@
|
||||||
#!/usr/bin/env python
|
#!/usr/bin/env python
|
||||||
from setuptools import setup
|
from setuptools import setup
|
||||||
|
|
||||||
requires = ['feedgenerator >= 1.6', 'jinja2 >= 2.6', 'pygments', 'docutils',
|
requires = ['feedgenerator >= 1.6', 'jinja2 >= 2.7', 'pygments', 'docutils',
|
||||||
'pytz', 'blinker', 'unidecode', 'six']
|
'pytz', 'blinker', 'unidecode', 'six']
|
||||||
|
|
||||||
entry_points = {
|
entry_points = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue