Fix example

Fixes #190.
This commit is contained in:
Alexandre Vicenzi 2019-11-20 23:38:28 +01:00
parent d97d5a586d
commit bb3ca5f4e1
37 changed files with 1072 additions and 571 deletions

View file

@ -4,7 +4,7 @@ PELICANOPTS=
BASEDIR=$(CURDIR)
INPUTDIR=$(BASEDIR)/content
OUTPUTDIR=$(BASEDIR)/output
OUTPUTDIR=$(BASEDIR)/blog
CONFFILE=$(BASEDIR)/pelicanconf.py
PUBLISHCONF=$(BASEDIR)/publishconf.py

View file

@ -10,21 +10,30 @@
<link href="https://fonts.googleapis.com/css?family=Source+Code+Pro|Source+Sans+Pro:300,400,400i,700" rel="stylesheet">
<link rel="stylesheet/less" type="text/css" href="http://localhost:8000/theme/stylesheet/style.less">
<script src="//cdnjs.cloudflare.com/ajax/libs/less.js/2.5.1/less.min.js" type="text/javascript"></script>
<link rel="stylesheet" type="text/css" href="http://flex.alxd.me/blog/theme/stylesheet/style.min.css">
<link rel="stylesheet" type="text/css" href="http://localhost:8000/theme/pygments/monokai.min.css">
<link rel="stylesheet" type="text/css" href="http://localhost:8000/theme/font-awesome/css/fontawesome.css">
<link rel="stylesheet" type="text/css" href="http://localhost:8000/theme/font-awesome/css/brands.css">
<link rel="stylesheet" type="text/css" href="http://localhost:8000/theme/font-awesome/css/solid.css">
<link rel="stylesheet" type="text/css" href="http://flex.alxd.me/blog/theme/pygments/monokai.min.css">
<link rel="stylesheet" type="text/css" href="http://flex.alxd.me/blog/theme/font-awesome/css/fontawesome.css">
<link rel="stylesheet" type="text/css" href="http://flex.alxd.me/blog/theme/font-awesome/css/brands.css">
<link rel="stylesheet" type="text/css" href="http://flex.alxd.me/blog/theme/font-awesome/css/solid.css">
<link href="http://localhost:8000/static/custom.css" rel="stylesheet">
<link href="http://flex.alxd.me/blog/static/custom.css" rel="stylesheet">
<link href="http://localhost:8000/feeds/all.atom.xml" type="application/atom+xml" rel="alternate" title="Flex Atom">
<link href="http://flex.alxd.me/blog/feeds/all.atom.xml" type="application/atom+xml" rel="alternate" title="Flex Atom">
<!-- Google Analytics -->
<script type="text/javascript">
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-55543164-6', 'auto');
ga('send', 'pageview');
</script>
<!-- End Google Analytics -->
<!-- Chrome, Firefox OS and Opera -->
<meta name="theme-color" content="#333333">
<!-- Windows Phone -->
@ -42,7 +51,7 @@
<meta property="og:title" content="Flex"/>
<meta property="og:description" content="Flex - The minimalist Pelican theme."/>
<meta property="og:locale" content="en_US"/>
<meta property="og:url" content="http://localhost:8000"/>
<meta property="og:url" content="http://flex.alxd.me/blog"/>
<title>Flex &ndash; Archives
</title>
@ -58,16 +67,17 @@
<body>
<aside>
<div>
<a href="http://localhost:8000">
<img src="http://localhost:8000/theme/img/profile.png" alt="Flex" title="Flex">
<a href="http://flex.alxd.me/blog">
<img src="http://flex.alxd.me/blog/theme/img/profile.png" alt="Flex" title="Flex">
</a>
<h1><a href="http://localhost:8000">Flex</a></h1>
<h1><a href="http://flex.alxd.me/blog">Flex</a></h1>
<p>The minimalist Pelican theme</p>
<nav>
<ul class="list">
<li><a href="http://localhost:8000/pages/about.html#about">About</a></li>
<li><a href="http://localhost:8000/pages/contact.html#contact">Contact</a></li>
<li><a target="_blank" href="http://flex.alxd.me/blog/pages/about.html#about">About</a></li>
<li><a target="_blank" href="http://flex.alxd.me/blog/pages/contact.html#contact">Contact</a></li>
</ul>
</nav>
@ -98,39 +108,39 @@
<main>
<nav>
<a href="http://localhost:8000"> Home
<a href="http://flex.alxd.me/blog"> Home
</a>
<a href="/archives.html">Archives</a>
<a href="/categories.html">Categories</a>
<a href="/tags.html">Tags</a>
<a href="http://localhost:8000/feeds/all.atom.xml"> Atom
<a href="http://flex.alxd.me/blog/feeds/all.atom.xml"> Atom
</a>
</nav>
<article class="single">
<header>
<h1> Archives
<h1 id="archives"> Archives
</h1>
</header>
<div>
<dl>
<dt>June 24, 2018</dt>
<dd><a href="http://localhost:8000/flex-pelican-theme-update-2-2.html">Flex 2.2.0</a></dd>
<dd><a href="http://flex.alxd.me/blog/flex-pelican-theme-update-2-2.html">Flex 2.2.0</a></dd>
<dt>November 16, 2016</dt>
<dd><a href="http://localhost:8000/flex-pelican-theme-update-2-1.html">Flex 2.1.0</a></dd>
<dd><a href="http://flex.alxd.me/blog/flex-pelican-theme-update-2-1.html">Flex 2.1.0</a></dd>
<dt>September 13, 2016</dt>
<dd><a href="http://localhost:8000/flex-pelican-theme-update-2-0.html">Flex 2.0</a></dd>
<dd><a href="http://flex.alxd.me/blog/flex-pelican-theme-update-2-0.html">Flex 2.0</a></dd>
<dt>June 10, 2016</dt>
<dd><a href="http://localhost:8000/flex-pelican-theme-update-1-2-0.html">Flex 1.2.0</a></dd>
<dd><a href="http://flex.alxd.me/blog/flex-pelican-theme-update-1-2-0.html">Flex 1.2.0</a></dd>
<dt>February 27, 2016</dt>
<dd><a href="http://localhost:8000/flex-pelican-theme-update-1-1-1.html">Flex 1.1.1</a></dd>
<dd><a href="http://flex.alxd.me/blog/flex-pelican-theme-update-1-1-1.html">Flex 1.1.1</a></dd>
<dt>October 07, 2015</dt>
<dd><a href="http://localhost:8000/flex-pelican-theme-update-1-1.html">Flex 1.1.0</a></dd>
<dd><a href="http://flex.alxd.me/blog/flex-pelican-theme-update-1-1.html">Flex 1.1.0</a></dd>
<dt>July 22, 2015</dt>
<dd><a href="http://localhost:8000/flex-pelican-theme.html">Flex: Responsive Pelican theme</a></dd>
<dd><a href="http://flex.alxd.me/blog/flex-pelican-theme.html">Flex: Responsive Pelican theme</a></dd>
</dl>
</div>
</article>
@ -163,7 +173,7 @@
"@context" : "http://schema.org",
"@type" : "Blog",
"name": " Flex ",
"url" : "http://localhost:8000",
"url" : "http://flex.alxd.me/blog",
"image": "",
"description": "Flex - The minimalist Pelican theme."
}

View file

@ -10,21 +10,30 @@
<link href="https://fonts.googleapis.com/css?family=Source+Code+Pro|Source+Sans+Pro:300,400,400i,700" rel="stylesheet">
<link rel="stylesheet/less" type="text/css" href="http://localhost:8000/theme/stylesheet/style.less">
<script src="//cdnjs.cloudflare.com/ajax/libs/less.js/2.5.1/less.min.js" type="text/javascript"></script>
<link rel="stylesheet" type="text/css" href="http://flex.alxd.me/blog/theme/stylesheet/style.min.css">
<link rel="stylesheet" type="text/css" href="http://localhost:8000/theme/pygments/monokai.min.css">
<link rel="stylesheet" type="text/css" href="http://localhost:8000/theme/font-awesome/css/fontawesome.css">
<link rel="stylesheet" type="text/css" href="http://localhost:8000/theme/font-awesome/css/brands.css">
<link rel="stylesheet" type="text/css" href="http://localhost:8000/theme/font-awesome/css/solid.css">
<link rel="stylesheet" type="text/css" href="http://flex.alxd.me/blog/theme/pygments/monokai.min.css">
<link rel="stylesheet" type="text/css" href="http://flex.alxd.me/blog/theme/font-awesome/css/fontawesome.css">
<link rel="stylesheet" type="text/css" href="http://flex.alxd.me/blog/theme/font-awesome/css/brands.css">
<link rel="stylesheet" type="text/css" href="http://flex.alxd.me/blog/theme/font-awesome/css/solid.css">
<link href="http://localhost:8000/static/custom.css" rel="stylesheet">
<link href="http://flex.alxd.me/blog/static/custom.css" rel="stylesheet">
<link href="http://localhost:8000/feeds/all.atom.xml" type="application/atom+xml" rel="alternate" title="Flex Atom">
<link href="http://flex.alxd.me/blog/feeds/all.atom.xml" type="application/atom+xml" rel="alternate" title="Flex Atom">
<!-- Google Analytics -->
<script type="text/javascript">
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-55543164-6', 'auto');
ga('send', 'pageview');
</script>
<!-- End Google Analytics -->
<!-- Chrome, Firefox OS and Opera -->
<meta name="theme-color" content="#333333">
<!-- Windows Phone -->
@ -42,7 +51,7 @@
<meta property="og:title" content="Flex"/>
<meta property="og:description" content="Flex - The minimalist Pelican theme."/>
<meta property="og:locale" content="en_US"/>
<meta property="og:url" content="http://localhost:8000"/>
<meta property="og:url" content="http://flex.alxd.me/blog"/>
<title>Flex &ndash; Posts by Alexandre Vicenzi
:</title>
@ -58,16 +67,17 @@
<body>
<aside>
<div>
<a href="http://localhost:8000">
<img src="http://localhost:8000/theme/img/profile.png" alt="Flex" title="Flex">
<a href="http://flex.alxd.me/blog">
<img src="http://flex.alxd.me/blog/theme/img/profile.png" alt="Flex" title="Flex">
</a>
<h1><a href="http://localhost:8000">Flex</a></h1>
<h1><a href="http://flex.alxd.me/blog">Flex</a></h1>
<p>The minimalist Pelican theme</p>
<nav>
<ul class="list">
<li><a href="http://localhost:8000/pages/about.html#about">About</a></li>
<li><a href="http://localhost:8000/pages/contact.html#contact">Contact</a></li>
<li><a target="_blank" href="http://flex.alxd.me/blog/pages/about.html#about">About</a></li>
<li><a target="_blank" href="http://flex.alxd.me/blog/pages/contact.html#contact">Contact</a></li>
</ul>
</nav>
@ -98,14 +108,14 @@
<main>
<nav>
<a href="http://localhost:8000"> Home
<a href="http://flex.alxd.me/blog"> Home
</a>
<a href="/archives.html">Archives</a>
<a href="/categories.html">Categories</a>
<a href="/tags.html">Tags</a>
<a href="http://localhost:8000/feeds/all.atom.xml"> Atom
<a href="http://flex.alxd.me/blog/feeds/all.atom.xml"> Atom
</a>
</nav>
@ -114,9 +124,9 @@
<article>
<header>
<h2><a href="http://localhost:8000/flex-pelican-theme-update-2-2.html#flex-pelican-theme-update-2-2">Flex 2.2.0</a></h2>
<h2><a href="http://flex.alxd.me/blog/flex-pelican-theme-update-2-2.html#flex-pelican-theme-update-2-2">Flex 2.2.0</a></h2>
<p>
Posted on June 24, 2018 in <a href="http://localhost:8000/category/news.html">News</a>
Posted on June 24, 2018 in <a href="http://flex.alxd.me/blog/category/news.html">News</a>
@ -132,9 +142,9 @@
</article>
<article>
<header>
<h2><a href="http://localhost:8000/flex-pelican-theme-update-2-1.html#flex-pelican-theme-update-2-1">Flex 2.1.0</a></h2>
<h2><a href="http://flex.alxd.me/blog/flex-pelican-theme-update-2-1.html#flex-pelican-theme-update-2-1">Flex 2.1.0</a></h2>
<p>
Posted on November 16, 2016 in <a href="http://localhost:8000/category/news.html">News</a>
Posted on November 16, 2016 in <a href="http://flex.alxd.me/blog/category/news.html">News</a>
@ -145,16 +155,16 @@
<p>Flex 2.1.0 adds support for Google AdSense.</p>
<p>If you choose wisely, ads are a way to win some money, but if not, you may loose your users due to excessive use of ads …</p>
<br>
<a class="btn" href="http://localhost:8000/flex-pelican-theme-update-2-1.html#flex-pelican-theme-update-2-1"> Continue reading
<a class="btn" href="http://flex.alxd.me/blog/flex-pelican-theme-update-2-1.html#flex-pelican-theme-update-2-1"> Continue reading
</a>
</div>
<hr />
</article>
<article>
<header>
<h2><a href="http://localhost:8000/flex-pelican-theme-update-2-0.html#flex-pelican-theme-update-2-0">Flex 2.0</a></h2>
<h2><a href="http://flex.alxd.me/blog/flex-pelican-theme-update-2-0.html#flex-pelican-theme-update-2-0">Flex 2.0</a></h2>
<p>
Posted on September 13, 2016 in <a href="http://localhost:8000/category/news.html">News</a>
Posted on September 13, 2016 in <a href="http://flex.alxd.me/blog/category/news.html">News</a>
@ -169,16 +179,16 @@ You can read about <a href="https://github.com/alexandrevicenzi/Flex/wiki/Transl
<p>The biggest challege was to create a way to translate without breaking old versions.
If …</p>
<br>
<a class="btn" href="http://localhost:8000/flex-pelican-theme-update-2-0.html#flex-pelican-theme-update-2-0"> Continue reading
<a class="btn" href="http://flex.alxd.me/blog/flex-pelican-theme-update-2-0.html#flex-pelican-theme-update-2-0"> Continue reading
</a>
</div>
<hr />
</article>
<article>
<header>
<h2><a href="http://localhost:8000/flex-pelican-theme-update-1-2-0.html#flex-pelican-theme-update-1-2-0">Flex 1.2.0</a></h2>
<h2><a href="http://flex.alxd.me/blog/flex-pelican-theme-update-1-2-0.html#flex-pelican-theme-update-1-2-0">Flex 1.2.0</a></h2>
<p>
Posted on June 10, 2016 in <a href="http://localhost:8000/category/news.html">News</a>
Posted on June 10, 2016 in <a href="http://flex.alxd.me/blog/category/news.html">News</a>
@ -193,16 +203,16 @@ If …</p>
<li><a href="https://github.com/alexandrevicenzi/Flex/pull/27">Related posts</a></li>
<li><a href="https://github.com/alexandrevicenzi/Flex/issues/38">More Pygments Styles …</a></li></ul>
<br>
<a class="btn" href="http://localhost:8000/flex-pelican-theme-update-1-2-0.html#flex-pelican-theme-update-1-2-0"> Continue reading
<a class="btn" href="http://flex.alxd.me/blog/flex-pelican-theme-update-1-2-0.html#flex-pelican-theme-update-1-2-0"> Continue reading
</a>
</div>
<hr />
</article>
<article>
<header>
<h2><a href="http://localhost:8000/flex-pelican-theme-update-1-1-1.html#flex-pelican-theme-update-1-1-1">Flex 1.1.1</a></h2>
<h2><a href="http://flex.alxd.me/blog/flex-pelican-theme-update-1-1-1.html#flex-pelican-theme-update-1-1-1">Flex 1.1.1</a></h2>
<p>
Posted on February 27, 2016 in <a href="http://localhost:8000/category/news.html">News</a>
Posted on February 27, 2016 in <a href="http://flex.alxd.me/blog/category/news.html">News</a>
@ -221,9 +231,9 @@ If …</p>
</article>
<article>
<header>
<h2><a href="http://localhost:8000/flex-pelican-theme-update-1-1.html#flex-pelican-theme-update-1-1">Flex 1.1.0</a></h2>
<h2><a href="http://flex.alxd.me/blog/flex-pelican-theme-update-1-1.html#flex-pelican-theme-update-1-1">Flex 1.1.0</a></h2>
<p>
Posted on October 07, 2015 in <a href="http://localhost:8000/category/news.html">News</a>
Posted on October 07, 2015 in <a href="http://flex.alxd.me/blog/category/news.html">News</a>
@ -233,16 +243,16 @@ If …</p>
<p>I've made the <a href="https://github.com/alexandrevicenzi/Flex">Flex theme</a> a time ago. For my surprise, many people are using it. I feel thankful for this.</p>
<p>So, after some new blogs with this theme, I got issues and PRs on GitHub from these new users. This weekend I had some free time and I release …</p>
<br>
<a class="btn" href="http://localhost:8000/flex-pelican-theme-update-1-1.html#flex-pelican-theme-update-1-1"> Continue reading
<a class="btn" href="http://flex.alxd.me/blog/flex-pelican-theme-update-1-1.html#flex-pelican-theme-update-1-1"> Continue reading
</a>
</div>
<hr />
</article>
<article>
<header>
<h2><a href="http://localhost:8000/flex-pelican-theme.html#flex-pelican-theme">Flex: Responsive Pelican theme</a></h2>
<h2><a href="http://flex.alxd.me/blog/flex-pelican-theme.html#flex-pelican-theme">Flex: Responsive Pelican theme</a></h2>
<p>
Posted on July 22, 2015 in <a href="http://localhost:8000/category/news.html">News</a>
Posted on July 22, 2015 in <a href="http://flex.alxd.me/blog/category/news.html">News</a>
@ -252,7 +262,7 @@ If …</p>
<p>I just start a new fresh blog using <a href="http://getpelican.com">Pelican</a>. Sometimes choosing a theme for a new site is something difficult that takes time.</p>
<p>In the Pelican <a href="http://www.pelicanthemes.com/">theme gallery</a>, I couldn't find anything that I really liked to feet all my needs. So in the first time of the history, I …</p>
<br>
<a class="btn" href="http://localhost:8000/flex-pelican-theme.html#flex-pelican-theme"> Continue reading
<a class="btn" href="http://flex.alxd.me/blog/flex-pelican-theme.html#flex-pelican-theme"> Continue reading
</a>
</div>
</article>
@ -298,7 +308,7 @@ If …</p>
"@context" : "http://schema.org",
"@type" : "Blog",
"name": " Flex ",
"url" : "http://localhost:8000",
"url" : "http://flex.alxd.me/blog",
"image": "",
"description": "Flex - The minimalist Pelican theme."
}

View file

@ -10,21 +10,30 @@
<link href="https://fonts.googleapis.com/css?family=Source+Code+Pro|Source+Sans+Pro:300,400,400i,700" rel="stylesheet">
<link rel="stylesheet/less" type="text/css" href="http://localhost:8000/theme/stylesheet/style.less">
<script src="//cdnjs.cloudflare.com/ajax/libs/less.js/2.5.1/less.min.js" type="text/javascript"></script>
<link rel="stylesheet" type="text/css" href="http://flex.alxd.me/blog/theme/stylesheet/style.min.css">
<link rel="stylesheet" type="text/css" href="http://localhost:8000/theme/pygments/monokai.min.css">
<link rel="stylesheet" type="text/css" href="http://localhost:8000/theme/font-awesome/css/fontawesome.css">
<link rel="stylesheet" type="text/css" href="http://localhost:8000/theme/font-awesome/css/brands.css">
<link rel="stylesheet" type="text/css" href="http://localhost:8000/theme/font-awesome/css/solid.css">
<link rel="stylesheet" type="text/css" href="http://flex.alxd.me/blog/theme/pygments/monokai.min.css">
<link rel="stylesheet" type="text/css" href="http://flex.alxd.me/blog/theme/font-awesome/css/fontawesome.css">
<link rel="stylesheet" type="text/css" href="http://flex.alxd.me/blog/theme/font-awesome/css/brands.css">
<link rel="stylesheet" type="text/css" href="http://flex.alxd.me/blog/theme/font-awesome/css/solid.css">
<link href="http://localhost:8000/static/custom.css" rel="stylesheet">
<link href="http://flex.alxd.me/blog/static/custom.css" rel="stylesheet">
<link href="http://localhost:8000/feeds/all.atom.xml" type="application/atom+xml" rel="alternate" title="Flex Atom">
<link href="http://flex.alxd.me/blog/feeds/all.atom.xml" type="application/atom+xml" rel="alternate" title="Flex Atom">
<!-- Google Analytics -->
<script type="text/javascript">
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-55543164-6', 'auto');
ga('send', 'pageview');
</script>
<!-- End Google Analytics -->
<!-- Chrome, Firefox OS and Opera -->
<meta name="theme-color" content="#333333">
<!-- Windows Phone -->
@ -42,7 +51,7 @@
<meta property="og:title" content="Flex"/>
<meta property="og:description" content="Flex - The minimalist Pelican theme."/>
<meta property="og:locale" content="en_US"/>
<meta property="og:url" content="http://localhost:8000"/>
<meta property="og:url" content="http://flex.alxd.me/blog"/>
<title>Flex &ndash; Authors
</title>
@ -58,16 +67,17 @@
<body>
<aside>
<div>
<a href="http://localhost:8000">
<img src="http://localhost:8000/theme/img/profile.png" alt="Flex" title="Flex">
<a href="http://flex.alxd.me/blog">
<img src="http://flex.alxd.me/blog/theme/img/profile.png" alt="Flex" title="Flex">
</a>
<h1><a href="http://localhost:8000">Flex</a></h1>
<h1><a href="http://flex.alxd.me/blog">Flex</a></h1>
<p>The minimalist Pelican theme</p>
<nav>
<ul class="list">
<li><a href="http://localhost:8000/pages/about.html#about">About</a></li>
<li><a href="http://localhost:8000/pages/contact.html#contact">Contact</a></li>
<li><a target="_blank" href="http://flex.alxd.me/blog/pages/about.html#about">About</a></li>
<li><a target="_blank" href="http://flex.alxd.me/blog/pages/contact.html#contact">Contact</a></li>
</ul>
</nav>
@ -98,26 +108,26 @@
<main>
<nav>
<a href="http://localhost:8000"> Home
<a href="http://flex.alxd.me/blog"> Home
</a>
<a href="/archives.html">Archives</a>
<a href="/categories.html">Categories</a>
<a href="/tags.html">Tags</a>
<a href="http://localhost:8000/feeds/all.atom.xml"> Atom
<a href="http://flex.alxd.me/blog/feeds/all.atom.xml"> Atom
</a>
</nav>
<article class="single">
<header>
<h1> Authors
<h1 id="authors"> Authors
</h1>
</header>
<div>
<ul class="list">
<li><a href="http://localhost:8000/author/alexandre-vicenzi.html">Alexandre Vicenzi</a> (7)</li>
<li><a href="http://flex.alxd.me/blog/author/alexandre-vicenzi.html">Alexandre Vicenzi</a> (7)</li>
</ul>
</div>
</article>
@ -150,7 +160,7 @@
"@context" : "http://schema.org",
"@type" : "Blog",
"name": " Flex ",
"url" : "http://localhost:8000",
"url" : "http://flex.alxd.me/blog",
"image": "",
"description": "Flex - The minimalist Pelican theme."
}

View file

@ -10,21 +10,30 @@
<link href="https://fonts.googleapis.com/css?family=Source+Code+Pro|Source+Sans+Pro:300,400,400i,700" rel="stylesheet">
<link rel="stylesheet/less" type="text/css" href="http://localhost:8000/theme/stylesheet/style.less">
<script src="//cdnjs.cloudflare.com/ajax/libs/less.js/2.5.1/less.min.js" type="text/javascript"></script>
<link rel="stylesheet" type="text/css" href="http://flex.alxd.me/blog/theme/stylesheet/style.min.css">
<link rel="stylesheet" type="text/css" href="http://localhost:8000/theme/pygments/monokai.min.css">
<link rel="stylesheet" type="text/css" href="http://localhost:8000/theme/font-awesome/css/fontawesome.css">
<link rel="stylesheet" type="text/css" href="http://localhost:8000/theme/font-awesome/css/brands.css">
<link rel="stylesheet" type="text/css" href="http://localhost:8000/theme/font-awesome/css/solid.css">
<link rel="stylesheet" type="text/css" href="http://flex.alxd.me/blog/theme/pygments/monokai.min.css">
<link rel="stylesheet" type="text/css" href="http://flex.alxd.me/blog/theme/font-awesome/css/fontawesome.css">
<link rel="stylesheet" type="text/css" href="http://flex.alxd.me/blog/theme/font-awesome/css/brands.css">
<link rel="stylesheet" type="text/css" href="http://flex.alxd.me/blog/theme/font-awesome/css/solid.css">
<link href="http://localhost:8000/static/custom.css" rel="stylesheet">
<link href="http://flex.alxd.me/blog/static/custom.css" rel="stylesheet">
<link href="http://localhost:8000/feeds/all.atom.xml" type="application/atom+xml" rel="alternate" title="Flex Atom">
<link href="http://flex.alxd.me/blog/feeds/all.atom.xml" type="application/atom+xml" rel="alternate" title="Flex Atom">
<!-- Google Analytics -->
<script type="text/javascript">
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-55543164-6', 'auto');
ga('send', 'pageview');
</script>
<!-- End Google Analytics -->
<!-- Chrome, Firefox OS and Opera -->
<meta name="theme-color" content="#333333">
<!-- Windows Phone -->
@ -42,7 +51,7 @@
<meta property="og:title" content="Flex"/>
<meta property="og:description" content="Flex - The minimalist Pelican theme."/>
<meta property="og:locale" content="en_US"/>
<meta property="og:url" content="http://localhost:8000"/>
<meta property="og:url" content="http://flex.alxd.me/blog"/>
<title>Flex &ndash; Categories
</title>
@ -58,16 +67,17 @@
<body>
<aside>
<div>
<a href="http://localhost:8000">
<img src="http://localhost:8000/theme/img/profile.png" alt="Flex" title="Flex">
<a href="http://flex.alxd.me/blog">
<img src="http://flex.alxd.me/blog/theme/img/profile.png" alt="Flex" title="Flex">
</a>
<h1><a href="http://localhost:8000">Flex</a></h1>
<h1><a href="http://flex.alxd.me/blog">Flex</a></h1>
<p>The minimalist Pelican theme</p>
<nav>
<ul class="list">
<li><a href="http://localhost:8000/pages/about.html#about">About</a></li>
<li><a href="http://localhost:8000/pages/contact.html#contact">Contact</a></li>
<li><a target="_blank" href="http://flex.alxd.me/blog/pages/about.html#about">About</a></li>
<li><a target="_blank" href="http://flex.alxd.me/blog/pages/contact.html#contact">Contact</a></li>
</ul>
</nav>
@ -98,14 +108,14 @@
<main>
<nav>
<a href="http://localhost:8000"> Home
<a href="http://flex.alxd.me/blog"> Home
</a>
<a href="/archives.html">Archives</a>
<a href="/categories.html">Categories</a>
<a href="/tags.html">Tags</a>
<a href="http://localhost:8000/feeds/all.atom.xml"> Atom
<a href="http://flex.alxd.me/blog/feeds/all.atom.xml"> Atom
</a>
</nav>
@ -117,7 +127,7 @@
</header>
<div>
<ul class="list">
<li><a href="http://localhost:8000/category/news.html">News</a> (7)</li>
<li><a href="http://flex.alxd.me/blog/category/news.html">News</a> (7)</li>
</ul>
</div>
</article>
@ -150,7 +160,7 @@
"@context" : "http://schema.org",
"@type" : "Blog",
"name": " Flex ",
"url" : "http://localhost:8000",
"url" : "http://flex.alxd.me/blog",
"image": "",
"description": "Flex - The minimalist Pelican theme."
}

