moving pelican-clean-blog theme and fixing path in pelicanconf.py

This commit is contained in:
CaptainArk 2016-05-22 15:22:00 +02:00
parent a2e9404f04
commit 366c92eb04
24 changed files with 164 additions and 91 deletions

View File

@ -5,8 +5,6 @@
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="">
<meta name="author" content="Antoine Joubert">
<title>Sysadmining. All day. Every day. - Archives</title>
@ -36,6 +34,11 @@
<meta property="og:locale" content="">
<meta property="og:site_name" content="Sysadmining. All day. Every day.">
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:site" content="@captainark">
<meta name="twitter:title" content="Sysadmining. All day. Every day.">
<meta name="twitter:description" content="Yet Another Blog about Linux and Networking">
<meta name="twitter:image" content="https://captainark.net//bg.png">
</head>
<body>

View File

@ -5,8 +5,6 @@
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="">
<meta name="author" content="Antoine Joubert">
<title>Sysadmining. All day. Every day. - Articles by Antoine Joubert</title>
@ -34,8 +32,19 @@
<script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
<![endif]-->
<meta property="og:locale" content="">
<meta property="og:locale" content="">
<meta property="og:site_name" content="Sysadmining. All day. Every day.">
<meta property="og:title" content="Sysadmining. All day. Every day. - Articles by Antoine Joubert">
<meta property="og:type" content="profile">
<meta property="profile:first_name" content="Antoine">
<meta property="profile:last_name" content="Joubert">
<meta property="profile:username" content="antoine-joubert">
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:site" content="@captainark">
<meta name="twitter:title" content="Sysadmining. All day. Every day.">
<meta name="twitter:description" content="Yet Another Blog about Linux and Networking">
<meta name="twitter:image" content="https://captainark.net//bg.png">
</head>
<body>
@ -93,7 +102,7 @@
WebDAV with nginx
</h2>
</a>
<p>This website has been hosted on an <a href="https://www.online.net">Online.net</a> dedicated server since its creation. I've been one ...
This website has been hosted on an Online.net dedicated server since its creation. I've been one of their customers for the past 3 years ...
<p class="post-meta">Posted by
<a href="https://captainark.net/author/antoine-joubert.html">Antoine Joubert</a>
on Sat 26 March 2016
@ -105,7 +114,7 @@
MySQL backup script
</h2>
</a>
<p>I wrote a MySQL database backup script a while back. I known they are more than enough of them already floating around the internet, ...
I wrote a MySQL database backup script a while back. I known they are more than enough of them already floating around the internet, but ...
<p class="post-meta">Posted by
<a href="https://captainark.net/author/antoine-joubert.html">Antoine Joubert</a>
on Sun 13 March 2016
@ -117,7 +126,7 @@
Postfix Admin
</h2>
</a>
<p>As I explained in <a href="https://www.captainark.net/setting-up-a-mail-server.html">this previous tutorial</a>, I've been running my ...
As I explained in this previous tutorial, I've been running my own mail server without any issue for some time now. However, every time ...
<p class="post-meta">Posted by
<a href="https://captainark.net/author/antoine-joubert.html">Antoine Joubert</a>
on Sun 06 March 2016
@ -129,7 +138,7 @@
My tmux configuration
</h2>
</a>
<p><a href="https://tmux.github.io/">tmux</a> is a terminal mutiplexer. It lets you have multiples shells running in a single terminal ...
tmux is a terminal mutiplexer. It lets you have multiples shells running in a single terminal emulator window and it keeps those shells ...
<p class="post-meta">Posted by
<a href="https://captainark.net/author/antoine-joubert.html">Antoine Joubert</a>
on Tue 02 February 2016
@ -141,7 +150,7 @@
Debian updates with Ansible
</h2>
</a>
<p>I've recently bought a <a href="http://www8.hp.com/us/en/products/proliant-servers/product-detail.html?oid=5379860">HP Proliant ...
I've recently bought a HP Proliant Microserver Gen8 to play around with LXC and try new stuff. From the 4 Debian machines I had to keep ...
<p class="post-meta">Posted by
<a href="https://captainark.net/author/antoine-joubert.html">Antoine Joubert</a>
on Sun 31 January 2016
@ -153,7 +162,7 @@
Private Git Repo
</h2>
</a>
<p>I've decided to migrate this blog to <a href="http://blog.getpelican.com/">Pelican</a>. I've been playing around with it over the ...
I've decided to migrate this blog to Pelican. I've been playing around with it over the week-end, and it turns out to be way easier to ...
<p class="post-meta">Posted by
<a href="https://captainark.net/author/antoine-joubert.html">Antoine Joubert</a>
on Sun 31 January 2016
@ -165,8 +174,7 @@
Flexget init script
</h2>
</a>
<p>I've been using <a href="http://flexget.com/">Flexget</a> for the past two years or so as a download automator.</p>
<p>Since I wrote ...
I've been using Flexget for the past two years or so as a download automator. Since I wrote an init script for it a while back, and it ...
<p class="post-meta">Posted by
<a href="https://captainark.net/author/antoine-joubert.html">Antoine Joubert</a>
on Tue 05 May 2015
@ -178,9 +186,7 @@
Setting up a mail server
</h2>
</a>
<p>In this first tutorial, I'll explain how I've configured my mail server using the following :</p>
<ul>
<li>A server running Linux ...
In this first tutorial, I'll explain how I've configured my mail server using the following : A server running Linux Debian (jessie) ; ...
<p class="post-meta">Posted by
<a href="https://captainark.net/author/antoine-joubert.html">Antoine Joubert</a>
on Fri 24 April 2015

View File

