remove social links and correct disqus issue
This commit is contained in:
parent
3be3a7927f
commit
a2923d5992
@ -13,13 +13,13 @@
|
||||
|
||||
|
||||
<!-- Bootstrap Core CSS -->
|
||||
<link href="./theme/css/bootstrap.min.css" rel="stylesheet">
|
||||
<link href="https://captainark.net/theme/css/bootstrap.min.css" rel="stylesheet">
|
||||
|
||||
<!-- Custom CSS -->
|
||||
<link href="./theme/css/clean-blog.min.css" rel="stylesheet">
|
||||
<link href="https://captainark.net/theme/css/clean-blog.min.css" rel="stylesheet">
|
||||
|
||||
<!-- Code highlight color scheme -->
|
||||
<link href="./theme/css/code_blocks/github.css" rel="stylesheet">
|
||||
<link href="https://captainark.net/theme/css/code_blocks/github.css" rel="stylesheet">
|
||||
|
||||
|
||||
<!-- Custom Fonts -->
|
||||
@ -51,7 +51,7 @@
|
||||
<span class="icon-bar"></span>
|
||||
<span class="icon-bar"></span>
|
||||
</button>
|
||||
<a class="navbar-brand" href="./">Sysadmining. All day. Every day.</a>
|
||||
<a class="navbar-brand" href="https://captainark.net/">Sysadmining. All day. Every day.</a>
|
||||
</div>
|
||||
|
||||
<!-- Collect the nav links, forms, and other content for toggling -->
|
||||
@ -60,8 +60,8 @@
|
||||
<li><a href="/">Homepage</a></li>
|
||||
<li><a href="/categories.html">Categories</a></li>
|
||||
|
||||
<li><a href="./pages/about.html">About</a></li>
|
||||
<li><a href="./pages/resume.html">Resume</a></li>
|
||||
<li><a href="https://captainark.net/pages/about.html">About</a></li>
|
||||
<li><a href="https://captainark.net/pages/resume.html">Resume</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<!-- /.navbar-collapse -->
|
||||
@ -88,11 +88,11 @@
|
||||
<div class="col-lg-8 col-lg-offset-2 col-md-10 col-md-offset-1">
|
||||
<dl>
|
||||
<dt>Sun 31 January 2016</dt>
|
||||
<dd><a href="./private-git-repo.html">Private Git Repo</a></dd>
|
||||
<dd><a href="https://captainark.net/private-git-repo.html">Private Git Repo</a></dd>
|
||||
<dt>Tue 05 May 2015</dt>
|
||||
<dd><a href="./flexget-init-script.html">Flexget init script</a></dd>
|
||||
<dd><a href="https://captainark.net/flexget-init-script.html">Flexget init script</a></dd>
|
||||
<dt>Fri 24 April 2015</dt>
|
||||
<dd><a href="./setting-up-a-mail-server.html">Setting up a mail server</a></dd>
|
||||
<dd><a href="https://captainark.net/setting-up-a-mail-server.html">Setting up a mail server</a></dd>
|
||||
<hr>
|
||||
</dl>
|
||||
</div>
|
||||
@ -132,26 +132,10 @@
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href=" https://www.facebook.com/captainark">
|
||||
<a href="http://www.last.fm/user/captainark">
|
||||
<span class="fa-stack fa-lg">
|
||||
<i class="fa fa-circle fa-stack-2x"></i>
|
||||
<i class="fa fa-facebook fa-stack-1x fa-inverse"></i>
|
||||
</span>
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://plus.google.com/+CaptainarkNet47">
|
||||
<span class="fa-stack fa-lg">
|
||||
<i class="fa fa-circle fa-stack-2x"></i>
|
||||
<i class="fa fa-google-plus fa-stack-1x fa-inverse"></i>
|
||||
</span>
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://www.youtube.com/user/thecaptainark">
|
||||
<span class="fa-stack fa-lg">
|
||||
<i class="fa fa-circle fa-stack-2x"></i>
|
||||
<i class="fa fa-youtube fa-stack-1x fa-inverse"></i>
|
||||
<i class="fa fa-lastfm fa-stack-1x fa-inverse"></i>
|
||||
</span>
|
||||
</a>
|
||||
</li>
|
||||
@ -171,14 +155,6 @@
|
||||
</span>
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="http://www.last.fm/user/captainark">
|
||||
<span class="fa-stack fa-lg">
|
||||
<i class="fa fa-circle fa-stack-2x"></i>
|
||||
<i class="fa fa-lastfm fa-stack-1x fa-inverse"></i>
|
||||
</span>
|
||||
</a>
|
||||
</li>
|
||||
</ul>
|
||||
<p class="copyright text-muted">
|
||||
Blog powered by <a href="http://getpelican.com">Pelican</a>,
|
||||
@ -189,16 +165,16 @@
|
||||
</footer>
|
||||
|
||||
<!-- jQuery -->
|
||||
<script src="./theme/js/jquery.js"></script>
|
||||
<script src="https://captainark.net/theme/js/jquery.js"></script>
|
||||
|
||||
<!-- Bootstrap Core JavaScript -->
|
||||
<script src="./theme/js/bootstrap.min.js"></script>
|
||||
<script src="https://captainark.net/theme/js/bootstrap.min.js"></script>
|
||||
|
||||
<!-- Custom Theme JavaScript -->
|
||||
<script src="./theme/js/clean-blog.min.js"></script>
|
||||
<script src="https://captainark.net/theme/js/clean-blog.min.js"></script>
|
||||
|
||||
<script type="text/javascript">
|
||||
var disqus_shortname = 'captainark';
|
||||
var disqus_shortname = 'www.captainark.net';
|
||||
(function () {
|
||||
var s = document.createElement('script'); s.async = true;
|
||||
s.type = 'text/javascript';
|
||||
|
@ -13,13 +13,13 @@
|
||||
|
||||
|
||||
<!-- Bootstrap Core CSS -->
|
||||
<link href="../theme/css/bootstrap.min.css" rel="stylesheet">
|
||||
<link href="https://captainark.net/theme/css/bootstrap.min.css" rel="stylesheet">
|
||||
|
||||
<!-- Custom CSS -->
|
||||
<link href="../theme/css/clean-blog.min.css" rel="stylesheet">
|
||||
<link href="https://captainark.net/theme/css/clean-blog.min.css" rel="stylesheet">
|
||||
|
||||
<!-- Code highlight color scheme -->
|
||||
<link href="../theme/css/code_blocks/github.css" rel="stylesheet">
|
||||
<link href="https://captainark.net/theme/css/code_blocks/github.css" rel="stylesheet">
|
||||
|
||||
|
||||
<!-- Custom Fonts -->
|
||||
@ -51,7 +51,7 @@
|
||||
<span class="icon-bar"></span>
|
||||
<span class="icon-bar"></span>
|
||||
</button>
|
||||
<a class="navbar-brand" href="../">Sysadmining. All day. Every day.</a>
|
||||
<a class="navbar-brand" href="https://captainark.net/">Sysadmining. All day. Every day.</a>
|
||||
</div>
|
||||
|
||||
<!-- Collect the nav links, forms, and other content for toggling -->
|
||||
@ -60,8 +60,8 @@
|
||||
<li><a href="/">Homepage</a></li>
|
||||
<li><a href="/categories.html">Categories</a></li>
|
||||
|
||||
<li><a href="../pages/about.html">About</a></li>
|
||||
<li><a href="../pages/resume.html">Resume</a></li>
|
||||
<li><a href="https://captainark.net/pages/about.html">About</a></li>
|
||||
<li><a href="https://captainark.net/pages/resume.html">Resume</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<!-- /.navbar-collapse -->
|
||||
@ -87,7 +87,7 @@
|
||||
<div class="row">
|
||||
<div class="col-lg-8 col-lg-offset-2 col-md-10 col-md-offset-1">
|
||||
<div class="post-preview">
|
||||
<a href="../private-git-repo.html" rel="bookmark" title="Permalink to Private Git Repo">
|
||||
<a href="https://captainark.net/private-git-repo.html" rel="bookmark" title="Permalink to Private Git Repo">
|
||||
<h2 class="post-title">
|
||||
Private Git Repo
|
||||
</h2>
|
||||
@ -95,12 +95,12 @@
|
||||
<h2>Introduction</h2>
|
||||
<p>I've decided to migrate this blog to <a href="http://blog.getpelican.com/">Pelican</a>. I've been playing ...
|
||||
<p class="post-meta">Posted by
|
||||
<a href="../author/antoine-joubert.html">Antoine Joubert</a>
|
||||
<a href="https://captainark.net/author/antoine-joubert.html">Antoine Joubert</a>
|
||||
on Sun 31 January 2016
|
||||
</p>
|
||||
<p>There are <a href="../private-git-repo.html#disqus_thread">comments</a>.</p> </div>
|
||||
<p>There are <a href="https://captainark.net/private-git-repo.html#disqus_thread">comments</a>.</p> </div>
|
||||
<div class="post-preview">
|
||||
<a href="../flexget-init-script.html" rel="bookmark" title="Permalink to Flexget init script">
|
||||
<a href="https://captainark.net/flexget-init-script.html" rel="bookmark" title="Permalink to Flexget init script">
|
||||
<h2 class="post-title">
|
||||
Flexget init script
|
||||
</h2>
|
||||
@ -108,12 +108,12 @@
|
||||
<h2>Introduction</h2>
|
||||
<p>I've been using <a href="http://flexget.com/">Flexget</a> for the past two years or so as a download ...
|
||||
<p class="post-meta">Posted by
|
||||
<a href="../author/antoine-joubert.html">Antoine Joubert</a>
|
||||
<a href="https://captainark.net/author/antoine-joubert.html">Antoine Joubert</a>
|
||||
on Tue 05 May 2015
|
||||
</p>
|
||||
<p>There are <a href="../flexget-init-script.html#disqus_thread">comments</a>.</p> </div>
|
||||
<p>There are <a href="https://captainark.net/flexget-init-script.html#disqus_thread">comments</a>.</p> </div>
|
||||
<div class="post-preview">
|
||||
<a href="../setting-up-a-mail-server.html" rel="bookmark" title="Permalink to Setting up a mail server">
|
||||
<a href="https://captainark.net/setting-up-a-mail-server.html" rel="bookmark" title="Permalink to Setting up a mail server">
|
||||
<h2 class="post-title">
|
||||
Setting up a mail server
|
||||
</h2>
|
||||
@ -123,10 +123,10 @@
|
||||
<ul>
|
||||
<li>A ...
|
||||
<p class="post-meta">Posted by
|
||||
<a href="../author/antoine-joubert.html">Antoine Joubert</a>
|
||||
<a href="https://captainark.net/author/antoine-joubert.html">Antoine Joubert</a>
|
||||
on Fri 24 April 2015
|
||||
</p>
|
||||
<p>There are <a href="../setting-up-a-mail-server.html#disqus_thread">comments</a>.</p> </div>
|
||||
<p>There are <a href="https://captainark.net/setting-up-a-mail-server.html#disqus_thread">comments</a>.</p> </div>
|
||||
|
||||
<hr>
|
||||
<!-- Pager -->
|
||||
@ -173,26 +173,10 @@
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href=" https://www.facebook.com/captainark">
|
||||
<a href="http://www.last.fm/user/captainark">
|
||||
<span class="fa-stack fa-lg">
|
||||
<i class="fa fa-circle fa-stack-2x"></i>
|
||||
<i class="fa fa-facebook fa-stack-1x fa-inverse"></i>
|
||||
</span>
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://plus.google.com/+CaptainarkNet47">
|
||||
<span class="fa-stack fa-lg">
|
||||
<i class="fa fa-circle fa-stack-2x"></i>
|
||||
<i class="fa fa-google-plus fa-stack-1x fa-inverse"></i>
|
||||
</span>
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://www.youtube.com/user/thecaptainark">
|
||||
<span class="fa-stack fa-lg">
|
||||
<i class="fa fa-circle fa-stack-2x"></i>
|
||||
<i class="fa fa-youtube fa-stack-1x fa-inverse"></i>
|
||||
<i class="fa fa-lastfm fa-stack-1x fa-inverse"></i>
|
||||
</span>
|
||||
</a>
|
||||
</li>
|
||||
@ -212,14 +196,6 @@
|
||||
</span>
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="http://www.last.fm/user/captainark">
|
||||
<span class="fa-stack fa-lg">
|
||||
<i class="fa fa-circle fa-stack-2x"></i>
|
||||
<i class="fa fa-lastfm fa-stack-1x fa-inverse"></i>
|
||||
</span>
|
||||
</a>
|
||||
</li>
|
||||
</ul>
|
||||
<p class="copyright text-muted">
|
||||
Blog powered by <a href="http://getpelican.com">Pelican</a>,
|
||||
@ -230,16 +206,16 @@
|
||||
</footer>
|
||||
|
||||
<!-- jQuery -->
|
||||
<script src="../theme/js/jquery.js"></script>
|
||||
<script src="https://captainark.net/theme/js/jquery.js"></script>
|
||||
|
||||
<!-- Bootstrap Core JavaScript -->
|
||||
<script src="../theme/js/bootstrap.min.js"></script>
|
||||
<script src="https://captainark.net/theme/js/bootstrap.min.js"></script>
|
||||
|
||||
<!-- Custom Theme JavaScript -->
|
||||
<script src="../theme/js/clean-blog.min.js"></script>
|
||||
<script src="https://captainark.net/theme/js/clean-blog.min.js"></script>
|
||||
|
||||
<script type="text/javascript">
|
||||
var disqus_shortname = 'captainark';
|
||||
var disqus_shortname = 'www.captainark.net';
|
||||
(function () {
|
||||
var s = document.createElement('script'); s.async = true;
|
||||
s.type = 'text/javascript';
|
||||
|
@ -13,13 +13,13 @@
|
||||
|
||||
|
||||
<!-- Bootstrap Core CSS -->
|
||||
<link href="./theme/css/bootstrap.min.css" rel="stylesheet">
|
||||
<link href="https://captainark.net/theme/css/bootstrap.min.css" rel="stylesheet">
|
||||
|
||||
<!-- Custom CSS -->
|
||||
<link href="./theme/css/clean-blog.min.css" rel="stylesheet">
|
||||
<link href="https://captainark.net/theme/css/clean-blog.min.css" rel="stylesheet">
|
||||
|
||||
<!-- Code highlight color scheme -->
|
||||
<link href="./theme/css/code_blocks/github.css" rel="stylesheet">
|
||||
<link href="https://captainark.net/theme/css/code_blocks/github.css" rel="stylesheet">
|
||||
|
||||
|
||||
<!-- Custom Fonts -->
|
||||
@ -51,7 +51,7 @@
|
||||
<span class="icon-bar"></span>
|
||||
<span class="icon-bar"></span>
|
||||
</button>
|
||||
<a class="navbar-brand" href="./">Sysadmining. All day. Every day.</a>
|
||||
<a class="navbar-brand" href="https://captainark.net/">Sysadmining. All day. Every day.</a>
|
||||
</div>
|
||||
|
||||
<!-- Collect the nav links, forms, and other content for toggling -->
|
||||
@ -60,8 +60,8 @@
|
||||
<li><a href="/">Homepage</a></li>
|
||||
<li><a href="/categories.html">Categories</a></li>
|
||||
|
||||
<li><a href="./pages/about.html">About</a></li>
|
||||
<li><a href="./pages/resume.html">Resume</a></li>
|
||||
<li><a href="https://captainark.net/pages/about.html">About</a></li>
|
||||
<li><a href="https://captainark.net/pages/resume.html">Resume</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<!-- /.navbar-collapse -->
|
||||
@ -87,7 +87,7 @@
|
||||
<div class="row">
|
||||
<div class="col-lg-8 col-lg-offset-2 col-md-10 col-md-offset-1">
|
||||
<div class="post-preview">
|
||||
<a href="./author/antoine-joubert.html" rel="bookmark">
|
||||
<a href="https://captainark.net/author/antoine-joubert.html" rel="bookmark">
|
||||
<h2 class="post-title">
|
||||
Antoine Joubert (3)
|
||||
</h2>
|
||||
@ -131,26 +131,10 @@
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href=" https://www.facebook.com/captainark">
|
||||
<a href="http://www.last.fm/user/captainark">
|
||||
<span class="fa-stack fa-lg">
|
||||
<i class="fa fa-circle fa-stack-2x"></i>
|
||||
<i class="fa fa-facebook fa-stack-1x fa-inverse"></i>
|
||||
</span>
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://plus.google.com/+CaptainarkNet47">
|
||||
<span class="fa-stack fa-lg">
|
||||
<i class="fa fa-circle fa-stack-2x"></i>
|
||||
<i class="fa fa-google-plus fa-stack-1x fa-inverse"></i>
|
||||
</span>
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://www.youtube.com/user/thecaptainark">
|
||||
<span class="fa-stack fa-lg">
|
||||
<i class="fa fa-circle fa-stack-2x"></i>
|
||||
<i class="fa fa-youtube fa-stack-1x fa-inverse"></i>
|
||||
<i class="fa fa-lastfm fa-stack-1x fa-inverse"></i>
|
||||
</span>
|
||||
</a>
|
||||
</li>
|
||||
@ -170,14 +154,6 @@
|
||||
</span>
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="http://www.last.fm/user/captainark">
|
||||
<span class="fa-stack fa-lg">
|
||||
<i class="fa fa-circle fa-stack-2x"></i>
|
||||
<i class="fa fa-lastfm fa-stack-1x fa-inverse"></i>
|
||||
</span>
|
||||
</a>
|
||||
</li>
|
||||
</ul>
|
||||
<p class="copyright text-muted">
|
||||
Blog powered by <a href="http://getpelican.com">Pelican</a>,
|
||||
@ -188,16 +164,16 @@
|
||||
</footer>
|
||||
|
||||
<!-- jQuery -->
|
||||
<script src="./theme/js/jquery.js"></script>
|
||||
<script src="https://captainark.net/theme/js/jquery.js"></script>
|
||||
|
||||
<!-- Bootstrap Core JavaScript -->
|
||||
<script src="./theme/js/bootstrap.min.js"></script>
|
||||
<script src="https://captainark.net/theme/js/bootstrap.min.js"></script>
|
||||
|
||||
<!-- Custom Theme JavaScript -->
|
||||
<script src="./theme/js/clean-blog.min.js"></script>
|
||||
<script src="https://captainark.net/theme/js/clean-blog.min.js"></script>
|
||||
|
||||
<script type="text/javascript">
|
||||
var disqus_shortname = 'captainark';
|
||||
var disqus_shortname = 'www.captainark.net';
|
||||
(function () {
|
||||
var s = document.createElement('script'); s.async = true;
|
||||
s.type = 'text/javascript';
|
||||
|
@ -13,13 +13,13 @@
|
||||
|
||||
|
||||
<!-- Bootstrap Core CSS -->
|
||||
<link href="./theme/css/bootstrap.min.css" rel="stylesheet">
|
||||
<link href="https://captainark.net/theme/css/bootstrap.min.css" rel="stylesheet">
|
||||
|
||||
<!-- Custom CSS -->
|
||||
<link href="./theme/css/clean-blog.min.css" rel="stylesheet">
|
||||
<link href="https://captainark.net/theme/css/clean-blog.min.css" rel="stylesheet">
|
||||
|
||||
<!-- Code highlight color scheme -->
|
||||
<link href="./theme/css/code_blocks/github.css" rel="stylesheet">
|
||||
<link href="https://captainark.net/theme/css/code_blocks/github.css" rel="stylesheet">
|
||||
|
||||
|
||||
<!-- Custom Fonts -->
|
||||
@ -51,7 +51,7 @@
|
||||
<span class="icon-bar"></span>
|
||||
<span class="icon-bar"></span>
|
||||
</button>
|
||||
<a class="navbar-brand" href="./">Sysadmining. All day. Every day.</a>
|
||||
<a class="navbar-brand" href="https://captainark.net/">Sysadmining. All day. Every day.</a>
|
||||
</div>
|
||||
|
||||
<!-- Collect the nav links, forms, and other content for toggling -->
|
||||
@ -60,8 +60,8 @@
|
||||
<li><a href="/">Homepage</a></li>
|
||||
<li><a href="/categories.html">Categories</a></li>
|
||||
|
||||
<li><a href="./pages/about.html">About</a></li>
|
||||
<li><a href="./pages/resume.html">Resume</a></li>
|
||||
<li><a href="https://captainark.net/pages/about.html">About</a></li>
|
||||
<li><a href="https://captainark.net/pages/resume.html">Resume</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<!-- /.navbar-collapse -->
|
||||
@ -87,8 +87,8 @@
|
||||
<div class="row">
|
||||
<div class="col-lg-8 col-lg-offset-2 col-md-10 col-md-offset-1">
|
||||
<ul>
|
||||
<li><a href="./category/script.html">Script</a></li>
|
||||
<li><a href="./category/tutorial.html">Tutorial</a></li>
|
||||
<li><a href="https://captainark.net/category/script.html">Script</a></li>
|
||||
<li><a href="https://captainark.net/category/tutorial.html">Tutorial</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
@ -127,26 +127,10 @@
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href=" https://www.facebook.com/captainark">
|
||||
<a href="http://www.last.fm/user/captainark">
|
||||
<span class="fa-stack fa-lg">
|
||||
<i class="fa fa-circle fa-stack-2x"></i>
|
||||
<i class="fa fa-facebook fa-stack-1x fa-inverse"></i>
|
||||
</span>
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://plus.google.com/+CaptainarkNet47">
|
||||
<span class="fa-stack fa-lg">
|
||||
<i class="fa fa-circle fa-stack-2x"></i>
|
||||
<i class="fa fa-google-plus fa-stack-1x fa-inverse"></i>
|
||||
</span>
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://www.youtube.com/user/thecaptainark">
|
||||
<span class="fa-stack fa-lg">
|
||||
<i class="fa fa-circle fa-stack-2x"></i>
|
||||
<i class="fa fa-youtube fa-stack-1x fa-inverse"></i>
|
||||
<i class="fa fa-lastfm fa-stack-1x fa-inverse"></i>
|
||||
</span>
|
||||
</a>
|
||||
</li>
|
||||
@ -166,14 +150,6 @@
|
||||
</span>
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="http://www.last.fm/user/captainark">
|
||||
<span class="fa-stack fa-lg">
|
||||
<i class="fa fa-circle fa-stack-2x"></i>
|
||||
<i class="fa fa-lastfm fa-stack-1x fa-inverse"></i>
|
||||
</span>
|
||||
</a>
|
||||
</li>
|
||||
</ul>
|
||||
<p class="copyright text-muted">
|
||||
Blog powered by <a href="http://getpelican.com">Pelican</a>,
|
||||
@ -184,16 +160,16 @@
|
||||
</footer>
|
||||
|
||||
<!-- jQuery -->
|
||||
<script src="./theme/js/jquery.js"></script>
|
||||
<script src="https://captainark.net/theme/js/jquery.js"></script>
|
||||
|
||||
<!-- Bootstrap Core JavaScript -->
|
||||
<script src="./theme/js/bootstrap.min.js"></script>
|
||||
<script src="https://captainark.net/theme/js/bootstrap.min.js"></script>
|
||||
|
||||
<!-- Custom Theme JavaScript -->
|
||||
<script src="./theme/js/clean-blog.min.js"></script>
|
||||
<script src="https://captainark.net/theme/js/clean-blog.min.js"></script>
|
||||
|
||||
<script type="text/javascript">
|
||||
var disqus_shortname = 'captainark';
|
||||
var disqus_shortname = 'www.captainark.net';
|
||||
(function () {
|
||||
var s = document.createElement('script'); s.async = true;
|
||||
s.type = 'text/javascript';
|
||||
|
@ -13,13 +13,13 @@
|
||||
|
||||
|
||||
<!-- Bootstrap Core CSS -->
|
||||
<link href="../theme/css/bootstrap.min.css" rel="stylesheet">
|
||||
<link href="https://captainark.net/theme/css/bootstrap.min.css" rel="stylesheet">
|
||||
|
||||
<!-- Custom CSS -->
|
||||
<link href="../theme/css/clean-blog.min.css" rel="stylesheet">
|
||||
<link href="https://captainark.net/theme/css/clean-blog.min.css" rel="stylesheet">
|
||||
|
||||
<!-- Code highlight color scheme -->
|
||||
<link href="../theme/css/code_blocks/github.css" rel="stylesheet">
|
||||
<link href="https://captainark.net/theme/css/code_blocks/github.css" rel="stylesheet">
|
||||
|
||||
|
||||
<!-- Custom Fonts -->
|
||||
@ -51,7 +51,7 @@
|
||||
<span class="icon-bar"></span>
|
||||
<span class="icon-bar"></span>
|
||||
</button>
|
||||
<a class="navbar-brand" href="../">Sysadmining. All day. Every day.</a>
|
||||
<a class="navbar-brand" href="https://captainark.net/">Sysadmining. All day. Every day.</a>
|
||||
</div>
|
||||
|
||||
<!-- Collect the nav links, forms, and other content for toggling -->
|
||||
@ -60,8 +60,8 @@
|
||||
<li><a href="/">Homepage</a></li>
|
||||
<li><a href="/categories.html">Categories</a></li>
|
||||
|
||||
<li><a href="../pages/about.html">About</a></li>
|
||||
<li><a href="../pages/resume.html">Resume</a></li>
|
||||
<li><a href="https://captainark.net/pages/about.html">About</a></li>
|
||||
<li><a href="https://captainark.net/pages/resume.html">Resume</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<!-- /.navbar-collapse -->
|
||||
@ -87,7 +87,7 @@
|
||||
<div class="row">
|
||||
<div class="col-lg-8 col-lg-offset-2 col-md-10 col-md-offset-1">
|
||||
<div class="post-preview">
|
||||
<a href="../flexget-init-script.html" rel="bookmark" title="Permalink to Flexget init script">
|
||||
<a href="https://captainark.net/flexget-init-script.html" rel="bookmark" title="Permalink to Flexget init script">
|
||||
<h2 class="post-title">
|
||||
Flexget init script
|
||||
</h2>
|
||||
@ -95,10 +95,10 @@
|
||||
<h2>Introduction</h2>
|
||||
<p>I've been using <a href="http://flexget.com/">Flexget</a> for the past two years or so as a download ...
|
||||
<p class="post-meta">Posted by
|
||||
<a href="../author/antoine-joubert.html">Antoine Joubert</a>
|
||||
<a href="https://captainark.net/author/antoine-joubert.html">Antoine Joubert</a>
|
||||
on Tue 05 May 2015
|
||||
</p>
|
||||
<p>There are <a href="../flexget-init-script.html#disqus_thread">comments</a>.</p> </div>
|
||||
<p>There are <a href="https://captainark.net/flexget-init-script.html#disqus_thread">comments</a>.</p> </div>
|
||||
|
||||
<hr>
|
||||
<!-- Pager -->
|
||||
@ -145,26 +145,10 @@
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href=" https://www.facebook.com/captainark">
|
||||
<a href="http://www.last.fm/user/captainark">
|
||||
<span class="fa-stack fa-lg">
|
||||
<i class="fa fa-circle fa-stack-2x"></i>
|
||||
<i class="fa fa-facebook fa-stack-1x fa-inverse"></i>
|
||||
</span>
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://plus.google.com/+CaptainarkNet47">
|
||||
<span class="fa-stack fa-lg">
|
||||
<i class="fa fa-circle fa-stack-2x"></i>
|
||||
<i class="fa fa-google-plus fa-stack-1x fa-inverse"></i>
|
||||
</span>
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://www.youtube.com/user/thecaptainark">
|
||||
<span class="fa-stack fa-lg">
|
||||
<i class="fa fa-circle fa-stack-2x"></i>
|
||||
<i class="fa fa-youtube fa-stack-1x fa-inverse"></i>
|
||||
<i class="fa fa-lastfm fa-stack-1x fa-inverse"></i>
|
||||
</span>
|
||||
</a>
|
||||
</li>
|
||||
@ -184,14 +168,6 @@
|
||||
</span>
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="http://www.last.fm/user/captainark">
|
||||
<span class="fa-stack fa-lg">
|
||||
<i class="fa fa-circle fa-stack-2x"></i>
|
||||
<i class="fa fa-lastfm fa-stack-1x fa-inverse"></i>
|
||||
</span>
|
||||
</a>
|
||||
</li>
|
||||
</ul>
|
||||
<p class="copyright text-muted">
|
||||
Blog powered by <a href="http://getpelican.com">Pelican</a>,
|
||||
@ -202,16 +178,16 @@
|
||||
</footer>
|
||||
|
||||
<!-- jQuery -->
|
||||
<script src="../theme/js/jquery.js"></script>
|
||||
<script src="https://captainark.net/theme/js/jquery.js"></script>
|
||||
|
||||
<!-- Bootstrap Core JavaScript -->
|
||||
<script src="../theme/js/bootstrap.min.js"></script>
|
||||
<script src="https://captainark.net/theme/js/bootstrap.min.js"></script>
|
||||
|
||||
<!-- Custom Theme JavaScript -->
|
||||
<script src="../theme/js/clean-blog.min.js"></script>
|
||||
<script src="https://captainark.net/theme/js/clean-blog.min.js"></script>
|
||||
|
||||
<script type="text/javascript">
|
||||
var disqus_shortname = 'captainark';
|
||||
var disqus_shortname = 'www.captainark.net';
|
||||
(function () {
|
||||
var s = document.createElement('script'); s.async = true;
|
||||
s.type = 'text/javascript';
|
||||
|
@ -13,13 +13,13 @@
|
||||
|
||||
|
||||
<!-- Bootstrap Core CSS -->
|
||||
<link href="../theme/css/bootstrap.min.css" rel="stylesheet">
|
||||
<link href="https://captainark.net/theme/css/bootstrap.min.css" rel="stylesheet">
|
||||
|
||||
<!-- Custom CSS -->
|
||||
<link href="../theme/css/clean-blog.min.css" rel="stylesheet">
|
||||
<link href="https://captainark.net/theme/css/clean-blog.min.css" rel="stylesheet">
|
||||
|
||||
<!-- Code highlight color scheme -->
|
||||
<link href="../theme/css/code_blocks/github.css" rel="stylesheet">
|
||||
<link href="https://captainark.net/theme/css/code_blocks/github.css" rel="stylesheet">
|
||||
|
||||
|
||||
<!-- Custom Fonts -->
|
||||
@ -51,7 +51,7 @@
|
||||
<span class="icon-bar"></span>
|
||||
<span class="icon-bar"></span>
|
||||
</button>
|
||||
<a class="navbar-brand" href="../">Sysadmining. All day. Every day.</a>
|
||||
<a class="navbar-brand" href="https://captainark.net/">Sysadmining. All day. Every day.</a>
|
||||
</div>
|
||||
|
||||
<!-- Collect the nav links, forms, and other content for toggling -->
|
||||
@ -60,8 +60,8 @@
|
||||
<li><a href="/">Homepage</a></li>
|
||||
<li><a href="/categories.html">Categories</a></li>
|
||||
|
||||
<li><a href="../pages/about.html">About</a></li>
|
||||
<li><a href="../pages/resume.html">Resume</a></li>
|
||||
<li><a href="https://captainark.net/pages/about.html">About</a></li>
|
||||
<li><a href="https://captainark.net/pages/resume.html">Resume</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<!-- /.navbar-collapse -->
|
||||
@ -87,7 +87,7 @@
|
||||
<div class="row">
|
||||
<div class="col-lg-8 col-lg-offset-2 col-md-10 col-md-offset-1">
|
||||
<div class="post-preview">
|
||||
<a href="../private-git-repo.html" rel="bookmark" title="Permalink to Private Git Repo">
|
||||
<a href="https://captainark.net/private-git-repo.html" rel="bookmark" title="Permalink to Private Git Repo">
|
||||
<h2 class="post-title">
|
||||
Private Git Repo
|
||||
</h2>
|
||||
@ -95,12 +95,12 @@
|
||||
<h2>Introduction</h2>
|
||||
<p>I've decided to migrate this blog to <a href="http://blog.getpelican.com/">Pelican</a>. I've been playing ...
|
||||
<p class="post-meta">Posted by
|
||||
<a href="../author/antoine-joubert.html">Antoine Joubert</a>
|
||||
<a href="https://captainark.net/author/antoine-joubert.html">Antoine Joubert</a>
|
||||
on Sun 31 January 2016
|
||||
</p>
|
||||
<p>There are <a href="../private-git-repo.html#disqus_thread">comments</a>.</p> </div>
|
||||
<p>There are <a href="https://captainark.net/private-git-repo.html#disqus_thread">comments</a>.</p> </div>
|
||||
<div class="post-preview">
|
||||
<a href="../setting-up-a-mail-server.html" rel="bookmark" title="Permalink to Setting up a mail server">
|
||||
<a href="https://captainark.net/setting-up-a-mail-server.html" rel="bookmark" title="Permalink to Setting up a mail server">
|
||||
<h2 class="post-title">
|
||||
Setting up a mail server
|
||||
</h2>
|
||||
@ -110,10 +110,10 @@
|
||||
<ul>
|
||||
<li>A ...
|
||||
<p class="post-meta">Posted by
|
||||
<a href="../author/antoine-joubert.html">Antoine Joubert</a>
|
||||
<a href="https://captainark.net/author/antoine-joubert.html">Antoine Joubert</a>
|
||||
on Fri 24 April 2015
|
||||
</p>
|
||||
<p>There are <a href="../setting-up-a-mail-server.html#disqus_thread">comments</a>.</p> </div>
|
||||
<p>There are <a href="https://captainark.net/setting-up-a-mail-server.html#disqus_thread">comments</a>.</p> </div>
|
||||
|
||||
<hr>
|
||||
<!-- Pager -->
|
||||
@ -160,26 +160,10 @@
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href=" https://www.facebook.com/captainark">
|
||||
<a href="http://www.last.fm/user/captainark">
|
||||
<span class="fa-stack fa-lg">
|
||||
<i class="fa fa-circle fa-stack-2x"></i>
|
||||
<i class="fa fa-facebook fa-stack-1x fa-inverse"></i>
|
||||
</span>
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://plus.google.com/+CaptainarkNet47">
|
||||
<span class="fa-stack fa-lg">
|
||||
<i class="fa fa-circle fa-stack-2x"></i>
|
||||
<i class="fa fa-google-plus fa-stack-1x fa-inverse"></i>
|
||||
</span>
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://www.youtube.com/user/thecaptainark">
|
||||
<span class="fa-stack fa-lg">
|
||||
<i class="fa fa-circle fa-stack-2x"></i>
|
||||
<i class="fa fa-youtube fa-stack-1x fa-inverse"></i>
|
||||
<i class="fa fa-lastfm fa-stack-1x fa-inverse"></i>
|
||||
</span>
|
||||
</a>
|
||||
</li>
|
||||
@ -199,14 +183,6 @@
|
||||
</span>
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="http://www.last.fm/user/captainark">
|
||||
<span class="fa-stack fa-lg">
|
||||
<i class="fa fa-circle fa-stack-2x"></i>
|
||||
<i class="fa fa-lastfm fa-stack-1x fa-inverse"></i>
|
||||
</span>
|
||||
</a>
|
||||
</li>
|
||||
</ul>
|
||||
<p class="copyright text-muted">
|
||||
Blog powered by <a href="http://getpelican.com">Pelican</a>,
|
||||
@ -217,16 +193,16 @@
|
||||
</footer>
|
||||
|
||||
<!-- jQuery -->
|
||||
<script src="../theme/js/jquery.js"></script>
|
||||
<script src="https://captainark.net/theme/js/jquery.js"></script>
|
||||
|
||||
<!-- Bootstrap Core JavaScript -->
|
||||
<script src="../theme/js/bootstrap.min.js"></script>
|
||||
<script src="https://captainark.net/theme/js/bootstrap.min.js"></script>
|
||||
|
||||
<!-- Custom Theme JavaScript -->
|
||||
<script src="../theme/js/clean-blog.min.js"></script>
|
||||
<script src="https://captainark.net/theme/js/clean-blog.min.js"></script>
|
||||
|
||||
<script type="text/javascript">
|
||||
var disqus_shortname = 'captainark';
|
||||
var disqus_shortname = 'www.captainark.net';
|
||||
(function () {
|
||||
var s = document.createElement('script'); s.async = true;
|
||||
s.type = 'text/javascript';
|
||||
|
@ -13,13 +13,13 @@
|
||||
|
||||
|
||||
<!-- Bootstrap Core CSS -->
|
||||
<link href="./theme/css/bootstrap.min.css" rel="stylesheet">
|
||||
<link href="https://captainark.net/theme/css/bootstrap.min.css" rel="stylesheet">
|
||||
|
||||
<!-- Custom CSS -->
|
||||
<link href="./theme/css/clean-blog.min.css" rel="stylesheet">
|
||||
<link href="https://captainark.net/theme/css/clean-blog.min.css" rel="stylesheet">
|
||||
|
||||
<!-- Code highlight color scheme -->
|
||||
<link href="./theme/css/code_blocks/github.css" rel="stylesheet">
|
||||
<link href="https://captainark.net/theme/css/code_blocks/github.css" rel="stylesheet">
|
||||
|
||||
|
||||
<!-- Custom Fonts -->
|
||||
@ -44,10 +44,10 @@
|
||||
|
||||
<meta property="og:type" content="article">
|
||||
<meta property="article:author" content="">
|
||||
<meta property="og:url" content="./flexget-init-script.html">
|
||||
<meta property="og:url" content="https://captainark.net/flexget-init-script.html">
|
||||
<meta property="og:title" content="Flexget init script">
|
||||
<meta property="og:description" content="">
|
||||
<meta property="og:image" content="./">
|
||||
<meta property="og:image" content="https://captainark.net/">
|
||||
<meta property="article:published_time" content="2015-05-05 00:00:00+02:00">
|
||||
</head>
|
||||
|
||||
@ -64,7 +64,7 @@
|
||||
<span class="icon-bar"></span>
|
||||
<span class="icon-bar"></span>
|
||||
</button>
|
||||
<a class="navbar-brand" href="./">Sysadmining. All day. Every day.</a>
|
||||
<a class="navbar-brand" href="https://captainark.net/">Sysadmining. All day. Every day.</a>
|
||||
</div>
|
||||
|
||||
<!-- Collect the nav links, forms, and other content for toggling -->
|
||||
@ -73,8 +73,8 @@
|
||||
<li><a href="/">Homepage</a></li>
|
||||
<li><a href="/categories.html">Categories</a></li>
|
||||
|
||||
<li><a href="./pages/about.html">About</a></li>
|
||||
<li><a href="./pages/resume.html">Resume</a></li>
|
||||
<li><a href="https://captainark.net/pages/about.html">About</a></li>
|
||||
<li><a href="https://captainark.net/pages/resume.html">Resume</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<!-- /.navbar-collapse -->
|
||||
@ -90,7 +90,7 @@
|
||||
<div class="post-heading">
|
||||
<h1>Flexget init script</h1>
|
||||
<span class="meta">Posted by
|
||||
<a href="./author/antoine-joubert.html">Antoine Joubert</a>
|
||||
<a href="https://captainark.net/author/antoine-joubert.html">Antoine Joubert</a>
|
||||
on Tue 05 May 2015
|
||||
</span>
|
||||
|
||||
@ -348,12 +348,12 @@ service flexget status
|
||||
<h2>Comments !</h2>
|
||||
<div id="disqus_thread"></div>
|
||||
<script type="text/javascript">
|
||||
var disqus_shortname = 'captainark';
|
||||
var disqus_shortname = 'www.captainark.net';
|
||||
var disqus_identifier = 'flexget-init-script.html';
|
||||
var disqus_url = './flexget-init-script.html';
|
||||
var disqus_url = 'https://captainark.net/flexget-init-script.html';
|
||||
(function() {
|
||||
var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true;
|
||||
dsq.src = '//captainark.disqus.com/embed.js';
|
||||
dsq.src = '//www.captainark.net.disqus.com/embed.js';
|
||||
(document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq);
|
||||
})();
|
||||
</script>
|
||||
@ -396,26 +396,10 @@ service flexget status
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href=" https://www.facebook.com/captainark">
|
||||
<a href="http://www.last.fm/user/captainark">
|
||||
<span class="fa-stack fa-lg">
|
||||
<i class="fa fa-circle fa-stack-2x"></i>
|
||||
<i class="fa fa-facebook fa-stack-1x fa-inverse"></i>
|
||||
</span>
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://plus.google.com/+CaptainarkNet47">
|
||||
<span class="fa-stack fa-lg">
|
||||
<i class="fa fa-circle fa-stack-2x"></i>
|
||||
<i class="fa fa-google-plus fa-stack-1x fa-inverse"></i>
|
||||
</span>
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://www.youtube.com/user/thecaptainark">
|
||||
<span class="fa-stack fa-lg">
|
||||
<i class="fa fa-circle fa-stack-2x"></i>
|
||||
<i class="fa fa-youtube fa-stack-1x fa-inverse"></i>
|
||||
<i class="fa fa-lastfm fa-stack-1x fa-inverse"></i>
|
||||
</span>
|
||||
</a>
|
||||
</li>
|
||||
@ -435,14 +419,6 @@ service flexget status
|
||||
</span>
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="http://www.last.fm/user/captainark">
|
||||
<span class="fa-stack fa-lg">
|
||||
<i class="fa fa-circle fa-stack-2x"></i>
|
||||
<i class="fa fa-lastfm fa-stack-1x fa-inverse"></i>
|
||||
</span>
|
||||
</a>
|
||||
</li>
|
||||
</ul>
|
||||
<p class="copyright text-muted">
|
||||
Blog powered by <a href="http://getpelican.com">Pelican</a>,
|
||||
@ -453,16 +429,16 @@ service flexget status
|
||||
</footer>
|
||||
|
||||
<!-- jQuery -->
|
||||
<script src="./theme/js/jquery.js"></script>
|
||||
<script src="https://captainark.net/theme/js/jquery.js"></script>
|
||||
|
||||
<!-- Bootstrap Core JavaScript -->
|
||||
<script src="./theme/js/bootstrap.min.js"></script>
|
||||
<script src="https://captainark.net/theme/js/bootstrap.min.js"></script>
|
||||
|
||||
<!-- Custom Theme JavaScript -->
|
||||
<script src="./theme/js/clean-blog.min.js"></script>
|
||||
<script src="https://captainark.net/theme/js/clean-blog.min.js"></script>
|
||||
|
||||
<script type="text/javascript">
|
||||
var disqus_shortname = 'captainark';
|
||||
var disqus_shortname = 'www.captainark.net';
|
||||
(function () {
|
||||
var s = document.createElement('script'); s.async = true;
|
||||
s.type = 'text/javascript';
|
||||
|
@ -13,13 +13,13 @@
|
||||
|
||||
|
||||
<!-- Bootstrap Core CSS -->
|
||||
<link href="./theme/css/bootstrap.min.css" rel="stylesheet">
|
||||
<link href="https://captainark.net/theme/css/bootstrap.min.css" rel="stylesheet">
|
||||
|
||||
<!-- Custom CSS -->
|
||||
<link href="./theme/css/clean-blog.min.css" rel="stylesheet">
|
||||
<link href="https://captainark.net/theme/css/clean-blog.min.css" rel="stylesheet">
|
||||
|
||||
<!-- Code highlight color scheme -->
|
||||
<link href="./theme/css/code_blocks/github.css" rel="stylesheet">
|
||||
<link href="https://captainark.net/theme/css/code_blocks/github.css" rel="stylesheet">
|
||||
|
||||
|
||||
<!-- Custom Fonts -->
|
||||
@ -51,7 +51,7 @@
|
||||
<span class="icon-bar"></span>
|
||||
<span class="icon-bar"></span>
|
||||
</button>
|
||||
<a class="navbar-brand" href="./">Sysadmining. All day. Every day.</a>
|
||||
<a class="navbar-brand" href="https://captainark.net/">Sysadmining. All day. Every day.</a>
|
||||
</div>
|
||||
|
||||
<!-- Collect the nav links, forms, and other content for toggling -->
|
||||
@ -60,8 +60,8 @@
|
||||
<li><a href="/">Homepage</a></li>
|
||||
<li><a href="/categories.html">Categories</a></li>
|
||||
|
||||
<li><a href="./pages/about.html">About</a></li>
|
||||
<li><a href="./pages/resume.html">Resume</a></li>
|
||||
<li><a href="https://captainark.net/pages/about.html">About</a></li>
|
||||
<li><a href="https://captainark.net/pages/resume.html">Resume</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<!-- /.navbar-collapse -->
|
||||
@ -90,7 +90,7 @@
|
||||
<div class="row">
|
||||
<div class="col-lg-8 col-lg-offset-2 col-md-10 col-md-offset-1">
|
||||
<div class="post-preview">
|
||||
<a href="./private-git-repo.html" rel="bookmark" title="Permalink to Private Git Repo">
|
||||
<a href="https://captainark.net/private-git-repo.html" rel="bookmark" title="Permalink to Private Git Repo">
|
||||
<h2 class="post-title">
|
||||
Private Git Repo
|
||||
</h2>
|
||||
@ -98,12 +98,12 @@
|
||||
<h2>Introduction</h2>
|
||||
<p>I've decided to migrate this blog to <a href="http://blog.getpelican.com/">Pelican</a>. I've been playing ...
|
||||
<p class="post-meta">Posted by
|
||||
<a href="./author/antoine-joubert.html">Antoine Joubert</a>
|
||||
<a href="https://captainark.net/author/antoine-joubert.html">Antoine Joubert</a>
|
||||
on Sun 31 January 2016
|
||||
</p>
|
||||
<p>There are <a href="./private-git-repo.html#disqus_thread">comments</a>.</p> </div>
|
||||
<p>There are <a href="https://captainark.net/private-git-repo.html#disqus_thread">comments</a>.</p> </div>
|
||||
<div class="post-preview">
|
||||
<a href="./flexget-init-script.html" rel="bookmark" title="Permalink to Flexget init script">
|
||||
<a href="https://captainark.net/flexget-init-script.html" rel="bookmark" title="Permalink to Flexget init script">
|
||||
<h2 class="post-title">
|
||||
Flexget init script
|
||||
</h2>
|
||||
@ -111,12 +111,12 @@
|
||||
<h2>Introduction</h2>
|
||||
<p>I've been using <a href="http://flexget.com/">Flexget</a> for the past two years or so as a download ...
|
||||
<p class="post-meta">Posted by
|
||||
<a href="./author/antoine-joubert.html">Antoine Joubert</a>
|
||||
<a href="https://captainark.net/author/antoine-joubert.html">Antoine Joubert</a>
|
||||
on Tue 05 May 2015
|
||||
</p>
|
||||
<p>There are <a href="./flexget-init-script.html#disqus_thread">comments</a>.</p> </div>
|
||||
<p>There are <a href="https://captainark.net/flexget-init-script.html#disqus_thread">comments</a>.</p> </div>
|
||||
<div class="post-preview">
|
||||
<a href="./setting-up-a-mail-server.html" rel="bookmark" title="Permalink to Setting up a mail server">
|
||||
<a href="https://captainark.net/setting-up-a-mail-server.html" rel="bookmark" title="Permalink to Setting up a mail server">
|
||||
<h2 class="post-title">
|
||||
Setting up a mail server
|
||||
</h2>
|
||||
@ -126,10 +126,10 @@
|
||||
<ul>
|
||||
<li>A ...
|
||||
<p class="post-meta">Posted by
|
||||
<a href="./author/antoine-joubert.html">Antoine Joubert</a>
|
||||
<a href="https://captainark.net/author/antoine-joubert.html">Antoine Joubert</a>
|
||||
on Fri 24 April 2015
|
||||
</p>
|
||||
<p>There are <a href="./setting-up-a-mail-server.html#disqus_thread">comments</a>.</p> </div>
|
||||
<p>There are <a href="https://captainark.net/setting-up-a-mail-server.html#disqus_thread">comments</a>.</p> </div>
|
||||
|
||||
<hr>
|
||||
<!-- Pager -->
|
||||
@ -176,26 +176,10 @@
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href=" https://www.facebook.com/captainark">
|
||||
<a href="http://www.last.fm/user/captainark">
|
||||
<span class="fa-stack fa-lg">
|
||||
<i class="fa fa-circle fa-stack-2x"></i>
|
||||
<i class="fa fa-facebook fa-stack-1x fa-inverse"></i>
|
||||
</span>
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://plus.google.com/+CaptainarkNet47">
|
||||
<span class="fa-stack fa-lg">
|
||||
<i class="fa fa-circle fa-stack-2x"></i>
|
||||
<i class="fa fa-google-plus fa-stack-1x fa-inverse"></i>
|
||||
</span>
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://www.youtube.com/user/thecaptainark">
|
||||
<span class="fa-stack fa-lg">
|
||||
<i class="fa fa-circle fa-stack-2x"></i>
|
||||
<i class="fa fa-youtube fa-stack-1x fa-inverse"></i>
|
||||
<i class="fa fa-lastfm fa-stack-1x fa-inverse"></i>
|
||||
</span>
|
||||
</a>
|
||||
</li>
|
||||
@ -215,14 +199,6 @@
|
||||
</span>
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="http://www.last.fm/user/captainark">
|
||||
<span class="fa-stack fa-lg">
|
||||
<i class="fa fa-circle fa-stack-2x"></i>
|
||||
<i class="fa fa-lastfm fa-stack-1x fa-inverse"></i>
|
||||
</span>
|
||||
</a>
|
||||
</li>
|
||||
</ul>
|
||||
<p class="copyright text-muted">
|
||||
Blog powered by <a href="http://getpelican.com">Pelican</a>,
|
||||
@ -233,16 +209,16 @@
|
||||
</footer>
|
||||
|
||||
<!-- jQuery -->
|
||||
<script src="./theme/js/jquery.js"></script>
|
||||
<script src="https://captainark.net/theme/js/jquery.js"></script>
|
||||
|
||||
<!-- Bootstrap Core JavaScript -->
|
||||
<script src="./theme/js/bootstrap.min.js"></script>
|
||||
<script src="https://captainark.net/theme/js/bootstrap.min.js"></script>
|
||||
|
||||
<!-- Custom Theme JavaScript -->
|
||||
<script src="./theme/js/clean-blog.min.js"></script>
|
||||
<script src="https://captainark.net/theme/js/clean-blog.min.js"></script>
|
||||
|
||||
<script type="text/javascript">
|
||||
var disqus_shortname = 'captainark';
|
||||
var disqus_shortname = 'www.captainark.net';
|
||||
(function () {
|
||||
var s = document.createElement('script'); s.async = true;
|
||||
s.type = 'text/javascript';
|
||||
|
@ -13,13 +13,13 @@
|
||||
|
||||
|
||||
<!-- Bootstrap Core CSS -->
|
||||
<link href="../theme/css/bootstrap.min.css" rel="stylesheet">
|
||||
<link href="https://captainark.net/theme/css/bootstrap.min.css" rel="stylesheet">
|
||||
|
||||
<!-- Custom CSS -->
|
||||
<link href="../theme/css/clean-blog.min.css" rel="stylesheet">
|
||||
<link href="https://captainark.net/theme/css/clean-blog.min.css" rel="stylesheet">
|
||||
|
||||
<!-- Code highlight color scheme -->
|
||||
<link href="../theme/css/code_blocks/github.css" rel="stylesheet">
|
||||
<link href="https://captainark.net/theme/css/code_blocks/github.css" rel="stylesheet">
|
||||
|
||||
|
||||
<!-- Custom Fonts -->
|
||||
@ -51,7 +51,7 @@
|
||||
<span class="icon-bar"></span>
|
||||
<span class="icon-bar"></span>
|
||||
</button>
|
||||
<a class="navbar-brand" href="../">Sysadmining. All day. Every day.</a>
|
||||
<a class="navbar-brand" href="https://captainark.net/">Sysadmining. All day. Every day.</a>
|
||||
</div>
|
||||
|
||||
<!-- Collect the nav links, forms, and other content for toggling -->
|
||||
@ -60,8 +60,8 @@
|
||||
<li><a href="/">Homepage</a></li>
|
||||
<li><a href="/categories.html">Categories</a></li>
|
||||
|
||||
<li class="active"><a href="../pages/about.html">About</a></li>
|
||||
<li><a href="../pages/resume.html">Resume</a></li>
|
||||
<li class="active"><a href="https://captainark.net/pages/about.html">About</a></li>
|
||||
<li><a href="https://captainark.net/pages/resume.html">Resume</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<!-- /.navbar-collapse -->
|
||||
@ -126,26 +126,10 @@
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href=" https://www.facebook.com/captainark">
|
||||
<a href="http://www.last.fm/user/captainark">
|
||||
<span class="fa-stack fa-lg">
|
||||
<i class="fa fa-circle fa-stack-2x"></i>
|
||||
<i class="fa fa-facebook fa-stack-1x fa-inverse"></i>
|
||||
</span>
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://plus.google.com/+CaptainarkNet47">
|
||||
<span class="fa-stack fa-lg">
|
||||
<i class="fa fa-circle fa-stack-2x"></i>
|
||||
<i class="fa fa-google-plus fa-stack-1x fa-inverse"></i>
|
||||
</span>
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://www.youtube.com/user/thecaptainark">
|
||||
<span class="fa-stack fa-lg">
|
||||
<i class="fa fa-circle fa-stack-2x"></i>
|
||||
<i class="fa fa-youtube fa-stack-1x fa-inverse"></i>
|
||||
<i class="fa fa-lastfm fa-stack-1x fa-inverse"></i>
|
||||
</span>
|
||||
</a>
|
||||
</li>
|
||||
@ -165,14 +149,6 @@
|
||||
</span>
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="http://www.last.fm/user/captainark">
|
||||
<span class="fa-stack fa-lg">
|
||||
<i class="fa fa-circle fa-stack-2x"></i>
|
||||
<i class="fa fa-lastfm fa-stack-1x fa-inverse"></i>
|
||||
</span>
|
||||
</a>
|
||||
</li>
|
||||
</ul>
|
||||
<p class="copyright text-muted">
|
||||
Blog powered by <a href="http://getpelican.com">Pelican</a>,
|
||||
@ -183,16 +159,16 @@
|
||||
</footer>
|
||||
|
||||
<!-- jQuery -->
|
||||
<script src="../theme/js/jquery.js"></script>
|
||||
<script src="https://captainark.net/theme/js/jquery.js"></script>
|
||||
|
||||
<!-- Bootstrap Core JavaScript -->
|
||||
<script src="../theme/js/bootstrap.min.js"></script>
|
||||
<script src="https://captainark.net/theme/js/bootstrap.min.js"></script>
|
||||
|
||||
<!-- Custom Theme JavaScript -->
|
||||
<script src="../theme/js/clean-blog.min.js"></script>
|
||||
<script src="https://captainark.net/theme/js/clean-blog.min.js"></script>
|
||||
|
||||
<script type="text/javascript">
|
||||
var disqus_shortname = 'captainark';
|
||||
var disqus_shortname = 'www.captainark.net';
|
||||
(function () {
|
||||
var s = document.createElement('script'); s.async = true;
|
||||
s.type = 'text/javascript';
|
||||
|
@ -13,13 +13,13 @@
|
||||
|
||||
|
||||
<!-- Bootstrap Core CSS -->
|
||||
<link href="../theme/css/bootstrap.min.css" rel="stylesheet">
|
||||
<link href="https://captainark.net/theme/css/bootstrap.min.css" rel="stylesheet">
|
||||
|
||||
<!-- Custom CSS -->
|
||||
<link href="../theme/css/clean-blog.min.css" rel="stylesheet">
|
||||
<link href="https://captainark.net/theme/css/clean-blog.min.css" rel="stylesheet">
|
||||
|
||||
<!-- Code highlight color scheme -->
|
||||
<link href="../theme/css/code_blocks/github.css" rel="stylesheet">
|
||||
<link href="https://captainark.net/theme/css/code_blocks/github.css" rel="stylesheet">
|
||||
|
||||
|
||||
<!-- Custom Fonts -->
|
||||
@ -51,7 +51,7 @@
|
||||
<span class="icon-bar"></span>
|
||||
<span class="icon-bar"></span>
|
||||
</button>
|
||||
<a class="navbar-brand" href="../">Sysadmining. All day. Every day.</a>
|
||||
<a class="navbar-brand" href="https://captainark.net/">Sysadmining. All day. Every day.</a>
|
||||
</div>
|
||||
|
||||
<!-- Collect the nav links, forms, and other content for toggling -->
|
||||
@ -60,8 +60,8 @@
|
||||
<li><a href="/">Homepage</a></li>
|
||||
<li><a href="/categories.html">Categories</a></li>
|
||||
|
||||
<li><a href="../pages/about.html">About</a></li>
|
||||
<li class="active"><a href="../pages/resume.html">Resume</a></li>
|
||||
<li><a href="https://captainark.net/pages/about.html">About</a></li>
|
||||
<li class="active"><a href="https://captainark.net/pages/resume.html">Resume</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<!-- /.navbar-collapse -->
|
||||
@ -191,26 +191,10 @@
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href=" https://www.facebook.com/captainark">
|
||||
<a href="http://www.last.fm/user/captainark">
|
||||
<span class="fa-stack fa-lg">
|
||||
<i class="fa fa-circle fa-stack-2x"></i>
|
||||
<i class="fa fa-facebook fa-stack-1x fa-inverse"></i>
|
||||
</span>
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://plus.google.com/+CaptainarkNet47">
|
||||
<span class="fa-stack fa-lg">
|
||||
<i class="fa fa-circle fa-stack-2x"></i>
|
||||
<i class="fa fa-google-plus fa-stack-1x fa-inverse"></i>
|
||||
</span>
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://www.youtube.com/user/thecaptainark">
|
||||
<span class="fa-stack fa-lg">
|
||||
<i class="fa fa-circle fa-stack-2x"></i>
|
||||
<i class="fa fa-youtube fa-stack-1x fa-inverse"></i>
|
||||
<i class="fa fa-lastfm fa-stack-1x fa-inverse"></i>
|
||||
</span>
|
||||
</a>
|
||||
</li>
|
||||
@ -230,14 +214,6 @@
|
||||
</span>
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="http://www.last.fm/user/captainark">
|
||||
<span class="fa-stack fa-lg">
|
||||
<i class="fa fa-circle fa-stack-2x"></i>
|
||||
<i class="fa fa-lastfm fa-stack-1x fa-inverse"></i>
|
||||
</span>
|
||||
</a>
|
||||
</li>
|
||||
</ul>
|
||||
<p class="copyright text-muted">
|
||||
Blog powered by <a href="http://getpelican.com">Pelican</a>,
|
||||
@ -248,16 +224,16 @@
|
||||
</footer>
|
||||
|
||||
<!-- jQuery -->
|
||||
<script src="../theme/js/jquery.js"></script>
|
||||
<script src="https://captainark.net/theme/js/jquery.js"></script>
|
||||
|
||||
<!-- Bootstrap Core JavaScript -->
|
||||
<script src="../theme/js/bootstrap.min.js"></script>
|
||||
<script src="https://captainark.net/theme/js/bootstrap.min.js"></script>
|
||||
|
||||
<!-- Custom Theme JavaScript -->
|
||||
<script src="../theme/js/clean-blog.min.js"></script>
|
||||
<script src="https://captainark.net/theme/js/clean-blog.min.js"></script>
|
||||
|
||||
<script type="text/javascript">
|
||||
var disqus_shortname = 'captainark';
|
||||
var disqus_shortname = 'www.captainark.net';
|
||||
(function () {
|
||||
var s = document.createElement('script'); s.async = true;
|
||||
s.type = 'text/javascript';
|
||||
|
@ -13,13 +13,13 @@
|
||||
|
||||
|
||||
<!-- Bootstrap Core CSS -->
|
||||
<link href="./theme/css/bootstrap.min.css" rel="stylesheet">
|
||||
<link href="https://captainark.net/theme/css/bootstrap.min.css" rel="stylesheet">
|
||||
|
||||
<!-- Custom CSS -->
|
||||
<link href="./theme/css/clean-blog.min.css" rel="stylesheet">
|
||||
<link href="https://captainark.net/theme/css/clean-blog.min.css" rel="stylesheet">
|
||||
|
||||
<!-- Code highlight color scheme -->
|
||||
<link href="./theme/css/code_blocks/github.css" rel="stylesheet">
|
||||
<link href="https://captainark.net/theme/css/code_blocks/github.css" rel="stylesheet">
|
||||
|
||||
|
||||
<!-- Custom Fonts -->
|
||||
@ -44,10 +44,10 @@
|
||||
|
||||
<meta property="og:type" content="article">
|
||||
<meta property="article:author" content="">
|
||||
<meta property="og:url" content="./private-git-repo.html">
|
||||
<meta property="og:url" content="https://captainark.net/private-git-repo.html">
|
||||
<meta property="og:title" content="Private Git Repo">
|
||||
<meta property="og:description" content="">
|
||||
<meta property="og:image" content="./">
|
||||
<meta property="og:image" content="https://captainark.net/">
|
||||
<meta property="article:published_time" content="2016-01-31 00:00:00+01:00">
|
||||
</head>
|
||||
|
||||
@ -64,7 +64,7 @@
|
||||
<span class="icon-bar"></span>
|
||||
<span class="icon-bar"></span>
|
||||
</button>
|
||||
<a class="navbar-brand" href="./">Sysadmining. All day. Every day.</a>
|
||||
<a class="navbar-brand" href="https://captainark.net/">Sysadmining. All day. Every day.</a>
|
||||
</div>
|
||||
|
||||
<!-- Collect the nav links, forms, and other content for toggling -->
|
||||
@ -73,8 +73,8 @@
|
||||
<li><a href="/">Homepage</a></li>
|
||||
<li><a href="/categories.html">Categories</a></li>
|
||||
|
||||
<li><a href="./pages/about.html">About</a></li>
|
||||
<li><a href="./pages/resume.html">Resume</a></li>
|
||||
<li><a href="https://captainark.net/pages/about.html">About</a></li>
|
||||
<li><a href="https://captainark.net/pages/resume.html">Resume</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<!-- /.navbar-collapse -->
|
||||
@ -90,7 +90,7 @@
|
||||
<div class="post-heading">
|
||||
<h1>Private Git Repo</h1>
|
||||
<span class="meta">Posted by
|
||||
<a href="./author/antoine-joubert.html">Antoine Joubert</a>
|
||||
<a href="https://captainark.net/author/antoine-joubert.html">Antoine Joubert</a>
|
||||
on Sun 31 January 2016
|
||||
</span>
|
||||
|
||||
@ -260,12 +260,12 @@ Checking connectivity... <span class="k">done</span>.
|
||||
<h2>Comments !</h2>
|
||||
<div id="disqus_thread"></div>
|
||||
<script type="text/javascript">
|
||||
var disqus_shortname = 'captainark';
|
||||
var disqus_shortname = 'www.captainark.net';
|
||||
var disqus_identifier = 'private-git-repo.html';
|
||||
var disqus_url = './private-git-repo.html';
|
||||
var disqus_url = 'https://captainark.net/private-git-repo.html';
|
||||
(function() {
|
||||
var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true;
|
||||
dsq.src = '//captainark.disqus.com/embed.js';
|
||||
dsq.src = '//www.captainark.net.disqus.com/embed.js';
|
||||
(document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq);
|
||||
})();
|
||||
</script>
|
||||
@ -308,26 +308,10 @@ Checking connectivity... <span class="k">done</span>.
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href=" https://www.facebook.com/captainark">
|
||||
<a href="http://www.last.fm/user/captainark">
|
||||
<span class="fa-stack fa-lg">
|
||||
<i class="fa fa-circle fa-stack-2x"></i>
|
||||
<i class="fa fa-facebook fa-stack-1x fa-inverse"></i>
|
||||
</span>
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://plus.google.com/+CaptainarkNet47">
|
||||
<span class="fa-stack fa-lg">
|
||||
<i class="fa fa-circle fa-stack-2x"></i>
|
||||
<i class="fa fa-google-plus fa-stack-1x fa-inverse"></i>
|
||||
</span>
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://www.youtube.com/user/thecaptainark">
|
||||
<span class="fa-stack fa-lg">
|
||||
<i class="fa fa-circle fa-stack-2x"></i>
|
||||
<i class="fa fa-youtube fa-stack-1x fa-inverse"></i>
|
||||
<i class="fa fa-lastfm fa-stack-1x fa-inverse"></i>
|
||||
</span>
|
||||
</a>
|
||||
</li>
|
||||
@ -347,14 +331,6 @@ Checking connectivity... <span class="k">done</span>.
|
||||
</span>
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="http://www.last.fm/user/captainark">
|
||||
<span class="fa-stack fa-lg">
|
||||
<i class="fa fa-circle fa-stack-2x"></i>
|
||||
<i class="fa fa-lastfm fa-stack-1x fa-inverse"></i>
|
||||
</span>
|
||||
</a>
|
||||
</li>
|
||||
</ul>
|
||||
<p class="copyright text-muted">
|
||||
Blog powered by <a href="http://getpelican.com">Pelican</a>,
|
||||
@ -365,16 +341,16 @@ Checking connectivity... <span class="k">done</span>.
|
||||
</footer>
|
||||
|
||||
<!-- jQuery -->
|
||||
<script src="./theme/js/jquery.js"></script>
|
||||
<script src="https://captainark.net/theme/js/jquery.js"></script>
|
||||
|
||||
<!-- Bootstrap Core JavaScript -->
|
||||
<script src="./theme/js/bootstrap.min.js"></script>
|
||||
<script src="https://captainark.net/theme/js/bootstrap.min.js"></script>
|
||||
|
||||
<!-- Custom Theme JavaScript -->
|
||||
<script src="./theme/js/clean-blog.min.js"></script>
|
||||
<script src="https://captainark.net/theme/js/clean-blog.min.js"></script>
|
||||
|
||||
<script type="text/javascript">
|
||||
var disqus_shortname = 'captainark';
|
||||
var disqus_shortname = 'www.captainark.net';
|
||||
(function () {
|
||||
var s = document.createElement('script'); s.async = true;
|
||||
s.type = 'text/javascript';
|
||||
|
@ -13,13 +13,13 @@
|
||||
|
||||
|
||||
<!-- Bootstrap Core CSS -->
|
||||
<link href="./theme/css/bootstrap.min.css" rel="stylesheet">
|
||||
<link href="https://captainark.net/theme/css/bootstrap.min.css" rel="stylesheet">
|
||||
|
||||
<!-- Custom CSS -->
|
||||
<link href="./theme/css/clean-blog.min.css" rel="stylesheet">
|
||||
<link href="https://captainark.net/theme/css/clean-blog.min.css" rel="stylesheet">
|
||||
|
||||
<!-- Code highlight color scheme -->
|
||||
<link href="./theme/css/code_blocks/github.css" rel="stylesheet">
|
||||
<link href="https://captainark.net/theme/css/code_blocks/github.css" rel="stylesheet">
|
||||
|
||||
|
||||
<!-- Custom Fonts -->
|
||||
@ -44,10 +44,10 @@
|
||||
|
||||
<meta property="og:type" content="article">
|
||||
<meta property="article:author" content="">
|
||||
<meta property="og:url" content="./setting-up-a-mail-server.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="og:description" content="">
|
||||
<meta property="og:image" content="./">
|
||||
<meta property="og:image" content="https://captainark.net/">
|
||||
<meta property="article:published_time" content="2015-04-24 00:00:00+02:00">
|
||||
</head>
|
||||
|
||||
@ -64,7 +64,7 @@
|
||||
<span class="icon-bar"></span>
|
||||
<span class="icon-bar"></span>
|
||||
</button>
|
||||
<a class="navbar-brand" href="./">Sysadmining. All day. Every day.</a>
|
||||
<a class="navbar-brand" href="https://captainark.net/">Sysadmining. All day. Every day.</a>
|
||||
</div>
|
||||
|
||||
<!-- Collect the nav links, forms, and other content for toggling -->
|
||||
@ -73,8 +73,8 @@
|
||||
<li><a href="/">Homepage</a></li>
|
||||
<li><a href="/categories.html">Categories</a></li>
|
||||
|
||||
<li><a href="./pages/about.html">About</a></li>
|
||||
<li><a href="./pages/resume.html">Resume</a></li>
|
||||
<li><a href="https://captainark.net/pages/about.html">About</a></li>
|
||||
<li><a href="https://captainark.net/pages/resume.html">Resume</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<!-- /.navbar-collapse -->
|
||||
@ -90,7 +90,7 @@
|
||||
<div class="post-heading">
|
||||
<h1>Setting up a mail server</h1>
|
||||
<span class="meta">Posted by
|
||||
<a href="./author/antoine-joubert.html">Antoine Joubert</a>
|
||||
<a href="https://captainark.net/author/antoine-joubert.html">Antoine Joubert</a>
|
||||
on Fri 24 April 2015
|
||||
</span>
|
||||
|
||||
@ -1075,12 +1075,12 @@ Process 'opendmarc' Running
|
||||
<h2>Comments !</h2>
|
||||
<div id="disqus_thread"></div>
|
||||
<script type="text/javascript">
|
||||
var disqus_shortname = 'captainark';
|
||||
var disqus_shortname = 'www.captainark.net';
|
||||
var disqus_identifier = 'setting-up-a-mail-server.html';
|
||||
var disqus_url = './setting-up-a-mail-server.html';
|
||||
var disqus_url = 'https://captainark.net/setting-up-a-mail-server.html';
|
||||
(function() {
|
||||
var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true;
|
||||
dsq.src = '//captainark.disqus.com/embed.js';
|
||||
dsq.src = '//www.captainark.net.disqus.com/embed.js';
|
||||
(document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq);
|
||||
})();
|
||||
</script>
|
||||
@ -1123,26 +1123,10 @@ Process 'opendmarc' Running
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href=" https://www.facebook.com/captainark">
|
||||
<a href="http://www.last.fm/user/captainark">
|
||||
<span class="fa-stack fa-lg">
|
||||
<i class="fa fa-circle fa-stack-2x"></i>
|
||||
<i class="fa fa-facebook fa-stack-1x fa-inverse"></i>
|
||||
</span>
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://plus.google.com/+CaptainarkNet47">
|
||||
<span class="fa-stack fa-lg">
|
||||
<i class="fa fa-circle fa-stack-2x"></i>
|
||||
<i class="fa fa-google-plus fa-stack-1x fa-inverse"></i>
|
||||
</span>
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://www.youtube.com/user/thecaptainark">
|
||||
<span class="fa-stack fa-lg">
|
||||
<i class="fa fa-circle fa-stack-2x"></i>
|
||||
<i class="fa fa-youtube fa-stack-1x fa-inverse"></i>
|
||||
<i class="fa fa-lastfm fa-stack-1x fa-inverse"></i>
|
||||
</span>
|
||||
</a>
|
||||
</li>
|
||||
@ -1162,14 +1146,6 @@ Process 'opendmarc' Running
|
||||
</span>
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="http://www.last.fm/user/captainark">
|
||||
<span class="fa-stack fa-lg">
|
||||
<i class="fa fa-circle fa-stack-2x"></i>
|
||||
<i class="fa fa-lastfm fa-stack-1x fa-inverse"></i>
|
||||
</span>
|
||||
</a>
|
||||
</li>
|
||||
</ul>
|
||||
<p class="copyright text-muted">
|
||||
Blog powered by <a href="http://getpelican.com">Pelican</a>,
|
||||
@ -1180,16 +1156,16 @@ Process 'opendmarc' Running
|
||||
</footer>
|
||||
|
||||
<!-- jQuery -->
|
||||
<script src="./theme/js/jquery.js"></script>
|
||||
<script src="https://captainark.net/theme/js/jquery.js"></script>
|
||||
|
||||
<!-- Bootstrap Core JavaScript -->
|
||||
<script src="./theme/js/bootstrap.min.js"></script>
|
||||
<script src="https://captainark.net/theme/js/bootstrap.min.js"></script>
|
||||
|
||||
<!-- Custom Theme JavaScript -->
|
||||
<script src="./theme/js/clean-blog.min.js"></script>
|
||||
<script src="https://captainark.net/theme/js/clean-blog.min.js"></script>
|
||||
|
||||
<script type="text/javascript">
|
||||
var disqus_shortname = 'captainark';
|
||||
var disqus_shortname = 'www.captainark.net';
|
||||
(function () {
|
||||
var s = document.createElement('script'); s.async = true;
|
||||
s.type = 'text/javascript';
|
||||
|
@ -13,13 +13,13 @@
|
||||
|
||||
|
||||
<!-- Bootstrap Core CSS -->
|
||||
<link href="./theme/css/bootstrap.min.css" rel="stylesheet">
|
||||
<link href="https://captainark.net/theme/css/bootstrap.min.css" rel="stylesheet">
|
||||
|
||||
<!-- Custom CSS -->
|
||||
<link href="./theme/css/clean-blog.min.css" rel="stylesheet">
|
||||
<link href="https://captainark.net/theme/css/clean-blog.min.css" rel="stylesheet">
|
||||
|
||||
<!-- Code highlight color scheme -->
|
||||
<link href="./theme/css/code_blocks/github.css" rel="stylesheet">
|
||||
<link href="https://captainark.net/theme/css/code_blocks/github.css" rel="stylesheet">
|
||||
|
||||
|
||||
<!-- Custom Fonts -->
|
||||
@ -51,7 +51,7 @@
|
||||
<span class="icon-bar"></span>
|
||||
<span class="icon-bar"></span>
|
||||
</button>
|
||||
<a class="navbar-brand" href="./">Sysadmining. All day. Every day.</a>
|
||||
<a class="navbar-brand" href="https://captainark.net/">Sysadmining. All day. Every day.</a>
|
||||
</div>
|
||||
|
||||
<!-- Collect the nav links, forms, and other content for toggling -->
|
||||
@ -60,8 +60,8 @@
|
||||
<li><a href="/">Homepage</a></li>
|
||||
<li><a href="/categories.html">Categories</a></li>
|
||||
|
||||
<li><a href="./pages/about.html">About</a></li>
|
||||
<li><a href="./pages/resume.html">Resume</a></li>
|
||||
<li><a href="https://captainark.net/pages/about.html">About</a></li>
|
||||
<li><a href="https://captainark.net/pages/resume.html">Resume</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<!-- /.navbar-collapse -->
|
||||
@ -123,26 +123,10 @@
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href=" https://www.facebook.com/captainark">
|
||||
<a href="http://www.last.fm/user/captainark">
|
||||
<span class="fa-stack fa-lg">
|
||||
<i class="fa fa-circle fa-stack-2x"></i>
|
||||
<i class="fa fa-facebook fa-stack-1x fa-inverse"></i>
|
||||
</span>
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://plus.google.com/+CaptainarkNet47">
|
||||
<span class="fa-stack fa-lg">
|
||||
<i class="fa fa-circle fa-stack-2x"></i>
|
||||
<i class="fa fa-google-plus fa-stack-1x fa-inverse"></i>
|
||||
</span>
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://www.youtube.com/user/thecaptainark">
|
||||
<span class="fa-stack fa-lg">
|
||||
<i class="fa fa-circle fa-stack-2x"></i>
|
||||
<i class="fa fa-youtube fa-stack-1x fa-inverse"></i>
|
||||
<i class="fa fa-lastfm fa-stack-1x fa-inverse"></i>
|
||||
</span>
|
||||
</a>
|
||||
</li>
|
||||
@ -162,14 +146,6 @@
|
||||
</span>
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="http://www.last.fm/user/captainark">
|
||||
<span class="fa-stack fa-lg">
|
||||
<i class="fa fa-circle fa-stack-2x"></i>
|
||||
<i class="fa fa-lastfm fa-stack-1x fa-inverse"></i>
|
||||
</span>
|
||||
</a>
|
||||
</li>
|
||||
</ul>
|
||||
<p class="copyright text-muted">
|
||||
Blog powered by <a href="http://getpelican.com">Pelican</a>,
|
||||
@ -180,16 +156,16 @@
|
||||
</footer>
|
||||
|
||||
<!-- jQuery -->
|
||||
<script src="./theme/js/jquery.js"></script>
|
||||
<script src="https://captainark.net/theme/js/jquery.js"></script>
|
||||
|
||||
<!-- Bootstrap Core JavaScript -->
|
||||
<script src="./theme/js/bootstrap.min.js"></script>
|
||||
<script src="https://captainark.net/theme/js/bootstrap.min.js"></script>
|
||||
|
||||
<!-- Custom Theme JavaScript -->
|
||||
<script src="./theme/js/clean-blog.min.js"></script>
|
||||
<script src="https://captainark.net/theme/js/clean-blog.min.js"></script>
|
||||
|
||||
<script type="text/javascript">
|
||||
var disqus_shortname = 'captainark';
|
||||
var disqus_shortname = 'www.captainark.net';
|
||||
(function () {
|
||||
var s = document.createElement('script'); s.async = true;
|
||||
s.type = 'text/javascript';
|
||||
|
@ -26,7 +26,7 @@ LINKS = (('Pelican', 'http://getpelican.com/'),
|
||||
DEFAULT_PAGINATION = 10
|
||||
|
||||
# Uncomment following line if you want document-relative URLs when developing
|
||||
RELATIVE_URLS = True
|
||||
#RELATIVE_URLS = True
|
||||
|
||||
THEME = '/Users/captainark/Documents/projects/pelican-themes/pelican-clean-blog'
|
||||
SITESUBTITLE = u'Yet Another Blog about Linux and Networking'
|
||||
@ -56,12 +56,9 @@ SOCIAL = (
|
||||
('envelope','mailto:contact@captainark.net'),
|
||||
('twitter', 'https://twitter.com/captainark'),
|
||||
('github', 'https://github.com/captainark'),
|
||||
('facebook',' https://www.facebook.com/captainark'),
|
||||
('google-plus','https://plus.google.com/+CaptainarkNet47'),
|
||||
('youtube','https://www.youtube.com/user/thecaptainark'),
|
||||
('lastfm','http://www.last.fm/user/captainark'),
|
||||
('steam','https://steamcommunity.com/id/captainark'),
|
||||
('twitch','http://www.twitch.tv/captainark'),
|
||||
('lastfm','http://www.last.fm/user/captainark')
|
||||
('twitch','http://www.twitch.tv/captainark')
|
||||
)
|
||||
|
||||
DISQUS_SITENAME = "captainark"
|
||||
DISQUS_SITENAME = "www.captainark.net"
|
||||
|
BIN
pelicanconf.pyc
BIN
pelicanconf.pyc
Binary file not shown.
Loading…
Reference in New Issue
Block a user