View file

@ -10,21 +10,30 @@
<link href="https://fonts.googleapis.com/css?family=Source+Code+Pro|Source+Sans+Pro:300,400,400i,700" rel="stylesheet">
<link rel="stylesheet/less" type="text/css" href="http://localhost:8000/theme/stylesheet/style.less">
<script src="//cdnjs.cloudflare.com/ajax/libs/less.js/2.5.1/less.min.js" type="text/javascript"></script>
<link rel="stylesheet" type="text/css" href="http://flex.alxd.me/blog/theme/stylesheet/style.min.css">
<link rel="stylesheet" type="text/css" href="http://localhost:8000/theme/pygments/monokai.min.css">
<link rel="stylesheet" type="text/css" href="http://localhost:8000/theme/font-awesome/css/fontawesome.css">
<link rel="stylesheet" type="text/css" href="http://localhost:8000/theme/font-awesome/css/brands.css">
<link rel="stylesheet" type="text/css" href="http://localhost:8000/theme/font-awesome/css/solid.css">
<link rel="stylesheet" type="text/css" href="http://flex.alxd.me/blog/theme/pygments/monokai.min.css">
<link rel="stylesheet" type="text/css" href="http://flex.alxd.me/blog/theme/font-awesome/css/fontawesome.css">
<link rel="stylesheet" type="text/css" href="http://flex.alxd.me/blog/theme/font-awesome/css/brands.css">
<link rel="stylesheet" type="text/css" href="http://flex.alxd.me/blog/theme/font-awesome/css/solid.css">
<link href="http://localhost:8000/static/custom.css" rel="stylesheet">
<link href="http://flex.alxd.me/blog/static/custom.css" rel="stylesheet">
<link href="http://localhost:8000/feeds/all.atom.xml" type="application/atom+xml" rel="alternate" title="Flex Atom">
<link href="http://flex.alxd.me/blog/feeds/all.atom.xml" type="application/atom+xml" rel="alternate" title="Flex Atom">
<!-- Google Analytics -->
<script type="text/javascript">
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-55543164-6', 'auto');
ga('send', 'pageview');
</script>
<!-- End Google Analytics -->
<!-- Chrome, Firefox OS and Opera -->
<meta name="theme-color" content="#333333">
<!-- Windows Phone -->
@ -42,7 +51,7 @@
<meta property="og:title" content="Flex"/>
<meta property="og:description" content="Flex - The minimalist Pelican theme."/>
<meta property="og:locale" content="en_US"/>
<meta property="og:url" content="http://localhost:8000"/>
<meta property="og:url" content="http://flex.alxd.me/blog"/>
<title>Flex &ndash; Category News
</title>
@ -58,16 +67,17 @@
<body>
<aside>
<div>
<a href="http://localhost:8000">
<img src="http://localhost:8000/theme/img/profile.png" alt="Flex" title="Flex">
<a href="http://flex.alxd.me/blog">
<img src="http://flex.alxd.me/blog/theme/img/profile.png" alt="Flex" title="Flex">
</a>
<h1><a href="http://localhost:8000">Flex</a></h1>
<h1><a href="http://flex.alxd.me/blog">Flex</a></h1>
<p>The minimalist Pelican theme</p>
<nav>
<ul class="list">
<li><a href="http://localhost:8000/pages/about.html#about">About</a></li>
<li><a href="http://localhost:8000/pages/contact.html#contact">Contact</a></li>
<li><a target="_blank" href="http://flex.alxd.me/blog/pages/about.html#about">About</a></li>
<li><a target="_blank" href="http://flex.alxd.me/blog/pages/contact.html#contact">Contact</a></li>
</ul>
</nav>
@ -98,14 +108,14 @@
<main>
<nav>
<a href="http://localhost:8000"> Home
<a href="http://flex.alxd.me/blog"> Home
</a>
<a href="/archives.html">Archives</a>
<a href="/categories.html">Categories</a>
<a href="/tags.html">Tags</a>
<a href="http://localhost:8000/feeds/all.atom.xml"> Atom
<a href="http://flex.alxd.me/blog/feeds/all.atom.xml"> Atom
</a>
</nav>
@ -114,9 +124,9 @@
<article>
<header>
<h2><a href="http://localhost:8000/flex-pelican-theme-update-2-2.html#flex-pelican-theme-update-2-2">Flex 2.2.0</a></h2>
<h2><a href="http://flex.alxd.me/blog/flex-pelican-theme-update-2-2.html#flex-pelican-theme-update-2-2">Flex 2.2.0</a></h2>
<p>
Posted on June 24, 2018 in <a href="http://localhost:8000/category/news.html">News</a>
Posted on June 24, 2018 in <a href="http://flex.alxd.me/blog/category/news.html">News</a>
@ -132,9 +142,9 @@
</article>
<article>
<header>
<h2><a href="http://localhost:8000/flex-pelican-theme-update-2-1.html#flex-pelican-theme-update-2-1">Flex 2.1.0</a></h2>
<h2><a href="http://flex.alxd.me/blog/flex-pelican-theme-update-2-1.html#flex-pelican-theme-update-2-1">Flex 2.1.0</a></h2>
<p>
Posted on November 16, 2016 in <a href="http://localhost:8000/category/news.html">News</a>
Posted on November 16, 2016 in <a href="http://flex.alxd.me/blog/category/news.html">News</a>
@ -145,16 +155,16 @@
<p>Flex 2.1.0 adds support for Google AdSense.</p>
<p>If you choose wisely, ads are a way to win some money, but if not, you may loose your users due to excessive use of ads …</p>
<br>
<a class="btn" href="http://localhost:8000/flex-pelican-theme-update-2-1.html#flex-pelican-theme-update-2-1"> Continue reading
<a class="btn" href="http://flex.alxd.me/blog/flex-pelican-theme-update-2-1.html#flex-pelican-theme-update-2-1"> Continue reading
</a>
</div>
<hr />
</article>
<article>
<header>
<h2><a href="http://localhost:8000/flex-pelican-theme-update-2-0.html#flex-pelican-theme-update-2-0">Flex 2.0</a></h2>
<h2><a href="http://flex.alxd.me/blog/flex-pelican-theme-update-2-0.html#flex-pelican-theme-update-2-0">Flex 2.0</a></h2>
<p>
Posted on September 13, 2016 in <a href="http://localhost:8000/category/news.html">News</a>
Posted on September 13, 2016 in <a href="http://flex.alxd.me/blog/category/news.html">News</a>
@ -169,16 +179,16 @@ You can read about <a href="https://github.com/alexandrevicenzi/Flex/wiki/Transl
<p>The biggest challege was to create a way to translate without breaking old versions.
If …</p>
<br>
<a class="btn" href="http://localhost:8000/flex-pelican-theme-update-2-0.html#flex-pelican-theme-update-2-0"> Continue reading
<a class="btn" href="http://flex.alxd.me/blog/flex-pelican-theme-update-2-0.html#flex-pelican-theme-update-2-0"> Continue reading
</a>
</div>
<hr />
</article>
<article>
<header>
<h2><a href="http://localhost:8000/flex-pelican-theme-update-1-2-0.html#flex-pelican-theme-update-1-2-0">Flex 1.2.0</a></h2>
<h2><a href="http://flex.alxd.me/blog/flex-pelican-theme-update-1-2-0.html#flex-pelican-theme-update-1-2-0">Flex 1.2.0</a></h2>
<p>
Posted on June 10, 2016 in <a href="http://localhost:8000/category/news.html">News</a>
Posted on June 10, 2016 in <a href="http://flex.alxd.me/blog/category/news.html">News</a>
@ -193,16 +203,16 @@ If …</p>
<li><a href="https://github.com/alexandrevicenzi/Flex/pull/27">Related posts</a></li>
<li><a href="https://github.com/alexandrevicenzi/Flex/issues/38">More Pygments Styles …</a></li></ul>
<br>
<a class="btn" href="http://localhost:8000/flex-pelican-theme-update-1-2-0.html#flex-pelican-theme-update-1-2-0"> Continue reading
<a class="btn" href="http://flex.alxd.me/blog/flex-pelican-theme-update-1-2-0.html#flex-pelican-theme-update-1-2-0"> Continue reading
</a>
</div>
<hr />
</article>
<article>
<header>
<h2><a href="http://localhost:8000/flex-pelican-theme-update-1-1-1.html#flex-pelican-theme-update-1-1-1">Flex 1.1.1</a></h2>
<h2><a href="http://flex.alxd.me/blog/flex-pelican-theme-update-1-1-1.html#flex-pelican-theme-update-1-1-1">Flex 1.1.1</a></h2>
<p>
Posted on February 27, 2016 in <a href="http://localhost:8000/category/news.html">News</a>
Posted on February 27, 2016 in <a href="http://flex.alxd.me/blog/category/news.html">News</a>
@ -221,9 +231,9 @@ If …</p>
</article>
<article>
<header>
<h2><a href="http://localhost:8000/flex-pelican-theme-update-1-1.html#flex-pelican-theme-update-1-1">Flex 1.1.0</a></h2>
<h2><a href="http://flex.alxd.me/blog/flex-pelican-theme-update-1-1.html#flex-pelican-theme-update-1-1">Flex 1.1.0</a></h2>
<p>
Posted on October 07, 2015 in <a href="http://localhost:8000/category/news.html">News</a>
Posted on October 07, 2015 in <a href="http://flex.alxd.me/blog/category/news.html">News</a>
@ -233,16 +243,16 @@ If …</p>
<p>I've made the <a href="https://github.com/alexandrevicenzi/Flex">Flex theme</a> a time ago. For my surprise, many people are using it. I feel thankful for this.</p>
<p>So, after some new blogs with this theme, I got issues and PRs on GitHub from these new users. This weekend I had some free time and I release …</p>
<br>
<a class="btn" href="http://localhost:8000/flex-pelican-theme-update-1-1.html#flex-pelican-theme-update-1-1"> Continue reading
<a class="btn" href="http://flex.alxd.me/blog/flex-pelican-theme-update-1-1.html#flex-pelican-theme-update-1-1"> Continue reading
</a>
</div>
<hr />
</article>
<article>
<header>
<h2><a href="http://localhost:8000/flex-pelican-theme.html#flex-pelican-theme">Flex: Responsive Pelican theme</a></h2>
<h2><a href="http://flex.alxd.me/blog/flex-pelican-theme.html#flex-pelican-theme">Flex: Responsive Pelican theme</a></h2>
<p>
Posted on July 22, 2015 in <a href="http://localhost:8000/category/news.html">News</a>
Posted on July 22, 2015 in <a href="http://flex.alxd.me/blog/category/news.html">News</a>
@ -252,7 +262,7 @@ If …</p>
<p>I just start a new fresh blog using <a href="http://getpelican.com">Pelican</a>. Sometimes choosing a theme for a new site is something difficult that takes time.</p>
<p>In the Pelican <a href="http://www.pelicanthemes.com/">theme gallery</a>, I couldn't find anything that I really liked to feet all my needs. So in the first time of the history, I …</p>
<br>
<a class="btn" href="http://localhost:8000/flex-pelican-theme.html#flex-pelican-theme"> Continue reading
<a class="btn" href="http://flex.alxd.me/blog/flex-pelican-theme.html#flex-pelican-theme"> Continue reading
</a>
</div>
</article>
@ -298,7 +308,7 @@ If …</p>
"@context" : "http://schema.org",
"@type" : "Blog",
"name": " Flex ",
"url" : "http://localhost:8000",
"url" : "http://flex.alxd.me/blog",
"image": "",
"description": "Flex - The minimalist Pelican theme."
}

View file

@ -1,8 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom"><title>Flex</title><link href="http://localhost:8000/" rel="alternate"></link><link href="http://localhost:8000/feeds/all.atom.xml" rel="self"></link><id>http://localhost:8000/</id><updated>2018-06-24T08:00:00-04:00</updated><subtitle>The minimalist Pelican theme</subtitle><entry><title>Flex 2.2.0</title><link href="http://localhost:8000/flex-pelican-theme-update-2-2.html" rel="alternate"></link><published>2018-06-24T08:00:00-04:00</published><updated>2018-06-24T08:00:00-04:00</updated><author><name>Alexandre Vicenzi</name></author><id>tag:localhost,2018-06-24:/flex-pelican-theme-update-2-2.html</id><content type="html">&lt;p&gt;&lt;a href="https://github.com/alexandrevicenzi/Flex"&gt;Flex theme&lt;/a&gt; 2.2.0 comes with bug fixes and improvements.&lt;/p&gt;
<feed xmlns="http://www.w3.org/2005/Atom"><title>Flex</title><link href="http://flex.alxd.me/blog/" rel="alternate"></link><link href="http://flex.alxd.me/blog/feeds/all.atom.xml" rel="self"></link><id>http://flex.alxd.me/blog/</id><updated>2018-06-24T08:00:00-04:00</updated><subtitle>The minimalist Pelican theme</subtitle><entry><title>Flex 2.2.0</title><link href="http://flex.alxd.me/blog/flex-pelican-theme-update-2-2.html" rel="alternate"></link><published>2018-06-24T08:00:00-04:00</published><updated>2018-06-24T08:00:00-04:00</updated><author><name>Alexandre Vicenzi</name></author><id>tag:flex.alxd.me,2018-06-24:/blog/flex-pelican-theme-update-2-2.html</id><content type="html">&lt;p&gt;&lt;a href="https://github.com/alexandrevicenzi/Flex"&gt;Flex theme&lt;/a&gt; 2.2.0 comes with bug fixes and improvements.&lt;/p&gt;
&lt;p&gt;There are new Pygments templates and also a few code highlight fixes. There's also new social icons.&lt;/p&gt;
&lt;p&gt;Version 2.2.0 also comes with new translations. You can see available translations &lt;a href="https://github.com/alexandrevicenzi/Flex/wiki/Translations"&gt;here&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Hope you enjoy this version.&lt;/p&gt;</content><category term="News"></category><category term="pelican"></category><category term="python"></category><category term="theme"></category></entry><entry><title>Flex 2.1.0</title><link href="http://localhost:8000/flex-pelican-theme-update-2-1.html" rel="alternate"></link><published>2016-11-16T08:00:00-05:00</published><updated>2016-11-16T08:00:00-05:00</updated><author><name>Alexandre Vicenzi</name></author><id>tag:localhost,2016-11-16:/flex-pelican-theme-update-2-1.html</id><summary type="html">&lt;p&gt;&lt;a href="https://github.com/alexandrevicenzi/Flex"&gt;Flex theme&lt;/a&gt; 2.1.0 comes with features that I was delaying for so long.&lt;/p&gt;
&lt;p&gt;Hope you enjoy this version.&lt;/p&gt;</content><category term="News"></category><category term="pelican"></category><category term="python"></category><category term="theme"></category></entry><entry><title>Flex 2.1.0</title><link href="http://flex.alxd.me/blog/flex-pelican-theme-update-2-1.html" rel="alternate"></link><published>2016-11-16T08:00:00-05:00</published><updated>2016-11-16T08:00:00-05:00</updated><author><name>Alexandre Vicenzi</name></author><id>tag:flex.alxd.me,2016-11-16:/blog/flex-pelican-theme-update-2-1.html</id><summary type="html">&lt;p&gt;&lt;a href="https://github.com/alexandrevicenzi/Flex"&gt;Flex theme&lt;/a&gt; 2.1.0 comes with features that I was delaying for so long.&lt;/p&gt;
&lt;p&gt;Flex 2.1.0 adds support for Google AdSense.&lt;/p&gt;
&lt;p&gt;If you choose wisely, ads are a way to win some money, but if not, you may loose your users due to excessive use of ads …&lt;/p&gt;</summary><content type="html">&lt;p&gt;&lt;a href="https://github.com/alexandrevicenzi/Flex"&gt;Flex theme&lt;/a&gt; 2.1.0 comes with features that I was delaying for so long.&lt;/p&gt;
&lt;p&gt;Flex 2.1.0 adds support for Google AdSense.&lt;/p&gt;
@ -25,7 +25,7 @@ Below you can see how to enable ads in your pelican configuration file.&lt;/p&gt
&lt;p&gt;Version 2.1.0 also comes with new translations. You can see available translations &lt;a href="https://github.com/alexandrevicenzi/Flex/wiki/Translations"&gt;here&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Hope you enjoy this version.&lt;/p&gt;</content><category term="News"></category><category term="pelican"></category><category term="python"></category><category term="theme"></category></entry><entry><title>Flex 2.0</title><link href="http://localhost:8000/flex-pelican-theme-update-2-0.html" rel="alternate"></link><published>2016-09-13T08:00:00-04:00</published><updated>2016-09-13T08:00:00-04:00</updated><author><name>Alexandre Vicenzi</name></author><id>tag:localhost,2016-09-13:/flex-pelican-theme-update-2-0.html</id><summary type="html">&lt;p&gt;&lt;a href="https://github.com/alexandrevicenzi/Flex"&gt;Flex theme&lt;/a&gt; 2.0 comes with new features.
&lt;p&gt;Hope you enjoy this version.&lt;/p&gt;</content><category term="News"></category><category term="pelican"></category><category term="python"></category><category term="theme"></category></entry><entry><title>Flex 2.0</title><link href="http://flex.alxd.me/blog/flex-pelican-theme-update-2-0.html" rel="alternate"></link><published>2016-09-13T08:00:00-04:00</published><updated>2016-09-13T08:00:00-04:00</updated><author><name>Alexandre Vicenzi</name></author><id>tag:flex.alxd.me,2016-09-13:/blog/flex-pelican-theme-update-2-0.html</id><summary type="html">&lt;p&gt;&lt;a href="https://github.com/alexandrevicenzi/Flex"&gt;Flex theme&lt;/a&gt; 2.0 comes with new features.
In fact there are two new features.&lt;/p&gt;
&lt;p&gt;The biggest change is localization support.
Yes, Flex now can be translated into your language.
@ -54,7 +54,7 @@ But if you want to use translation you need to add new lines to your pelican con
&lt;p&gt;Last but not least, Flex supports the feature "X minute read", similar &lt;a href="https://medium.com/"&gt;Medium&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Hope you enjoy this version.&lt;/p&gt;</content><category term="News"></category><category term="pelican"></category><category term="python"></category><category term="theme"></category></entry><entry><title>Flex 1.2.0</title><link href="http://localhost:8000/flex-pelican-theme-update-1-2-0.html" rel="alternate"></link><published>2016-06-10T08:00:00-04:00</published><updated>2016-06-10T08:00:00-04:00</updated><author><name>Alexandre Vicenzi</name></author><id>tag:localhost,2016-06-10:/flex-pelican-theme-update-1-2-0.html</id><summary type="html">&lt;p&gt;&lt;a href="https://github.com/alexandrevicenzi/Flex"&gt;Flex theme&lt;/a&gt; received some new features. Version 1.2.0 include new features and some updates.&lt;/p&gt;
&lt;p&gt;Hope you enjoy this version.&lt;/p&gt;</content><category term="News"></category><category term="pelican"></category><category term="python"></category><category term="theme"></category></entry><entry><title>Flex 1.2.0</title><link href="http://flex.alxd.me/blog/flex-pelican-theme-update-1-2-0.html" rel="alternate"></link><published>2016-06-10T08:00:00-04:00</published><updated>2016-06-10T08:00:00-04:00</updated><author><name>Alexandre Vicenzi</name></author><id>tag:flex.alxd.me,2016-06-10:/blog/flex-pelican-theme-update-1-2-0.html</id><summary type="html">&lt;p&gt;&lt;a href="https://github.com/alexandrevicenzi/Flex"&gt;Flex theme&lt;/a&gt; received some new features. Version 1.2.0 include new features and some updates.&lt;/p&gt;
&lt;p&gt;For developers there are new color styles for your code. For general purpose there is RUM support, related posts and browser color configuration.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/alexandrevicenzi/Flex/issues/31"&gt;Update font-awesome&lt;/a&gt;&lt;/li&gt;
@ -70,13 +70,13 @@ But if you want to use translation you need to add new lines to your pelican con
&lt;li&gt;&lt;a href="https://github.com/alexandrevicenzi/Flex/issues/16"&gt;Add StatusCake RUM support&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;If you need help or want to report a bug, please open an &lt;a href="https://github.com/alexandrevicenzi/Flex/issues"&gt;issue&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Hope you enjoy this theme.&lt;/p&gt;</content><category term="News"></category><category term="pelican"></category><category term="python"></category><category term="theme"></category></entry><entry><title>Flex 1.1.1</title><link href="http://localhost:8000/flex-pelican-theme-update-1-1-1.html" rel="alternate"></link><published>2016-02-27T08:00:00-05:00</published><updated>2016-02-27T08:00:00-05:00</updated><author><name>Alexandre Vicenzi</name></author><id>tag:localhost,2016-02-27:/flex-pelican-theme-update-1-1-1.html</id><content type="html">&lt;p&gt;Today, &lt;a href="https://github.com/alexandrevicenzi/Flex"&gt;Flex theme&lt;/a&gt; received a small update.&lt;/p&gt;
&lt;p&gt;Hope you enjoy this theme.&lt;/p&gt;</content><category term="News"></category><category term="pelican"></category><category term="python"></category><category term="theme"></category></entry><entry><title>Flex 1.1.1</title><link href="http://flex.alxd.me/blog/flex-pelican-theme-update-1-1-1.html" rel="alternate"></link><published>2016-02-27T08:00:00-05:00</published><updated>2016-02-27T08:00:00-05:00</updated><author><name>Alexandre Vicenzi</name></author><id>tag:flex.alxd.me,2016-02-27:/blog/flex-pelican-theme-update-1-1-1.html</id><content type="html">&lt;p&gt;Today, &lt;a href="https://github.com/alexandrevicenzi/Flex"&gt;Flex theme&lt;/a&gt; received a small update.&lt;/p&gt;
&lt;p&gt;Some bugs are now fixed. I think the most important fixes are:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/alexandrevicenzi/Flex/issues/21"&gt;Bug in CSS with placement of "Newer Posts" button&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://github.com/alexandrevicenzi/Flex/issues/14"&gt;Posts preview on main page&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Hope you enjoy this theme.&lt;/p&gt;</content><category term="News"></category><category term="pelican"></category><category term="python"></category><category term="theme"></category></entry><entry><title>Flex 1.1.0</title><link href="http://localhost:8000/flex-pelican-theme-update-1-1.html" rel="alternate"></link><published>2015-10-07T08:00:00-04:00</published><updated>2015-10-07T08:00:00-04:00</updated><author><name>Alexandre Vicenzi</name></author><id>tag:localhost,2015-10-07:/flex-pelican-theme-update-1-1.html</id><summary type="html">&lt;p&gt;I've made the &lt;a href="https://github.com/alexandrevicenzi/Flex"&gt;Flex theme&lt;/a&gt; a time ago. For my surprise, many people are using it. I feel thankful for this.&lt;/p&gt;
&lt;p&gt;Hope you enjoy this theme.&lt;/p&gt;</content><category term="News"></category><category term="pelican"></category><category term="python"></category><category term="theme"></category></entry><entry><title>Flex 1.1.0</title><link href="http://flex.alxd.me/blog/flex-pelican-theme-update-1-1.html" rel="alternate"></link><published>2015-10-07T08:00:00-04:00</published><updated>2015-10-07T08:00:00-04:00</updated><author><name>Alexandre Vicenzi</name></author><id>tag:flex.alxd.me,2015-10-07:/blog/flex-pelican-theme-update-1-1.html</id><summary type="html">&lt;p&gt;I've made the &lt;a href="https://github.com/alexandrevicenzi/Flex"&gt;Flex theme&lt;/a&gt; a time ago. For my surprise, many people are using it. I feel thankful for this.&lt;/p&gt;
&lt;p&gt;So, after some new blogs with this theme, I got issues and PRs on GitHub from these new users. This weekend I had some free time and I release …&lt;/p&gt;</summary><content type="html">&lt;p&gt;I've made the &lt;a href="https://github.com/alexandrevicenzi/Flex"&gt;Flex theme&lt;/a&gt; a time ago. For my surprise, many people are using it. I feel thankful for this.&lt;/p&gt;
&lt;p&gt;So, after some new blogs with this theme, I got issues and PRs on GitHub from these new users. This weekend I had some free time and I release the &lt;a href="https://github.com/alexandrevicenzi/Flex/releases/tag/v1.1"&gt;second version&lt;/a&gt; of Flex (aka v1.1).&lt;/p&gt;
&lt;p&gt;This new version doesn't include nothing so special, just some bug fix and a new setting to allow custom CSS stylesheets.&lt;/p&gt;
@ -88,7 +88,7 @@ But if you want to use translation you need to add new lines to your pelican con
&lt;/pre&gt;&lt;/div&gt;
&lt;p&gt;I would like to thank all who helped in this new version.&lt;/p&gt;</content><category term="News"></category><category term="pelican"></category><category term="python"></category><category term="theme"></category></entry><entry><title>Flex: Responsive Pelican theme</title><link href="http://localhost:8000/flex-pelican-theme.html" rel="alternate"></link><published>2015-07-22T08:00:00-04:00</published><updated>2015-07-22T08:00:00-04:00</updated><author><name>Alexandre Vicenzi</name></author><id>tag:localhost,2015-07-22:/flex-pelican-theme.html</id><summary type="html">&lt;p&gt;I just start a new fresh blog using &lt;a href="http://getpelican.com"&gt;Pelican&lt;/a&gt;. Sometimes choosing a theme for a new site is something difficult that takes time.&lt;/p&gt;
&lt;p&gt;I would like to thank all who helped in this new version.&lt;/p&gt;</content><category term="News"></category><category term="pelican"></category><category term="python"></category><category term="theme"></category></entry><entry><title>Flex: Responsive Pelican theme</title><link href="http://flex.alxd.me/blog/flex-pelican-theme.html" rel="alternate"></link><published>2015-07-22T08:00:00-04:00</published><updated>2015-07-22T08:00:00-04:00</updated><author><name>Alexandre Vicenzi</name></author><id>tag:flex.alxd.me,2015-07-22:/blog/flex-pelican-theme.html</id><summary type="html">&lt;p&gt;I just start a new fresh blog using &lt;a href="http://getpelican.com"&gt;Pelican&lt;/a&gt;. Sometimes choosing a theme for a new site is something difficult that takes time.&lt;/p&gt;
&lt;p&gt;In the Pelican &lt;a href="http://www.pelicanthemes.com/"&gt;theme gallery&lt;/a&gt;, I couldn't find anything that I really liked to feet all my needs. So in the first time of the history, I …&lt;/p&gt;</summary><content type="html">&lt;p&gt;I just start a new fresh blog using &lt;a href="http://getpelican.com"&gt;Pelican&lt;/a&gt;. Sometimes choosing a theme for a new site is something difficult that takes time.&lt;/p&gt;
&lt;p&gt;In the Pelican &lt;a href="http://www.pelicanthemes.com/"&gt;theme gallery&lt;/a&gt;, I couldn't find anything that I really liked to feet all my needs. So in the first time of the history, I choose to create my own theme. I never did this before.&lt;/p&gt;
&lt;p&gt;Creating a theme for Pelican is quite easy, unlike Wordpress. You can take a look in the &lt;a href="https://github.com/alexandrevicenzi/Flex"&gt;Source Code of Flex&lt;/a&gt;.&lt;/p&gt;