@ -5,8 +5,6 @@
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="">
<meta name="author" content="Antoine Joubert">
<title>Sysadmining. All day. Every day. - Authors</title>
@ -36,6 +34,11 @@
<meta property="og:locale" content="">
<meta property="og:site_name" content="Sysadmining. All day. Every day.">
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:site" content="@captainark">
<meta name="twitter:title" content="Sysadmining. All day. Every day.">
<meta name="twitter:description" content="Yet Another Blog about Linux and Networking">
<meta name="twitter:image" content="https://captainark.net//bg.png">
</head>
<body>

View File

@ -5,8 +5,6 @@
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="">
<meta name="author" content="Antoine Joubert">
<title>Sysadmining. All day. Every day. - Categories</title>
@ -36,6 +34,11 @@
<meta property="og:locale" content="">
<meta property="og:site_name" content="Sysadmining. All day. Every day.">
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:site" content="@captainark">
<meta name="twitter:title" content="Sysadmining. All day. Every day.">
<meta name="twitter:description" content="Yet Another Blog about Linux and Networking">
<meta name="twitter:image" content="https://captainark.net//bg.png">
</head>
<body>

View File

@ -5,8 +5,6 @@
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="">
<meta name="author" content="Antoine Joubert">
<title>Sysadmining. All day. Every day. - Articles in the Ansible Playbook category</title>
@ -36,6 +34,11 @@
<meta property="og:locale" content="">
<meta property="og:site_name" content="Sysadmining. All day. Every day.">
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:site" content="@captainark">
<meta name="twitter:title" content="Sysadmining. All day. Every day.">
<meta name="twitter:description" content="Yet Another Blog about Linux and Networking">
<meta name="twitter:image" content="https://captainark.net//bg.png">
</head>
<body>
@ -93,7 +96,7 @@
Debian updates with Ansible
</h2>
</a>
<p>I've recently bought a <a href="http://www8.hp.com/us/en/products/proliant-servers/product-detail.html?oid=5379860">HP Proliant ...
I've recently bought a HP Proliant Microserver Gen8 to play around with LXC and try new stuff. From the 4 Debian machines I had to keep ...
<p class="post-meta">Posted by
<a href="https://captainark.net/author/antoine-joubert.html">Antoine Joubert</a>
on Sun 31 January 2016

View File

@ -5,8 +5,6 @@
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="">
<meta name="author" content="Antoine Joubert">
<title>Sysadmining. All day. Every day. - Articles in the Configuration example category</title>
@ -36,6 +34,11 @@
<meta property="og:locale" content="">
<meta property="og:site_name" content="Sysadmining. All day. Every day.">
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:site" content="@captainark">
<meta name="twitter:title" content="Sysadmining. All day. Every day.">
<meta name="twitter:description" content="Yet Another Blog about Linux and Networking">
<meta name="twitter:image" content="https://captainark.net//bg.png">
</head>
<body>
@ -93,7 +96,7 @@
My tmux configuration
</h2>
</a>
<p><a href="https://tmux.github.io/">tmux</a> is a terminal mutiplexer. It lets you have multiples shells running in a single terminal ...
tmux is a terminal mutiplexer. It lets you have multiples shells running in a single terminal emulator window and it keeps those shells ...
<p class="post-meta">Posted by
<a href="https://captainark.net/author/antoine-joubert.html">Antoine Joubert</a>
on Tue 02 February 2016

View File

@ -5,8 +5,6 @@
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="">
<meta name="author" content="Antoine Joubert">
<title>Sysadmining. All day. Every day. - Articles in the Script category</title>
@ -36,6 +34,11 @@
<meta property="og:locale" content="">
<meta property="og:site_name" content="Sysadmining. All day. Every day.">
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:site" content="@captainark">
<meta name="twitter:title" content="Sysadmining. All day. Every day.">
<meta name="twitter:description" content="Yet Another Blog about Linux and Networking">
<meta name="twitter:image" content="https://captainark.net//bg.png">
</head>
<body>
@ -93,7 +96,7 @@
MySQL backup script
</h2>
</a>
<p>I wrote a MySQL database backup script a while back. I known they are more than enough of them already floating around the internet, ...
I wrote a MySQL database backup script a while back. I known they are more than enough of them already floating around the internet, but ...
<p class="post-meta">Posted by
<a href="https://captainark.net/author/antoine-joubert.html">Antoine Joubert</a>
on Sun 13 March 2016
@ -105,8 +108,7 @@
Flexget init script
</h2>
</a>
<p>I've been using <a href="http://flexget.com/">Flexget</a> for the past two years or so as a download automator.</p>
<p>Since I wrote ...
I've been using Flexget for the past two years or so as a download automator. Since I wrote an init script for it a while back, and it ...
<p class="post-meta">Posted by
<a href="https://captainark.net/author/antoine-joubert.html">Antoine Joubert</a>
on Tue 05 May 2015

View File

