index.html 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="utf-8" />
  5. <meta http-equiv="X-UA-Compatible" content="IE=edge" />
  6. <meta name="HandheldFriendly" content="True" />
  7. <meta name="viewport" content="width=device-width, initial-scale=1.0" />
  8. <meta name="robots" content="index, follow" />
  9. <link href="https://fonts.googleapis.com/css?family=Source+Code+Pro|Source+Sans+Pro:300,400,400i,700" rel="stylesheet">
  10. <link rel="stylesheet" type="text/css" href="http://flex.alxd.me/blog/theme/stylesheet/style.min.css">
  11. <link rel="stylesheet" type="text/css" href="http://flex.alxd.me/blog/theme/pygments/monokai.min.css">
  12. <link rel="stylesheet" type="text/css" href="http://flex.alxd.me/blog/theme/font-awesome/css/font-awesome.min.css">
  13. <link href="http://flex.alxd.me/blog/static/custom.css" rel="stylesheet">
  14. <link href="http://flex.alxd.me/blog/feeds/all.atom.xml" type="application/atom+xml" rel="alternate" title="Flex Atom">
  15. <!-- Google Analytics -->
  16. <script type="text/javascript">
  17. (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
  18. (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
  19. m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
  20. })(window,document,'script','//www.google-analytics.com/analytics.js','ga');
  21. ga('create', 'UA-55543164-6', 'auto');
  22. ga('send', 'pageview');
  23. </script>
  24. <!-- End Google Analytics -->
  25. <!-- Chrome, Firefox OS and Opera -->
  26. <meta name="theme-color" content="#333333">
  27. <!-- Windows Phone -->
  28. <meta name="msapplication-navbutton-color" content="#333333">
  29. <!-- iOS Safari -->
  30. <meta name="apple-mobile-web-app-capable" content="yes">
  31. <meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
  32. <!-- Microsoft EDGE -->
  33. <meta name="msapplication-TileColor" content="#333333">
  34. <meta name="author" content="Alexandre Vicenzi" />
  35. <meta name="description" content="Flex - The minimalist Pelican theme." />
  36. <meta property="og:site_name" content="Flex"/>
  37. <meta property="og:type" content="blog"/>
  38. <meta property="og:title" content="Flex"/>
  39. <meta property="og:description" content="Flex - The minimalist Pelican theme."/>
  40. <meta property="og:locale" content="en_US"/>
  41. <meta property="og:url" content="http://flex.alxd.me/blog"/>
  42. <title>Flex</title>
  43. <script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
  44. <script>
  45. (adsbygoogle = window.adsbygoogle || []).push({
  46. google_ad_client: "ca-pub-6625957038449899",
  47. enable_page_level_ads: true
  48. });
  49. </script>
  50. </head>
  51. <body>
  52. <aside>
  53. <div>
  54. <a href="http://flex.alxd.me/blog">
  55. <img src="http://flex.alxd.me/blog/theme/img/profile.png" alt="Flex" title="Flex">
  56. </a>
  57. <h1><a href="http://flex.alxd.me/blog">Flex</a></h1>
  58. <p>The minimalist Pelican theme</p>
  59. <nav>
  60. <ul class="list">
  61. <li><a href="http://flex.alxd.me/blog/pages/about.html#about">About</a></li>
  62. <li><a href="http://flex.alxd.me/blog/pages/contact.html#contact">Contact</a></li>
  63. </ul>
  64. </nav>
  65. <ul class="social">
  66. <li><a class="sc-github" href="https://github.com/alexandrevicenzi/Flex" target="_blank"><i class="fa fa-github"></i></a></li>
  67. <li><a class="sc-rss" href="/blog/feeds/all.atom.xml" target="_blank"><i class="fa fa-rss"></i></a></li>
  68. </ul>
  69. </div>
  70. <script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
  71. <ins class="adsbygoogle ads-aside"
  72. data-ad-client="ca-pub-6625957038449899"
  73. data-ad-slot="8752710348"></ins>
  74. <script>
  75. (adsbygoogle = window.adsbygoogle || []).push({});
  76. </script>
  77. </aside>
  78. <main>
  79. <nav>
  80. <a href="http://flex.alxd.me/blog"> Home
  81. </a>
  82. <a href="/archives.html">Archives</a>
  83. <a href="/categories.html">Categories</a>
  84. <a href="/tags.html">Tags</a>
  85. <a href="http://flex.alxd.me/blog/feeds/all.atom.xml"> Atom
  86. </a>
  87. </nav>
  88. <article>
  89. <header>
  90. <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>
  91. <p>
  92. Posted on June 24, 2018 in <a href="http://flex.alxd.me/blog/category/news.html">News</a>
  93. </p>
  94. </header>
  95. <div>
  96. <p><a href="https://github.com/alexandrevicenzi/Flex">Flex theme</a> 2.2.0 comes with bug fixes and improvements.</p>
  97. <p>There are new Pygments templates and also a few code highlight fixes. There's also new social icons.</p>
  98. <p>Version 2.2.0 also comes with new translations. You can see available translations <a href="https://github.com/alexandrevicenzi/Flex/wiki/Translations">here</a>.</p>
  99. <p>Hope you enjoy this version.</p>
  100. <br>
  101. <a class="btn" href="http://flex.alxd.me/blog/flex-pelican-theme-update-2-2.html#flex-pelican-theme-update-2-2"> Continue reading
  102. </a>
  103. </div>
  104. <hr />
  105. </article>
  106. <article>
  107. <header>
  108. <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>
  109. <p>
  110. Posted on November 16, 2016 in <a href="http://flex.alxd.me/blog/category/news.html">News</a>
  111. </p>
  112. </header>
  113. <div>
  114. <p><a href="https://github.com/alexandrevicenzi/Flex">Flex theme</a> 2.1.0 comes with features that I was delaying for so long.</p>
  115. <p>Flex 2.1.0 adds support for Google AdSense.</p>
  116. <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>
  117. <br>
  118. <a class="btn" href="http://flex.alxd.me/blog/flex-pelican-theme-update-2-1.html#flex-pelican-theme-update-2-1"> Continue reading
  119. </a>
  120. </div>
  121. <hr />
  122. </article>
  123. <article>
  124. <header>
  125. <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>
  126. <p>
  127. Posted on September 13, 2016 in <a href="http://flex.alxd.me/blog/category/news.html">News</a>
  128. </p>
  129. </header>
  130. <div>
  131. <p><a href="https://github.com/alexandrevicenzi/Flex">Flex theme</a> 2.0 comes with new features.
  132. In fact there are two new features.</p>
  133. <p>The biggest change is localization support.
  134. Yes, Flex now can be translated into your language.
  135. You can read about <a href="https://github.com/alexandrevicenzi/Flex/wiki/Translations">here</a>.</p>
  136. <p>The biggest challege was to create a way to translate without breaking old versions.
  137. If …</p>
  138. <br>
  139. <a class="btn" href="http://flex.alxd.me/blog/flex-pelican-theme-update-2-0.html#flex-pelican-theme-update-2-0"> Continue reading
  140. </a>
  141. </div>
  142. <hr />
  143. </article>
  144. <article>
  145. <header>
  146. <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>
  147. <p>
  148. Posted on June 10, 2016 in <a href="http://flex.alxd.me/blog/category/news.html">News</a>
  149. </p>
  150. </header>
  151. <div>
  152. <p><a href="https://github.com/alexandrevicenzi/Flex">Flex theme</a> received some new features. Version 1.2.0 include new features and some updates.</p>
  153. <p>For developers there are new color styles for your code. For general purpose there is RUM support, related posts and browser color configuration.</p>
  154. <ul>
  155. <li><a href="https://github.com/alexandrevicenzi/Flex/issues/31">Update font-awesome</a></li>
  156. <li><a href="https://github.com/alexandrevicenzi/Flex/pull/34">Added browser color configuration</a></li>
  157. <li><a href="https://github.com/alexandrevicenzi/Flex/pull/27">Related posts</a></li>
  158. <li><a href="https://github.com/alexandrevicenzi/Flex/issues/38">More Pygments Styles …</a></li></ul>
  159. <br>
  160. <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
  161. </a>
  162. </div>
  163. <hr />
  164. </article>
  165. <article>
  166. <header>
  167. <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>
  168. <p>
  169. Posted on February 27, 2016 in <a href="http://flex.alxd.me/blog/category/news.html">News</a>
  170. </p>
  171. </header>
  172. <div>
  173. <p>Today, <a href="https://github.com/alexandrevicenzi/Flex">Flex theme</a> received a small update.</p>
  174. <p>Some bugs are now fixed. I think the most important fixes are:</p>
  175. <ul>
  176. <li><a href="https://github.com/alexandrevicenzi/Flex/issues/21">Bug in CSS with placement of "Newer Posts" button</a></li>
  177. <li><a href="https://github.com/alexandrevicenzi/Flex/issues/14">Posts preview on main page</a></li>
  178. </ul>
  179. <p>Hope you enjoy this theme.</p>
  180. <br>
  181. <a class="btn" href="http://flex.alxd.me/blog/flex-pelican-theme-update-1-1-1.html#flex-pelican-theme-update-1-1-1"> Continue reading
  182. </a>
  183. </div>
  184. <hr />
  185. </article>
  186. <article>
  187. <header>
  188. <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>
  189. <p>
  190. Posted on October 07, 2015 in <a href="http://flex.alxd.me/blog/category/news.html">News</a>
  191. </p>
  192. </header>
  193. <div>
  194. <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>
  195. <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>
  196. <br>
  197. <a class="btn" href="http://flex.alxd.me/blog/flex-pelican-theme-update-1-1.html#flex-pelican-theme-update-1-1"> Continue reading
  198. </a>
  199. </div>
  200. <hr />
  201. </article>
  202. <article>
  203. <header>
  204. <h2><a href="http://flex.alxd.me/blog/flex-pelican-theme.html#flex-pelican-theme">Flex: Responsive Pelican theme</a></h2>
  205. <p>
  206. Posted on July 22, 2015 in <a href="http://flex.alxd.me/blog/category/news.html">News</a>
  207. </p>
  208. </header>
  209. <div>
  210. <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>
  211. <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>
  212. <br>
  213. <a class="btn" href="http://flex.alxd.me/blog/flex-pelican-theme.html#flex-pelican-theme"> Continue reading
  214. </a>
  215. </div>
  216. </article>
  217. <div class="pagination">
  218. </div>
  219. <script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
  220. <ins class="adsbygoogle ads-responsive"
  221. data-ad-client="ca-pub-6625957038449899"
  222. data-ad-slot="1124188687"></ins>
  223. <script>
  224. (adsbygoogle = window.adsbygoogle || []).push({});
  225. </script>
  226. <footer>
  227. <p>
  228. &copy; 2018 - This work is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International License</a>
  229. </p>
  230. <p> Powered by <a href="http://getpelican.com" target="_blank">Pelican</a> - <a href="https://github.com/alexandrevicenzi/flex" target="_blank">Flex</a> theme by <a href="http://alexandrevicenzi.com" target="_blank">Alexandre Vicenzi</a>
  231. </p><p>
  232. <a rel="license"
  233. href="http://creativecommons.org/licenses/by-sa/4.0/"
  234. target="_blank">
  235. <img alt="Creative Commons License"
  236. title="Creative Commons License"
  237. style="border-width:0"
  238. src="https://i.creativecommons.org/l/by-sa/4.0/80x15.png"
  239. width="80"
  240. height="15"/>
  241. </a>
  242. </p> </footer>
  243. </main>
  244. <script type="text/javascript" src="//s7.addthis.com/js/300/addthis_widget.js#pubid=ra-55adbb025d4f7e55" async="async"></script>
  245. <script type="application/ld+json">
  246. {
  247. "@context" : "http://schema.org",
  248. "@type" : "Blog",
  249. "name": " Flex ",
  250. "url" : "http://flex.alxd.me/blog",
  251. "image": "",
  252. "description": "Flex - The minimalist Pelican theme."
  253. }
  254. </script>
  255. </body>
  256. </html>