View file

@ -1,8 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom"><title>Flex - News</title><link href="http://localhost:8000/" rel="alternate"></link><link href="http://localhost:8000/feeds/news.atom.xml" rel="self"></link><id>http://localhost:8000/</id><updated>2018-06-24T08:00:00-04:00</updated><subtitle>The minimalist Pelican theme</subtitle><entry><title>Flex 2.2.0</title><link href="http://localhost:8000/flex-pelican-theme-update-2-2.html" rel="alternate"></link><published>2018-06-24T08:00:00-04:00</published><updated>2018-06-24T08:00:00-04:00</updated><author><name>Alexandre Vicenzi</name></author><id>tag:localhost,2018-06-24:/flex-pelican-theme-update-2-2.html</id><content type="html">&lt;p&gt;&lt;a href="https://github.com/alexandrevicenzi/Flex"&gt;Flex theme&lt;/a&gt; 2.2.0 comes with bug fixes and improvements.&lt;/p&gt;
<feed xmlns="http://www.w3.org/2005/Atom"><title>Flex - News</title><link href="http://flex.alxd.me/blog/" rel="alternate"></link><link href="http://flex.alxd.me/blog/feeds/news.atom.xml" rel="self"></link><id>http://flex.alxd.me/blog/</id><updated>2018-06-24T08:00:00-04:00</updated><subtitle>The minimalist Pelican theme</subtitle><entry><title>Flex 2.2.0</title><link href="http://flex.alxd.me/blog/flex-pelican-theme-update-2-2.html" rel="alternate"></link><published>2018-06-24T08:00:00-04:00</published><updated>2018-06-24T08:00:00-04:00</updated><author><name>Alexandre Vicenzi</name></author><id>tag:flex.alxd.me,2018-06-24:/blog/flex-pelican-theme-update-2-2.html</id><content type="html">&lt;p&gt;&lt;a href="https://github.com/alexandrevicenzi/Flex"&gt;Flex theme&lt;/a&gt; 2.2.0 comes with bug fixes and improvements.&lt;/p&gt;
&lt;p&gt;There are new Pygments templates and also a few code highlight fixes. There's also new social icons.&lt;/p&gt;
&lt;p&gt;Version 2.2.0 also comes with new translations. You can see available translations &lt;a href="https://github.com/alexandrevicenzi/Flex/wiki/Translations"&gt;here&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Hope you enjoy this version.&lt;/p&gt;</content><category term="News"></category><category term="pelican"></category><category term="python"></category><category term="theme"></category></entry><entry><title>Flex 2.1.0</title><link href="http://localhost:8000/flex-pelican-theme-update-2-1.html" rel="alternate"></link><published>2016-11-16T08:00:00-05:00</published><updated>2016-11-16T08:00:00-05:00</updated><author><name>Alexandre Vicenzi</name></author><id>tag:localhost,2016-11-16:/flex-pelican-theme-update-2-1.html</id><summary type="html">&lt;p&gt;&lt;a href="https://github.com/alexandrevicenzi/Flex"&gt;Flex theme&lt;/a&gt; 2.1.0 comes with features that I was delaying for so long.&lt;/p&gt;
&lt;p&gt;Hope you enjoy this version.&lt;/p&gt;</content><category term="News"></category><category term="pelican"></category><category term="python"></category><category term="theme"></category></entry><entry><title>Flex 2.1.0</title><link href="http://flex.alxd.me/blog/flex-pelican-theme-update-2-1.html" rel="alternate"></link><published>2016-11-16T08:00:00-05:00</published><updated>2016-11-16T08:00:00-05:00</updated><author><name>Alexandre Vicenzi</name></author><id>tag:flex.alxd.me,2016-11-16:/blog/flex-pelican-theme-update-2-1.html</id><summary type="html">&lt;p&gt;&lt;a href="https://github.com/alexandrevicenzi/Flex"&gt;Flex theme&lt;/a&gt; 2.1.0 comes with features that I was delaying for so long.&lt;/p&gt;
&lt;p&gt;Flex 2.1.0 adds support for Google AdSense.&lt;/p&gt;
&lt;p&gt;If you choose wisely, ads are a way to win some money, but if not, you may loose your users due to excessive use of ads …&lt;/p&gt;</summary><content type="html">&lt;p&gt;&lt;a href="https://github.com/alexandrevicenzi/Flex"&gt;Flex theme&lt;/a&gt; 2.1.0 comes with features that I was delaying for so long.&lt;/p&gt;
&lt;p&gt;Flex 2.1.0 adds support for Google AdSense.&lt;/p&gt;
@ -25,7 +25,7 @@ Below you can see how to enable ads in your pelican configuration file.&lt;/p&gt
&lt;p&gt;Version 2.1.0 also comes with new translations. You can see available translations &lt;a href="https://github.com/alexandrevicenzi/Flex/wiki/Translations"&gt;here&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Hope you enjoy this version.&lt;/p&gt;</content><category term="News"></category><category term="pelican"></category><category term="python"></category><category term="theme"></category></entry><entry><title>Flex 2.0</title><link href="http://localhost:8000/flex-pelican-theme-update-2-0.html" rel="alternate"></link><published>2016-09-13T08:00:00-04:00</published><updated>2016-09-13T08:00:00-04:00</updated><author><name>Alexandre Vicenzi</name></author><id>tag:localhost,2016-09-13:/flex-pelican-theme-update-2-0.html</id><summary type="html">&lt;p&gt;&lt;a href="https://github.com/alexandrevicenzi/Flex"&gt;Flex theme&lt;/a&gt; 2.0 comes with new features.
&lt;p&gt;Hope you enjoy this version.&lt;/p&gt;</content><category term="News"></category><category term="pelican"></category><category term="python"></category><category term="theme"></category></entry><entry><title>Flex 2.0</title><link href="http://flex.alxd.me/blog/flex-pelican-theme-update-2-0.html" rel="alternate"></link><published>2016-09-13T08:00:00-04:00</published><updated>2016-09-13T08:00:00-04:00</updated><author><name>Alexandre Vicenzi</name></author><id>tag:flex.alxd.me,2016-09-13:/blog/flex-pelican-theme-update-2-0.html</id><summary type="html">&lt;p&gt;&lt;a href="https://github.com/alexandrevicenzi/Flex"&gt;Flex theme&lt;/a&gt; 2.0 comes with new features.
In fact there are two new features.&lt;/p&gt;
&lt;p&gt;The biggest change is localization support.
Yes, Flex now can be translated into your language.
@ -54,7 +54,7 @@ But if you want to use translation you need to add new lines to your pelican con
&lt;p&gt;Last but not least, Flex supports the feature "X minute read", similar &lt;a href="https://medium.com/"&gt;Medium&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Hope you enjoy this version.&lt;/p&gt;</content><category term="News"></category><category term="pelican"></category><category term="python"></category><category term="theme"></category></entry><entry><title>Flex 1.2.0</title><link href="http://localhost:8000/flex-pelican-theme-update-1-2-0.html" rel="alternate"></link><published>2016-06-10T08:00:00-04:00</published><updated>2016-06-10T08:00:00-04:00</updated><author><name>Alexandre Vicenzi</name></author><id>tag:localhost,2016-06-10:/flex-pelican-theme-update-1-2-0.html</id><summary type="html">&lt;p&gt;&lt;a href="https://github.com/alexandrevicenzi/Flex"&gt;Flex theme&lt;/a&gt; received some new features. Version 1.2.0 include new features and some updates.&lt;/p&gt;
&lt;p&gt;Hope you enjoy this version.&lt;/p&gt;</content><category term="News"></category><category term="pelican"></category><category term="python"></category><category term="theme"></category></entry><entry><title>Flex 1.2.0</title><link href="http://flex.alxd.me/blog/flex-pelican-theme-update-1-2-0.html" rel="alternate"></link><published>2016-06-10T08:00:00-04:00</published><updated>2016-06-10T08:00:00-04:00</updated><author><name>Alexandre Vicenzi</name></author><id>tag:flex.alxd.me,2016-06-10:/blog/flex-pelican-theme-update-1-2-0.html</id><summary type="html">&lt;p&gt;&lt;a href="https://github.com/alexandrevicenzi/Flex"&gt;Flex theme&lt;/a&gt; received some new features. Version 1.2.0 include new features and some updates.&lt;/p&gt;
&lt;p&gt;For developers there are new color styles for your code. For general purpose there is RUM support, related posts and browser color configuration.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/alexandrevicenzi/Flex/issues/31"&gt;Update font-awesome&lt;/a&gt;&lt;/li&gt;
@ -70,13 +70,13 @@ But if you want to use translation you need to add new lines to your pelican con
&lt;li&gt;&lt;a href="https://github.com/alexandrevicenzi/Flex/issues/16"&gt;Add StatusCake RUM support&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;If you need help or want to report a bug, please open an &lt;a href="https://github.com/alexandrevicenzi/Flex/issues"&gt;issue&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Hope you enjoy this theme.&lt;/p&gt;</content><category term="News"></category><category term="pelican"></category><category term="python"></category><category term="theme"></category></entry><entry><title>Flex 1.1.1</title><link href="http://localhost:8000/flex-pelican-theme-update-1-1-1.html" rel="alternate"></link><published>2016-02-27T08:00:00-05:00</published><updated>2016-02-27T08:00:00-05:00</updated><author><name>Alexandre Vicenzi</name></author><id>tag:localhost,2016-02-27:/flex-pelican-theme-update-1-1-1.html</id><content type="html">&lt;p&gt;Today, &lt;a href="https://github.com/alexandrevicenzi/Flex"&gt;Flex theme&lt;/a&gt; received a small update.&lt;/p&gt;
&lt;p&gt;Hope you enjoy this theme.&lt;/p&gt;</content><category term="News"></category><category term="pelican"></category><category term="python"></category><category term="theme"></category></entry><entry><title>Flex 1.1.1</title><link href="http://flex.alxd.me/blog/flex-pelican-theme-update-1-1-1.html" rel="alternate"></link><published>2016-02-27T08:00:00-05:00</published><updated>2016-02-27T08:00:00-05:00</updated><author><name>Alexandre Vicenzi</name></author><id>tag:flex.alxd.me,2016-02-27:/blog/flex-pelican-theme-update-1-1-1.html</id><content type="html">&lt;p&gt;Today, &lt;a href="https://github.com/alexandrevicenzi/Flex"&gt;Flex theme&lt;/a&gt; received a small update.&lt;/p&gt;
&lt;p&gt;Some bugs are now fixed. I think the most important fixes are:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/alexandrevicenzi/Flex/issues/21"&gt;Bug in CSS with placement of "Newer Posts" button&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://github.com/alexandrevicenzi/Flex/issues/14"&gt;Posts preview on main page&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Hope you enjoy this theme.&lt;/p&gt;</content><category term="News"></category><category term="pelican"></category><category term="python"></category><category term="theme"></category></entry><entry><title>Flex 1.1.0</title><link href="http://localhost:8000/flex-pelican-theme-update-1-1.html" rel="alternate"></link><published>2015-10-07T08:00:00-04:00</published><updated>2015-10-07T08:00:00-04:00</updated><author><name>Alexandre Vicenzi</name></author><id>tag:localhost,2015-10-07:/flex-pelican-theme-update-1-1.html</id><summary type="html">&lt;p&gt;I've made the &lt;a href="https://github.com/alexandrevicenzi/Flex"&gt;Flex theme&lt;/a&gt; a time ago. For my surprise, many people are using it. I feel thankful for this.&lt;/p&gt;
&lt;p&gt;Hope you enjoy this theme.&lt;/p&gt;</content><category term="News"></category><category term="pelican"></category><category term="python"></category><category term="theme"></category></entry><entry><title>Flex 1.1.0</title><link href="http://flex.alxd.me/blog/flex-pelican-theme-update-1-1.html" rel="alternate"></link><published>2015-10-07T08:00:00-04:00</published><updated>2015-10-07T08:00:00-04:00</updated><author><name>Alexandre Vicenzi</name></author><id>tag:flex.alxd.me,2015-10-07:/blog/flex-pelican-theme-update-1-1.html</id><summary type="html">&lt;p&gt;I've made the &lt;a href="https://github.com/alexandrevicenzi/Flex"&gt;Flex theme&lt;/a&gt; a time ago. For my surprise, many people are using it. I feel thankful for this.&lt;/p&gt;
&lt;p&gt;So, after some new blogs with this theme, I got issues and PRs on GitHub from these new users. This weekend I had some free time and I release …&lt;/p&gt;</summary><content type="html">&lt;p&gt;I've made the &lt;a href="https://github.com/alexandrevicenzi/Flex"&gt;Flex theme&lt;/a&gt; a time ago. For my surprise, many people are using it. I feel thankful for this.&lt;/p&gt;
&lt;p&gt;So, after some new blogs with this theme, I got issues and PRs on GitHub from these new users. This weekend I had some free time and I release the &lt;a href="https://github.com/alexandrevicenzi/Flex/releases/tag/v1.1"&gt;second version&lt;/a&gt; of Flex (aka v1.1).&lt;/p&gt;
&lt;p&gt;This new version doesn't include nothing so special, just some bug fix and a new setting to allow custom CSS stylesheets.&lt;/p&gt;
@ -88,7 +88,7 @@ But if you want to use translation you need to add new lines to your pelican con
&lt;/pre&gt;&lt;/div&gt;
&lt;p&gt;I would like to thank all who helped in this new version.&lt;/p&gt;</content><category term="News"></category><category term="pelican"></category><category term="python"></category><category term="theme"></category></entry><entry><title>Flex: Responsive Pelican theme</title><link href="http://localhost:8000/flex-pelican-theme.html" rel="alternate"></link><published>2015-07-22T08:00:00-04:00</published><updated>2015-07-22T08:00:00-04:00</updated><author><name>Alexandre Vicenzi</name></author><id>tag:localhost,2015-07-22:/flex-pelican-theme.html</id><summary type="html">&lt;p&gt;I just start a new fresh blog using &lt;a href="http://getpelican.com"&gt;Pelican&lt;/a&gt;. Sometimes choosing a theme for a new site is something difficult that takes time.&lt;/p&gt;
&lt;p&gt;I would like to thank all who helped in this new version.&lt;/p&gt;</content><category term="News"></category><category term="pelican"></category><category term="python"></category><category term="theme"></category></entry><entry><title>Flex: Responsive Pelican theme</title><link href="http://flex.alxd.me/blog/flex-pelican-theme.html" rel="alternate"></link><published>2015-07-22T08:00:00-04:00</published><updated>2015-07-22T08:00:00-04:00</updated><author><name>Alexandre Vicenzi</name></author><id>tag:flex.alxd.me,2015-07-22:/blog/flex-pelican-theme.html</id><summary type="html">&lt;p&gt;I just start a new fresh blog using &lt;a href="http://getpelican.com"&gt;Pelican&lt;/a&gt;. Sometimes choosing a theme for a new site is something difficult that takes time.&lt;/p&gt;
&lt;p&gt;In the Pelican &lt;a href="http://www.pelicanthemes.com/"&gt;theme gallery&lt;/a&gt;, I couldn't find anything that I really liked to feet all my needs. So in the first time of the history, I …&lt;/p&gt;</summary><content type="html">&lt;p&gt;I just start a new fresh blog using &lt;a href="http://getpelican.com"&gt;Pelican&lt;/a&gt;. Sometimes choosing a theme for a new site is something difficult that takes time.&lt;/p&gt;
&lt;p&gt;In the Pelican &lt;a href="http://www.pelicanthemes.com/"&gt;theme gallery&lt;/a&gt;, I couldn't find anything that I really liked to feet all my needs. So in the first time of the history, I choose to create my own theme. I never did this before.&lt;/p&gt;
&lt;p&gt;Creating a theme for Pelican is quite easy, unlike Wordpress. You can take a look in the &lt;a href="https://github.com/alexandrevicenzi/Flex"&gt;Source Code of Flex&lt;/a&gt;.&lt;/p&gt;

View file

@ -10,21 +10,30 @@
<link href="https://fonts.googleapis.com/css?family=Source+Code+Pro|Source+Sans+Pro:300,400,400i,700" rel="stylesheet">
<link rel="stylesheet/less" type="text/css" href="http://localhost:8000/theme/stylesheet/style.less">
<script src="//cdnjs.cloudflare.com/ajax/libs/less.js/2.5.1/less.min.js" type="text/javascript"></script>
<link rel="stylesheet" type="text/css" href="http://flex.alxd.me/blog/theme/stylesheet/style.min.css">
<link rel="stylesheet" type="text/css" href="http://localhost:8000/theme/pygments/monokai.min.css">
<link rel="stylesheet" type="text/css" href="http://localhost:8000/theme/font-awesome/css/fontawesome.css">
<link rel="stylesheet" type="text/css" href="http://localhost:8000/theme/font-awesome/css/brands.css">
<link rel="stylesheet" type="text/css" href="http://localhost:8000/theme/font-awesome/css/solid.css">
<link rel="stylesheet" type="text/css" href="http://flex.alxd.me/blog/theme/pygments/monokai.min.css">
<link rel="stylesheet" type="text/css" href="http://flex.alxd.me/blog/theme/font-awesome/css/fontawesome.css">
<link rel="stylesheet" type="text/css" href="http://flex.alxd.me/blog/theme/font-awesome/css/brands.css">
<link rel="stylesheet" type="text/css" href="http://flex.alxd.me/blog/theme/font-awesome/css/solid.css">
<link href="http://localhost:8000/static/custom.css" rel="stylesheet">
<link href="http://flex.alxd.me/blog/static/custom.css" rel="stylesheet">
<link href="http://localhost:8000/feeds/all.atom.xml" type="application/atom+xml" rel="alternate" title="Flex Atom">
<link href="http://flex.alxd.me/blog/feeds/all.atom.xml" type="application/atom+xml" rel="alternate" title="Flex Atom">
<!-- Google Analytics -->
<script type="text/javascript">
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-55543164-6', 'auto');
ga('send', 'pageview');
</script>
<!-- End Google Analytics -->
<!-- Chrome, Firefox OS and Opera -->
<meta name="theme-color" content="#333333">
<!-- Windows Phone -->
@ -39,20 +48,21 @@
<meta name="description" content="Today, Flex theme received a small update. Some bugs are now fixed. I think the most important fixes are: Bug in CSS with placement of &#34;Newer Posts&#34; button Posts preview on main page Hope you enjoy this theme." />
<meta name="keywords" content="pelican, python, theme">
<meta property="og:site_name" content="Flex"/>
<meta property="og:title" content="Flex 1.1.1"/>
<meta property="og:description" content="Today, Flex theme received a small update. Some bugs are now fixed. I think the most important fixes are: Bug in CSS with placement of &#34;Newer Posts&#34; button Posts preview on main page Hope you enjoy this theme."/>
<meta property="og:locale" content="en_US"/>
<meta property="og:url" content="http://localhost:8000/flex-pelican-theme-update-1-1-1.html"/>
<meta property="og:url" content="http://flex.alxd.me/blog/flex-pelican-theme-update-1-1-1.html"/>
<meta property="og:type" content="article"/>
<meta property="article:published_time" content="2016-02-27 08:00:00-05:00"/>
<meta property="article:modified_time" content="2016-02-27 08:00:00-05:00"/>
<meta property="article:author" content="http://localhost:8000/author/alexandre-vicenzi.html">
<meta property="article:author" content="http://flex.alxd.me/blog/author/alexandre-vicenzi.html">
<meta property="article:section" content="News"/>
<meta property="article:tag" content="pelican"/>
<meta property="article:tag" content="python"/>
<meta property="article:tag" content="theme"/>
<meta property="og:image" content="http://localhost:8000/images/flex-screenshot.png">
<meta property="og:image" content="http://flex.alxd.me/blog/images/flex-screenshot.png">
<title>Flex &ndash; Flex 1.1.1</title>
@ -67,16 +77,17 @@
<body>
<aside>
<div>
<a href="http://localhost:8000">
<img src="http://localhost:8000/theme/img/profile.png" alt="Flex" title="Flex">
<a href="http://flex.alxd.me/blog">
<img src="http://flex.alxd.me/blog/theme/img/profile.png" alt="Flex" title="Flex">
</a>
<h1><a href="http://localhost:8000">Flex</a></h1>
<h1><a href="http://flex.alxd.me/blog">Flex</a></h1>
<p>The minimalist Pelican theme</p>
<nav>
<ul class="list">
<li><a href="http://localhost:8000/pages/about.html#about">About</a></li>
<li><a href="http://localhost:8000/pages/contact.html#contact">Contact</a></li>
<li><a target="_blank" href="http://flex.alxd.me/blog/pages/about.html#about">About</a></li>
<li><a target="_blank" href="http://flex.alxd.me/blog/pages/contact.html#contact">Contact</a></li>
</ul>
</nav>
@ -107,14 +118,14 @@
<main>
<nav>
<a href="http://localhost:8000"> Home
<a href="http://flex.alxd.me/blog"> Home
</a>
<a href="/archives.html">Archives</a>
<a href="/categories.html">Categories</a>
<a href="/tags.html">Tags</a>
<a href="http://localhost:8000/feeds/all.atom.xml"> Atom
<a href="http://flex.alxd.me/blog/feeds/all.atom.xml"> Atom
</a>
</nav>
@ -124,7 +135,7 @@
<h1 id="flex-pelican-theme-update-1-1-1">Flex 1.1.1</h1>
<p>
Posted on February 27, 2016 in <a href="http://localhost:8000/category/news.html">News</a>
Posted on February 27, 2016 in <a href="http://flex.alxd.me/blog/category/news.html">News</a>
</p>
@ -142,9 +153,9 @@
</div>
<div class="tag-cloud">
<p>
<a href="http://localhost:8000/tag/pelican.html">pelican</a>
<a href="http://localhost:8000/tag/python.html">python</a>
<a href="http://localhost:8000/tag/theme.html">theme</a>
<a href="http://flex.alxd.me/blog/tag/pelican.html">pelican</a>
<a href="http://flex.alxd.me/blog/tag/python.html">python</a>
<a href="http://flex.alxd.me/blog/tag/theme.html">theme</a>
</p>
</div>
@ -212,7 +223,7 @@
"@context" : "http://schema.org",
"@type" : "Blog",
"name": " Flex ",
"url" : "http://localhost:8000",
"url" : "http://flex.alxd.me/blog",
"image": "",
"description": "Flex - The minimalist Pelican theme."
}

View file

@ -10,21 +10,30 @@
<link href="https://fonts.googleapis.com/css?family=Source+Code+Pro|Source+Sans+Pro:300,400,400i,700" rel="stylesheet">
<link rel="stylesheet/less" type="text/css" href="http://localhost:8000/theme/stylesheet/style.less">
<script src="//cdnjs.cloudflare.com/ajax/libs/less.js/2.5.1/less.min.js" type="text/javascript"></script>
<link rel="stylesheet" type="text/css" href="http://flex.alxd.me/blog/theme/stylesheet/style.min.css">
<link rel="stylesheet" type="text/css" href="http://localhost:8000/theme/pygments/monokai.min.css">
<link rel="stylesheet" type="text/css" href="http://localhost:8000/theme/font-awesome/css/fontawesome.css">
<link rel="stylesheet" type="text/css" href="http://localhost:8000/theme/font-awesome/css/brands.css">
<link rel="stylesheet" type="text/css" href="http://localhost:8000/theme/font-awesome/css/solid.css">
<link rel="stylesheet" type="text/css" href="http://flex.alxd.me/blog/theme/pygments/monokai.min.css">
<link rel="stylesheet" type="text/css" href="http://flex.alxd.me/blog/theme/font-awesome/css/fontawesome.css">
<link rel="stylesheet" type="text/css" href="http://flex.alxd.me/blog/theme/font-awesome/css/brands.css">
<link rel="stylesheet" type="text/css" href="http://flex.alxd.me/blog/theme/font-awesome/css/solid.css">
<link href="http://localhost:8000/static/custom.css" rel="stylesheet">
<link href="http://flex.alxd.me/blog/static/custom.css" rel="stylesheet">
<link href="http://localhost:8000/feeds/all.atom.xml" type="application/atom+xml" rel="alternate" title="Flex Atom">
<link href="http://flex.alxd.me/blog/feeds/all.atom.xml" type="application/atom+xml" rel="alternate" title="Flex Atom">
<!-- Google Analytics -->
<script type="text/javascript">
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-55543164-6', 'auto');
ga('send', 'pageview');
</script>
<!-- End Google Analytics -->
<!-- Chrome, Firefox OS and Opera -->
<meta name="theme-color" content="#333333">
<!-- Windows Phone -->
@ -39,20 +48,21 @@
<meta name="description" content="I&#39;ve made the Flex theme a time ago. For my surprise, many people are using it. I feel thankful for this. So, after some new blogs with this theme, I got issues and PRs on GitHub from these new users. This weekend I had some free time and I release …" />
<meta name="keywords" content="pelican, python, theme">
<meta property="og:site_name" content="Flex"/>
<meta property="og:title" content="Flex 1.1.0"/>
<meta property="og:description" content="I&#39;ve made the Flex theme a time ago. For my surprise, many people are using it. I feel thankful for this. So, after some new blogs with this theme, I got issues and PRs on GitHub from these new users. This weekend I had some free time and I release …"/>
<meta property="og:locale" content="en_US"/>
<meta property="og:url" content="http://localhost:8000/flex-pelican-theme-update-1-1.html"/>
<meta property="og:url" content="http://flex.alxd.me/blog/flex-pelican-theme-update-1-1.html"/>
<meta property="og:type" content="article"/>
<meta property="article:published_time" content="2015-10-07 08:00:00-04:00"/>
<meta property="article:modified_time" content="2015-10-07 08:00:00-04:00"/>
<meta property="article:author" content="http://localhost:8000/author/alexandre-vicenzi.html">
<meta property="article:author" content="http://flex.alxd.me/blog/author/alexandre-vicenzi.html">
<meta property="article:section" content="News"/>
<meta property="article:tag" content="pelican"/>
<meta property="article:tag" content="python"/>
<meta property="article:tag" content="theme"/>
<meta property="og:image" content="http://localhost:8000/images/flex-screenshot.png">
<meta property="og:image" content="http://flex.alxd.me/blog/images/flex-screenshot.png">
<title>Flex &ndash; Flex 1.1.0</title>
@ -67,16 +77,17 @@
<body>
<aside>
<div>
<a href="http://localhost:8000">
<img src="http://localhost:8000/theme/img/profile.png" alt="Flex" title="Flex">
<a href="http://flex.alxd.me/blog">
<img src="http://flex.alxd.me/blog/theme/img/profile.png" alt="Flex" title="Flex">
</a>
<h1><a href="http://localhost:8000">Flex</a></h1>
<h1><a href="http://flex.alxd.me/blog">Flex</a></h1>
<p>The minimalist Pelican theme</p>
<nav>
<ul class="list">
<li><a href="http://localhost:8000/pages/about.html#about">About</a></li>
<li><a href="http://localhost:8000/pages/contact.html#contact">Contact</a></li>
<li><a target="_blank" href="http://flex.alxd.me/blog/pages/about.html#about">About</a></li>
<li><a target="_blank" href="http://flex.alxd.me/blog/pages/contact.html#contact">Contact</a></li>
</ul>
</nav>
@ -107,14 +118,14 @@
<main>
<nav>
<a href="http://localhost:8000"> Home
<a href="http://flex.alxd.me/blog"> Home
</a>
<a href="/archives.html">Archives</a>
<a href="/categories.html">Categories</a>
<a href="/tags.html">Tags</a>
<a href="http://localhost:8000/feeds/all.atom.xml"> Atom
<a href="http://flex.alxd.me/blog/feeds/all.atom.xml"> Atom
</a>
</nav>
@ -124,7 +135,7 @@
<h1 id="flex-pelican-theme-update-1-1">Flex 1.1.0</h1>
<p>
Posted on October 07, 2015 in <a href="http://localhost:8000/category/news.html">News</a>
Posted on October 07, 2015 in <a href="http://flex.alxd.me/blog/category/news.html">News</a>
</p>
@ -147,9 +158,9 @@
</div>
<div class="tag-cloud">
<p>
<a href="http://localhost:8000/tag/pelican.html">pelican</a>
<a href="http://localhost:8000/tag/python.html">python</a>
<a href="http://localhost:8000/tag/theme.html">theme</a>
<a href="http://flex.alxd.me/blog/tag/pelican.html">pelican</a>
<a href="http://flex.alxd.me/blog/tag/python.html">python</a>
<a href="http://flex.alxd.me/blog/tag/theme.html">theme</a>
</p>
</div>
@ -217,7 +228,7 @@
"@context" : "http://schema.org",
"@type" : "Blog",
"name": " Flex ",
"url" : "http://localhost:8000",
"url" : "http://flex.alxd.me/blog",
"image": "",
"description": "Flex - The minimalist Pelican theme."
}