@ -5,8 +5,6 @@
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="">
<meta name="author" content="Antoine Joubert">
<title>Sysadmining. All day. Every day. - Articles in the Tutorial category</title>
@ -36,6 +34,11 @@
<meta property="og:locale" content="">
<meta property="og:site_name" content="Sysadmining. All day. Every day.">
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:site" content="@captainark">
<meta name="twitter:title" content="Sysadmining. All day. Every day.">
<meta name="twitter:description" content="Yet Another Blog about Linux and Networking">
<meta name="twitter:image" content="https://captainark.net//bg.png">
</head>
<body>
@ -93,7 +96,7 @@
WebDAV with nginx
</h2>
</a>
<p>This website has been hosted on an <a href="https://www.online.net">Online.net</a> dedicated server since its creation. I've been one ...
This website has been hosted on an Online.net dedicated server since its creation. I've been one of their customers for the past 3 years ...
<p class="post-meta">Posted by
<a href="https://captainark.net/author/antoine-joubert.html">Antoine Joubert</a>
on Sat 26 March 2016
@ -105,7 +108,7 @@
Postfix Admin
</h2>
</a>
<p>As I explained in <a href="https://www.captainark.net/setting-up-a-mail-server.html">this previous tutorial</a>, I've been running my ...
As I explained in this previous tutorial, I've been running my own mail server without any issue for some time now. However, every time ...
<p class="post-meta">Posted by
<a href="https://captainark.net/author/antoine-joubert.html">Antoine Joubert</a>
on Sun 06 March 2016
@ -117,7 +120,7 @@
Private Git Repo
</h2>
</a>
<p>I've decided to migrate this blog to <a href="http://blog.getpelican.com/">Pelican</a>. I've been playing around with it over the ...
I've decided to migrate this blog to Pelican. I've been playing around with it over the week-end, and it turns out to be way easier to ...
<p class="post-meta">Posted by
<a href="https://captainark.net/author/antoine-joubert.html">Antoine Joubert</a>
on Sun 31 January 2016
@ -129,9 +132,7 @@
Setting up a mail server
</h2>
</a>
<p>In this first tutorial, I'll explain how I've configured my mail server using the following :</p>
<ul>
<li>A server running Linux ...
In this first tutorial, I'll explain how I've configured my mail server using the following : A server running Linux Debian (jessie) ; ...
<p class="post-meta">Posted by
<a href="https://captainark.net/author/antoine-joubert.html">Antoine Joubert</a>
on Fri 24 April 2015

View File

@ -5,8 +5,6 @@
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="">
<meta name="author" content="Antoine Joubert">
<title>Debian updates with Ansible</title>
@ -45,13 +43,20 @@
<meta property="og:site_name" content="Sysadmining. All day. Every day.">
<meta property="og:type" content="article">
<meta property="article:author" content="Antoine Joubert" >
<meta property="article:author" content="https://captainark.net/author/antoine-joubert.html">
<meta property="og:url" content="https://captainark.net/debian-updates-with-ansible.html">
<meta property="og:title" content="Debian updates with Ansible">
<meta property="article:published_time" content="2016-01-31 00:00:00+01:00">
<meta property="og:description" content="I've recently bought a HP Proliant Microserver Gen8 to play around with LXC and try new stuff. From the 4 Debian machines I had to keep ...">
<meta property="og:image" content="https://captainark.net//bg.png">
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:site" content="@captainark">
<meta name="twitter:title" content="Debian updates with Ansible">
<meta name="twitter:image" content="https://captainark.net//bg.png">
<meta name="twitter:description" content="I've recently bought a HP Proliant Microserver Gen8 to play around with LXC and try new stuff. From the 4 Debian machines I had to keep ...">
</head>
<body>

View File

@ -5,8 +5,6 @@
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="">
<meta name="author" content="Antoine Joubert">
<title>Flexget init script</title>
@ -45,13 +43,20 @@
<meta property="og:site_name" content="Sysadmining. All day. Every day.">
<meta property="og:type" content="article">
<meta property="article:author" content="Antoine Joubert" >
<meta property="article:author" content="https://captainark.net/author/antoine-joubert.html">
<meta property="og:url" content="https://captainark.net/flexget-init-script.html">
<meta property="og:title" content="Flexget init script">
<meta property="article:published_time" content="2015-05-05 00:00:00+02:00">
<meta property="og:description" content="I've been using Flexget for the past two years or so as a download automator. Since I wrote an init script for it a while back, and it ...">
<meta property="og:image" content="https://captainark.net//bg.png">
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:site" content="@captainark">
<meta name="twitter:title" content="Flexget init script">
<meta name="twitter:image" content="https://captainark.net//bg.png">
<meta name="twitter:description" content="I've been using Flexget for the past two years or so as a download automator. Since I wrote an init script for it a while back, and it ...">
</head>
<body>

View File