View file

@ -10,21 +10,30 @@
<link href="https://fonts.googleapis.com/css?family=Source+Code+Pro|Source+Sans+Pro:300,400,400i,700" rel="stylesheet">
<link rel="stylesheet/less" type="text/css" href="http://localhost:8000/theme/stylesheet/style.less">
<script src="//cdnjs.cloudflare.com/ajax/libs/less.js/2.5.1/less.min.js" type="text/javascript"></script>
<link rel="stylesheet" type="text/css" href="http://flex.alxd.me/blog/theme/stylesheet/style.min.css">
<link rel="stylesheet" type="text/css" href="http://localhost:8000/theme/pygments/monokai.min.css">
<link rel="stylesheet" type="text/css" href="http://localhost:8000/theme/font-awesome/css/fontawesome.css">
<link rel="stylesheet" type="text/css" href="http://localhost:8000/theme/font-awesome/css/brands.css">
<link rel="stylesheet" type="text/css" href="http://localhost:8000/theme/font-awesome/css/solid.css">
<link rel="stylesheet" type="text/css" href="http://flex.alxd.me/blog/theme/pygments/monokai.min.css">
<link rel="stylesheet" type="text/css" href="http://flex.alxd.me/blog/theme/font-awesome/css/fontawesome.css">
<link rel="stylesheet" type="text/css" href="http://flex.alxd.me/blog/theme/font-awesome/css/brands.css">
<link rel="stylesheet" type="text/css" href="http://flex.alxd.me/blog/theme/font-awesome/css/solid.css">
<link href="http://localhost:8000/static/custom.css" rel="stylesheet">
<link href="http://flex.alxd.me/blog/static/custom.css" rel="stylesheet">
<link href="http://localhost:8000/feeds/all.atom.xml" type="application/atom+xml" rel="alternate" title="Flex Atom">
<link href="http://flex.alxd.me/blog/feeds/all.atom.xml" type="application/atom+xml" rel="alternate" title="Flex Atom">
<!-- Google Analytics -->
<script type="text/javascript">
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-55543164-6', 'auto');
ga('send', 'pageview');
</script>
<!-- End Google Analytics -->
<!-- Chrome, Firefox OS and Opera -->
<meta name="theme-color" content="#333333">
<!-- Windows Phone -->
@ -39,20 +48,21 @@
<meta name="description" content="Flex theme received some new features. Version 1.2.0 include new features and some updates. For developers there are new color styles for your code. For general purpose there is RUM support, related posts and browser color configuration. Update font-awesome Added browser color configuration Related posts More Pygments Styles …" />
<meta name="keywords" content="pelican, python, theme">
<meta property="og:site_name" content="Flex"/>
<meta property="og:title" content="Flex 1.2.0"/>
<meta property="og:description" content="Flex theme received some new features. Version 1.2.0 include new features and some updates. For developers there are new color styles for your code. For general purpose there is RUM support, related posts and browser color configuration. Update font-awesome Added browser color configuration Related posts More Pygments Styles …"/>
<meta property="og:locale" content="en_US"/>
<meta property="og:url" content="http://localhost:8000/flex-pelican-theme-update-1-2-0.html"/>
<meta property="og:url" content="http://flex.alxd.me/blog/flex-pelican-theme-update-1-2-0.html"/>
<meta property="og:type" content="article"/>
<meta property="article:published_time" content="2016-06-10 08:00:00-04:00"/>
<meta property="article:modified_time" content="2016-06-10 08:00:00-04:00"/>
<meta property="article:author" content="http://localhost:8000/author/alexandre-vicenzi.html">
<meta property="article:author" content="http://flex.alxd.me/blog/author/alexandre-vicenzi.html">
<meta property="article:section" content="News"/>
<meta property="article:tag" content="pelican"/>
<meta property="article:tag" content="python"/>
<meta property="article:tag" content="theme"/>
<meta property="og:image" content="http://localhost:8000/images/flex-screenshot.png">
<meta property="og:image" content="http://flex.alxd.me/blog/images/flex-screenshot.png">
<title>Flex &ndash; Flex 1.2.0</title>
@ -67,16 +77,17 @@
<body>
<aside>
<div>
<a href="http://localhost:8000">
<img src="http://localhost:8000/theme/img/profile.png" alt="Flex" title="Flex">
<a href="http://flex.alxd.me/blog">
<img src="http://flex.alxd.me/blog/theme/img/profile.png" alt="Flex" title="Flex">
</a>
<h1><a href="http://localhost:8000">Flex</a></h1>
<h1><a href="http://flex.alxd.me/blog">Flex</a></h1>
<p>The minimalist Pelican theme</p>
<nav>
<ul class="list">
<li><a href="http://localhost:8000/pages/about.html#about">About</a></li>
<li><a href="http://localhost:8000/pages/contact.html#contact">Contact</a></li>
<li><a target="_blank" href="http://flex.alxd.me/blog/pages/about.html#about">About</a></li>
<li><a target="_blank" href="http://flex.alxd.me/blog/pages/contact.html#contact">Contact</a></li>
</ul>
</nav>
@ -107,14 +118,14 @@
<main>
<nav>
<a href="http://localhost:8000"> Home
<a href="http://flex.alxd.me/blog"> Home
</a>
<a href="/archives.html">Archives</a>
<a href="/categories.html">Categories</a>
<a href="/tags.html">Tags</a>
<a href="http://localhost:8000/feeds/all.atom.xml"> Atom
<a href="http://flex.alxd.me/blog/feeds/all.atom.xml"> Atom
</a>
</nav>
@ -124,7 +135,7 @@
<h1 id="flex-pelican-theme-update-1-2-0">Flex 1.2.0</h1>
<p>
Posted on June 10, 2016 in <a href="http://localhost:8000/category/news.html">News</a>
Posted on June 10, 2016 in <a href="http://flex.alxd.me/blog/category/news.html">News</a>
</p>
@ -146,9 +157,9 @@
</div>
<div class="tag-cloud">
<p>
<a href="http://localhost:8000/tag/pelican.html">pelican</a>
<a href="http://localhost:8000/tag/python.html">python</a>
<a href="http://localhost:8000/tag/theme.html">theme</a>
<a href="http://flex.alxd.me/blog/tag/pelican.html">pelican</a>
<a href="http://flex.alxd.me/blog/tag/python.html">python</a>
<a href="http://flex.alxd.me/blog/tag/theme.html">theme</a>
</p>
</div>
@ -216,7 +227,7 @@
"@context" : "http://schema.org",
"@type" : "Blog",
"name": " Flex ",
"url" : "http://localhost:8000",
"url" : "http://flex.alxd.me/blog",
"image": "",
"description": "Flex - The minimalist Pelican theme."
}

View file

@ -10,21 +10,30 @@
<link href="https://fonts.googleapis.com/css?family=Source+Code+Pro|Source+Sans+Pro:300,400,400i,700" rel="stylesheet">
<link rel="stylesheet/less" type="text/css" href="http://localhost:8000/theme/stylesheet/style.less">
<script src="//cdnjs.cloudflare.com/ajax/libs/less.js/2.5.1/less.min.js" type="text/javascript"></script>
<link rel="stylesheet" type="text/css" href="http://flex.alxd.me/blog/theme/stylesheet/style.min.css">
<link rel="stylesheet" type="text/css" href="http://localhost:8000/theme/pygments/monokai.min.css">
<link rel="stylesheet" type="text/css" href="http://localhost:8000/theme/font-awesome/css/fontawesome.css">
<link rel="stylesheet" type="text/css" href="http://localhost:8000/theme/font-awesome/css/brands.css">
<link rel="stylesheet" type="text/css" href="http://localhost:8000/theme/font-awesome/css/solid.css">
<link rel="stylesheet" type="text/css" href="http://flex.alxd.me/blog/theme/pygments/monokai.min.css">
<link rel="stylesheet" type="text/css" href="http://flex.alxd.me/blog/theme/font-awesome/css/fontawesome.css">
<link rel="stylesheet" type="text/css" href="http://flex.alxd.me/blog/theme/font-awesome/css/brands.css">
<link rel="stylesheet" type="text/css" href="http://flex.alxd.me/blog/theme/font-awesome/css/solid.css">
<link href="http://localhost:8000/static/custom.css" rel="stylesheet">
<link href="http://flex.alxd.me/blog/static/custom.css" rel="stylesheet">
<link href="http://localhost:8000/feeds/all.atom.xml" type="application/atom+xml" rel="alternate" title="Flex Atom">
<link href="http://flex.alxd.me/blog/feeds/all.atom.xml" type="application/atom+xml" rel="alternate" title="Flex Atom">
<!-- Google Analytics -->
<script type="text/javascript">
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-55543164-6', 'auto');
ga('send', 'pageview');
</script>
<!-- End Google Analytics -->
<!-- Chrome, Firefox OS and Opera -->
<meta name="theme-color" content="#333333">
<!-- Windows Phone -->
@ -39,20 +48,21 @@
<meta name="description" content="Flex theme 2.0 comes with new features. In fact there are two new features. The biggest change is localization support. Yes, Flex now can be translated into your language. You can read about here. The biggest challege was to create a way to translate without breaking old versions. If …" />
<meta name="keywords" content="pelican, python, theme">
<meta property="og:site_name" content="Flex"/>
<meta property="og:title" content="Flex 2.0"/>
<meta property="og:description" content="Flex theme 2.0 comes with new features. In fact there are two new features. The biggest change is localization support. Yes, Flex now can be translated into your language. You can read about here. The biggest challege was to create a way to translate without breaking old versions. If …"/>
<meta property="og:locale" content="en_US"/>
<meta property="og:url" content="http://localhost:8000/flex-pelican-theme-update-2-0.html"/>
<meta property="og:url" content="http://flex.alxd.me/blog/flex-pelican-theme-update-2-0.html"/>
<meta property="og:type" content="article"/>
<meta property="article:published_time" content="2016-09-13 08:00:00-04:00"/>
<meta property="article:modified_time" content="2016-09-13 08:00:00-04:00"/>
<meta property="article:author" content="http://localhost:8000/author/alexandre-vicenzi.html">
<meta property="article:author" content="http://flex.alxd.me/blog/author/alexandre-vicenzi.html">
<meta property="article:section" content="News"/>
<meta property="article:tag" content="pelican"/>
<meta property="article:tag" content="python"/>
<meta property="article:tag" content="theme"/>
<meta property="og:image" content="http://localhost:8000/images/flex-screenshot.png">
<meta property="og:image" content="http://flex.alxd.me/blog/images/flex-screenshot.png">
<title>Flex &ndash; Flex 2.0</title>
@ -67,16 +77,17 @@
<body>
<aside>
<div>
<a href="http://localhost:8000">
<img src="http://localhost:8000/theme/img/profile.png" alt="Flex" title="Flex">
<a href="http://flex.alxd.me/blog">
<img src="http://flex.alxd.me/blog/theme/img/profile.png" alt="Flex" title="Flex">
</a>
<h1><a href="http://localhost:8000">Flex</a></h1>
<h1><a href="http://flex.alxd.me/blog">Flex</a></h1>
<p>The minimalist Pelican theme</p>
<nav>
<ul class="list">
<li><a href="http://localhost:8000/pages/about.html#about">About</a></li>
<li><a href="http://localhost:8000/pages/contact.html#contact">Contact</a></li>
<li><a target="_blank" href="http://flex.alxd.me/blog/pages/about.html#about">About</a></li>
<li><a target="_blank" href="http://flex.alxd.me/blog/pages/contact.html#contact">Contact</a></li>
</ul>
</nav>
@ -107,14 +118,14 @@
<main>
<nav>
<a href="http://localhost:8000"> Home
<a href="http://flex.alxd.me/blog"> Home
</a>
<a href="/archives.html">Archives</a>
<a href="/categories.html">Categories</a>
<a href="/tags.html">Tags</a>
<a href="http://localhost:8000/feeds/all.atom.xml"> Atom
<a href="http://flex.alxd.me/blog/feeds/all.atom.xml"> Atom
</a>
</nav>
@ -124,7 +135,7 @@
<h1 id="flex-pelican-theme-update-2-0">Flex 2.0</h1>
<p>
Posted on September 13, 2016 in <a href="http://localhost:8000/category/news.html">News</a>
Posted on September 13, 2016 in <a href="http://flex.alxd.me/blog/category/news.html">News</a>
</p>
@ -159,9 +170,9 @@ But if you want to use translation you need to add new lines to your pelican con
</div>
<div class="tag-cloud">
<p>
<a href="http://localhost:8000/tag/pelican.html">pelican</a>
<a href="http://localhost:8000/tag/python.html">python</a>
<a href="http://localhost:8000/tag/theme.html">theme</a>
<a href="http://flex.alxd.me/blog/tag/pelican.html">pelican</a>
<a href="http://flex.alxd.me/blog/tag/python.html">python</a>
<a href="http://flex.alxd.me/blog/tag/theme.html">theme</a>
</p>
</div>
@ -229,7 +240,7 @@ But if you want to use translation you need to add new lines to your pelican con
"@context" : "http://schema.org",
"@type" : "Blog",
"name": " Flex ",
"url" : "http://localhost:8000",
"url" : "http://flex.alxd.me/blog",
"image": "",
"description": "Flex - The minimalist Pelican theme."
}

View file

@ -10,21 +10,30 @@
<link href="https://fonts.googleapis.com/css?family=Source+Code+Pro|Source+Sans+Pro:300,400,400i,700" rel="stylesheet">
<link rel="stylesheet/less" type="text/css" href="http://localhost:8000/theme/stylesheet/style.less">
<script src="//cdnjs.cloudflare.com/ajax/libs/less.js/2.5.1/less.min.js" type="text/javascript"></script>
<link rel="stylesheet" type="text/css" href="http://flex.alxd.me/blog/theme/stylesheet/style.min.css">
<link rel="stylesheet" type="text/css" href="http://localhost:8000/theme/pygments/monokai.min.css">
<link rel="stylesheet" type="text/css" href="http://localhost:8000/theme/font-awesome/css/fontawesome.css">
<link rel="stylesheet" type="text/css" href="http://localhost:8000/theme/font-awesome/css/brands.css">
<link rel="stylesheet" type="text/css" href="http://localhost:8000/theme/font-awesome/css/solid.css">
<link rel="stylesheet" type="text/css" href="http://flex.alxd.me/blog/theme/pygments/monokai.min.css">
<link rel="stylesheet" type="text/css" href="http://flex.alxd.me/blog/theme/font-awesome/css/fontawesome.css">
<link rel="stylesheet" type="text/css" href="http://flex.alxd.me/blog/theme/font-awesome/css/brands.css">
<link rel="stylesheet" type="text/css" href="http://flex.alxd.me/blog/theme/font-awesome/css/solid.css">
<link href="http://localhost:8000/static/custom.css" rel="stylesheet">
<link href="http://flex.alxd.me/blog/static/custom.css" rel="stylesheet">
<link href="http://localhost:8000/feeds/all.atom.xml" type="application/atom+xml" rel="alternate" title="Flex Atom">
<link href="http://flex.alxd.me/blog/feeds/all.atom.xml" type="application/atom+xml" rel="alternate" title="Flex Atom">
<!-- Google Analytics -->
<script type="text/javascript">
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-55543164-6', 'auto');
ga('send', 'pageview');
</script>
<!-- End Google Analytics -->
<!-- Chrome, Firefox OS and Opera -->
<meta name="theme-color" content="#333333">
<!-- Windows Phone -->
@ -39,20 +48,21 @@
<meta name="description" content="Flex theme 2.1.0 comes with features that I was delaying for so long. Flex 2.1.0 adds support for Google AdSense. If you choose wisely, ads are a way to win some money, but if not, you may loose your users due to excessive use of ads …" />
<meta name="keywords" content="pelican, python, theme">
<meta property="og:site_name" content="Flex"/>
<meta property="og:title" content="Flex 2.1.0"/>
<meta property="og:description" content="Flex theme 2.1.0 comes with features that I was delaying for so long. Flex 2.1.0 adds support for Google AdSense. If you choose wisely, ads are a way to win some money, but if not, you may loose your users due to excessive use of ads …"/>
<meta property="og:locale" content="en_US"/>
<meta property="og:url" content="http://localhost:8000/flex-pelican-theme-update-2-1.html"/>
<meta property="og:url" content="http://flex.alxd.me/blog/flex-pelican-theme-update-2-1.html"/>
<meta property="og:type" content="article"/>
<meta property="article:published_time" content="2016-11-16 08:00:00-05:00"/>
<meta property="article:modified_time" content="2016-11-16 08:00:00-05:00"/>
<meta property="article:author" content="http://localhost:8000/author/alexandre-vicenzi.html">
<meta property="article:author" content="http://flex.alxd.me/blog/author/alexandre-vicenzi.html">
<meta property="article:section" content="News"/>
<meta property="article:tag" content="pelican"/>
<meta property="article:tag" content="python"/>
<meta property="article:tag" content="theme"/>
<meta property="og:image" content="http://localhost:8000/images/flex-screenshot.png">
<meta property="og:image" content="http://flex.alxd.me/blog/images/flex-screenshot.png">
<title>Flex &ndash; Flex 2.1.0</title>
@ -67,16 +77,17 @@
<body>
<aside>
<div>
<a href="http://localhost:8000">
<img src="http://localhost:8000/theme/img/profile.png" alt="Flex" title="Flex">
<a href="http://flex.alxd.me/blog">
<img src="http://flex.alxd.me/blog/theme/img/profile.png" alt="Flex" title="Flex">
</a>
<h1><a href="http://localhost:8000">Flex</a></h1>
<h1><a href="http://flex.alxd.me/blog">Flex</a></h1>
<p>The minimalist Pelican theme</p>
<nav>
<ul class="list">
<li><a href="http://localhost:8000/pages/about.html#about">About</a></li>
<li><a href="http://localhost:8000/pages/contact.html#contact">Contact</a></li>
<li><a target="_blank" href="http://flex.alxd.me/blog/pages/about.html#about">About</a></li>
<li><a target="_blank" href="http://flex.alxd.me/blog/pages/contact.html#contact">Contact</a></li>
</ul>
</nav>
@ -107,14 +118,14 @@
<main>
<nav>
<a href="http://localhost:8000"> Home
<a href="http://flex.alxd.me/blog"> Home
</a>
<a href="/archives.html">Archives</a>
<a href="/categories.html">Categories</a>
<a href="/tags.html">Tags</a>
<a href="http://localhost:8000/feeds/all.atom.xml"> Atom
<a href="http://flex.alxd.me/blog/feeds/all.atom.xml"> Atom
</a>
</nav>
@ -124,7 +135,7 @@
<h1 id="flex-pelican-theme-update-2-1">Flex 2.1.0</h1>
<p>
Posted on November 16, 2016 in <a href="http://localhost:8000/category/news.html">News</a>
Posted on November 16, 2016 in <a href="http://flex.alxd.me/blog/category/news.html">News</a>
</p>
@ -157,9 +168,9 @@ Below you can see how to enable ads in your pelican configuration file.</p>
</div>
<div class="tag-cloud">
<p>
<a href="http://localhost:8000/tag/pelican.html">pelican</a>
<a href="http://localhost:8000/tag/python.html">python</a>
<a href="http://localhost:8000/tag/theme.html">theme</a>
<a href="http://flex.alxd.me/blog/tag/pelican.html">pelican</a>
<a href="http://flex.alxd.me/blog/tag/python.html">python</a>
<a href="http://flex.alxd.me/blog/tag/theme.html">theme</a>
</p>
</div>
@ -227,7 +238,7 @@ Below you can see how to enable ads in your pelican configuration file.</p>
"@context" : "http://schema.org",
"@type" : "Blog",
"name": " Flex ",
"url" : "http://localhost:8000",
"url" : "http://flex.alxd.me/blog",
"image": "",
"description": "Flex - The minimalist Pelican theme."
}

View file

@ -10,21 +10,30 @@
<link href="https://fonts.googleapis.com/css?family=Source+Code+Pro|Source+Sans+Pro:300,400,400i,700" rel="stylesheet">
<link rel="stylesheet/less" type="text/css" href="http://localhost:8000/theme/stylesheet/style.less">
<script src="//cdnjs.cloudflare.com/ajax/libs/less.js/2.5.1/less.min.js" type="text/javascript"></script>
<link rel="stylesheet" type="text/css" href="http://flex.alxd.me/blog/theme/stylesheet/style.min.css">
<link rel="stylesheet" type="text/css" href="http://localhost:8000/theme/pygments/monokai.min.css">
<link rel="stylesheet" type="text/css" href="http://localhost:8000/theme/font-awesome/css/fontawesome.css">
<link rel="stylesheet" type="text/css" href="http://localhost:8000/theme/font-awesome/css/brands.css">
<link rel="stylesheet" type="text/css" href="http://localhost:8000/theme/font-awesome/css/solid.css">
<link rel="stylesheet" type="text/css" href="http://flex.alxd.me/blog/theme/pygments/monokai.min.css">
<link rel="stylesheet" type="text/css" href="http://flex.alxd.me/blog/theme/font-awesome/css/fontawesome.css">
<link rel="stylesheet" type="text/css" href="http://flex.alxd.me/blog/theme/font-awesome/css/brands.css">
<link rel="stylesheet" type="text/css" href="http://flex.alxd.me/blog/theme/font-awesome/css/solid.css">
<link href="http://localhost:8000/static/custom.css" rel="stylesheet">
<link href="http://flex.alxd.me/blog/static/custom.css" rel="stylesheet">
<link href="http://localhost:8000/feeds/all.atom.xml" type="application/atom+xml" rel="alternate" title="Flex Atom">
<link href="http://flex.alxd.me/blog/feeds/all.atom.xml" type="application/atom+xml" rel="alternate" title="Flex Atom">
<!-- Google Analytics -->
<script type="text/javascript">
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-55543164-6', 'auto');
ga('send', 'pageview');
</script>
<!-- End Google Analytics -->
<!-- Chrome, Firefox OS and Opera -->
<meta name="theme-color" content="#333333">
<!-- Windows Phone -->
@ -39,20 +48,21 @@
<meta name="description" content="Flex theme 2.2.0 comes with bug fixes and improvements. There are new Pygments templates and also a few code highlight fixes. There&#39;s also new social icons. Version 2.2.0 also comes with new translations. You can see available translations here. Hope you enjoy this version." />
<meta name="keywords" content="pelican, python, theme">
<meta property="og:site_name" content="Flex"/>
<meta property="og:title" content="Flex 2.2.0"/>
<meta property="og:description" content="Flex theme 2.2.0 comes with bug fixes and improvements. There are new Pygments templates and also a few code highlight fixes. There&#39;s also new social icons. Version 2.2.0 also comes with new translations. You can see available translations here. Hope you enjoy this version."/>
<meta property="og:locale" content="en_US"/>
<meta property="og:url" content="http://localhost:8000/flex-pelican-theme-update-2-2.html"/>
<meta property="og:url" content="http://flex.alxd.me/blog/flex-pelican-theme-update-2-2.html"/>
<meta property="og:type" content="article"/>
<meta property="article:published_time" content="2018-06-24 08:00:00-04:00"/>
<meta property="article:modified_time" content="2018-06-24 08:00:00-04:00"/>
<meta property="article:author" content="http://localhost:8000/author/alexandre-vicenzi.html">
<meta property="article:author" content="http://flex.alxd.me/blog/author/alexandre-vicenzi.html">
<meta property="article:section" content="News"/>
<meta property="article:tag" content="pelican"/>
<meta property="article:tag" content="python"/>
<meta property="article:tag" content="theme"/>
<meta property="og:image" content="http://localhost:8000/images/flex-screenshot.png">
<meta property="og:image" content="http://flex.alxd.me/blog/images/flex-screenshot.png">
<title>Flex &ndash; Flex 2.2.0</title>
@ -67,16 +77,17 @@
<body>
<aside>
<div>
<a href="http://localhost:8000">
<img src="http://localhost:8000/theme/img/profile.png" alt="Flex" title="Flex">
<a href="http://flex.alxd.me/blog">
<img src="http://flex.alxd.me/blog/theme/img/profile.png" alt="Flex" title="Flex">
</a>
<h1><a href="http://localhost:8000">Flex</a></h1>
<h1><a href="http://flex.alxd.me/blog">Flex</a></h1>
<p>The minimalist Pelican theme</p>
<nav>
<ul class="list">
<li><a href="http://localhost:8000/pages/about.html#about">About</a></li>
<li><a href="http://localhost:8000/pages/contact.html#contact">Contact</a></li>
<li><a target="_blank" href="http://flex.alxd.me/blog/pages/about.html#about">About</a></li>
<li><a target="_blank" href="http://flex.alxd.me/blog/pages/contact.html#contact">Contact</a></li>
</ul>
</nav>
@ -107,14 +118,14 @@
<main>
<nav>
<a href="http://localhost:8000"> Home
<a href="http://flex.alxd.me/blog"> Home
</a>
<a href="/archives.html">Archives</a>
<a href="/categories.html">Categories</a>
<a href="/tags.html">Tags</a>
<a href="http://localhost:8000/feeds/all.atom.xml"> Atom
<a href="http://flex.alxd.me/blog/feeds/all.atom.xml"> Atom
</a>
</nav>
@ -124,7 +135,7 @@
<h1 id="flex-pelican-theme-update-2-2">Flex 2.2.0</h1>
<p>
Posted on June 24, 2018 in <a href="http://localhost:8000/category/news.html">News</a>
Posted on June 24, 2018 in <a href="http://flex.alxd.me/blog/category/news.html">News</a>
</p>
@ -139,9 +150,9 @@
</div>
<div class="tag-cloud">
<p>
<a href="http://localhost:8000/tag/pelican.html">pelican</a>
<a href="http://localhost:8000/tag/python.html">python</a>
<a href="http://localhost:8000/tag/theme.html">theme</a>
<a href="http://flex.alxd.me/blog/tag/pelican.html">pelican</a>
<a href="http://flex.alxd.me/blog/tag/python.html">python</a>
<a href="http://flex.alxd.me/blog/tag/theme.html">theme</a>
</p>
</div>
@ -209,7 +220,7 @@
"@context" : "http://schema.org",
"@type" : "Blog",
"name": " Flex ",
"url" : "http://localhost:8000",
"url" : "http://flex.alxd.me/blog",
"image": "",
"description": "Flex - The minimalist Pelican theme."
}

View file

@ -10,21 +10,30 @@
<link href="https://fonts.googleapis.com/css?family=Source+Code+Pro|Source+Sans+Pro:300,400,400i,700" rel="stylesheet">
<link rel="stylesheet/less" type="text/css" href="http://localhost:8000/theme/stylesheet/style.less">
<script src="//cdnjs.cloudflare.com/ajax/libs/less.js/2.5.1/less.min.js" type="text/javascript"></script>
<link rel="stylesheet" type="text/css" href="http://flex.alxd.me/blog/theme/stylesheet/style.min.css">
<link rel="stylesheet" type="text/css" href="http://localhost:8000/theme/pygments/monokai.min.css">
<link rel="stylesheet" type="text/css" href="http://localhost:8000/theme/font-awesome/css/fontawesome.css">
<link rel="stylesheet" type="text/css" href="http://localhost:8000/theme/font-awesome/css/brands.css">
<link rel="stylesheet" type="text/css" href="http://localhost:8000/theme/font-awesome/css/solid.css">
<link rel="stylesheet" type="text/css" href="http://flex.alxd.me/blog/theme/pygments/monokai.min.css">
<link rel="stylesheet" type="text/css" href="http://flex.alxd.me/blog/theme/font-awesome/css/fontawesome.css">
<link rel="stylesheet" type="text/css" href="http://flex.alxd.me/blog/theme/font-awesome/css/brands.css">
<link rel="stylesheet" type="text/css" href="http://flex.alxd.me/blog/theme/font-awesome/css/solid.css">
<link href="http://localhost:8000/static/custom.css" rel="stylesheet">
<link href="http://flex.alxd.me/blog/static/custom.css" rel="stylesheet">
<link href="http://localhost:8000/feeds/all.atom.xml" type="application/atom+xml" rel="alternate" title="Flex Atom">
<link href="http://flex.alxd.me/blog/feeds/all.atom.xml" type="application/atom+xml" rel="alternate" title="Flex Atom">
<!-- Google Analytics -->
<script type="text/javascript">
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-55543164-6', 'auto');
ga('send', 'pageview');
</script>
<!-- End Google Analytics -->
<!-- Chrome, Firefox OS and Opera -->
<meta name="theme-color" content="#333333">
<!-- Windows Phone -->
@ -39,20 +48,21 @@
<meta name="description" content="I just start a new fresh blog using Pelican. Sometimes choosing a theme for a new site is something difficult that takes time. In the Pelican theme gallery, I couldn&#39;t find anything that I really liked to feet all my needs. So in the first time of the history, I …" />
<meta name="keywords" content="pelican, python, theme">
<meta property="og:site_name" content="Flex"/>
<meta property="og:title" content="Flex: Responsive Pelican theme"/>
<meta property="og:description" content="I just start a new fresh blog using Pelican. Sometimes choosing a theme for a new site is something difficult that takes time. In the Pelican theme gallery, I couldn&#39;t find anything that I really liked to feet all my needs. So in the first time of the history, I …"/>
<meta property="og:locale" content="en_US"/>
<meta property="og:url" content="http://localhost:8000/flex-pelican-theme.html"/>
<meta property="og:url" content="http://flex.alxd.me/blog/flex-pelican-theme.html"/>
<meta property="og:type" content="article"/>
<meta property="article:published_time" content="2015-07-22 08:00:00-04:00"/>
<meta property="article:modified_time" content="2015-07-22 08:00:00-04:00"/>
<meta property="article:author" content="http://localhost:8000/author/alexandre-vicenzi.html">
<meta property="article:author" content="http://flex.alxd.me/blog/author/alexandre-vicenzi.html">
<meta property="article:section" content="News"/>
<meta property="article:tag" content="pelican"/>
<meta property="article:tag" content="python"/>
<meta property="article:tag" content="theme"/>
<meta property="og:image" content="http://localhost:8000/images/flex-screenshot.png">
<meta property="og:image" content="http://flex.alxd.me/blog/images/flex-screenshot.png">
<title>Flex &ndash; Flex: Responsive Pelican theme</title>
@ -67,16 +77,17 @@
<body>
<aside>
<div>
<a href="http://localhost:8000">
<img src="http://localhost:8000/theme/img/profile.png" alt="Flex" title="Flex">
<a href="http://flex.alxd.me/blog">
<img src="http://flex.alxd.me/blog/theme/img/profile.png" alt="Flex" title="Flex">
</a>
<h1><a href="http://localhost:8000">Flex</a></h1>
<h1><a href="http://flex.alxd.me/blog">Flex</a></h1>
<p>The minimalist Pelican theme</p>
<nav>
<ul class="list">
<li><a href="http://localhost:8000/pages/about.html#about">About</a></li>
<li><a href="http://localhost:8000/pages/contact.html#contact">Contact</a></li>
<li><a target="_blank" href="http://flex.alxd.me/blog/pages/about.html#about">About</a></li>
<li><a target="_blank" href="http://flex.alxd.me/blog/pages/contact.html#contact">Contact</a></li>
</ul>
</nav>
@ -107,14 +118,14 @@
<main>
<nav>
<a href="http://localhost:8000"> Home
<a href="http://flex.alxd.me/blog"> Home
</a>
<a href="/archives.html">Archives</a>
<a href="/categories.html">Categories</a>
<a href="/tags.html">Tags</a>
<a href="http://localhost:8000/feeds/all.atom.xml"> Atom
<a href="http://flex.alxd.me/blog/feeds/all.atom.xml"> Atom
</a>
</nav>
@ -124,7 +135,7 @@
<h1 id="flex-pelican-theme">Flex: Responsive Pelican theme</h1>
<p>
Posted on July 22, 2015 in <a href="http://localhost:8000/category/news.html">News</a>
Posted on July 22, 2015 in <a href="http://flex.alxd.me/blog/category/news.html">News</a>
</p>
@ -223,9 +234,9 @@ Swap: 20480 1267 19213
</div>
<div class="tag-cloud">
<p>
<a href="http://localhost:8000/tag/pelican.html">pelican</a>
<a href="http://localhost:8000/tag/python.html">python</a>
<a href="http://localhost:8000/tag/theme.html">theme</a>
<a href="http://flex.alxd.me/blog/tag/pelican.html">pelican</a>
<a href="http://flex.alxd.me/blog/tag/python.html">python</a>
<a href="http://flex.alxd.me/blog/tag/theme.html">theme</a>
</p>
</div>
@ -293,7 +304,7 @@ Swap: 20480 1267 19213
"@context" : "http://schema.org",
"@type" : "Blog",
"name": " Flex ",
"url" : "http://localhost:8000",
"url" : "http://flex.alxd.me/blog",
"image": "",
"description": "Flex - The minimalist Pelican theme."
}

View file

@ -10,21 +10,30 @@
<link href="https://fonts.googleapis.com/css?family=Source+Code+Pro|Source+Sans+Pro:300,400,400i,700" rel="stylesheet">
<link rel="stylesheet/less" type="text/css" href="http://localhost:8000/theme/stylesheet/style.less">
<script src="//cdnjs.cloudflare.com/ajax/libs/less.js/2.5.1/less.min.js" type="text/javascript"></script>
<link rel="stylesheet" type="text/css" href="http://flex.alxd.me/blog/theme/stylesheet/style.min.css">
<link rel="stylesheet" type="text/css" href="http://localhost:8000/theme/pygments/monokai.min.css">
<link rel="stylesheet" type="text/css" href="http://localhost:8000/theme/font-awesome/css/fontawesome.css">
<link rel="stylesheet" type="text/css" href="http://localhost:8000/theme/font-awesome/css/brands.css">
<link rel="stylesheet" type="text/css" href="http://localhost:8000/theme/font-awesome/css/solid.css">
<link rel="stylesheet" type="text/css" href="http://flex.alxd.me/blog/theme/pygments/monokai.min.css">
<link rel="stylesheet" type="text/css" href="http://flex.alxd.me/blog/theme/font-awesome/css/fontawesome.css">
<link rel="stylesheet" type="text/css" href="http://flex.alxd.me/blog/theme/font-awesome/css/brands.css">
<link rel="stylesheet" type="text/css" href="http://flex.alxd.me/blog/theme/font-awesome/css/solid.css">
<link href="http://localhost:8000/static/custom.css" rel="stylesheet">
<link href="http://flex.alxd.me/blog/static/custom.css" rel="stylesheet">
<link href="http://localhost:8000/feeds/all.atom.xml" type="application/atom+xml" rel="alternate" title="Flex Atom">
<link href="http://flex.alxd.me/blog/feeds/all.atom.xml" type="application/atom+xml" rel="alternate" title="Flex Atom">
<!-- Google Analytics -->
<script type="text/javascript">
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-55543164-6', 'auto');
ga('send', 'pageview');
</script>
<!-- End Google Analytics -->
<!-- Chrome, Firefox OS and Opera -->
<meta name="theme-color" content="#333333">
<!-- Windows Phone -->
@ -42,7 +51,7 @@
<meta property="og:title" content="Flex"/>
<meta property="og:description" content="Flex - The minimalist Pelican theme."/>
<meta property="og:locale" content="en_US"/>
<meta property="og:url" content="http://localhost:8000"/>
<meta property="og:url" content="http://flex.alxd.me/blog"/>
<title>Flex</title>
@ -57,16 +66,17 @@
<body>
<aside>
<div>
<a href="http://localhost:8000">
<img src="http://localhost:8000/theme/img/profile.png" alt="Flex" title="Flex">
<a href="http://flex.alxd.me/blog">
<img src="http://flex.alxd.me/blog/theme/img/profile.png" alt="Flex" title="Flex">
</a>
<h1><a href="http://localhost:8000">Flex</a></h1>
<h1><a href="http://flex.alxd.me/blog">Flex</a></h1>
<p>The minimalist Pelican theme</p>
<nav>
<ul class="list">
<li><a href="http://localhost:8000/pages/about.html#about">About</a></li>
<li><a href="http://localhost:8000/pages/contact.html#contact">Contact</a></li>
<li><a target="_blank" href="http://flex.alxd.me/blog/pages/about.html#about">About</a></li>
<li><a target="_blank" href="http://flex.alxd.me/blog/pages/contact.html#contact">Contact</a></li>
</ul>
</nav>
@ -97,14 +107,14 @@
<main>
<nav>
<a href="http://localhost:8000"> Home
<a href="http://flex.alxd.me/blog"> Home
</a>
<a href="/archives.html">Archives</a>
<a href="/categories.html">Categories</a>
<a href="/tags.html">Tags</a>
<a href="http://localhost:8000/feeds/all.atom.xml"> Atom
<a href="http://flex.alxd.me/blog/feeds/all.atom.xml"> Atom
</a>
</nav>
@ -113,9 +123,9 @@
<article>
<header>
<h2><a href="http://localhost:8000/flex-pelican-theme-update-2-2.html#flex-pelican-theme-update-2-2">Flex 2.2.0</a></h2>
<h2><a href="http://flex.alxd.me/blog/flex-pelican-theme-update-2-2.html#flex-pelican-theme-update-2-2">Flex 2.2.0</a></h2>
<p>
Posted on June 24, 2018 in <a href="http://localhost:8000/category/news.html">News</a>
Posted on June 24, 2018 in <a href="http://flex.alxd.me/blog/category/news.html">News</a>
@ -131,9 +141,9 @@
</article>
<article>
<header>
<h2><a href="http://localhost:8000/flex-pelican-theme-update-2-1.html#flex-pelican-theme-update-2-1">Flex 2.1.0</a></h2>
<h2><a href="http://flex.alxd.me/blog/flex-pelican-theme-update-2-1.html#flex-pelican-theme-update-2-1">Flex 2.1.0</a></h2>
<p>
Posted on November 16, 2016 in <a href="http://localhost:8000/category/news.html">News</a>
Posted on November 16, 2016 in <a href="http://flex.alxd.me/blog/category/news.html">News</a>
@ -144,16 +154,16 @@
<p>Flex 2.1.0 adds support for Google AdSense.</p>
<p>If you choose wisely, ads are a way to win some money, but if not, you may loose your users due to excessive use of ads …</p>
<br>
<a class="btn" href="http://localhost:8000/flex-pelican-theme-update-2-1.html#flex-pelican-theme-update-2-1"> Continue reading
<a class="btn" href="http://flex.alxd.me/blog/flex-pelican-theme-update-2-1.html#flex-pelican-theme-update-2-1"> Continue reading
</a>
</div>
<hr />
</article>
<article>
<header>
<h2><a href="http://localhost:8000/flex-pelican-theme-update-2-0.html#flex-pelican-theme-update-2-0">Flex 2.0</a></h2>
<h2><a href="http://flex.alxd.me/blog/flex-pelican-theme-update-2-0.html#flex-pelican-theme-update-2-0">Flex 2.0</a></h2>
<p>
Posted on September 13, 2016 in <a href="http://localhost:8000/category/news.html">News</a>
Posted on September 13, 2016 in <a href="http://flex.alxd.me/blog/category/news.html">News</a>
@ -168,16 +178,16 @@ You can read about <a href="https://github.com/alexandrevicenzi/Flex/wiki/Transl
<p>The biggest challege was to create a way to translate without breaking old versions.
If …</p>
<br>
<a class="btn" href="http://localhost:8000/flex-pelican-theme-update-2-0.html#flex-pelican-theme-update-2-0"> Continue reading
<a class="btn" href="http://flex.alxd.me/blog/flex-pelican-theme-update-2-0.html#flex-pelican-theme-update-2-0"> Continue reading
</a>
</div>
<hr />
</article>
<article>
<header>
<h2><a href="http://localhost:8000/flex-pelican-theme-update-1-2-0.html#flex-pelican-theme-update-1-2-0">Flex 1.2.0</a></h2>
<h2><a href="http://flex.alxd.me/blog/flex-pelican-theme-update-1-2-0.html#flex-pelican-theme-update-1-2-0">Flex 1.2.0</a></h2>
<p>
Posted on June 10, 2016 in <a href="http://localhost:8000/category/news.html">News</a>
Posted on June 10, 2016 in <a href="http://flex.alxd.me/blog/category/news.html">News</a>
@ -192,16 +202,16 @@ If …</p>
<li><a href="https://github.com/alexandrevicenzi/Flex/pull/27">Related posts</a></li>
<li><a href="https://github.com/alexandrevicenzi/Flex/issues/38">More Pygments Styles …</a></li></ul>
<br>
<a class="btn" href="http://localhost:8000/flex-pelican-theme-update-1-2-0.html#flex-pelican-theme-update-1-2-0"> Continue reading
<a class="btn" href="http://flex.alxd.me/blog/flex-pelican-theme-update-1-2-0.html#flex-pelican-theme-update-1-2-0"> Continue reading
</a>
</div>
<hr />
</article>
<article>
<header>
<h2><a href="http://localhost:8000/flex-pelican-theme-update-1-1-1.html#flex-pelican-theme-update-1-1-1">Flex 1.1.1</a></h2>
<h2><a href="http://flex.alxd.me/blog/flex-pelican-theme-update-1-1-1.html#flex-pelican-theme-update-1-1-1">Flex 1.1.1</a></h2>
<p>
Posted on February 27, 2016 in <a href="http://localhost:8000/category/news.html">News</a>
Posted on February 27, 2016 in <a href="http://flex.alxd.me/blog/category/news.html">News</a>
@ -220,9 +230,9 @@ If …</p>
</article>
<article>
<header>
<h2><a href="http://localhost:8000/flex-pelican-theme-update-1-1.html#flex-pelican-theme-update-1-1">Flex 1.1.0</a></h2>
<h2><a href="http://flex.alxd.me/blog/flex-pelican-theme-update-1-1.html#flex-pelican-theme-update-1-1">Flex 1.1.0</a></h2>
<p>
Posted on October 07, 2015 in <a href="http://localhost:8000/category/news.html">News</a>
Posted on October 07, 2015 in <a href="http://flex.alxd.me/blog/category/news.html">News</a>
@ -232,16 +242,16 @@ If …</p>
<p>I've made the <a href="https://github.com/alexandrevicenzi/Flex">Flex theme</a> a time ago. For my surprise, many people are using it. I feel thankful for this.</p>
<p>So, after some new blogs with this theme, I got issues and PRs on GitHub from these new users. This weekend I had some free time and I release …</p>
<br>
<a class="btn" href="http://localhost:8000/flex-pelican-theme-update-1-1.html#flex-pelican-theme-update-1-1"> Continue reading
<a class="btn" href="http://flex.alxd.me/blog/flex-pelican-theme-update-1-1.html#flex-pelican-theme-update-1-1"> Continue reading
</a>
</div>
<hr />
</article>
<article>
<header>
<h2><a href="http://localhost:8000/flex-pelican-theme.html#flex-pelican-theme">Flex: Responsive Pelican theme</a></h2>
<h2><a href="http://flex.alxd.me/blog/flex-pelican-theme.html#flex-pelican-theme">Flex: Responsive Pelican theme</a></h2>
<p>
Posted on July 22, 2015 in <a href="http://localhost:8000/category/news.html">News</a>
Posted on July 22, 2015 in <a href="http://flex.alxd.me/blog/category/news.html">News</a>
@ -251,7 +261,7 @@ If …</p>
<p>I just start a new fresh blog using <a href="http://getpelican.com">Pelican</a>. Sometimes choosing a theme for a new site is something difficult that takes time.</p>
<p>In the Pelican <a href="http://www.pelicanthemes.com/">theme gallery</a>, I couldn't find anything that I really liked to feet all my needs. So in the first time of the history, I …</p>
<br>
<a class="btn" href="http://localhost:8000/flex-pelican-theme.html#flex-pelican-theme"> Continue reading
<a class="btn" href="http://flex.alxd.me/blog/flex-pelican-theme.html#flex-pelican-theme"> Continue reading
</a>
</div>
</article>
@ -297,7 +307,7 @@ If …</p>
"@context" : "http://schema.org",
"@type" : "Blog",
"name": " Flex ",
"url" : "http://localhost:8000",
"url" : "http://flex.alxd.me/blog",
"image": "",
"description": "Flex - The minimalist Pelican theme."
}

View file

@ -10,21 +10,30 @@
<link href="https://fonts.googleapis.com/css?family=Source+Code+Pro|Source+Sans+Pro:300,400,400i,700" rel="stylesheet">
<link rel="stylesheet/less" type="text/css" href="http://localhost:8000/theme/stylesheet/style.less">
<script src="//cdnjs.cloudflare.com/ajax/libs/less.js/2.5.1/less.min.js" type="text/javascript"></script>
<link rel="stylesheet" type="text/css" href="http://flex.alxd.me/blog/theme/stylesheet/style.min.css">
<link rel="stylesheet" type="text/css" href="http://localhost:8000/theme/pygments/monokai.min.css">
<link rel="stylesheet" type="text/css" href="http://localhost:8000/theme/font-awesome/css/fontawesome.css">
<link rel="stylesheet" type="text/css" href="http://localhost:8000/theme/font-awesome/css/brands.css">
<link rel="stylesheet" type="text/css" href="http://localhost:8000/theme/font-awesome/css/solid.css">
<link rel="stylesheet" type="text/css" href="http://flex.alxd.me/blog/theme/pygments/monokai.min.css">
<link rel="stylesheet" type="text/css" href="http://flex.alxd.me/blog/theme/font-awesome/css/fontawesome.css">
<link rel="stylesheet" type="text/css" href="http://flex.alxd.me/blog/theme/font-awesome/css/brands.css">
<link rel="stylesheet" type="text/css" href="http://flex.alxd.me/blog/theme/font-awesome/css/solid.css">
<link href="http://localhost:8000/static/custom.css" rel="stylesheet">
<link href="http://flex.alxd.me/blog/static/custom.css" rel="stylesheet">
<link href="http://localhost:8000/feeds/all.atom.xml" type="application/atom+xml" rel="alternate" title="Flex Atom">
<link href="http://flex.alxd.me/blog/feeds/all.atom.xml" type="application/atom+xml" rel="alternate" title="Flex Atom">
<!-- Google Analytics -->
<script type="text/javascript">
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-55543164-6', 'auto');
ga('send', 'pageview');
</script>
<!-- End Google Analytics -->
<!-- Chrome, Firefox OS and Opera -->
<meta name="theme-color" content="#333333">
<!-- Windows Phone -->
@ -42,7 +51,9 @@
<meta property="og:title" content="Flex"/>
<meta property="og:description" content="Flex - The minimalist Pelican theme."/>
<meta property="og:locale" content="en_US"/>
<meta property="og:url" content="http://localhost:8000"/>
<meta property="og:url" content="http://flex.alxd.me/blog"/>
<title>Flex &ndash; About</title>
@ -57,16 +68,17 @@
<body>
<aside>
<div>
<a href="http://localhost:8000">
<img src="http://localhost:8000/theme/img/profile.png" alt="Flex" title="Flex">
<a href="http://flex.alxd.me/blog">
<img src="http://flex.alxd.me/blog/theme/img/profile.png" alt="Flex" title="Flex">
</a>
<h1><a href="http://localhost:8000">Flex</a></h1>
<h1><a href="http://flex.alxd.me/blog">Flex</a></h1>
<p>The minimalist Pelican theme</p>
<nav>
<ul class="list">
<li><a href="http://localhost:8000/pages/about.html#about">About</a></li>
<li><a href="http://localhost:8000/pages/contact.html#contact">Contact</a></li>
<li><a target="_blank" href="http://flex.alxd.me/blog/pages/about.html#about">About</a></li>
<li><a target="_blank" href="http://flex.alxd.me/blog/pages/contact.html#contact">Contact</a></li>
</ul>
</nav>
@ -97,14 +109,14 @@
<main>
<nav>
<a href="http://localhost:8000"> Home
<a href="http://flex.alxd.me/blog"> Home
</a>
<a href="/archives.html">Archives</a>
<a href="/categories.html">Categories</a>
<a href="/tags.html">Tags</a>
<a href="http://localhost:8000/feeds/all.atom.xml"> Atom
<a href="http://flex.alxd.me/blog/feeds/all.atom.xml"> Atom
</a>
</nav>
@ -146,7 +158,7 @@
"@context" : "http://schema.org",
"@type" : "Blog",
"name": " Flex ",
"url" : "http://localhost:8000",
"url" : "http://flex.alxd.me/blog",
"image": "",
"description": "Flex - The minimalist Pelican theme."
}

View file

@ -10,21 +10,30 @@
<link href="https://fonts.googleapis.com/css?family=Source+Code+Pro|Source+Sans+Pro:300,400,400i,700" rel="stylesheet">
<link rel="stylesheet/less" type="text/css" href="http://localhost:8000/theme/stylesheet/style.less">
<script src="//cdnjs.cloudflare.com/ajax/libs/less.js/2.5.1/less.min.js" type="text/javascript"></script>
<link rel="stylesheet" type="text/css" href="http://flex.alxd.me/blog/theme/stylesheet/style.min.css">
<link rel="stylesheet" type="text/css" href="http://localhost:8000/theme/pygments/monokai.min.css">
<link rel="stylesheet" type="text/css" href="http://localhost:8000/theme/font-awesome/css/fontawesome.css">
<link rel="stylesheet" type="text/css" href="http://localhost:8000/theme/font-awesome/css/brands.css">
<link rel="stylesheet" type="text/css" href="http://localhost:8000/theme/font-awesome/css/solid.css">
<link rel="stylesheet" type="text/css" href="http://flex.alxd.me/blog/theme/pygments/monokai.min.css">
<link rel="stylesheet" type="text/css" href="http://flex.alxd.me/blog/theme/font-awesome/css/fontawesome.css">
<link rel="stylesheet" type="text/css" href="http://flex.alxd.me/blog/theme/font-awesome/css/brands.css">
<link rel="stylesheet" type="text/css" href="http://flex.alxd.me/blog/theme/font-awesome/css/solid.css">
<link href="http://localhost:8000/static/custom.css" rel="stylesheet">
<link href="http://flex.alxd.me/blog/static/custom.css" rel="stylesheet">
<link href="http://localhost:8000/feeds/all.atom.xml" type="application/atom+xml" rel="alternate" title="Flex Atom">
<link href="http://flex.alxd.me/blog/feeds/all.atom.xml" type="application/atom+xml" rel="alternate" title="Flex Atom">
<!-- Google Analytics -->
<script type="text/javascript">
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-55543164-6', 'auto');
ga('send', 'pageview');
</script>
<!-- End Google Analytics -->
<!-- Chrome, Firefox OS and Opera -->
<meta name="theme-color" content="#333333">
<!-- Windows Phone -->
@ -42,7 +51,9 @@
<meta property="og:title" content="Flex"/>
<meta property="og:description" content="Flex - The minimalist Pelican theme."/>
<meta property="og:locale" content="en_US"/>
<meta property="og:url" content="http://localhost:8000"/>
<meta property="og:url" content="http://flex.alxd.me/blog"/>
<title>Flex &ndash; Contact</title>
@ -57,16 +68,17 @@
<body>
<aside>
<div>
<a href="http://localhost:8000">
<img src="http://localhost:8000/theme/img/profile.png" alt="Flex" title="Flex">
<a href="http://flex.alxd.me/blog">
<img src="http://flex.alxd.me/blog/theme/img/profile.png" alt="Flex" title="Flex">
</a>
<h1><a href="http://localhost:8000">Flex</a></h1>
<h1><a href="http://flex.alxd.me/blog">Flex</a></h1>
<p>The minimalist Pelican theme</p>
<nav>
<ul class="list">
<li><a href="http://localhost:8000/pages/about.html#about">About</a></li>
<li><a href="http://localhost:8000/pages/contact.html#contact">Contact</a></li>
<li><a target="_blank" href="http://flex.alxd.me/blog/pages/about.html#about">About</a></li>
<li><a target="_blank" href="http://flex.alxd.me/blog/pages/contact.html#contact">Contact</a></li>
</ul>
</nav>
@ -97,14 +109,14 @@
<main>
<nav>
<a href="http://localhost:8000"> Home
<a href="http://flex.alxd.me/blog"> Home
</a>
<a href="/archives.html">Archives</a>
<a href="/categories.html">Categories</a>
<a href="/tags.html">Tags</a>
<a href="http://localhost:8000/feeds/all.atom.xml"> Atom
<a href="http://flex.alxd.me/blog/feeds/all.atom.xml"> Atom
</a>
</nav>
@ -146,7 +158,7 @@
"@context" : "http://schema.org",
"@type" : "Blog",
"name": " Flex ",
"url" : "http://localhost:8000",
"url" : "http://flex.alxd.me/blog",
"image": "",
"description": "Flex - The minimalist Pelican theme."
}

View file