@ -5,8 +5,6 @@
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="">
<meta name="author" content="Antoine Joubert">
<title>Sysadmining. All day. Every day.</title>
@ -36,6 +34,11 @@
<meta property="og:locale" content="">
<meta property="og:site_name" content="Sysadmining. All day. Every day.">
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:site" content="@captainark">
<meta name="twitter:title" content="Sysadmining. All day. Every day.">
<meta name="twitter:description" content="Yet Another Blog about Linux and Networking">
<meta name="twitter:image" content="https://captainark.net//bg.png">
</head>
<body>
@ -96,7 +99,7 @@
WebDAV with nginx
</h2>
</a>
<p>This website has been hosted on an <a href="https://www.online.net">Online.net</a> dedicated server since its creation. I've been one ...
This website has been hosted on an Online.net dedicated server since its creation. I've been one of their customers for the past 3 years ...
<p class="post-meta">Posted by
<a href="https://captainark.net/author/antoine-joubert.html">Antoine Joubert</a>
on Sat 26 March 2016
@ -108,7 +111,7 @@
MySQL backup script
</h2>
</a>
<p>I wrote a MySQL database backup script a while back. I known they are more than enough of them already floating around the internet, ...
I wrote a MySQL database backup script a while back. I known they are more than enough of them already floating around the internet, but ...
<p class="post-meta">Posted by
<a href="https://captainark.net/author/antoine-joubert.html">Antoine Joubert</a>
on Sun 13 March 2016
@ -120,7 +123,7 @@
Postfix Admin
</h2>
</a>
<p>As I explained in <a href="https://www.captainark.net/setting-up-a-mail-server.html">this previous tutorial</a>, I've been running my ...
As I explained in this previous tutorial, I've been running my own mail server without any issue for some time now. However, every time ...
<p class="post-meta">Posted by
<a href="https://captainark.net/author/antoine-joubert.html">Antoine Joubert</a>
on Sun 06 March 2016
@ -132,7 +135,7 @@
My tmux configuration
</h2>
</a>
<p><a href="https://tmux.github.io/">tmux</a> is a terminal mutiplexer. It lets you have multiples shells running in a single terminal ...
tmux is a terminal mutiplexer. It lets you have multiples shells running in a single terminal emulator window and it keeps those shells ...
<p class="post-meta">Posted by
<a href="https://captainark.net/author/antoine-joubert.html">Antoine Joubert</a>
on Tue 02 February 2016
@ -144,7 +147,7 @@
Debian updates with Ansible
</h2>
</a>
<p>I've recently bought a <a href="http://www8.hp.com/us/en/products/proliant-servers/product-detail.html?oid=5379860">HP Proliant ...
I've recently bought a HP Proliant Microserver Gen8 to play around with LXC and try new stuff. From the 4 Debian machines I had to keep ...
<p class="post-meta">Posted by
<a href="https://captainark.net/author/antoine-joubert.html">Antoine Joubert</a>
on Sun 31 January 2016
@ -156,7 +159,7 @@
Private Git Repo
</h2>
</a>
<p>I've decided to migrate this blog to <a href="http://blog.getpelican.com/">Pelican</a>. I've been playing around with it over the ...
I've decided to migrate this blog to Pelican. I've been playing around with it over the week-end, and it turns out to be way easier to ...
<p class="post-meta">Posted by
<a href="https://captainark.net/author/antoine-joubert.html">Antoine Joubert</a>
on Sun 31 January 2016
@ -168,8 +171,7 @@
Flexget init script
</h2>
</a>
<p>I've been using <a href="http://flexget.com/">Flexget</a> for the past two years or so as a download automator.</p>
<p>Since I wrote ...
I've been using Flexget for the past two years or so as a download automator. Since I wrote an init script for it a while back, and it ...
<p class="post-meta">Posted by
<a href="https://captainark.net/author/antoine-joubert.html">Antoine Joubert</a>
on Tue 05 May 2015
@ -181,9 +183,7 @@
Setting up a mail server
</h2>
</a>
<p>In this first tutorial, I'll explain how I've configured my mail server using the following :</p>
<ul>
<li>A server running Linux ...
In this first tutorial, I'll explain how I've configured my mail server using the following : A server running Linux Debian (jessie) ; ...
<p class="post-meta">Posted by
<a href="https://captainark.net/author/antoine-joubert.html">Antoine Joubert</a>
on Fri 24 April 2015

View File

@ -5,8 +5,6 @@
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="">
<meta name="author" content="Antoine Joubert">
<title>My tmux configuration</title>
@ -45,13 +43,20 @@
<meta property="og:site_name" content="Sysadmining. All day. Every day.">
<meta property="og:type" content="article">
<meta property="article:author" content="Antoine Joubert" >
<meta property="article:author" content="https://captainark.net/author/antoine-joubert.html">
<meta property="og:url" content="https://captainark.net/my-tmux-configuration.html">
<meta property="og:title" content="My tmux configuration">
<meta property="article:published_time" content="2016-02-02 00:00:00+01:00">
<meta property="og:description" content="tmux is a terminal mutiplexer. It lets you have multiples shells running in a single terminal emulator window and it keeps those shells ...">
<meta property="og:image" content="https://captainark.net//bg.png">
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:site" content="@captainark">
<meta name="twitter:title" content="My tmux configuration">
<meta name="twitter:image" content="https://captainark.net//bg.png">
<meta name="twitter:description" content="tmux is a terminal mutiplexer. It lets you have multiples shells running in a single terminal emulator window and it keeps those shells ...">
</head>
<body>

View File

@ -5,8 +5,6 @@
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="">
<meta name="author" content="Antoine Joubert">
<title>MySQL backup script</title>
@ -45,13 +43,20 @@
<meta property="og:site_name" content="Sysadmining. All day. Every day.">
<meta property="og:type" content="article">
<meta property="article:author" content="Antoine Joubert" >
<meta property="article:author" content="https://captainark.net/author/antoine-joubert.html">
<meta property="og:url" content="https://captainark.net/mysql-backup-script.html">
<meta property="og:title" content="MySQL backup script">
<meta property="article:published_time" content="2016-03-13 00:00:00+01:00">
<meta property="og:description" content="I wrote a MySQL database backup script a while back. I known they are more than enough of them already floating around the internet, but ...">
<meta property="og:image" content="https://captainark.net//bg.png">
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:site" content="@captainark">
<meta name="twitter:title" content="MySQL backup script">
<meta name="twitter:image" content="https://captainark.net//bg.png">
<meta name="twitter:description" content="I wrote a MySQL database backup script a while back. I known they are more than enough of them already floating around the internet, but ...">
</head>
<body>

View File

@ -5,8 +5,6 @@
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="">
<meta name="author" content="Antoine Joubert">
<title>About</title>
@ -36,6 +34,11 @@
<meta property="og:locale" content="">
<meta property="og:site_name" content="Sysadmining. All day. Every day.">
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:site" content="@captainark">
<meta name="twitter:title" content="Sysadmining. All day. Every day.">
<meta name="twitter:description" content="Yet Another Blog about Linux and Networking">
<meta name="twitter:image" content="https://captainark.net//bg.png">
</head>
<body>

View File

@ -5,8 +5,6 @@
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="">
<meta name="author" content="Antoine Joubert">
<title>Resume</title>
@ -36,6 +34,11 @@
<meta property="og:locale" content="">
<meta property="og:site_name" content="Sysadmining. All day. Every day.">
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:site" content="@captainark">
<meta name="twitter:title" content="Sysadmining. All day. Every day.">
<meta name="twitter:description" content="Yet Another Blog about Linux and Networking">
<meta name="twitter:image" content="https://captainark.net//bg.png">
</head>
<body>

View File

@ -5,8 +5,6 @@
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="">
<meta name="author" content="Antoine Joubert">
<title>Postfix Admin</title>
@ -45,13 +43,20 @@
<meta property="og:site_name" content="Sysadmining. All day. Every day.">
<meta property="og:type" content="article">
<meta property="article:author" content="Antoine Joubert" >
<meta property="article:author" content="https://captainark.net/author/antoine-joubert.html">
<meta property="og:url" content="https://captainark.net/postfix-admin.html">
<meta property="og:title" content="Postfix Admin">
<meta property="article:published_time" content="2016-03-06 00:00:00+01:00">
<meta property="og:description" content="As I explained in this previous tutorial, I've been running my own mail server without any issue for some time now. However, every time ...">
<meta property="og:image" content="https://captainark.net//bg.png">
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:site" content="@captainark">
<meta name="twitter:title" content="Postfix Admin">
<meta name="twitter:image" content="https://captainark.net//bg.png">
<meta name="twitter:description" content="As I explained in this previous tutorial, I've been running my own mail server without any issue for some time now. However, every time ...">
</head>
<body>

View File

@ -5,8 +5,6 @@
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="">
<meta name="author" content="Antoine Joubert">
<title>Private Git Repo</title>
@ -45,13 +43,20 @@
<meta property="og:site_name" content="Sysadmining. All day. Every day.">
<meta property="og:type" content="article">
<meta property="article:author" content="Antoine Joubert" >
<meta property="article:author" content="https://captainark.net/author/antoine-joubert.html">
<meta property="og:url" content="https://captainark.net/private-git-repo.html">
<meta property="og:title" content="Private Git Repo">
<meta property="article:published_time" content="2016-01-31 00:00:00+01:00">
<meta property="og:description" content="I've decided to migrate this blog to Pelican. I've been playing around with it over the week-end, and it turns out to be way easier to ...">
<meta property="og:image" content="https://captainark.net//bg.png">
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:site" content="@captainark">
<meta name="twitter:title" content="Private Git Repo">
<meta name="twitter:image" content="https://captainark.net//bg.png">
<meta name="twitter:description" content="I've decided to migrate this blog to Pelican. I've been playing around with it over the week-end, and it turns out to be way easier to ...">
</head>
<body>