@ -10,21 +10,30 @@
<link href="https://fonts.googleapis.com/css?family=Source+Code+Pro|Source+Sans+Pro:300,400,400i,700" rel="stylesheet">
<link rel="stylesheet/less" type="text/css" href="http://localhost:8000/theme/stylesheet/style.less">
<script src="//cdnjs.cloudflare.com/ajax/libs/less.js/2.5.1/less.min.js" type="text/javascript"></script>
<link rel="stylesheet" type="text/css" href="http://flex.alxd.me/blog/theme/stylesheet/style.min.css">
<link rel="stylesheet" type="text/css" href="http://localhost:8000/theme/pygments/monokai.min.css">
<link rel="stylesheet" type="text/css" href="http://localhost:8000/theme/font-awesome/css/fontawesome.css">
<link rel="stylesheet" type="text/css" href="http://localhost:8000/theme/font-awesome/css/brands.css">
<link rel="stylesheet" type="text/css" href="http://localhost:8000/theme/font-awesome/css/solid.css">
<link rel="stylesheet" type="text/css" href="http://flex.alxd.me/blog/theme/pygments/monokai.min.css">
<link rel="stylesheet" type="text/css" href="http://flex.alxd.me/blog/theme/font-awesome/css/fontawesome.css">
<link rel="stylesheet" type="text/css" href="http://flex.alxd.me/blog/theme/font-awesome/css/brands.css">
<link rel="stylesheet" type="text/css" href="http://flex.alxd.me/blog/theme/font-awesome/css/solid.css">
<link href="http://localhost:8000/static/custom.css" rel="stylesheet">
<link href="http://flex.alxd.me/blog/static/custom.css" rel="stylesheet">
<link href="http://localhost:8000/feeds/all.atom.xml" type="application/atom+xml" rel="alternate" title="Flex Atom">
<link href="http://flex.alxd.me/blog/feeds/all.atom.xml" type="application/atom+xml" rel="alternate" title="Flex Atom">
<!-- Google Analytics -->
<script type="text/javascript">
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-55543164-6', 'auto');
ga('send', 'pageview');
</script>
<!-- End Google Analytics -->
<!-- Chrome, Firefox OS and Opera -->
<meta name="theme-color" content="#333333">
<!-- Windows Phone -->
@ -42,7 +51,7 @@
<meta property="og:title" content="Flex"/>
<meta property="og:description" content="Flex - The minimalist Pelican theme."/>
<meta property="og:locale" content="en_US"/>
<meta property="og:url" content="http://localhost:8000"/>
<meta property="og:url" content="http://flex.alxd.me/blog"/>
<title>Flex &ndash; Tag pelican
</title>
@ -58,16 +67,17 @@
<body>
<aside>
<div>
<a href="http://localhost:8000">
<img src="http://localhost:8000/theme/img/profile.png" alt="Flex" title="Flex">
<a href="http://flex.alxd.me/blog">
<img src="http://flex.alxd.me/blog/theme/img/profile.png" alt="Flex" title="Flex">
</a>
<h1><a href="http://localhost:8000">Flex</a></h1>
<h1><a href="http://flex.alxd.me/blog">Flex</a></h1>
<p>The minimalist Pelican theme</p>
<nav>
<ul class="list">
<li><a href="http://localhost:8000/pages/about.html#about">About</a></li>
<li><a href="http://localhost:8000/pages/contact.html#contact">Contact</a></li>
<li><a target="_blank" href="http://flex.alxd.me/blog/pages/about.html#about">About</a></li>
<li><a target="_blank" href="http://flex.alxd.me/blog/pages/contact.html#contact">Contact</a></li>
</ul>
</nav>
@ -98,14 +108,14 @@
<main>
<nav>
<a href="http://localhost:8000"> Home
<a href="http://flex.alxd.me/blog"> Home
</a>
<a href="/archives.html">Archives</a>
<a href="/categories.html">Categories</a>
<a href="/tags.html">Tags</a>
<a href="http://localhost:8000/feeds/all.atom.xml"> Atom
<a href="http://flex.alxd.me/blog/feeds/all.atom.xml"> Atom
</a>
</nav>
@ -114,9 +124,9 @@
<article>
<header>
<h2><a href="http://localhost:8000/flex-pelican-theme-update-2-2.html#flex-pelican-theme-update-2-2">Flex 2.2.0</a></h2>
<h2><a href="http://flex.alxd.me/blog/flex-pelican-theme-update-2-2.html#flex-pelican-theme-update-2-2">Flex 2.2.0</a></h2>
<p>
Posted on June 24, 2018 in <a href="http://localhost:8000/category/news.html">News</a>
Posted on June 24, 2018 in <a href="http://flex.alxd.me/blog/category/news.html">News</a>
@ -132,9 +142,9 @@
</article>
<article>
<header>
<h2><a href="http://localhost:8000/flex-pelican-theme-update-2-1.html#flex-pelican-theme-update-2-1">Flex 2.1.0</a></h2>
<h2><a href="http://flex.alxd.me/blog/flex-pelican-theme-update-2-1.html#flex-pelican-theme-update-2-1">Flex 2.1.0</a></h2>
<p>
Posted on November 16, 2016 in <a href="http://localhost:8000/category/news.html">News</a>
Posted on November 16, 2016 in <a href="http://flex.alxd.me/blog/category/news.html">News</a>
@ -145,16 +155,16 @@
<p>Flex 2.1.0 adds support for Google AdSense.</p>
<p>If you choose wisely, ads are a way to win some money, but if not, you may loose your users due to excessive use of ads …</p>
<br>
<a class="btn" href="http://localhost:8000/flex-pelican-theme-update-2-1.html#flex-pelican-theme-update-2-1"> Continue reading
<a class="btn" href="http://flex.alxd.me/blog/flex-pelican-theme-update-2-1.html#flex-pelican-theme-update-2-1"> Continue reading
</a>
</div>
<hr />
</article>
<article>
<header>
<h2><a href="http://localhost:8000/flex-pelican-theme-update-2-0.html#flex-pelican-theme-update-2-0">Flex 2.0</a></h2>
<h2><a href="http://flex.alxd.me/blog/flex-pelican-theme-update-2-0.html#flex-pelican-theme-update-2-0">Flex 2.0</a></h2>
<p>
Posted on September 13, 2016 in <a href="http://localhost:8000/category/news.html">News</a>
Posted on September 13, 2016 in <a href="http://flex.alxd.me/blog/category/news.html">News</a>
@ -169,16 +179,16 @@ You can read about <a href="https://github.com/alexandrevicenzi/Flex/wiki/Transl
<p>The biggest challege was to create a way to translate without breaking old versions.
If …</p>
<br>
<a class="btn" href="http://localhost:8000/flex-pelican-theme-update-2-0.html#flex-pelican-theme-update-2-0"> Continue reading
<a class="btn" href="http://flex.alxd.me/blog/flex-pelican-theme-update-2-0.html#flex-pelican-theme-update-2-0"> Continue reading
</a>
</div>
<hr />
</article>
<article>
<header>
<h2><a href="http://localhost:8000/flex-pelican-theme-update-1-2-0.html#flex-pelican-theme-update-1-2-0">Flex 1.2.0</a></h2>
<h2><a href="http://flex.alxd.me/blog/flex-pelican-theme-update-1-2-0.html#flex-pelican-theme-update-1-2-0">Flex 1.2.0</a></h2>
<p>
Posted on June 10, 2016 in <a href="http://localhost:8000/category/news.html">News</a>
Posted on June 10, 2016 in <a href="http://flex.alxd.me/blog/category/news.html">News</a>
@ -193,16 +203,16 @@ If …</p>
<li><a href="https://github.com/alexandrevicenzi/Flex/pull/27">Related posts</a></li>
<li><a href="https://github.com/alexandrevicenzi/Flex/issues/38">More Pygments Styles …</a></li></ul>
<br>
<a class="btn" href="http://localhost:8000/flex-pelican-theme-update-1-2-0.html#flex-pelican-theme-update-1-2-0"> Continue reading
<a class="btn" href="http://flex.alxd.me/blog/flex-pelican-theme-update-1-2-0.html#flex-pelican-theme-update-1-2-0"> Continue reading
</a>
</div>
<hr />
</article>
<article>
<header>
<h2><a href="http://localhost:8000/flex-pelican-theme-update-1-1-1.html#flex-pelican-theme-update-1-1-1">Flex 1.1.1</a></h2>
<h2><a href="http://flex.alxd.me/blog/flex-pelican-theme-update-1-1-1.html#flex-pelican-theme-update-1-1-1">Flex 1.1.1</a></h2>
<p>
Posted on February 27, 2016 in <a href="http://localhost:8000/category/news.html">News</a>
Posted on February 27, 2016 in <a href="http://flex.alxd.me/blog/category/news.html">News</a>
@ -221,9 +231,9 @@ If …</p>
</article>
<article>
<header>
<h2><a href="http://localhost:8000/flex-pelican-theme-update-1-1.html#flex-pelican-theme-update-1-1">Flex 1.1.0</a></h2>
<h2><a href="http://flex.alxd.me/blog/flex-pelican-theme-update-1-1.html#flex-pelican-theme-update-1-1">Flex 1.1.0</a></h2>
<p>
Posted on October 07, 2015 in <a href="http://localhost:8000/category/news.html">News</a>
Posted on October 07, 2015 in <a href="http://flex.alxd.me/blog/category/news.html">News</a>
@ -233,16 +243,16 @@ If …</p>
<p>I've made the <a href="https://github.com/alexandrevicenzi/Flex">Flex theme</a> a time ago. For my surprise, many people are using it. I feel thankful for this.</p>
<p>So, after some new blogs with this theme, I got issues and PRs on GitHub from these new users. This weekend I had some free time and I release …</p>
<br>
<a class="btn" href="http://localhost:8000/flex-pelican-theme-update-1-1.html#flex-pelican-theme-update-1-1"> Continue reading
<a class="btn" href="http://flex.alxd.me/blog/flex-pelican-theme-update-1-1.html#flex-pelican-theme-update-1-1"> Continue reading
</a>
</div>
<hr />
</article>
<article>
<header>
<h2><a href="http://localhost:8000/flex-pelican-theme.html#flex-pelican-theme">Flex: Responsive Pelican theme</a></h2>
<h2><a href="http://flex.alxd.me/blog/flex-pelican-theme.html#flex-pelican-theme">Flex: Responsive Pelican theme</a></h2>
<p>
Posted on July 22, 2015 in <a href="http://localhost:8000/category/news.html">News</a>
Posted on July 22, 2015 in <a href="http://flex.alxd.me/blog/category/news.html">News</a>
@ -252,7 +262,7 @@ If …</p>
<p>I just start a new fresh blog using <a href="http://getpelican.com">Pelican</a>. Sometimes choosing a theme for a new site is something difficult that takes time.</p>
<p>In the Pelican <a href="http://www.pelicanthemes.com/">theme gallery</a>, I couldn't find anything that I really liked to feet all my needs. So in the first time of the history, I …</p>
<br>
<a class="btn" href="http://localhost:8000/flex-pelican-theme.html#flex-pelican-theme"> Continue reading
<a class="btn" href="http://flex.alxd.me/blog/flex-pelican-theme.html#flex-pelican-theme"> Continue reading
</a>
</div>
</article>
@ -298,7 +308,7 @@ If …</p>
"@context" : "http://schema.org",
"@type" : "Blog",
"name": " Flex ",
"url" : "http://localhost:8000",
"url" : "http://flex.alxd.me/blog",
"image": "",
"description": "Flex - The minimalist Pelican theme."
}

View file

@ -10,21 +10,30 @@
<link href="https://fonts.googleapis.com/css?family=Source+Code+Pro|Source+Sans+Pro:300,400,400i,700" rel="stylesheet">
<link rel="stylesheet/less" type="text/css" href="http://localhost:8000/theme/stylesheet/style.less">
<script src="//cdnjs.cloudflare.com/ajax/libs/less.js/2.5.1/less.min.js" type="text/javascript"></script>
<link rel="stylesheet" type="text/css" href="http://flex.alxd.me/blog/theme/stylesheet/style.min.css">
<link rel="stylesheet" type="text/css" href="http://localhost:8000/theme/pygments/monokai.min.css">
<link rel="stylesheet" type="text/css" href="http://localhost:8000/theme/font-awesome/css/fontawesome.css">
<link rel="stylesheet" type="text/css" href="http://localhost:8000/theme/font-awesome/css/brands.css">
<link rel="stylesheet" type="text/css" href="http://localhost:8000/theme/font-awesome/css/solid.css">
<link rel="stylesheet" type="text/css" href="http://flex.alxd.me/blog/theme/pygments/monokai.min.css">
<link rel="stylesheet" type="text/css" href="http://flex.alxd.me/blog/theme/font-awesome/css/fontawesome.css">
<link rel="stylesheet" type="text/css" href="http://flex.alxd.me/blog/theme/font-awesome/css/brands.css">
<link rel="stylesheet" type="text/css" href="http://flex.alxd.me/blog/theme/font-awesome/css/solid.css">
<link href="http://localhost:8000/static/custom.css" rel="stylesheet">
<link href="http://flex.alxd.me/blog/static/custom.css" rel="stylesheet">
<link href="http://localhost:8000/feeds/all.atom.xml" type="application/atom+xml" rel="alternate" title="Flex Atom">
<link href="http://flex.alxd.me/blog/feeds/all.atom.xml" type="application/atom+xml" rel="alternate" title="Flex Atom">
<!-- Google Analytics -->
<script type="text/javascript">
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-55543164-6', 'auto');
ga('send', 'pageview');
</script>
<!-- End Google Analytics -->
<!-- Chrome, Firefox OS and Opera -->
<meta name="theme-color" content="#333333">
<!-- Windows Phone -->
@ -42,7 +51,7 @@
<meta property="og:title" content="Flex"/>
<meta property="og:description" content="Flex - The minimalist Pelican theme."/>
<meta property="og:locale" content="en_US"/>
<meta property="og:url" content="http://localhost:8000"/>
<meta property="og:url" content="http://flex.alxd.me/blog"/>
<title>Flex &ndash; Tag python
</title>
@ -58,16 +67,17 @@
<body>
<aside>
<div>
<a href="http://localhost:8000">
<img src="http://localhost:8000/theme/img/profile.png" alt="Flex" title="Flex">
<a href="http://flex.alxd.me/blog">
<img src="http://flex.alxd.me/blog/theme/img/profile.png" alt="Flex" title="Flex">
</a>
<h1><a href="http://localhost:8000">Flex</a></h1>
<h1><a href="http://flex.alxd.me/blog">Flex</a></h1>
<p>The minimalist Pelican theme</p>
<nav>
<ul class="list">
<li><a href="http://localhost:8000/pages/about.html#about">About</a></li>
<li><a href="http://localhost:8000/pages/contact.html#contact">Contact</a></li>
<li><a target="_blank" href="http://flex.alxd.me/blog/pages/about.html#about">About</a></li>
<li><a target="_blank" href="http://flex.alxd.me/blog/pages/contact.html#contact">Contact</a></li>
</ul>
</nav>
@ -98,14 +108,14 @@
<main>
<nav>
<a href="http://localhost:8000"> Home
<a href="http://flex.alxd.me/blog"> Home
</a>
<a href="/archives.html">Archives</a>
<a href="/categories.html">Categories</a>
<a href="/tags.html">Tags</a>
<a href="http://localhost:8000/feeds/all.atom.xml"> Atom
<a href="http://flex.alxd.me/blog/feeds/all.atom.xml"> Atom
</a>
</nav>
@ -114,9 +124,9 @@
<article>
<header>
<h2><a href="http://localhost:8000/flex-pelican-theme-update-2-2.html#flex-pelican-theme-update-2-2">Flex 2.2.0</a></h2>
<h2><a href="http://flex.alxd.me/blog/flex-pelican-theme-update-2-2.html#flex-pelican-theme-update-2-2">Flex 2.2.0</a></h2>
<p>
Posted on June 24, 2018 in <a href="http://localhost:8000/category/news.html">News</a>
Posted on June 24, 2018 in <a href="http://flex.alxd.me/blog/category/news.html">News</a>
@ -132,9 +142,9 @@
</article>
<article>
<header>
<h2><a href="http://localhost:8000/flex-pelican-theme-update-2-1.html#flex-pelican-theme-update-2-1">Flex 2.1.0</a></h2>
<h2><a href="http://flex.alxd.me/blog/flex-pelican-theme-update-2-1.html#flex-pelican-theme-update-2-1">Flex 2.1.0</a></h2>
<p>
Posted on November 16, 2016 in <a href="http://localhost:8000/category/news.html">News</a>
Posted on November 16, 2016 in <a href="http://flex.alxd.me/blog/category/news.html">News</a>
@ -145,16 +155,16 @@
<p>Flex 2.1.0 adds support for Google AdSense.</p>
<p>If you choose wisely, ads are a way to win some money, but if not, you may loose your users due to excessive use of ads …</p>
<br>
<a class="btn" href="http://localhost:8000/flex-pelican-theme-update-2-1.html#flex-pelican-theme-update-2-1"> Continue reading
<a class="btn" href="http://flex.alxd.me/blog/flex-pelican-theme-update-2-1.html#flex-pelican-theme-update-2-1"> Continue reading
</a>
</div>
<hr />
</article>
<article>
<header>
<h2><a href="http://localhost:8000/flex-pelican-theme-update-2-0.html#flex-pelican-theme-update-2-0">Flex 2.0</a></h2>
<h2><a href="http://flex.alxd.me/blog/flex-pelican-theme-update-2-0.html#flex-pelican-theme-update-2-0">Flex 2.0</a></h2>
<p>
Posted on September 13, 2016 in <a href="http://localhost:8000/category/news.html">News</a>
Posted on September 13, 2016 in <a href="http://flex.alxd.me/blog/category/news.html">News</a>
@ -169,16 +179,16 @@ You can read about <a href="https://github.com/alexandrevicenzi/Flex/wiki/Transl
<p>The biggest challege was to create a way to translate without breaking old versions.
If …</p>
<br>
<a class="btn" href="http://localhost:8000/flex-pelican-theme-update-2-0.html#flex-pelican-theme-update-2-0"> Continue reading
<a class="btn" href="http://flex.alxd.me/blog/flex-pelican-theme-update-2-0.html#flex-pelican-theme-update-2-0"> Continue reading
</a>
</div>
<hr />
</article>
<article>
<header>
<h2><a href="http://localhost:8000/flex-pelican-theme-update-1-2-0.html#flex-pelican-theme-update-1-2-0">Flex 1.2.0</a></h2>
<h2><a href="http://flex.alxd.me/blog/flex-pelican-theme-update-1-2-0.html#flex-pelican-theme-update-1-2-0">Flex 1.2.0</a></h2>
<p>
Posted on June 10, 2016 in <a href="http://localhost:8000/category/news.html">News</a>
Posted on June 10, 2016 in <a href="http://flex.alxd.me/blog/category/news.html">News</a>
@ -193,16 +203,16 @@ If …</p>
<li><a href="https://github.com/alexandrevicenzi/Flex/pull/27">Related posts</a></li>
<li><a href="https://github.com/alexandrevicenzi/Flex/issues/38">More Pygments Styles …</a></li></ul>
<br>
<a class="btn" href="http://localhost:8000/flex-pelican-theme-update-1-2-0.html#flex-pelican-theme-update-1-2-0"> Continue reading
<a class="btn" href="http://flex.alxd.me/blog/flex-pelican-theme-update-1-2-0.html#flex-pelican-theme-update-1-2-0"> Continue reading
</a>
</div>
<hr />
</article>
<article>
<header>
<h2><a href="http://localhost:8000/flex-pelican-theme-update-1-1-1.html#flex-pelican-theme-update-1-1-1">Flex 1.1.1</a></h2>
<h2><a href="http://flex.alxd.me/blog/flex-pelican-theme-update-1-1-1.html#flex-pelican-theme-update-1-1-1">Flex 1.1.1</a></h2>
<p>
Posted on February 27, 2016 in <a href="http://localhost:8000/category/news.html">News</a>
Posted on February 27, 2016 in <a href="http://flex.alxd.me/blog/category/news.html">News</a>
@ -221,9 +231,9 @@ If …</p>
</article>
<article>
<header>
<h2><a href="http://localhost:8000/flex-pelican-theme-update-1-1.html#flex-pelican-theme-update-1-1">Flex 1.1.0</a></h2>
<h2><a href="http://flex.alxd.me/blog/flex-pelican-theme-update-1-1.html#flex-pelican-theme-update-1-1">Flex 1.1.0</a></h2>
<p>
Posted on October 07, 2015 in <a href="http://localhost:8000/category/news.html">News</a>
Posted on October 07, 2015 in <a href="http://flex.alxd.me/blog/category/news.html">News</a>
@ -233,16 +243,16 @@ If …</p>
<p>I've made the <a href="https://github.com/alexandrevicenzi/Flex">Flex theme</a> a time ago. For my surprise, many people are using it. I feel thankful for this.</p>
<p>So, after some new blogs with this theme, I got issues and PRs on GitHub from these new users. This weekend I had some free time and I release …</p>
<br>
<a class="btn" href="http://localhost:8000/flex-pelican-theme-update-1-1.html#flex-pelican-theme-update-1-1"> Continue reading
<a class="btn" href="http://flex.alxd.me/blog/flex-pelican-theme-update-1-1.html#flex-pelican-theme-update-1-1"> Continue reading
</a>
</div>
<hr />
</article>
<article>
<header>
<h2><a href="http://localhost:8000/flex-pelican-theme.html#flex-pelican-theme">Flex: Responsive Pelican theme</a></h2>
<h2><a href="http://flex.alxd.me/blog/flex-pelican-theme.html#flex-pelican-theme">Flex: Responsive Pelican theme</a></h2>
<p>
Posted on July 22, 2015 in <a href="http://localhost:8000/category/news.html">News</a>
Posted on July 22, 2015 in <a href="http://flex.alxd.me/blog/category/news.html">News</a>
@ -252,7 +262,7 @@ If …</p>
<p>I just start a new fresh blog using <a href="http://getpelican.com">Pelican</a>. Sometimes choosing a theme for a new site is something difficult that takes time.</p>
<p>In the Pelican <a href="http://www.pelicanthemes.com/">theme gallery</a>, I couldn't find anything that I really liked to feet all my needs. So in the first time of the history, I …</p>
<br>
<a class="btn" href="http://localhost:8000/flex-pelican-theme.html#flex-pelican-theme"> Continue reading
<a class="btn" href="http://flex.alxd.me/blog/flex-pelican-theme.html#flex-pelican-theme"> Continue reading
</a>
</div>
</article>
@ -298,7 +308,7 @@ If …</p>
"@context" : "http://schema.org",
"@type" : "Blog",
"name": " Flex ",
"url" : "http://localhost:8000",
"url" : "http://flex.alxd.me/blog",
"image": "",
"description": "Flex - The minimalist Pelican theme."
}

View file

@ -10,21 +10,30 @@
<link href="https://fonts.googleapis.com/css?family=Source+Code+Pro|Source+Sans+Pro:300,400,400i,700" rel="stylesheet">
<link rel="stylesheet/less" type="text/css" href="http://localhost:8000/theme/stylesheet/style.less">
<script src="//cdnjs.cloudflare.com/ajax/libs/less.js/2.5.1/less.min.js" type="text/javascript"></script>
<link rel="stylesheet" type="text/css" href="http://flex.alxd.me/blog/theme/stylesheet/style.min.css">
<link rel="stylesheet" type="text/css" href="http://localhost:8000/theme/pygments/monokai.min.css">
<link rel="stylesheet" type="text/css" href="http://localhost:8000/theme/font-awesome/css/fontawesome.css">
<link rel="stylesheet" type="text/css" href="http://localhost:8000/theme/font-awesome/css/brands.css">
<link rel="stylesheet" type="text/css" href="http://localhost:8000/theme/font-awesome/css/solid.css">
<link rel="stylesheet" type="text/css" href="http://flex.alxd.me/blog/theme/pygments/monokai.min.css">
<link rel="stylesheet" type="text/css" href="http://flex.alxd.me/blog/theme/font-awesome/css/fontawesome.css">
<link rel="stylesheet" type="text/css" href="http://flex.alxd.me/blog/theme/font-awesome/css/brands.css">
<link rel="stylesheet" type="text/css" href="http://flex.alxd.me/blog/theme/font-awesome/css/solid.css">
<link href="http://localhost:8000/static/custom.css" rel="stylesheet">
<link href="http://flex.alxd.me/blog/static/custom.css" rel="stylesheet">
<link href="http://localhost:8000/feeds/all.atom.xml" type="application/atom+xml" rel="alternate" title="Flex Atom">
<link href="http://flex.alxd.me/blog/feeds/all.atom.xml" type="application/atom+xml" rel="alternate" title="Flex Atom">
<!-- Google Analytics -->
<script type="text/javascript">
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-55543164-6', 'auto');
ga('send', 'pageview');
</script>
<!-- End Google Analytics -->
<!-- Chrome, Firefox OS and Opera -->
<meta name="theme-color" content="#333333">
<!-- Windows Phone -->
@ -42,7 +51,7 @@
<meta property="og:title" content="Flex"/>
<meta property="og:description" content="Flex - The minimalist Pelican theme."/>
<meta property="og:locale" content="en_US"/>
<meta property="og:url" content="http://localhost:8000"/>
<meta property="og:url" content="http://flex.alxd.me/blog"/>
<title>Flex &ndash; Tag theme
</title>
@ -58,16 +67,17 @@
<body>
<aside>
<div>
<a href="http://localhost:8000">
<img src="http://localhost:8000/theme/img/profile.png" alt="Flex" title="Flex">
<a href="http://flex.alxd.me/blog">
<img src="http://flex.alxd.me/blog/theme/img/profile.png" alt="Flex" title="Flex">
</a>
<h1><a href="http://localhost:8000">Flex</a></h1>
<h1><a href="http://flex.alxd.me/blog">Flex</a></h1>
<p>The minimalist Pelican theme</p>
<nav>
<ul class="list">
<li><a href="http://localhost:8000/pages/about.html#about">About</a></li>
<li><a href="http://localhost:8000/pages/contact.html#contact">Contact</a></li>
<li><a target="_blank" href="http://flex.alxd.me/blog/pages/about.html#about">About</a></li>
<li><a target="_blank" href="http://flex.alxd.me/blog/pages/contact.html#contact">Contact</a></li>
</ul>
</nav>
@ -98,14 +108,14 @@
<main>
<nav>
<a href="http://localhost:8000"> Home
<a href="http://flex.alxd.me/blog"> Home
</a>
<a href="/archives.html">Archives</a>
<a href="/categories.html">Categories</a>
<a href="/tags.html">Tags</a>
<a href="http://localhost:8000/feeds/all.atom.xml"> Atom
<a href="http://flex.alxd.me/blog/feeds/all.atom.xml"> Atom
</a>
</nav>
@ -114,9 +124,9 @@
<article>
<header>
<h2><a href="http://localhost:8000/flex-pelican-theme-update-2-2.html#flex-pelican-theme-update-2-2">Flex 2.2.0</a></h2>
<h2><a href="http://flex.alxd.me/blog/flex-pelican-theme-update-2-2.html#flex-pelican-theme-update-2-2">Flex 2.2.0</a></h2>
<p>
Posted on June 24, 2018 in <a href="http://localhost:8000/category/news.html">News</a>
Posted on June 24, 2018 in <a href="http://flex.alxd.me/blog/category/news.html">News</a>
@ -132,9 +142,9 @@
</article>
<article>
<header>
<h2><a href="http://localhost:8000/flex-pelican-theme-update-2-1.html#flex-pelican-theme-update-2-1">Flex 2.1.0</a></h2>
<h2><a href="http://flex.alxd.me/blog/flex-pelican-theme-update-2-1.html#flex-pelican-theme-update-2-1">Flex 2.1.0</a></h2>
<p>
Posted on November 16, 2016 in <a href="http://localhost:8000/category/news.html">News</a>
Posted on November 16, 2016 in <a href="http://flex.alxd.me/blog/category/news.html">News</a>
@ -145,16 +155,16 @@
<p>Flex 2.1.0 adds support for Google AdSense.</p>
<p>If you choose wisely, ads are a way to win some money, but if not, you may loose your users due to excessive use of ads …</p>
<br>
<a class="btn" href="http://localhost:8000/flex-pelican-theme-update-2-1.html#flex-pelican-theme-update-2-1"> Continue reading
<a class="btn" href="http://flex.alxd.me/blog/flex-pelican-theme-update-2-1.html#flex-pelican-theme-update-2-1"> Continue reading
</a>
</div>
<hr />
</article>
<article>
<header>
<h2><a href="http://localhost:8000/flex-pelican-theme-update-2-0.html#flex-pelican-theme-update-2-0">Flex 2.0</a></h2>
<h2><a href="http://flex.alxd.me/blog/flex-pelican-theme-update-2-0.html#flex-pelican-theme-update-2-0">Flex 2.0</a></h2>
<p>
Posted on September 13, 2016 in <a href="http://localhost:8000/category/news.html">News</a>
Posted on September 13, 2016 in <a href="http://flex.alxd.me/blog/category/news.html">News</a>
@ -169,16 +179,16 @@ You can read about <a href="https://github.com/alexandrevicenzi/Flex/wiki/Transl
<p>The biggest challege was to create a way to translate without breaking old versions.
If …</p>
<br>
<a class="btn" href="http://localhost:8000/flex-pelican-theme-update-2-0.html#flex-pelican-theme-update-2-0"> Continue reading
<a class="btn" href="http://flex.alxd.me/blog/flex-pelican-theme-update-2-0.html#flex-pelican-theme-update-2-0"> Continue reading
</a>
</div>
<hr />
</article>
<article>
<header>
<h2><a href="http://localhost:8000/flex-pelican-theme-update-1-2-0.html#flex-pelican-theme-update-1-2-0">Flex 1.2.0</a></h2>
<h2><a href="http://flex.alxd.me/blog/flex-pelican-theme-update-1-2-0.html#flex-pelican-theme-update-1-2-0">Flex 1.2.0</a></h2>
<p>
Posted on June 10, 2016 in <a href="http://localhost:8000/category/news.html">News</a>
Posted on June 10, 2016 in <a href="http://flex.alxd.me/blog/category/news.html">News</a>
@ -193,16 +203,16 @@ If …</p>
<li><a href="https://github.com/alexandrevicenzi/Flex/pull/27">Related posts</a></li>
<li><a href="https://github.com/alexandrevicenzi/Flex/issues/38">More Pygments Styles …</a></li></ul>
<br>
<a class="btn" href="http://localhost:8000/flex-pelican-theme-update-1-2-0.html#flex-pelican-theme-update-1-2-0"> Continue reading
<a class="btn" href="http://flex.alxd.me/blog/flex-pelican-theme-update-1-2-0.html#flex-pelican-theme-update-1-2-0"> Continue reading
</a>
</div>
<hr />
</article>
<article>
<header>
<h2><a href="http://localhost:8000/flex-pelican-theme-update-1-1-1.html#flex-pelican-theme-update-1-1-1">Flex 1.1.1</a></h2>
<h2><a href="http://flex.alxd.me/blog/flex-pelican-theme-update-1-1-1.html#flex-pelican-theme-update-1-1-1">Flex 1.1.1</a></h2>
<p>
Posted on February 27, 2016 in <a href="http://localhost:8000/category/news.html">News</a>
Posted on February 27, 2016 in <a href="http://flex.alxd.me/blog/category/news.html">News</a>
@ -221,9 +231,9 @@ If …</p>
</article>
<article>
<header>
<h2><a href="http://localhost:8000/flex-pelican-theme-update-1-1.html#flex-pelican-theme-update-1-1">Flex 1.1.0</a></h2>
<h2><a href="http://flex.alxd.me/blog/flex-pelican-theme-update-1-1.html#flex-pelican-theme-update-1-1">Flex 1.1.0</a></h2>
<p>
Posted on October 07, 2015 in <a href="http://localhost:8000/category/news.html">News</a>
Posted on October 07, 2015 in <a href="http://flex.alxd.me/blog/category/news.html">News</a>
@ -233,16 +243,16 @@ If …</p>
<p>I've made the <a href="https://github.com/alexandrevicenzi/Flex">Flex theme</a> a time ago. For my surprise, many people are using it. I feel thankful for this.</p>
<p>So, after some new blogs with this theme, I got issues and PRs on GitHub from these new users. This weekend I had some free time and I release …</p>
<br>
<a class="btn" href="http://localhost:8000/flex-pelican-theme-update-1-1.html#flex-pelican-theme-update-1-1"> Continue reading
<a class="btn" href="http://flex.alxd.me/blog/flex-pelican-theme-update-1-1.html#flex-pelican-theme-update-1-1"> Continue reading
</a>
</div>
<hr />
</article>
<article>
<header>
<h2><a href="http://localhost:8000/flex-pelican-theme.html#flex-pelican-theme">Flex: Responsive Pelican theme</a></h2>
<h2><a href="http://flex.alxd.me/blog/flex-pelican-theme.html#flex-pelican-theme">Flex: Responsive Pelican theme</a></h2>
<p>
Posted on July 22, 2015 in <a href="http://localhost:8000/category/news.html">News</a>
Posted on July 22, 2015 in <a href="http://flex.alxd.me/blog/category/news.html">News</a>
@ -252,7 +262,7 @@ If …</p>
<p>I just start a new fresh blog using <a href="http://getpelican.com">Pelican</a>. Sometimes choosing a theme for a new site is something difficult that takes time.</p>
<p>In the Pelican <a href="http://www.pelicanthemes.com/">theme gallery</a>, I couldn't find anything that I really liked to feet all my needs. So in the first time of the history, I …</p>
<br>
<a class="btn" href="http://localhost:8000/flex-pelican-theme.html#flex-pelican-theme"> Continue reading
<a class="btn" href="http://flex.alxd.me/blog/flex-pelican-theme.html#flex-pelican-theme"> Continue reading
</a>
</div>
</article>
@ -298,7 +308,7 @@ If …</p>
"@context" : "http://schema.org",
"@type" : "Blog",
"name": " Flex ",
"url" : "http://localhost:8000",
"url" : "http://flex.alxd.me/blog",
"image": "",
"description": "Flex - The minimalist Pelican theme."
}

View file

@ -10,21 +10,30 @@
<link href="https://fonts.googleapis.com/css?family=Source+Code+Pro|Source+Sans+Pro:300,400,400i,700" rel="stylesheet">
<link rel="stylesheet/less" type="text/css" href="http://localhost:8000/theme/stylesheet/style.less">
<script src="//cdnjs.cloudflare.com/ajax/libs/less.js/2.5.1/less.min.js" type="text/javascript"></script>
<link rel="stylesheet" type="text/css" href="http://flex.alxd.me/blog/theme/stylesheet/style.min.css">
<link rel="stylesheet" type="text/css" href="http://localhost:8000/theme/pygments/monokai.min.css">
<link rel="stylesheet" type="text/css" href="http://localhost:8000/theme/font-awesome/css/fontawesome.css">
<link rel="stylesheet" type="text/css" href="http://localhost:8000/theme/font-awesome/css/brands.css">
<link rel="stylesheet" type="text/css" href="http://localhost:8000/theme/font-awesome/css/solid.css">
<link rel="stylesheet" type="text/css" href="http://flex.alxd.me/blog/theme/pygments/monokai.min.css">
<link rel="stylesheet" type="text/css" href="http://flex.alxd.me/blog/theme/font-awesome/css/fontawesome.css">
<link rel="stylesheet" type="text/css" href="http://flex.alxd.me/blog/theme/font-awesome/css/brands.css">
<link rel="stylesheet" type="text/css" href="http://flex.alxd.me/blog/theme/font-awesome/css/solid.css">
<link href="http://localhost:8000/static/custom.css" rel="stylesheet">
<link href="http://flex.alxd.me/blog/static/custom.css" rel="stylesheet">
<link href="http://localhost:8000/feeds/all.atom.xml" type="application/atom+xml" rel="alternate" title="Flex Atom">
<link href="http://flex.alxd.me/blog/feeds/all.atom.xml" type="application/atom+xml" rel="alternate" title="Flex Atom">
<!-- Google Analytics -->
<script type="text/javascript">
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-55543164-6', 'auto');
ga('send', 'pageview');
</script>
<!-- End Google Analytics -->
<!-- Chrome, Firefox OS and Opera -->
<meta name="theme-color" content="#333333">
<!-- Windows Phone -->
@ -42,7 +51,7 @@
<meta property="og:title" content="Flex"/>
<meta property="og:description" content="Flex - The minimalist Pelican theme."/>
<meta property="og:locale" content="en_US"/>
<meta property="og:url" content="http://localhost:8000"/>
<meta property="og:url" content="http://flex.alxd.me/blog"/>
<title>Flex &ndash; Tags
</title>
@ -58,16 +67,17 @@
<body>
<aside>
<div>
<a href="http://localhost:8000">
<img src="http://localhost:8000/theme/img/profile.png" alt="Flex" title="Flex">
<a href="http://flex.alxd.me/blog">
<img src="http://flex.alxd.me/blog/theme/img/profile.png" alt="Flex" title="Flex">
</a>
<h1><a href="http://localhost:8000">Flex</a></h1>
<h1><a href="http://flex.alxd.me/blog">Flex</a></h1>
<p>The minimalist Pelican theme</p>
<nav>
<ul class="list">
<li><a href="http://localhost:8000/pages/about.html#about">About</a></li>
<li><a href="http://localhost:8000/pages/contact.html#contact">Contact</a></li>
<li><a target="_blank" href="http://flex.alxd.me/blog/pages/about.html#about">About</a></li>
<li><a target="_blank" href="http://flex.alxd.me/blog/pages/contact.html#contact">Contact</a></li>
</ul>
</nav>
@ -98,14 +108,14 @@
<main>
<nav>
<a href="http://localhost:8000"> Home
<a href="http://flex.alxd.me/blog"> Home
</a>
<a href="/archives.html">Archives</a>
<a href="/categories.html">Categories</a>
<a href="/tags.html">Tags</a>
<a href="http://localhost:8000/feeds/all.atom.xml"> Atom
<a href="http://flex.alxd.me/blog/feeds/all.atom.xml"> Atom
</a>
</nav>
@ -116,9 +126,9 @@
</h1>
</header>
<div>
<ul class="list"> <li><a href="http://localhost:8000/tag/pelican.html">pelican</a> (7)</li>
<li><a href="http://localhost:8000/tag/python.html">python</a> (7)</li>
<li><a href="http://localhost:8000/tag/theme.html">theme</a> (7)</li>
<ul class="list"> <li><a href="http://flex.alxd.me/blog/tag/pelican.html">pelican</a> (7)</li>
<li><a href="http://flex.alxd.me/blog/tag/python.html">python</a> (7)</li>
<li><a href="http://flex.alxd.me/blog/tag/theme.html">theme</a> (7)</li>
</ul>
</div>
</article>
@ -151,7 +161,7 @@
"@context" : "http://schema.org",
"@type" : "Blog",
"name": " Flex ",
"url" : "http://localhost:8000",
"url" : "http://flex.alxd.me/blog",
"image": "",
"description": "Flex - The minimalist Pelican theme."
}

View file