View File

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom"><title>Sysadmining. All day. Every day.</title><link href="https://captainark.net/" rel="alternate"></link><link href="https://captainark.net/rss.xml" rel="self"></link><id>https://captainark.net/</id><updated>2016-03-26T00:00:00+01:00</updated><entry><title>WebDAV with nginx</title><link href="https://captainark.net/webdav-with-nginx.html" rel="alternate"></link><updated>2016-03-26T00:00:00+01:00</updated><author><name>Antoine Joubert</name></author><id>tag:captainark.net,2016-03-26:webdav-with-nginx.html</id><summary type="html">&lt;p&gt;This website has been hosted on an &lt;a href="https://www.online.net"&gt;Online.net&lt;/a&gt; dedicated server since its creation. I've been one of their customers for the past 3 years now, and I still don't have anything bad to say about them.&lt;/p&gt;
<feed xmlns="http://www.w3.org/2005/Atom"><title>Sysadmining. All day. Every day.</title><link href="https://captainark.net/" rel="alternate"></link><link href="https://captainark.net/rss.xml" rel="self"></link><id>https://captainark.net/</id><updated>2016-03-26T00:00:00+01:00</updated><entry><title>WebDAV with nginx</title><link href="https://captainark.net/webdav-with-nginx.html" rel="alternate"></link><published>2016-03-26T00:00:00+01:00</published><author><name>Antoine Joubert</name></author><id>tag:captainark.net,2016-03-26:webdav-with-nginx.html</id><summary type="html">&lt;p&gt;This website has been hosted on an &lt;a href="https://www.online.net"&gt;Online.net&lt;/a&gt; dedicated server since its creation. I've been one of their customers for the past 3 years now, and I still don't have anything bad to say about them.&lt;/p&gt;
&lt;p&gt;They recently upgraded their personnal range, and I took the opportunity to upgrade from a single server running all of my services to 2 servers running LXC containers that are hosting my services.&lt;/p&gt;
&lt;p&gt;It took me 2 days to migrate everything, but it was worth it. If I decide to switch servers again, I'll have to migrate the containers instead of the services themselves. Considering they are stored on a separate BTRFS volume, it shouldn't take me more than a few hours at most.&lt;/p&gt;
&lt;p&gt;During the migration, I realized that I needed to make files that were hosted on one server accessible to the other. I could have gone with CIFS or NFS, but I wanted to have encryption built-in instead of having to rely on a VPN for that. Since I figured it was a good opportunity to learn something new, I ended up going with WebDAV.&lt;/p&gt;
@ -313,7 +313,7 @@ mount -t davfs https://www.example.com/data /data -o ro,dir_mode&lt;span class="
&lt;p&gt;That way, if monit notices that the &lt;code&gt;/data/davfs.txt&lt;/code&gt; file becomes inaccessible for some reason, it will try remouting the share.&lt;/p&gt;
&lt;h2&gt;Conclusion&lt;/h2&gt;
&lt;p&gt;That's all ! Hopefully this has been useful to someone. Please do comment below if you have any question or if this has been helpful !&lt;/p&gt;</summary></entry><entry><title>MySQL backup script</title><link href="https://captainark.net/mysql-backup-script.html" rel="alternate"></link><updated>2016-03-13T00:00:00+01:00</updated><author><name>Antoine Joubert</name></author><id>tag:captainark.net,2016-03-13:mysql-backup-script.html</id><summary type="html">&lt;p&gt;I wrote a MySQL database backup script a while back. I known they are more than enough of them already floating around the internet, but hey, I figured I'd share it here anyway.&lt;/p&gt;
&lt;p&gt;That's all ! Hopefully this has been useful to someone. Please do comment below if you have any question or if this has been helpful !&lt;/p&gt;</summary></entry><entry><title>MySQL backup script</title><link href="https://captainark.net/mysql-backup-script.html" rel="alternate"></link><published>2016-03-13T00:00:00+01:00</published><author><name>Antoine Joubert</name></author><id>tag:captainark.net,2016-03-13:mysql-backup-script.html</id><summary type="html">&lt;p&gt;I wrote a MySQL database backup script a while back. I known they are more than enough of them already floating around the internet, but hey, I figured I'd share it here anyway.&lt;/p&gt;
&lt;h2&gt;The script&lt;/h2&gt;
&lt;p&gt;For the script to work, you'll need to edit a few variable to match your configuration.&lt;/p&gt;
&lt;ul&gt;
@ -351,7 +351,7 @@ sqlbk&lt;span class="o"&gt;()&lt;/span&gt; &lt;span class="o"&gt;{&lt;/span&gt;
&lt;h1&gt;Conclusion&lt;/h1&gt;
&lt;p&gt;You've probably noticed that the script erases the previous backup when a new one is made.&lt;/p&gt;
&lt;p&gt;I don't need to keep multiple versions of the same database backup on my servers because they are all saved remotely on a daily basis using &lt;a href="http://rsnapshot.org/"&gt;Rsnapshot&lt;/a&gt;. I'll probably write an article on the subject in the future.&lt;/p&gt;
&lt;p&gt;As usual, feedback is always appreciated !&lt;/p&gt;</summary></entry><entry><title>Postfix Admin</title><link href="https://captainark.net/postfix-admin.html" rel="alternate"></link><updated>2016-03-06T00:00:00+01:00</updated><author><name>Antoine Joubert</name></author><id>tag:captainark.net,2016-03-06:postfix-admin.html</id><summary type="html">&lt;p&gt;As I explained in &lt;a href="https://www.captainark.net/setting-up-a-mail-server.html"&gt;this previous tutorial&lt;/a&gt;, I've been running my own mail server without any issue for some time now.&lt;/p&gt;
&lt;p&gt;As usual, feedback is always appreciated !&lt;/p&gt;</summary></entry><entry><title>Postfix Admin</title><link href="https://captainark.net/postfix-admin.html" rel="alternate"></link><published>2016-03-06T00:00:00+01:00</published><author><name>Antoine Joubert</name></author><id>tag:captainark.net,2016-03-06:postfix-admin.html</id><summary type="html">&lt;p&gt;As I explained in &lt;a href="https://www.captainark.net/setting-up-a-mail-server.html"&gt;this previous tutorial&lt;/a&gt;, I've been running my own mail server without any issue for some time now.&lt;/p&gt;
&lt;p&gt;However, every time I've wanted to add a domain, create a new mailbox or change a user's password, I've had to do it manually from a SQL shell. As fun as it may be, it does get old very fast, so I've decided to install a web frontend to manage this database.&lt;/p&gt;
&lt;p&gt;After a bit a googling, I've settled on &lt;a href="http://postfixadmin.sourceforge.net/"&gt;Postfix Admin&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;The latest stable version of Postfix Admin was released in 2009. Version 3.0 has been in the works for some time now and the project can be cloned from their &lt;a href="https://github.com/postfixadmin/postfixadmin"&gt;Github repo&lt;/a&gt;.&lt;/p&gt;
@ -460,7 +460,7 @@ rm /etc/dovecot/sql.conf.bak
&lt;h1&gt;Conclusion&lt;/h1&gt;
&lt;p&gt;That's all ! As always, please do leave a comment if this article has been of any use to you !&lt;/p&gt;</summary></entry><entry><title>My tmux configuration</title><link href="https://captainark.net/my-tmux-configuration.html" rel="alternate"></link><updated>2016-02-02T00:00:00+01:00</updated><author><name>Antoine Joubert</name></author><id>tag:captainark.net,2016-02-02:my-tmux-configuration.html</id><summary type="html">&lt;p&gt;&lt;a href="https://tmux.github.io/"&gt;tmux&lt;/a&gt; is a terminal mutiplexer. It lets you have multiples shells running in a single terminal emulator window and it keeps those shells running in the background should you need to close your terminal emulator.&lt;/p&gt;
&lt;p&gt;That's all ! As always, please do leave a comment if this article has been of any use to you !&lt;/p&gt;</summary></entry><entry><title>My tmux configuration</title><link href="https://captainark.net/my-tmux-configuration.html" rel="alternate"></link><published>2016-02-02T00:00:00+01:00</published><author><name>Antoine Joubert</name></author><id>tag:captainark.net,2016-02-02:my-tmux-configuration.html</id><summary type="html">&lt;p&gt;&lt;a href="https://tmux.github.io/"&gt;tmux&lt;/a&gt; is a terminal mutiplexer. It lets you have multiples shells running in a single terminal emulator window and it keeps those shells running in the background should you need to close your terminal emulator.&lt;/p&gt;
&lt;p&gt;I've played around with the configuration quite a bit to find settings that suit my needs. Here's what it ended up looking like :&lt;/p&gt;
&lt;p&gt;&lt;a href="images/tmux_fullsize.png"&gt;&lt;img alt="tmux" src="images/tmux.png" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;This screenshot was done on Mac OS X, using the Terminal app and this &lt;a href="https://github.com/tomislav/osx-terminal.app-colors-solarized"&gt;Solarized theme&lt;/a&gt;.&lt;/p&gt;
@ -625,7 +625,7 @@ bind &amp;#39;&amp;quot;&amp;#39; choose-window
&lt;h2&gt;Conclusion&lt;/h2&gt;
&lt;p&gt;That's all ! As always, please do leave a comment if you've found something useful in this article !&lt;/p&gt;</summary></entry><entry><title>Debian updates with Ansible</title><link href="https://captainark.net/debian-updates-with-ansible.html" rel="alternate"></link><updated>2016-01-31T00:00:00+01:00</updated><author><name>Antoine Joubert</name></author><id>tag:captainark.net,2016-01-31:debian-updates-with-ansible.html</id><summary type="html">&lt;p&gt;I've recently bought a &lt;a href="http://www8.hp.com/us/en/products/proliant-servers/product-detail.html?oid=5379860"&gt;HP Proliant Microserver Gen8&lt;/a&gt; to play around with LXC and try new stuff.&lt;/p&gt;
&lt;p&gt;That's all ! As always, please do leave a comment if you've found something useful in this article !&lt;/p&gt;</summary></entry><entry><title>Debian updates with Ansible</title><link href="https://captainark.net/debian-updates-with-ansible.html" rel="alternate"></link><published>2016-01-31T00:00:00+01:00</published><author><name>Antoine Joubert</name></author><id>tag:captainark.net,2016-01-31:debian-updates-with-ansible.html</id><summary type="html">&lt;p&gt;I've recently bought a &lt;a href="http://www8.hp.com/us/en/products/proliant-servers/product-detail.html?oid=5379860"&gt;HP Proliant Microserver Gen8&lt;/a&gt; to play around with LXC and try new stuff.&lt;/p&gt;
&lt;p&gt;From the 4 Debian machines I had to keep up-to-date, I now have 7, so it became quite time-consumming to manually SSH to each of them whenever an update became available.&lt;/p&gt;
&lt;p&gt;I ended up looking at &lt;a href="http://www.ansible.com/"&gt;Ansible&lt;/a&gt; to speed up the process and, within an hour, I had a working playbook that updates the debian packages, pip packages and git repos installed on all of my servers with a single command.&lt;/p&gt;
&lt;p&gt;I figured I'd share the playbook I use to update the Debian packages !&lt;/p&gt;
@ -670,7 +670,7 @@ bind &amp;#39;&amp;quot;&amp;#39; choose-window
&lt;h2&gt;Conclusion&lt;/h2&gt;
&lt;p&gt;That's all ! Please leave a comment if you've found this playbook helpful !&lt;/p&gt;</summary></entry><entry><title>Private Git Repo</title><link href="https://captainark.net/private-git-repo.html" rel="alternate"></link><updated>2016-01-31T00:00:00+01:00</updated><author><name>Antoine Joubert</name></author><id>tag:captainark.net,2016-01-31:private-git-repo.html</id><summary type="html">&lt;p&gt;I've decided to migrate this blog to &lt;a href="http://blog.getpelican.com/"&gt;Pelican&lt;/a&gt;. I've been playing around with it over the week-end, and it turns out to be way easier to manage than &lt;a href="https://jekyllrb.com/"&gt;Jekyll&lt;/a&gt;. Themes are much easier to install and configure, so it ends up looking better as well !&lt;/p&gt;
&lt;p&gt;That's all ! Please leave a comment if you've found this playbook helpful !&lt;/p&gt;</summary></entry><entry><title>Private Git Repo</title><link href="https://captainark.net/private-git-repo.html" rel="alternate"></link><published>2016-01-31T00:00:00+01:00</published><author><name>Antoine Joubert</name></author><id>tag:captainark.net,2016-01-31:private-git-repo.html</id><summary type="html">&lt;p&gt;I've decided to migrate this blog to &lt;a href="http://blog.getpelican.com/"&gt;Pelican&lt;/a&gt;. I've been playing around with it over the week-end, and it turns out to be way easier to manage than &lt;a href="https://jekyllrb.com/"&gt;Jekyll&lt;/a&gt;. Themes are much easier to install and configure, so it ends up looking better as well !&lt;/p&gt;
&lt;p&gt;Since I'm basically recreating this blog from scratch, I've decided to delete the old git repo that was hosting it and to create a new one.&lt;/p&gt;
&lt;p&gt;Setting up your own private git repo is pretty easy to achieve and is already well-documented on the &lt;a href="https://git-scm.com/book/en/v2/Git-on-the-Server-Setting-Up-the-Server"&gt;Git&lt;/a&gt; website.&lt;/p&gt;
&lt;p&gt;Every time I want to create a new repo, I've had time to forget how to do it and I end up looking for that page, so I figured I'd write a few lines on the subject.&lt;/p&gt;
@ -810,7 +810,7 @@ Checking connectivity... &lt;span class="k"&gt;done&lt;/span&gt;.
&lt;li&gt;once a branch has been copied locally, you can switch to it with the &lt;code&gt;git checkout {branch}&lt;/code&gt; command.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;For more information on git a command, use &lt;code&gt;man git-{command}&lt;/code&gt; !&lt;/p&gt;
&lt;p&gt;If you've found this tutorial in any way helpful, please feel free to leave a comment !&lt;/p&gt;</summary></entry><entry><title>Flexget init script</title><link href="https://captainark.net/flexget-init-script.html" rel="alternate"></link><updated>2015-05-05T00:00:00+02:00</updated><author><name>Antoine Joubert</name></author><id>tag:captainark.net,2015-05-05:flexget-init-script.html</id><summary type="html">&lt;p&gt;I've been using &lt;a href="http://flexget.com/"&gt;Flexget&lt;/a&gt; for the past two years or so as a download automator.&lt;/p&gt;
&lt;p&gt;If you've found this tutorial in any way helpful, please feel free to leave a comment !&lt;/p&gt;</summary></entry><entry><title>Flexget init script</title><link href="https://captainark.net/flexget-init-script.html" rel="alternate"></link><published>2015-05-05T00:00:00+02:00</published><author><name>Antoine Joubert</name></author><id>tag:captainark.net,2015-05-05:flexget-init-script.html</id><summary type="html">&lt;p&gt;I've been using &lt;a href="http://flexget.com/"&gt;Flexget&lt;/a&gt; for the past two years or so as a download automator.&lt;/p&gt;
&lt;p&gt;Since I wrote an &lt;a href="http://flexget.com/wiki/Daemon/Startup#InsservscriptDebiancompatible"&gt;init script&lt;/a&gt; for it a while back, and it is compatible with Debian Jessie / systemd, I figured I'd share it here.&lt;/p&gt;
&lt;h2&gt;The script&lt;/h2&gt;
&lt;p&gt;All of the following should be done as the root user.&lt;/p&gt;
@ -1038,7 +1038,7 @@ service flexget status
&lt;h2&gt;Conclusion&lt;/h2&gt;
&lt;p&gt;That's all ! If you are using this script, please let me know in the comment section below !&lt;/p&gt;</summary></entry><entry><title>Setting up a mail server</title><link href="https://captainark.net/setting-up-a-mail-server.html" rel="alternate"></link><updated>2015-04-24T00:00:00+02:00</updated><author><name>Antoine Joubert</name></author><id>tag:captainark.net,2015-04-24:setting-up-a-mail-server.html</id><summary type="html">&lt;p&gt;In this first tutorial, I'll explain how I've configured my mail server using the following :&lt;/p&gt;
&lt;p&gt;That's all ! If you are using this script, please let me know in the comment section below !&lt;/p&gt;</summary></entry><entry><title>Setting up a mail server</title><link href="https://captainark.net/setting-up-a-mail-server.html" rel="alternate"></link><published>2015-04-24T00:00:00+02:00</published><author><name>Antoine Joubert</name></author><id>tag:captainark.net,2015-04-24:setting-up-a-mail-server.html</id><summary type="html">&lt;p&gt;In this first tutorial, I'll explain how I've configured my mail server using the following :&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;A server running Linux Debian (jessie) ;&lt;/li&gt;
&lt;li&gt;Postfix ;&lt;/li&gt;

View File

@ -5,8 +5,6 @@
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="">
<meta name="author" content="Antoine Joubert">
<title>Setting up a mail server</title>
@ -45,13 +43,20 @@
<meta property="og:site_name" content="Sysadmining. All day. Every day.">
<meta property="og:type" content="article">
<meta property="article:author" content="Antoine Joubert" >
<meta property="article:author" content="https://captainark.net/author/antoine-joubert.html">
<meta property="og:url" content="https://captainark.net/setting-up-a-mail-server.html">
<meta property="og:title" content="Setting up a mail server">
<meta property="article:published_time" content="2015-04-24 00:00:00+02:00">
<meta property="og:description" content="In this first tutorial, I'll explain how I've configured my mail server using the following : A server running Linux Debian (jessie) ; ...">
<meta property="og:image" content="https://captainark.net//bg.png">
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:site" content="@captainark">
<meta name="twitter:title" content="Setting up a mail server">
<meta name="twitter:image" content="https://captainark.net//bg.png">
<meta name="twitter:description" content="In this first tutorial, I'll explain how I've configured my mail server using the following : A server running Linux Debian (jessie) ; ...">
</head>
<body>

View File

@ -5,8 +5,6 @@
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="">
<meta name="author" content="Antoine Joubert">
<title>Sysadmining. All day. Every day. - Tags</title>
@ -36,6 +34,11 @@
<meta property="og:locale" content="">
<meta property="og:site_name" content="Sysadmining. All day. Every day.">
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:site" content="@captainark">
<meta name="twitter:title" content="Sysadmining. All day. Every day.">
<meta name="twitter:description" content="Yet Another Blog about Linux and Networking">
<meta name="twitter:image" content="https://captainark.net//bg.png">
</head>
<body>

View File

@ -5,8 +5,6 @@
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="">
<meta name="author" content="Antoine Joubert">
<title>WebDAV with nginx</title>
@ -45,13 +43,20 @@
<meta property="og:site_name" content="Sysadmining. All day. Every day.">
<meta property="og:type" content="article">
<meta property="article:author" content="Antoine Joubert" >
<meta property="article:author" content="https://captainark.net/author/antoine-joubert.html">
<meta property="og:url" content="https://captainark.net/webdav-with-nginx.html">
<meta property="og:title" content="WebDAV with nginx">
<meta property="article:published_time" content="2016-03-26 00:00:00+01:00">
<meta property="og:description" content="This website has been hosted on an Online.net dedicated server since its creation. I've been one of their customers for the past 3 years ...">
<meta property="og:image" content="https://captainark.net//bg.png">
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:site" content="@captainark">
<meta name="twitter:title" content="WebDAV with nginx">
<meta name="twitter:image" content="https://captainark.net//bg.png">
<meta name="twitter:description" content="This website has been hosted on an Online.net dedicated server since its creation. I've been one of their customers for the past 3 years ...">
</head>
<body>

View File

@ -21,7 +21,7 @@ DEFAULT_PAGINATION = 10
# Uncomment following line if you want document-relative URLs when developing
#RELATIVE_URLS = True
THEME = '/Users/captainark/Documents/projects/pelican-themes/pelican-clean-blog'
THEME = 'themes/pelican-clean-blog'
SITESUBTITLE = u'Yet Another Blog about Linux and Networking'
# Add items to top menu before pages
MENUITEMS = [

Binary file not shown.