@ -0,0 +1,60 @@
.highlight .hll { background-color: #ffffcc }
.highlight { background: #ffffff; }
.highlight .c { color: #008800; font-style: italic } /* Comment */
.highlight .err { color: #a61717; background-color: #e3d2d2 } /* Error */
.highlight .g { color: #2c2cff } /* Generic */
.highlight .k { color: #2c2cff } /* Keyword */
.highlight .x { background-color: #ffffe0 } /* Other */
.highlight .ch { color: #008800; font-style: italic } /* Comment.Hashbang */
.highlight .cm { color: #008800; font-style: italic } /* Comment.Multiline */
.highlight .cp { color: #008800; font-style: italic } /* Comment.Preproc */
.highlight .cpf { color: #008800; font-style: italic } /* Comment.PreprocFile */
.highlight .c1 { color: #008800; font-style: italic } /* Comment.Single */
.highlight .cs { color: #008800; font-style: italic } /* Comment.Special */
.highlight .gd { color: #2c2cff } /* Generic.Deleted */
.highlight .ge { color: #008800 } /* Generic.Emph */
.highlight .gr { color: #d30202 } /* Generic.Error */
.highlight .gh { color: #2c2cff } /* Generic.Heading */
.highlight .gi { color: #2c2cff } /* Generic.Inserted */
.highlight .go { color: #2c2cff } /* Generic.Output */
.highlight .gp { color: #2c2cff } /* Generic.Prompt */
.highlight .gs { color: #2c2cff } /* Generic.Strong */
.highlight .gu { color: #2c2cff } /* Generic.Subheading */
.highlight .gt { color: #2c2cff } /* Generic.Traceback */
.highlight .kc { color: #2c2cff; font-weight: bold } /* Keyword.Constant */
.highlight .kd { color: #2c2cff } /* Keyword.Declaration */
.highlight .kn { color: #2c2cff } /* Keyword.Namespace */
.highlight .kp { color: #2c2cff } /* Keyword.Pseudo */
.highlight .kr { color: #353580; font-weight: bold } /* Keyword.Reserved */
.highlight .kt { color: #2c2cff } /* Keyword.Type */
.highlight .m { color: #2e8b57; font-weight: bold } /* Literal.Number */
.highlight .s { color: #800080 } /* Literal.String */
.highlight .nb { color: #2c2cff } /* Name.Builtin */
.highlight .nf { font-weight: bold; font-style: italic } /* Name.Function */
.highlight .nv { color: #2c2cff; font-weight: bold } /* Name.Variable */
.highlight .w { color: #bbbbbb } /* Text.Whitespace */
.highlight .mb { color: #2e8b57; font-weight: bold } /* Literal.Number.Bin */
.highlight .mf { color: #2e8b57; font-weight: bold } /* Literal.Number.Float */
.highlight .mh { color: #2e8b57; font-weight: bold } /* Literal.Number.Hex */
.highlight .mi { color: #2e8b57; font-weight: bold } /* Literal.Number.Integer */
.highlight .mo { color: #2e8b57; font-weight: bold } /* Literal.Number.Oct */
.highlight .sa { color: #800080 } /* Literal.String.Affix */
.highlight .sb { color: #800080 } /* Literal.String.Backtick */
.highlight .sc { color: #800080 } /* Literal.String.Char */
.highlight .dl { color: #800080 } /* Literal.String.Delimiter */
.highlight .sd { color: #800080 } /* Literal.String.Doc */
.highlight .s2 { color: #800080 } /* Literal.String.Double */
.highlight .se { color: #800080 } /* Literal.String.Escape */
.highlight .sh { color: #800080 } /* Literal.String.Heredoc */
.highlight .si { color: #800080 } /* Literal.String.Interpol */
.highlight .sx { color: #800080 } /* Literal.String.Other */
.highlight .sr { color: #800080 } /* Literal.String.Regex */
.highlight .s1 { color: #800080 } /* Literal.String.Single */
.highlight .ss { color: #800080 } /* Literal.String.Symbol */
.highlight .bp { color: #2c2cff } /* Name.Builtin.Pseudo */
.highlight .fm { font-weight: bold; font-style: italic } /* Name.Function.Magic */
.highlight .vc { color: #2c2cff; font-weight: bold } /* Name.Variable.Class */
.highlight .vg { color: #2c2cff; font-weight: bold } /* Name.Variable.Global */
.highlight .vi { color: #2c2cff; font-weight: bold } /* Name.Variable.Instance */
.highlight .vm { color: #2c2cff; font-weight: bold } /* Name.Variable.Magic */
.highlight .il { color: #2e8b57; font-weight: bold } /* Literal.Number.Integer.Long */

1
docs/blog/theme/pygments/sas.min.css vendored Normal file
View file

@ -0,0 +1 @@
.highlight .hll{background-color:#ffc}.highlight{background:#fff}.highlight .c{color:#080;font-style:italic}.highlight .err{color:#a61717;background-color:#e3d2d2}.highlight .g,.highlight .k{color:#2c2cff}.highlight .x{background-color:#ffffe0}.highlight .c1,.highlight .ch,.highlight .cm,.highlight .cp,.highlight .cpf,.highlight .cs{color:#080;font-style:italic}.highlight .gd{color:#2c2cff}.highlight .ge{color:#080}.highlight .gr{color:#d30202}.highlight .gh,.highlight .gi,.highlight .go,.highlight .gp,.highlight .gs,.highlight .gt,.highlight .gu{color:#2c2cff}.highlight .kc{color:#2c2cff;font-weight:700}.highlight .kd,.highlight .kn,.highlight .kp{color:#2c2cff}.highlight .kr{color:#353580;font-weight:700}.highlight .kt{color:#2c2cff}.highlight .m{color:#2e8b57;font-weight:700}.highlight .s{color:purple}.highlight .nb{color:#2c2cff}.highlight .nf{font-weight:700;font-style:italic}.highlight .nv{color:#2c2cff;font-weight:700}.highlight .w{color:#bbb}.highlight .mb,.highlight .mf,.highlight .mh,.highlight .mi,.highlight .mo{color:#2e8b57;font-weight:700}.highlight .dl,.highlight .s1,.highlight .s2,.highlight .sa,.highlight .sb,.highlight .sc,.highlight .sd,.highlight .se,.highlight .sh,.highlight .si,.highlight .sr,.highlight .ss,.highlight .sx{color:purple}.highlight .bp{color:#2c2cff}.highlight .fm{font-weight:700;font-style:italic}.highlight .vc,.highlight .vg,.highlight .vi,.highlight .vm{color:#2c2cff;font-weight:700}.highlight .il{color:#2e8b57;font-weight:700}

View file

@ -1,87 +1,78 @@
/* Solarized Dark
For use with Jekyll and Pygments
http://ethanschoonover.com/solarized
SOLARIZED HEX ROLE
--------- -------- ------------------------------------------
base03 #002b36 background
base01 #586e75 comments / secondary content
base1 #93a1a1 body text / default code / primary content
orange #cb4b16 constants
red #dc322f regex, special keywords
blue #268bd2 reserved keywords
cyan #2aa198 strings, numbers
green #859900 operators, other keywords
*/
.highlight {background-color: #002b36; color: #93a1a1;}
.highlight .c { color: #586e75 } /* Comment */
.highlight .err { color: #93a1a1 } /* Error */
.highlight .g { color: #93a1a1 } /* Generic */
.highlight .hll { background-color: #073642 }
.highlight { background: #002b36; color: #839496 }
.highlight .c { color: #586e75; font-style: italic } /* Comment */
.highlight .err { color: #839496; background-color: #dc322f } /* Error */
.highlight .esc { color: #839496 } /* Escape */
.highlight .g { color: #839496 } /* Generic */
.highlight .k { color: #859900 } /* Keyword */
.highlight .l { color: #93a1a1 } /* Literal */
.highlight .n { color: #93a1a1 } /* Name */
.highlight .o { color: #859900 } /* Operator */
.highlight .x { color: #cb4b16 } /* Other */
.highlight .p { color: #93a1a1 } /* Punctuation */
.highlight .cm { color: #586e75 } /* Comment.Multiline */
.highlight .cp { color: #859900 } /* Comment.Preproc */
.highlight .c1 { color: #586e75 } /* Comment.Single */
.highlight .cs { color: #859900 } /* Comment.Special */
.highlight .gd { color: #2aa198 } /* Generic.Deleted */
.highlight .ge { color: #93a1a1; font-style: italic } /* Generic.Emph */
.highlight .l { color: #839496 } /* Literal */
.highlight .n { color: #839496 } /* Name */
.highlight .o { color: #586e75 } /* Operator */
.highlight .x { color: #839496 } /* Other */
.highlight .p { color: #839496 } /* Punctuation */
.highlight .ch { color: #586e75; font-style: italic } /* Comment.Hashbang */
.highlight .cm { color: #586e75; font-style: italic } /* Comment.Multiline */
.highlight .cp { color: #d33682 } /* Comment.Preproc */
.highlight .cpf { color: #586e75 } /* Comment.PreprocFile */
.highlight .c1 { color: #586e75; font-style: italic } /* Comment.Single */
.highlight .cs { color: #586e75; font-style: italic } /* Comment.Special */
.highlight .gd { color: #dc322f } /* Generic.Deleted */
.highlight .ge { color: #839496; font-style: italic } /* Generic.Emph */
.highlight .gr { color: #dc322f } /* Generic.Error */
.highlight .gh { color: #cb4b16 } /* Generic.Heading */
.highlight .gh { color: #839496; font-weight: bold } /* Generic.Heading */
.highlight .gi { color: #859900 } /* Generic.Inserted */
.highlight .go { color: #93a1a1 } /* Generic.Output */
.highlight .gp { color: #93a1a1 } /* Generic.Prompt */
.highlight .gs { color: #93a1a1; font-weight: bold } /* Generic.Strong */
.highlight .gu { color: #cb4b16 } /* Generic.Subheading */
.highlight .gt { color: #93a1a1 } /* Generic.Traceback */
.highlight .kc { color: #cb4b16 } /* Keyword.Constant */
.highlight .kd { color: #268bd2 } /* Keyword.Declaration */
.highlight .kn { color: #859900 } /* Keyword.Namespace */
.highlight .go { color: #839496 } /* Generic.Output */
.highlight .gp { color: #839496 } /* Generic.Prompt */
.highlight .gs { color: #839496; font-weight: bold } /* Generic.Strong */
.highlight .gu { color: #839496; text-decoration: underline } /* Generic.Subheading */
.highlight .gt { color: #268bd2 } /* Generic.Traceback */
.highlight .kc { color: #2aa198 } /* Keyword.Constant */
.highlight .kd { color: #2aa198 } /* Keyword.Declaration */
.highlight .kn { color: #cb4b16 } /* Keyword.Namespace */
.highlight .kp { color: #859900 } /* Keyword.Pseudo */
.highlight .kr { color: #268bd2 } /* Keyword.Reserved */
.highlight .kt { color: #dc322f } /* Keyword.Type */
.highlight .ld { color: #93a1a1 } /* Literal.Date */
.highlight .kr { color: #859900 } /* Keyword.Reserved */
.highlight .kt { color: #b58900 } /* Keyword.Type */
.highlight .ld { color: #839496 } /* Literal.Date */
.highlight .m { color: #2aa198 } /* Literal.Number */
.highlight .s { color: #2aa198 } /* Literal.String */
.highlight .na { color: #93a1a1 } /* Name.Attribute */
.highlight .nb { color: #B58900 } /* Name.Builtin */
.highlight .na { color: #839496 } /* Name.Attribute */
.highlight .nb { color: #268bd2 } /* Name.Builtin */
.highlight .nc { color: #268bd2 } /* Name.Class */
.highlight .no { color: #cb4b16 } /* Name.Constant */
.highlight .no { color: #268bd2 } /* Name.Constant */
.highlight .nd { color: #268bd2 } /* Name.Decorator */
.highlight .ni { color: #cb4b16 } /* Name.Entity */
.highlight .ne { color: #cb4b16 } /* Name.Exception */
.highlight .ni { color: #268bd2 } /* Name.Entity */
.highlight .ne { color: #268bd2 } /* Name.Exception */
.highlight .nf { color: #268bd2 } /* Name.Function */
.highlight .nl { color: #93a1a1 } /* Name.Label */
.highlight .nn { color: #93a1a1 } /* Name.Namespace */
.highlight .nx { color: #93a1a1 } /* Name.Other */
.highlight .py { color: #93a1a1 } /* Name.Property */
.highlight .nl { color: #268bd2 } /* Name.Label */
.highlight .nn { color: #268bd2 } /* Name.Namespace */
.highlight .nx { color: #839496 } /* Name.Other */
.highlight .py { color: #839496 } /* Name.Property */
.highlight .nt { color: #268bd2 } /* Name.Tag */
.highlight .nv { color: #268bd2 } /* Name.Variable */
.highlight .ow { color: #859900 } /* Operator.Word */
.highlight .w { color: #93a1a1 } /* Text.Whitespace */
.highlight .w { color: #839496 } /* Text.Whitespace */
.highlight .mb { color: #2aa198 } /* Literal.Number.Bin */
.highlight .mf { color: #2aa198 } /* Literal.Number.Float */
.highlight .mh { color: #2aa198 } /* Literal.Number.Hex */
.highlight .mi { color: #2aa198 } /* Literal.Number.Integer */
.highlight .mo { color: #2aa198 } /* Literal.Number.Oct */
.highlight .sb { color: #586e75 } /* Literal.String.Backtick */
.highlight .sa { color: #2aa198 } /* Literal.String.Affix */
.highlight .sb { color: #2aa198 } /* Literal.String.Backtick */
.highlight .sc { color: #2aa198 } /* Literal.String.Char */
.highlight .sd { color: #93a1a1 } /* Literal.String.Doc */
.highlight .dl { color: #2aa198 } /* Literal.String.Delimiter */
.highlight .sd { color: #586e75 } /* Literal.String.Doc */
.highlight .s2 { color: #2aa198 } /* Literal.String.Double */
.highlight .se { color: #cb4b16 } /* Literal.String.Escape */
.highlight .sh { color: #93a1a1 } /* Literal.String.Heredoc */
.highlight .se { color: #2aa198 } /* Literal.String.Escape */
.highlight .sh { color: #2aa198 } /* Literal.String.Heredoc */
.highlight .si { color: #2aa198 } /* Literal.String.Interpol */
.highlight .sx { color: #2aa198 } /* Literal.String.Other */
.highlight .sr { color: #dc322f } /* Literal.String.Regex */
.highlight .sr { color: #cb4b16 } /* Literal.String.Regex */
.highlight .s1 { color: #2aa198 } /* Literal.String.Single */
.highlight .ss { color: #2aa198 } /* Literal.String.Symbol */
.highlight .bp { color: #268bd2 } /* Name.Builtin.Pseudo */
.highlight .fm { color: #268bd2 } /* Name.Function.Magic */
.highlight .vc { color: #268bd2 } /* Name.Variable.Class */
.highlight .vg { color: #268bd2 } /* Name.Variable.Global */
.highlight .vi { color: #268bd2 } /* Name.Variable.Instance */
.highlight .vm { color: #268bd2 } /* Name.Variable.Magic */
.highlight .il { color: #2aa198 } /* Literal.Number.Integer.Long */

View file

@ -1 +1 @@
.highlight{background-color:#002b36;color:#93a1a1}.highlight .c{color:#586e75}.highlight .err,.highlight .g{color:#93a1a1}.highlight .k{color:#859900}.highlight .l,.highlight .n{color:#93a1a1}.highlight .o{color:#859900}.highlight .x{color:#cb4b16}.highlight .p{color:#93a1a1}.highlight .cm{color:#586e75}.highlight .cp{color:#859900}.highlight .c1{color:#586e75}.highlight .cs{color:#859900}.highlight .gd{color:#2aa198}.highlight .ge{color:#93a1a1;font-style:italic}.highlight .gr{color:#dc322f}.highlight .gh{color:#cb4b16}.highlight .gi{color:#859900}.highlight .go,.highlight .gp{color:#93a1a1}.highlight .gs{color:#93a1a1;font-weight:700}.highlight .gu{color:#cb4b16}.highlight .gt{color:#93a1a1}.highlight .kc{color:#cb4b16}.highlight .kd{color:#268bd2}.highlight .kn,.highlight .kp{color:#859900}.highlight .kr{color:#268bd2}.highlight .kt{color:#dc322f}.highlight .ld{color:#93a1a1}.highlight .m,.highlight .s{color:#2aa198}.highlight .na{color:#93a1a1}.highlight .nb{color:#b58900}.highlight .nc{color:#268bd2}.highlight .no{color:#cb4b16}.highlight .nd{color:#268bd2}.highlight .ne,.highlight .ni{color:#cb4b16}.highlight .nf{color:#268bd2}.highlight .nl,.highlight .nn,.highlight .nx,.highlight .py{color:#93a1a1}.highlight .nt,.highlight .nv{color:#268bd2}.highlight .ow{color:#859900}.highlight .w{color:#93a1a1}.highlight .mf,.highlight .mh,.highlight .mi,.highlight .mo{color:#2aa198}.highlight .sb{color:#586e75}.highlight .sc{color:#2aa198}.highlight .sd{color:#93a1a1}.highlight .s2{color:#2aa198}.highlight .se{color:#cb4b16}.highlight .sh{color:#93a1a1}.highlight .si,.highlight .sx{color:#2aa198}.highlight .sr{color:#dc322f}.highlight .s1,.highlight .ss{color:#2aa198}.highlight .bp,.highlight .vc,.highlight .vg,.highlight .vi{color:#268bd2}.highlight .il{color:#2aa198}
.highlight .hll{background-color:#073642}.highlight{background:#002b36;color:#839496}.highlight .c{color:#586e75;font-style:italic}.highlight .err{color:#839496;background-color:#dc322f}.highlight .esc,.highlight .g{color:#839496}.highlight .k{color:#859900}.highlight .l,.highlight .n{color:#839496}.highlight .o{color:#586e75}.highlight .p,.highlight .x{color:#839496}.highlight .ch,.highlight .cm{color:#586e75;font-style:italic}.highlight .cp{color:#d33682}.highlight .cpf{color:#586e75}.highlight .c1,.highlight .cs{color:#586e75;font-style:italic}.highlight .gd{color:#dc322f}.highlight .ge{color:#839496;font-style:italic}.highlight .gr{color:#dc322f}.highlight .gh{color:#839496;font-weight:700}.highlight .gi{color:#859900}.highlight .go,.highlight .gp{color:#839496}.highlight .gs{color:#839496;font-weight:700}.highlight .gu{color:#839496;text-decoration:underline}.highlight .gt{color:#268bd2}.highlight .kc,.highlight .kd{color:#2aa198}.highlight .kn{color:#cb4b16}.highlight .kp,.highlight .kr{color:#859900}.highlight .kt{color:#b58900}.highlight .ld{color:#839496}.highlight .m,.highlight .s{color:#2aa198}.highlight .na{color:#839496}.highlight .nb,.highlight .nc,.highlight .nd,.highlight .ne,.highlight .nf,.highlight .ni,.highlight .nl,.highlight .nn,.highlight .no{color:#268bd2}.highlight .nx,.highlight .py{color:#839496}.highlight .nt,.highlight .nv{color:#268bd2}.highlight .ow{color:#859900}.highlight .w{color:#839496}.highlight .dl,.highlight .mb,.highlight .mf,.highlight .mh,.highlight .mi,.highlight .mo,.highlight .sa,.highlight .sb,.highlight .sc{color:#2aa198}.highlight .sd{color:#586e75}.highlight .s2,.highlight .se,.highlight .sh,.highlight .si,.highlight .sx{color:#2aa198}.highlight .sr{color:#cb4b16}.highlight .s1,.highlight .ss{color:#2aa198}.highlight .bp,.highlight .fm,.highlight .vc,.highlight .vg,.highlight .vi,.highlight .vm{color:#268bd2}.highlight .il{color:#2aa198}

View file

@ -0,0 +1,78 @@
.highlight .hll { background-color: #eee8d5 }
.highlight { background: #fdf6e3; color: #657b83 }
.highlight .c { color: #93a1a1; font-style: italic } /* Comment */
.highlight .err { color: #657b83; background-color: #dc322f } /* Error */
.highlight .esc { color: #657b83 } /* Escape */
.highlight .g { color: #657b83 } /* Generic */
.highlight .k { color: #859900 } /* Keyword */
.highlight .l { color: #657b83 } /* Literal */
.highlight .n { color: #657b83 } /* Name */
.highlight .o { color: #93a1a1 } /* Operator */
.highlight .x { color: #657b83 } /* Other */
.highlight .p { color: #657b83 } /* Punctuation */
.highlight .ch { color: #93a1a1; font-style: italic } /* Comment.Hashbang */
.highlight .cm { color: #93a1a1; font-style: italic } /* Comment.Multiline */
.highlight .cp { color: #d33682 } /* Comment.Preproc */
.highlight .cpf { color: #93a1a1 } /* Comment.PreprocFile */
.highlight .c1 { color: #93a1a1; font-style: italic } /* Comment.Single */
.highlight .cs { color: #93a1a1; font-style: italic } /* Comment.Special */
.highlight .gd { color: #dc322f } /* Generic.Deleted */
.highlight .ge { color: #657b83; font-style: italic } /* Generic.Emph */
.highlight .gr { color: #dc322f } /* Generic.Error */
.highlight .gh { color: #657b83; font-weight: bold } /* Generic.Heading */
.highlight .gi { color: #859900 } /* Generic.Inserted */
.highlight .go { color: #657b83 } /* Generic.Output */
.highlight .gp { color: #657b83 } /* Generic.Prompt */
.highlight .gs { color: #657b83; font-weight: bold } /* Generic.Strong */
.highlight .gu { color: #657b83; text-decoration: underline } /* Generic.Subheading */
.highlight .gt { color: #268bd2 } /* Generic.Traceback */
.highlight .kc { color: #2aa198 } /* Keyword.Constant */
.highlight .kd { color: #2aa198 } /* Keyword.Declaration */
.highlight .kn { color: #cb4b16 } /* Keyword.Namespace */
.highlight .kp { color: #859900 } /* Keyword.Pseudo */
.highlight .kr { color: #859900 } /* Keyword.Reserved */
.highlight .kt { color: #b58900 } /* Keyword.Type */
.highlight .ld { color: #657b83 } /* Literal.Date */
.highlight .m { color: #2aa198 } /* Literal.Number */
.highlight .s { color: #2aa198 } /* Literal.String */
.highlight .na { color: #657b83 } /* Name.Attribute */
.highlight .nb { color: #268bd2 } /* Name.Builtin */
.highlight .nc { color: #268bd2 } /* Name.Class */
.highlight .no { color: #268bd2 } /* Name.Constant */
.highlight .nd { color: #268bd2 } /* Name.Decorator */
.highlight .ni { color: #268bd2 } /* Name.Entity */
.highlight .ne { color: #268bd2 } /* Name.Exception */
.highlight .nf { color: #268bd2 } /* Name.Function */
.highlight .nl { color: #268bd2 } /* Name.Label */
.highlight .nn { color: #268bd2 } /* Name.Namespace */
.highlight .nx { color: #657b83 } /* Name.Other */
.highlight .py { color: #657b83 } /* Name.Property */
.highlight .nt { color: #268bd2 } /* Name.Tag */
.highlight .nv { color: #268bd2 } /* Name.Variable */
.highlight .ow { color: #859900 } /* Operator.Word */
.highlight .w { color: #657b83 } /* Text.Whitespace */
.highlight .mb { color: #2aa198 } /* Literal.Number.Bin */
.highlight .mf { color: #2aa198 } /* Literal.Number.Float */
.highlight .mh { color: #2aa198 } /* Literal.Number.Hex */
.highlight .mi { color: #2aa198 } /* Literal.Number.Integer */
.highlight .mo { color: #2aa198 } /* Literal.Number.Oct */
.highlight .sa { color: #2aa198 } /* Literal.String.Affix */
.highlight .sb { color: #2aa198 } /* Literal.String.Backtick */
.highlight .sc { color: #2aa198 } /* Literal.String.Char */
.highlight .dl { color: #2aa198 } /* Literal.String.Delimiter */
.highlight .sd { color: #93a1a1 } /* Literal.String.Doc */
.highlight .s2 { color: #2aa198 } /* Literal.String.Double */
.highlight .se { color: #2aa198 } /* Literal.String.Escape */
.highlight .sh { color: #2aa198 } /* Literal.String.Heredoc */
.highlight .si { color: #2aa198 } /* Literal.String.Interpol */
.highlight .sx { color: #2aa198 } /* Literal.String.Other */
.highlight .sr { color: #cb4b16 } /* Literal.String.Regex */
.highlight .s1 { color: #2aa198 } /* Literal.String.Single */
.highlight .ss { color: #2aa198 } /* Literal.String.Symbol */
.highlight .bp { color: #268bd2 } /* Name.Builtin.Pseudo */
.highlight .fm { color: #268bd2 } /* Name.Function.Magic */
.highlight .vc { color: #268bd2 } /* Name.Variable.Class */
.highlight .vg { color: #268bd2 } /* Name.Variable.Global */
.highlight .vi { color: #268bd2 } /* Name.Variable.Instance */
.highlight .vm { color: #268bd2 } /* Name.Variable.Magic */
.highlight .il { color: #2aa198 } /* Literal.Number.Integer.Long */

View file

@ -0,0 +1 @@
.highlight .hll{background-color:#eee8d5}.highlight{background:#fdf6e3;color:#657b83}.highlight .c{color:#93a1a1;font-style:italic}.highlight .err{color:#657b83;background-color:#dc322f}.highlight .esc,.highlight .g{color:#657b83}.highlight .k{color:#859900}.highlight .l,.highlight .n{color:#657b83}.highlight .o{color:#93a1a1}.highlight .p,.highlight .x{color:#657b83}.highlight .ch,.highlight .cm{color:#93a1a1;font-style:italic}.highlight .cp{color:#d33682}.highlight .cpf{color:#93a1a1}.highlight .c1,.highlight .cs{color:#93a1a1;font-style:italic}.highlight .gd{color:#dc322f}.highlight .ge{color:#657b83;font-style:italic}.highlight .gr{color:#dc322f}.highlight .gh{color:#657b83;font-weight:700}.highlight .gi{color:#859900}.highlight .go,.highlight .gp{color:#657b83}.highlight .gs{color:#657b83;font-weight:700}.highlight .gu{color:#657b83;text-decoration:underline}.highlight .gt{color:#268bd2}.highlight .kc,.highlight .kd{color:#2aa198}.highlight .kn{color:#cb4b16}.highlight .kp,.highlight .kr{color:#859900}.highlight .kt{color:#b58900}.highlight .ld{color:#657b83}.highlight .m,.highlight .s{color:#2aa198}.highlight .na{color:#657b83}.highlight .nb,.highlight .nc,.highlight .nd,.highlight .ne,.highlight .nf,.highlight .ni,.highlight .nl,.highlight .nn,.highlight .no{color:#268bd2}.highlight .nx,.highlight .py{color:#657b83}.highlight .nt,.highlight .nv{color:#268bd2}.highlight .ow{color:#859900}.highlight .w{color:#657b83}.highlight .dl,.highlight .mb,.highlight .mf,.highlight .mh,.highlight .mi,.highlight .mo,.highlight .sa,.highlight .sb,.highlight .sc{color:#2aa198}.highlight .sd{color:#93a1a1}.highlight .s2,.highlight .se,.highlight .sh,.highlight .si,.highlight .sx{color:#2aa198}.highlight .sr{color:#cb4b16}.highlight .s1,.highlight .ss{color:#2aa198}.highlight .bp,.highlight .fm,.highlight .vc,.highlight .vg,.highlight .vi,.highlight .vm{color:#268bd2}.highlight .il{color:#2aa198}

View file

@ -0,0 +1,48 @@
.highlight .hll { background-color: #49483e }
.highlight { background: #232629; color: #cccccc }
.highlight .c { color: #777777; font-style: italic } /* Comment */
.highlight .err { color: #a61717; background-color: #e3d2d2 } /* Error */
.highlight .k { color: #7686bb; font-weight: bold } /* Keyword */
.highlight .ch { color: #777777; font-style: italic } /* Comment.Hashbang */
.highlight .cm { color: #777777; font-style: italic } /* Comment.Multiline */
.highlight .cp { color: #777777; font-style: italic } /* Comment.Preproc */
.highlight .cpf { color: #777777; font-style: italic } /* Comment.PreprocFile */
.highlight .c1 { color: #777777; font-style: italic } /* Comment.Single */
.highlight .cs { color: #777777; font-style: italic } /* Comment.Special */
.highlight .gp { color: #ffffff } /* Generic.Prompt */
.highlight .kc { color: #7686bb; font-weight: bold } /* Keyword.Constant */
.highlight .kd { color: #7686bb; font-weight: bold } /* Keyword.Declaration */
.highlight .kn { color: #7686bb; font-weight: bold } /* Keyword.Namespace */
.highlight .kp { color: #7686bb; font-weight: bold } /* Keyword.Pseudo */
.highlight .kr { color: #7686bb; font-weight: bold } /* Keyword.Reserved */
.highlight .kt { color: #7686bb; font-weight: bold } /* Keyword.Type */
.highlight .m { color: #4FB8CC } /* Literal.Number */
.highlight .s { color: #51cc99 } /* Literal.String */
.highlight .nf { color: #6a6aff } /* Name.Function */
.highlight .nx { color: #e2828e } /* Name.Other */
.highlight .nv { color: #7AB4DB; font-weight: bold } /* Name.Variable */
.highlight .w { color: #bbbbbb } /* Text.Whitespace */
.highlight .mb { color: #4FB8CC } /* Literal.Number.Bin */
.highlight .mf { color: #4FB8CC } /* Literal.Number.Float */
.highlight .mh { color: #4FB8CC } /* Literal.Number.Hex */
.highlight .mi { color: #4FB8CC } /* Literal.Number.Integer */
.highlight .mo { color: #4FB8CC } /* Literal.Number.Oct */
.highlight .sa { color: #51cc99 } /* Literal.String.Affix */
.highlight .sb { color: #51cc99 } /* Literal.String.Backtick */
.highlight .sc { color: #51cc99 } /* Literal.String.Char */
.highlight .dl { color: #51cc99 } /* Literal.String.Delimiter */
.highlight .sd { color: #51cc99 } /* Literal.String.Doc */
.highlight .s2 { color: #51cc99 } /* Literal.String.Double */
.highlight .se { color: #51cc99 } /* Literal.String.Escape */
.highlight .sh { color: #51cc99 } /* Literal.String.Heredoc */
.highlight .si { color: #51cc99 } /* Literal.String.Interpol */
.highlight .sx { color: #51cc99 } /* Literal.String.Other */
.highlight .sr { color: #51cc99 } /* Literal.String.Regex */
.highlight .s1 { color: #51cc99 } /* Literal.String.Single */
.highlight .ss { color: #51cc99 } /* Literal.String.Symbol */
.highlight .fm { color: #6a6aff } /* Name.Function.Magic */
.highlight .vc { color: #7AB4DB; font-weight: bold } /* Name.Variable.Class */
.highlight .vg { color: #BE646C; font-weight: bold } /* Name.Variable.Global */
.highlight .vi { color: #7AB4DB; font-weight: bold } /* Name.Variable.Instance */
.highlight .vm { color: #7AB4DB; font-weight: bold } /* Name.Variable.Magic */
.highlight .il { color: #4FB8CC } /* Literal.Number.Integer.Long */

View file

@ -0,0 +1 @@
.highlight .hll{background-color:#49483e}.highlight{background:#232629;color:#ccc}.highlight .c{color:#777;font-style:italic}.highlight .err{color:#a61717;background-color:#e3d2d2}.highlight .k{color:#7686bb;font-weight:700}.highlight .c1,.highlight .ch,.highlight .cm,.highlight .cp,.highlight .cpf,.highlight .cs{color:#777;font-style:italic}.highlight .gp{color:#fff}.highlight .kc,.highlight .kd,.highlight .kn,.highlight .kp,.highlight .kr,.highlight .kt{color:#7686bb;font-weight:700}.highlight .m{color:#4fb8cc}.highlight .s{color:#51cc99}.highlight .nf{color:#6a6aff}.highlight .nx{color:#e2828e}.highlight .nv{color:#7ab4db;font-weight:700}.highlight .w{color:#bbb}.highlight .mb,.highlight .mf,.highlight .mh,.highlight .mi,.highlight .mo{color:#4fb8cc}.highlight .dl,.highlight .s1,.highlight .s2,.highlight .sa,.highlight .sb,.highlight .sc,.highlight .sd,.highlight .se,.highlight .sh,.highlight .si,.highlight .sr,.highlight .ss,.highlight .sx{color:#51cc99}.highlight .fm{color:#6a6aff}.highlight .vc{color:#7ab4db;font-weight:700}.highlight .vg{color:#be646c;font-weight:700}.highlight .vi,.highlight .vm{color:#7ab4db;font-weight:700}.highlight .il{color:#4fb8cc}

View file

@ -0,0 +1,47 @@
.highlight .hll { background-color: #ffffcc }
.highlight { background: #ffffff; color: #111111 }
.highlight .c { color: #008800; font-style: italic } /* Comment */
.highlight .err { color: #a61717; background-color: #e3d2d2 } /* Error */
.highlight .k { color: #353580; font-weight: bold } /* Keyword */
.highlight .ch { color: #008800; font-style: italic } /* Comment.Hashbang */
.highlight .cm { color: #008800; font-style: italic } /* Comment.Multiline */
.highlight .cp { color: #008800; font-style: italic } /* Comment.Preproc */
.highlight .cpf { color: #008800; font-style: italic } /* Comment.PreprocFile */
.highlight .c1 { color: #008800; font-style: italic } /* Comment.Single */
.highlight .cs { color: #008800; font-style: italic } /* Comment.Special */
.highlight .kc { color: #353580; font-weight: bold } /* Keyword.Constant */
.highlight .kd { color: #353580; font-weight: bold } /* Keyword.Declaration */
.highlight .kn { color: #353580; font-weight: bold } /* Keyword.Namespace */
.highlight .kp { color: #353580; font-weight: bold } /* Keyword.Pseudo */
.highlight .kr { color: #353580; font-weight: bold } /* Keyword.Reserved */
.highlight .kt { color: #353580; font-weight: bold } /* Keyword.Type */
.highlight .m { color: #2c2cff } /* Literal.Number */
.highlight .s { color: #7a2424 } /* Literal.String */
.highlight .nf { color: #2c2cff } /* Name.Function */
.highlight .nx { color: #be646c } /* Name.Other */
.highlight .nv { color: #35baba; font-weight: bold } /* Name.Variable */
.highlight .w { color: #bbbbbb } /* Text.Whitespace */
.highlight .mb { color: #2c2cff } /* Literal.Number.Bin */
.highlight .mf { color: #2c2cff } /* Literal.Number.Float */
.highlight .mh { color: #2c2cff } /* Literal.Number.Hex */
.highlight .mi { color: #2c2cff } /* Literal.Number.Integer */
.highlight .mo { color: #2c2cff } /* Literal.Number.Oct */
.highlight .sa { color: #7a2424 } /* Literal.String.Affix */
.highlight .sb { color: #7a2424 } /* Literal.String.Backtick */
.highlight .sc { color: #7a2424 } /* Literal.String.Char */
.highlight .dl { color: #7a2424 } /* Literal.String.Delimiter */
.highlight .sd { color: #7a2424 } /* Literal.String.Doc */
.highlight .s2 { color: #7a2424 } /* Literal.String.Double */
.highlight .se { color: #7a2424 } /* Literal.String.Escape */
.highlight .sh { color: #7a2424 } /* Literal.String.Heredoc */
.highlight .si { color: #7a2424 } /* Literal.String.Interpol */
.highlight .sx { color: #7a2424 } /* Literal.String.Other */
.highlight .sr { color: #7a2424 } /* Literal.String.Regex */
.highlight .s1 { color: #7a2424 } /* Literal.String.Single */
.highlight .ss { color: #7a2424 } /* Literal.String.Symbol */
.highlight .fm { color: #2c2cff } /* Name.Function.Magic */
.highlight .vc { color: #35baba; font-weight: bold } /* Name.Variable.Class */
.highlight .vg { color: #b5565e; font-weight: bold } /* Name.Variable.Global */
.highlight .vi { color: #35baba; font-weight: bold } /* Name.Variable.Instance */
.highlight .vm { color: #35baba; font-weight: bold } /* Name.Variable.Magic */
.highlight .il { color: #2c2cff } /* Literal.Number.Integer.Long */

View file

@ -0,0 +1 @@
.highlight .hll{background-color:#ffc}.highlight{background:#fff;color:#111}.highlight .c{color:#080;font-style:italic}.highlight .err{color:#a61717;background-color:#e3d2d2}.highlight .k{color:#353580;font-weight:700}.highlight .c1,.highlight .ch,.highlight .cm,.highlight .cp,.highlight .cpf,.highlight .cs{color:#080;font-style:italic}.highlight .kc,.highlight .kd,.highlight .kn,.highlight .kp,.highlight .kr,.highlight .kt{color:#353580;font-weight:700}.highlight .m{color:#2c2cff}.highlight .s{color:#7a2424}.highlight .nf{color:#2c2cff}.highlight .nx{color:#be646c}.highlight .nv{color:#35baba;font-weight:700}.highlight .w{color:#bbb}.highlight .mb,.highlight .mf,.highlight .mh,.highlight .mi,.highlight .mo{color:#2c2cff}.highlight .dl,.highlight .s1,.highlight .s2,.highlight .sa,.highlight .sb,.highlight .sc,.highlight .sd,.highlight .se,.highlight .sh,.highlight .si,.highlight .sr,.highlight .ss,.highlight .sx{color:#7a2424}.highlight .fm{color:#2c2cff}.highlight .vc{color:#35baba;font-weight:700}.highlight .vg{color:#b5565e;font-weight:700}.highlight .vi,.highlight .vm{color:#35baba;font-weight:700}.highlight .il{color:#2c2cff}

View file

@ -0,0 +1,47 @@
.highlight .hll { background-color: #ffffcc }
.highlight { background: #ffffff; color: #111111 }
.highlight .c { color: #008800; font-style: italic } /* Comment */
.highlight .err { color: #a61717; background-color: #e3d2d2 } /* Error */
.highlight .k { color: #353580; font-weight: bold } /* Keyword */
.highlight .ch { color: #008800; font-style: italic } /* Comment.Hashbang */
.highlight .cm { color: #008800; font-style: italic } /* Comment.Multiline */
.highlight .cp { color: #008800; font-style: italic } /* Comment.Preproc */
.highlight .cpf { color: #008800; font-style: italic } /* Comment.PreprocFile */
.highlight .c1 { color: #008800; font-style: italic } /* Comment.Single */
.highlight .cs { color: #008800; font-style: italic } /* Comment.Special */
.highlight .kc { color: #353580; font-weight: bold } /* Keyword.Constant */
.highlight .kd { color: #353580; font-weight: bold } /* Keyword.Declaration */
.highlight .kn { color: #353580; font-weight: bold } /* Keyword.Namespace */
.highlight .kp { color: #353580; font-weight: bold } /* Keyword.Pseudo */
.highlight .kr { color: #353580; font-weight: bold } /* Keyword.Reserved */
.highlight .kt { color: #353580; font-weight: bold } /* Keyword.Type */
.highlight .m { color: #2c2cff } /* Literal.Number */
.highlight .s { color: #7a2424 } /* Literal.String */
.highlight .nf { color: #2c2cff } /* Name.Function */
.highlight .nx { color: #be646c } /* Name.Other */
.highlight .nv { color: #35baba; font-weight: bold } /* Name.Variable */
.highlight .w { color: #bbbbbb } /* Text.Whitespace */
.highlight .mb { color: #2c2cff } /* Literal.Number.Bin */
.highlight .mf { color: #2c2cff } /* Literal.Number.Float */
.highlight .mh { color: #2c2cff } /* Literal.Number.Hex */
.highlight .mi { color: #2c2cff } /* Literal.Number.Integer */
.highlight .mo { color: #2c2cff } /* Literal.Number.Oct */
.highlight .sa { color: #7a2424 } /* Literal.String.Affix */
.highlight .sb { color: #7a2424 } /* Literal.String.Backtick */
.highlight .sc { color: #7a2424 } /* Literal.String.Char */
.highlight .dl { color: #7a2424 } /* Literal.String.Delimiter */
.highlight .sd { color: #7a2424 } /* Literal.String.Doc */
.highlight .s2 { color: #7a2424 } /* Literal.String.Double */
.highlight .se { color: #7a2424 } /* Literal.String.Escape */
.highlight .sh { color: #7a2424 } /* Literal.String.Heredoc */
.highlight .si { color: #7a2424 } /* Literal.String.Interpol */
.highlight .sx { color: #7a2424 } /* Literal.String.Other */
.highlight .sr { color: #7a2424 } /* Literal.String.Regex */
.highlight .s1 { color: #7a2424 } /* Literal.String.Single */
.highlight .ss { color: #7a2424 } /* Literal.String.Symbol */
.highlight .fm { color: #2c2cff } /* Name.Function.Magic */
.highlight .vc { color: #35baba; font-weight: bold } /* Name.Variable.Class */
.highlight .vg { color: #b5565e; font-weight: bold } /* Name.Variable.Global */
.highlight .vi { color: #35baba; font-weight: bold } /* Name.Variable.Instance */
.highlight .vm { color: #35baba; font-weight: bold } /* Name.Variable.Magic */
.highlight .il { color: #2c2cff } /* Literal.Number.Integer.Long */

View file

@ -0,0 +1 @@
.highlight .hll{background-color:#ffc}.highlight{background:#fff;color:#111}.highlight .c{color:#080;font-style:italic}.highlight .err{color:#a61717;background-color:#e3d2d2}.highlight .k{color:#353580;font-weight:700}.highlight .c1,.highlight .ch,.highlight .cm,.highlight .cp,.highlight .cpf,.highlight .cs{color:#080;font-style:italic}.highlight .kc,.highlight .kd,.highlight .kn,.highlight .kp,.highlight .kr,.highlight .kt{color:#353580;font-weight:700}.highlight .m{color:#2c2cff}.highlight .s{color:#7a2424}.highlight .nf{color:#2c2cff}.highlight .nx{color:#be646c}.highlight .nv{color:#35baba;font-weight:700}.highlight .w{color:#bbb}.highlight .mb,.highlight .mf,.highlight .mh,.highlight .mi,.highlight .mo{color:#2c2cff}.highlight .dl,.highlight .s1,.highlight .s2,.highlight .sa,.highlight .sb,.highlight .sc,.highlight .sd,.highlight .se,.highlight .sh,.highlight .si,.highlight .sr,.highlight .ss,.highlight .sx{color:#7a2424}.highlight .fm{color:#2c2cff}.highlight .vc{color:#35baba;font-weight:700}.highlight .vg{color:#b5565e;font-weight:700}.highlight .vi,.highlight .vm{color:#35baba;font-weight:700}.highlight .il{color:#2c2cff}

View file

@ -250,6 +250,26 @@ main {
border-top: 1px solid #ddd;
}
}
table.highlighttable {
width: 100%;
table-layout: fixed;
td {
border-style: none;
padding: 0px;
}
td.linenos {
width: 2.5em;
pre {
padding-right: .8em;
background-color: inherit;
text-align: right;
}
}
}
}
footer {
@ -462,6 +482,9 @@ ul.social {
background-color: @mastodon-bg-color;
}
a.sc-flickr {
background-color: @flickr-bg-color;
}
}
.ads-aside {

File diff suppressed because one or more lines are too long

View file

@ -70,3 +70,4 @@
@xing-bg-color: #007575;
@bitbucket-bg-color: #0747A6;
@mastodon-bg-color: #3088d4;
@flickr-bg-color: #ff0084;