diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS deleted file mode 100644 index fd15e1d..0000000 --- a/.github/CODEOWNERS +++ /dev/null @@ -1 +0,0 @@ -* @alexandrevicenzi diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml deleted file mode 100644 index bd0d3b8..0000000 --- a/.github/FUNDING.yml +++ /dev/null @@ -1,12 +0,0 @@ -# These are supported funding model platforms - -github: # Replace with up to 4 GitHub Sponsors-enabled usernames e.g., [user1, user2] -patreon: # Replace with a single Patreon username -open_collective: # Replace with a single Open Collective username -ko_fi: # Replace with a single Ko-fi username -tidelift: # Replace with a single Tidelift platform-name/package-name e.g., npm/babel -community_bridge: # Replace with a single Community Bridge project-name e.g., cloud-foundry -liberapay: # Replace with a single Liberapay username -issuehunt: # Replace with a single IssueHunt username -otechie: # Replace with a single Otechie username -custom: https://www.alexandrevicenzi.com/donate diff --git a/.github/workflows/pelican-publish.yml b/.github/workflows/pelican-publish.yml deleted file mode 100644 index 4296ab8..0000000 --- a/.github/workflows/pelican-publish.yml +++ /dev/null @@ -1,25 +0,0 @@ -name: Pelican Build -on: - push: - branches: [ master ] -jobs: - build: - runs-on: ubuntu-latest - steps: - - name: Checkout - uses: actions/checkout@v2 - with: - submodules: true - - name: Create requirements.txt - uses: 1arp/create-a-file-action@0.2 - with: - file: requirements.txt - content: | - pelican - markdown - - name: Build and Publish - uses: iranzo/gh-pages-pelican-action@1.0.1 - env: - GITHUB_TOKEN: ${{ secrets.GH_TOKEN }} - SOURCE_FOLDER: docs/content - PELICAN_CONFIG_FILE: docs/publishconf.py diff --git a/.github/workflows/pelican-test.yaml b/.github/workflows/pelican-test.yaml deleted file mode 100644 index 2b85465..0000000 --- a/.github/workflows/pelican-test.yaml +++ /dev/null @@ -1,28 +0,0 @@ -name: Pelican test -on: - - push - - pull_request -jobs: - build: - runs-on: ubuntu-latest - strategy: - matrix: - python-version: - - "3.8" - - "3.9" - - "3.10" - - "3.11" - steps: - - name: Checkout - uses: actions/checkout@v2 - with: - submodules: true - - name: Set up Python ${{ matrix.python-version }} - uses: actions/setup-python@v2 - with: - python-version: ${{ matrix.python-version }} - - name: Install dependencies - run: | - pip install tox tox-gh-actions - - name: Test with tox - run: tox diff --git a/.gitignore b/.gitignore deleted file mode 100644 index aed889f..0000000 --- a/.gitignore +++ /dev/null @@ -1,64 +0,0 @@ -# Byte-compiled / optimized / DLL files -__pycache__/ -*.py[cod] - -# C extensions -*.so - -# Distribution / packaging -.Python -env/ -build/ -develop-eggs/ -dist/ -downloads/ -eggs/ -.eggs/ -lib/ -lib64/ -parts/ -sdist/ -var/ -*.egg-info/ -.installed.cfg -*.egg - -# PyInstaller -# Usually these files are written by a python script from a template -# before PyInstaller builds the exe, so as to inject date/other infos into it. -*.manifest -*.spec - -# Installer logs -pip-log.txt -pip-delete-this-directory.txt - -# Unit test / coverage reports -htmlcov/ -.tox/ -.coverage -.coverage.* -.cache -nosetests.xml -coverage.xml -*,cover -tests/output - -# Django stuff: -*.log - -# Sphinx documentation -docs/_build/ - -# PyBuilder -target/ - -venv - -# NPM -node_modules -package-lock.json - -# Pelican -output -plugins diff --git a/CHANGELOG.md b/CHANGELOG.md deleted file mode 100644 index 23e505c..0000000 --- a/CHANGELOG.md +++ /dev/null @@ -1,87 +0,0 @@ -## 2.5.0 - -- Support Stork Search plugin [#298](https://github.com/alexandrevicenzi/Flex/pull/298) -- Support SEO plugin [#254](https://github.com/alexandrevicenzi/Flex/issues/254) -- Support Series plugin [#290](https://github.com/alexandrevicenzi/Flex/pull/290) -- Support Microsoft Clarity [#261](https://github.com/alexandrevicenzi/Flex/pull/261) -- Support for Google Analytics v4 [#257](https://github.com/alexandrevicenzi/Flex/pull/257) -- Updated translations -- Improved styles for Table of Contents and Figure with captions, as well other small fixes - -## 2.4.0 - -- Update translations (Italian, Spanish, Portuguese, German, Turkish) -- Include settings for canonical URLS [#238](https://github.com/alexandrevicenzi/Flex/issues/238) -- Remove pelican plugins dependency [#255](https://github.com/alexandrevicenzi/Flex/issues/255) - -This version includes cs, de, en, es, es_ES, et, fa_IR, fr, hu_HU, id, it, nl_NL, pl_PL, pt, pt_BR, pt_PT, ro_RO, ru, tr_TR, zh_CN translations. - -## 2.3.0 - -- Support dark theme [#213](https://github.com/alexandrevicenzi/Flex/pull/213) -- Support Isso comments [#200](https://github.com/alexandrevicenzi/Flex/pull/200) -- Support Pelican 4.5 [#248](https://github.com/alexandrevicenzi/Flex/pull/248) -- Support Tipue search [#193](https://github.com/alexandrevicenzi/Flex/pull/193) -- Upgrade Font-Awesome to 5 [#156](https://github.com/alexandrevicenzi/Flex/pull/156) -- Add social icons (keybase, twitch, mastodon, diaspora, flickr, last.fm -- Fix layouts -- Update translations (zh) - -This version includes cs, de, en, es, es_ES, et, fa_IR, fr, hu_HU, id, it, nl_NL, pl_PL, pt, pt_BR, pt_PT, ro_RO, ru, tr_TR, zh_CN translations. - -## 2.2.0 - -- Update Pygments - New themes available! -- Fix code highlight [#125](https://github.com/alexandrevicenzi/Flex/pull/125) -- New social icons -- Remove duoshuo integration [#139](https://github.com/alexandrevicenzi/Flex/pull/139) -- Other small bug fixes - -This version includes de, en, es, es_ES, et, fa_IR, fr, hu_HU, it, nl_NL, pl_PL, pt_BR, ru, tr_TR, zh_CN translations. - -## 2.1.0 - -- Italian translation [#60](https://github.com/alexandrevicenzi/Flex/issues/60) -- Hungarian transltion [#59](https://github.com/alexandrevicenzi/Flex/issues/59) -- Russian transltion [#58](https://github.com/alexandrevicenzi/Flex/issues/58) -- [Google AdSense support](https://github.com/alexandrevicenzi/Flex/issues/47) - -## 2.0.0 - -- [Minute read like Medium](https://github.com/alexandrevicenzi/Flex/issues/48) (via plugin) -- [Theme translations](https://github.com/alexandrevicenzi/Flex/wiki/Translation-support) -- Updated font-awesome -- Changed `Cover` metadata to use relative path - -This version includes de, fr and pt_BR translations. - -Special thanks to @marcelhuth. - -## 1.2.0 - -- [Update font-awesome](https://github.com/alexandrevicenzi/Flex/issues/31) -- [Added browser color configuration](https://github.com/alexandrevicenzi/Flex/pull/34) -- [Related posts](https://github.com/alexandrevicenzi/Flex/pull/27) -- [More Pygments Styles](https://github.com/alexandrevicenzi/Flex/issues/38) -- [Add StatusCake RUM support](https://github.com/alexandrevicenzi/Flex/issues/16) - -## 1.1.1 - -- [Bug in CSS with placement of "Newer Posts" button](https://github.com/alexandrevicenzi/Flex/issues/21) -- [Posts preview on main page](https://github.com/alexandrevicenzi/Flex/issues/14) -- [Strip HTML tags from title](https://github.com/alexandrevicenzi/Flex/pull/25) -- [Added style for reddit social link](https://github.com/alexandrevicenzi/Flex/pull/23) - -## 1.1.0 - -- [Allow custom CSS stylesheets to override the default one](https://github.com/alexandrevicenzi/Flex/pull/9) -- [Add Windows-specific font variants](https://github.com/alexandrevicenzi/Flex/pull/8) -- [Move the "tagged" bullet inside the conditional](https://github.com/alexandrevicenzi/Flex/pull/7) -- [Add stack-overflow to supported social icons](https://github.com/alexandrevicenzi/Flex/pull/6) -- [Use THEME_STATIC_DIR for asset URL's](https://github.com/alexandrevicenzi/Flex/pull/5) -- [show summary for articles in index.html](https://github.com/alexandrevicenzi/Flex/pull/4) -- [Fixed email icon bug](https://github.com/alexandrevicenzi/Flex/pull/3) - -## 1.0.0 - -First release. diff --git a/docs/content/extra/CNAME b/CNAME similarity index 100% rename from docs/content/extra/CNAME rename to CNAME diff --git a/LICENSE b/LICENSE deleted file mode 100644 index 432dbb7..0000000 --- a/LICENSE +++ /dev/null @@ -1,22 +0,0 @@ -The MIT License (MIT) - -Copyright (c) 2015 Alexandre Vicenzi - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -SOFTWARE. - diff --git a/README.md b/README.md deleted file mode 100644 index 9c1d812..0000000 --- a/README.md +++ /dev/null @@ -1,104 +0,0 @@ -# Flex - -The minimalist [Pelican](http://blog.getpelican.com/) theme. - -## Flex 3.0 and upcoming breaking changes - -Flex 2.6 will be the last release without breaking changes. - -Flex 3.0 is under development and will introduce breaking changes. - -The breaking changes will include: - -* Removal of deprecated plugins and integrations -* Removal and renaming of configuration variables -* Removal of Less.js and Gulp.js -* Refactoring of multiple templates - -Flex has grown beyond expectation over the last few years and is hard to maintain and accept new features. - -You can check the current progress in the `v3` branch. - -New features won't be accepted unless submited to `v3` branch, bug fixes will still be accepted in the `master` branch. - -Once 2.6 is out, the `v3` branch will be merged into `master`. - -## Features - -- Mobile First -- Responsive -- Semantic -- SEO Best Practices -- Open Graph -- Rich Snippets (JSON-LD) -- Related Posts (via [plugin](https://github.com/getpelican/pelican-plugins/tree/master/related_posts) or AddThis) -- Series (via [plugin](https://github.com/pelican-plugins/series)) -- Minute read (via [plugin](https://github.com/getpelican/pelican-plugins/tree/master/post_stats)) -- [Multiple Code Highlight Styles](https://github.com/alexandrevicenzi/Flex/wiki/Code-Highlight) -- [Translation Support](https://github.com/alexandrevicenzi/Flex/wiki/Translations) -- [Dark Mode](https://github.com/alexandrevicenzi/Flex/wiki/Dark-Mode) - -## Integrations - -- [AddThis](http://www.addthis.com/) -- [Disqus](https://disqus.com/) -- [Gauges Analytics](http://get.gaug.es/) -- [Google AdSense](https://www.google.com.br/adsense/start/) -- [Google Analytics](https://www.google.com/analytics/web/) -- [Google Tag Manager](https://www.google.com/tagmanager/) -- [Matomo Analytics (formerly Piwik)](https://matomo.org/) -- [Cloudflare Web Analytics](https://www.cloudflare.com/web-analytics/) -- [Plausible](https://plausible.io/) -- [StatusCake](https://www.statuscake.com/) -- [Isso](https://posativ.org/isso/) -- [Microsoft Clarity](https://clarity.microsoft.com) - -## Plugins Support - -- [Github Corners](https://github.com/tholman/github-corners) -- [I18N Sub-sites](https://github.com/getpelican/pelican-plugins/tree/master/i18n_subsites) -- [Minute read](https://github.com/getpelican/pelican-plugins/tree/master/post_stats) -- [Related Posts](https://github.com/getpelican/pelican-plugins/tree/master/related_posts) -- [Series](https://github.com/pelican-plugins/series) -- [Representative image](https://github.com/getpelican/pelican-plugins/tree/master/representative_image) -- [Neighbors](https://github.com/getpelican/pelican-plugins/tree/master/neighbors) -- [Pelican Search](https://github.com/pelican-plugins/search) -- [Tipue Search](https://github.com/getpelican/pelican-plugins/blob/master/tipue_search/) (deprecated) -- [SEO](https://github.com/pelican-plugins/seo) - -## Install - -The best way to install is over [pelican-themes](https://github.com/getpelican/pelican-themes). - -The alternative way is to clone this repository and checkout a tag branch. - -## Documentation - -The documentation covers most of the settings available and how to use this theme. -If something is missing or broken you can open a PR or fix the documentation by yourself. - -[Flex Wiki](https://github.com/alexandrevicenzi/Flex/wiki) - -## Live example - -You can see how this theme looks like at [http://flex.alxd.me/](http://flex.alxd.me/). - -The code is available in this project under `docs` folder. - -## Contributing - -**ALWAYS** open an issue before sending a PR. -Discuss the problem/feature that you want to solve. -If things make sense, send a PR with your changes. - -As always, if you want something that only makes sense to you, fork Flex and create a new theme. - -## Translations - -Translate this theme to new languages at [Transifex](https://www.transifex.com/alexandrevicenzi/flex-pelican/). - -Read more about [Translation Support](https://github.com/alexandrevicenzi/Flex/wiki/Translations) in the Wiki. - -## License - -MIT diff --git a/docs/content/extra/ads.txt b/ads.txt similarity index 100% rename from docs/content/extra/ads.txt rename to ads.txt diff --git a/archives.html b/archives.html new file mode 100644 index 0000000..ed88be5 --- /dev/null +++ b/archives.html @@ -0,0 +1,276 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Flex – Archives + + + + + + + + +
+ + + +
+
+

Archives

+
+
+
+ +
August 31, 2022
+ +
+ Flex 2.5.0 +
+
December 01, 2020
+ +
+ Flex 2.4.0 +
+
September 19, 2020
+ +
+ Flex 2.3.0 +
+
June 24, 2018
+ +
+ Flex 2.2.0 +
+
November 16, 2016
+ +
+ Flex 2.1.0 +
+
September 13, 2016
+ +
+ Flex 2.0 +
+
June 10, 2016
+ +
+ Flex 1.2.0 +
+
February 27, 2016
+ +
+ Flex 1.1.1 +
+
October 07, 2015
+ +
+ Flex 1.1.0 +
+
July 22, 2015
+ +
+ Flex: Responsive Pelican theme +
+
+
+
+ +
+ + + + + + + + \ No newline at end of file diff --git a/author/alexandre-vicenzi.html b/author/alexandre-vicenzi.html new file mode 100644 index 0000000..aac5fb7 --- /dev/null +++ b/author/alexandre-vicenzi.html @@ -0,0 +1,460 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Flex – Posts by Alexandre Vicenzi: + + + + + + + + +
+ + + + + +
+
+

Flex 2.5.0

+

+ Posted on August 31, 2022 in News + + +

+
+
+

Flex theme 2.5.0 comes with minor fixes and big improvments.

+
+
+ + Continue reading + +
+
+
+
+
+

Flex 2.4.0

+

+ Posted on December 01, 2020 in News + + +

+
+
+

Flex theme 2.4.0 comes with minor changes.

+
    +
  • Updated translations (Italian, Spanish, Portuguese, German, Turkish)
  • +
  • Include settings for canonical URLS (#238)
  • +
  • Remove pelican plugins dependency (#255)
  • +
+

For more details check our Wiki.

+

Hope you enjoy this version.

+
+
+
+
+
+

Flex 2.3.0

+

+ Posted on September 19, 2020 in News + + +

+
+
+

Flex theme 2.3.0 comes with bug fixes and a few improvements.

+

New features include:

+
    +
  • Dark Theme version
  • +
  • Isso comments support
  • +
  • Tipue Search support
  • +
  • Update translations
  • +
+

Fixes include:

+
    +
  • New social icons
  • +
  • Layout fixes
  • +
  • Compatibility with newer Pelican
  • +
+

For more details check our Wiki.

+

I know, it has been a …

+
+ + Continue reading + +
+
+
+
+
+

Flex 2.2.0

+

+ Posted on June 24, 2018 in News + + +

+
+
+

Flex theme 2.2.0 comes with bug fixes and improvements.

+

There are new Pygments templates and also a few code highlight fixes. There'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.

+
+
+
+
+
+

Flex 2.1.0

+

+ Posted on November 16, 2016 in News + + +

+
+
+

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 …

+
+ + Continue reading + +
+
+
+
+
+

Flex 2.0

+

+ Posted on September 13, 2016 in News + + +

+
+
+

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 …

+
+ + Continue reading + +
+
+
+
+
+

Flex 1.2.0

+

+ Posted on June 10, 2016 in News + + +

+
+
+

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.

+
+
+ + Continue reading + +
+
+
+
+
+

Flex 1.1.1

+

+ Posted on February 27, 2016 in News + + +

+
+
+

Today, Flex theme received a small update.

+

Some bugs are now fixed. I think the most important fixes are:

+ +

Hope you enjoy this theme.

+
+
+
+
+
+

Flex 1.1.0

+

+ Posted on October 07, 2015 in News + + +

+
+
+

I'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 …

+
+ + Continue reading + +
+
+
+
+
+

Flex: Responsive Pelican theme

+

+ Posted on July 22, 2015 in News + + +

+
+
+

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't find anything that I really liked to feet all my needs. So in the first time of the history, I …

+
+ + Continue reading + +
+
+ + + + + + + + +
+ + + + + + + + \ No newline at end of file diff --git a/authors.html b/authors.html new file mode 100644 index 0000000..6fddc18 --- /dev/null +++ b/authors.html @@ -0,0 +1,226 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Flex – Authors + + + + + + + + +
+ + + +
+
+

Authors

+
+
+ +
+
+ +
+ + + + + + + + \ No newline at end of file diff --git a/categories.html b/categories.html new file mode 100644 index 0000000..341687d --- /dev/null +++ b/categories.html @@ -0,0 +1,228 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Flex – Categories + + + + + + + + +
+ + + +
+
+

Categories

+
+
+ +
+
+ +
+ + + + + + + + \ No newline at end of file diff --git a/category/news.html b/category/news.html new file mode 100644 index 0000000..1335fd6 --- /dev/null +++ b/category/news.html @@ -0,0 +1,460 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Flex – Category News + + + + + + + + +
+ + + + + +
+
+

Flex 2.5.0

+

+ Posted on August 31, 2022 in News + + +

+
+
+

Flex theme 2.5.0 comes with minor fixes and big improvments.

+
+
+ + Continue reading + +
+
+
+
+
+

Flex 2.4.0

+

+ Posted on December 01, 2020 in News + + +

+
+
+

Flex theme 2.4.0 comes with minor changes.

+
    +
  • Updated translations (Italian, Spanish, Portuguese, German, Turkish)
  • +
  • Include settings for canonical URLS (#238)
  • +
  • Remove pelican plugins dependency (#255)
  • +
+

For more details check our Wiki.

+

Hope you enjoy this version.

+
+
+
+
+
+

Flex 2.3.0

+

+ Posted on September 19, 2020 in News + + +

+
+
+

Flex theme 2.3.0 comes with bug fixes and a few improvements.

+

New features include:

+
    +
  • Dark Theme version
  • +
  • Isso comments support
  • +
  • Tipue Search support
  • +
  • Update translations
  • +
+

Fixes include:

+
    +
  • New social icons
  • +
  • Layout fixes
  • +
  • Compatibility with newer Pelican
  • +
+

For more details check our Wiki.

+

I know, it has been a …

+
+ + Continue reading + +
+
+
+
+
+

Flex 2.2.0

+

+ Posted on June 24, 2018 in News + + +

+
+
+

Flex theme 2.2.0 comes with bug fixes and improvements.

+

There are new Pygments templates and also a few code highlight fixes. There'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.

+
+
+
+
+
+

Flex 2.1.0

+

+ Posted on November 16, 2016 in News + + +

+
+
+

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 …

+
+ + Continue reading + +
+
+
+
+
+

Flex 2.0

+

+ Posted on September 13, 2016 in News + + +

+
+
+

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 …

+
+ + Continue reading + +
+
+
+
+
+

Flex 1.2.0

+

+ Posted on June 10, 2016 in News + + +

+
+
+

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.

+
+
+ + Continue reading + +
+
+
+
+
+

Flex 1.1.1

+

+ Posted on February 27, 2016 in News + + +

+
+
+

Today, Flex theme received a small update.

+

Some bugs are now fixed. I think the most important fixes are:

+ +

Hope you enjoy this theme.

+
+
+
+
+
+

Flex 1.1.0

+

+ Posted on October 07, 2015 in News + + +

+
+
+

I'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 …

+
+ + Continue reading + +
+
+
+
+
+

Flex: Responsive Pelican theme

+

+ Posted on July 22, 2015 in News + + +

+
+
+

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't find anything that I really liked to feet all my needs. So in the first time of the history, I …

+
+ + Continue reading + +
+
+ + + + + + + + +
+ + + + + + + + \ No newline at end of file diff --git a/docs/Makefile b/docs/Makefile deleted file mode 100644 index 06e82e6..0000000 --- a/docs/Makefile +++ /dev/null @@ -1,79 +0,0 @@ -PY?=python3 -PELICAN?=pelican -PELICANOPTS= - -BASEDIR=$(CURDIR) -INPUTDIR=$(BASEDIR)/content -OUTPUTDIR=$(BASEDIR)/blog -CONFFILE=$(BASEDIR)/pelicanconf.py -PUBLISHCONF=$(BASEDIR)/publishconf.py - -GITHUB_PAGES_BRANCH=gh-pages - - -DEBUG ?= 0 -ifeq ($(DEBUG), 1) - PELICANOPTS += -D -endif - -RELATIVE ?= 0 -ifeq ($(RELATIVE), 1) - PELICANOPTS += --relative-urls -endif - -SERVER ?= "0.0.0.0" - -PORT ?= 0 -ifneq ($(PORT), 0) - PELICANOPTS += -p $(PORT) -endif - - -help: - @echo 'Makefile for a pelican Web site ' - @echo ' ' - @echo 'Usage: ' - @echo ' make html (re)generate the web site ' - @echo ' make clean remove the generated files ' - @echo ' make regenerate regenerate files upon modification ' - @echo ' make publish generate using production settings ' - @echo ' make serve [PORT=8000] serve site at http://localhost:8000' - @echo ' make serve-global [SERVER=0.0.0.0] serve (as root) to $(SERVER):80 ' - @echo ' make devserver [PORT=8000] serve and regenerate together ' - @echo ' make devserver-global regenerate and serve on 0.0.0.0 ' - @echo ' make github upload the web site via gh-pages ' - @echo ' ' - @echo 'Set the DEBUG variable to 1 to enable debugging, e.g. make DEBUG=1 html ' - @echo 'Set the RELATIVE variable to 1 to enable relative urls ' - @echo ' ' - -html: - "$(PELICAN)" "$(INPUTDIR)" -o "$(OUTPUTDIR)" -s "$(CONFFILE)" $(PELICANOPTS) - -clean: - [ ! -d "$(OUTPUTDIR)" ] || rm -rf "$(OUTPUTDIR)" - -regenerate: - "$(PELICAN)" -r "$(INPUTDIR)" -o "$(OUTPUTDIR)" -s "$(CONFFILE)" $(PELICANOPTS) - -serve: - "$(PELICAN)" -l "$(INPUTDIR)" -o "$(OUTPUTDIR)" -s "$(CONFFILE)" $(PELICANOPTS) - -serve-global: - "$(PELICAN)" -l "$(INPUTDIR)" -o "$(OUTPUTDIR)" -s "$(CONFFILE)" $(PELICANOPTS) -b $(SERVER) - -devserver: - "$(PELICAN)" -lr "$(INPUTDIR)" -o "$(OUTPUTDIR)" -s "$(CONFFILE)" $(PELICANOPTS) - -devserver-global: - $(PELICAN) -lr $(INPUTDIR) -o $(OUTPUTDIR) -s $(CONFFILE) $(PELICANOPTS) -b 0.0.0.0 - -publish: - "$(PELICAN)" "$(INPUTDIR)" -o "$(OUTPUTDIR)" -s "$(PUBLISHCONF)" $(PELICANOPTS) - -github: publish - ghp-import -m "Generate Pelican site" -b $(GITHUB_PAGES_BRANCH) "$(OUTPUTDIR)" - git push origin $(GITHUB_PAGES_BRANCH) - - -.PHONY: html help clean regenerate serve serve-global devserver publish github diff --git a/docs/README.md b/docs/README.md deleted file mode 100644 index 4a77f81..0000000 --- a/docs/README.md +++ /dev/null @@ -1,3 +0,0 @@ -# Flex Blog Example - -Visit [http://flex.alxd.me/](http://flex.alxd.me/). diff --git a/docs/content/articles/flex-pelican-theme-1-1-1.md b/docs/content/articles/flex-pelican-theme-1-1-1.md deleted file mode 100644 index 81ee533..0000000 --- a/docs/content/articles/flex-pelican-theme-1-1-1.md +++ /dev/null @@ -1,16 +0,0 @@ -Title: Flex 1.1.1 -Date: 2016-02-27 08:00 -Modified: 2016-02-27 08:00 -Category: News -Tags: pelican, python, theme -Slug: flex-pelican-theme-update-1-1-1 -Cover: images/flex-screenshot.png - -Today, [Flex theme](https://github.com/alexandrevicenzi/Flex) received a small update. - -Some bugs are now fixed. I think the most important fixes are: - -- [Bug in CSS with placement of "Newer Posts" button](https://github.com/alexandrevicenzi/Flex/issues/21) -- [Posts preview on main page](https://github.com/alexandrevicenzi/Flex/issues/14) - -Hope you enjoy this theme. diff --git a/docs/content/articles/flex-pelican-theme-1-1.md b/docs/content/articles/flex-pelican-theme-1-1.md deleted file mode 100644 index 0eb94b7..0000000 --- a/docs/content/articles/flex-pelican-theme-1-1.md +++ /dev/null @@ -1,24 +0,0 @@ -Title: Flex 1.1.0 -Date: 2015-10-07 08:00 -Modified: 2015-10-07 08:00 -Category: News -Tags: pelican, python, theme -Slug: flex-pelican-theme-update-1-1 -Cover: images/flex-screenshot.png - -I've made the [Flex theme](https://github.com/alexandrevicenzi/Flex) 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 the [second version](https://github.com/alexandrevicenzi/Flex/releases/tag/v1.1) of Flex (aka v1.1). - -This new version doesn't include nothing so special, just some bug fix and a new setting to allow custom CSS stylesheets. - -The new custom setting can be used like this: - -```python -EXTRA_PATH_METADATA = { - 'extra/custom.css': {'path': 'static/custom.css'}, -} -CUSTOM_CSS = 'static/custom.css' -``` - -I would like to thank all who helped in this new version. diff --git a/docs/content/articles/flex-pelican-theme-1-2.md b/docs/content/articles/flex-pelican-theme-1-2.md deleted file mode 100644 index fb8b7ae..0000000 --- a/docs/content/articles/flex-pelican-theme-1-2.md +++ /dev/null @@ -1,21 +0,0 @@ -Title: Flex 1.2.0 -Date: 2016-06-10 08:00 -Modified: 2016-06-10 08:00 -Category: News -Tags: pelican, python, theme -Slug: flex-pelican-theme-update-1-2-0 -Cover: images/flex-screenshot.png - -[Flex theme](https://github.com/alexandrevicenzi/Flex) 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](https://github.com/alexandrevicenzi/Flex/issues/31) -- [Added browser color configuration](https://github.com/alexandrevicenzi/Flex/pull/34) -- [Related posts](https://github.com/alexandrevicenzi/Flex/pull/27) -- [More Pygments Styles](https://github.com/alexandrevicenzi/Flex/issues/38) -- [Add StatusCake RUM support](https://github.com/alexandrevicenzi/Flex/issues/16) - -If you need help or want to report a bug, please open an [issue](https://github.com/alexandrevicenzi/Flex/issues). - -Hope you enjoy this theme. diff --git a/docs/content/articles/flex-pelican-theme-2-0.md b/docs/content/articles/flex-pelican-theme-2-0.md deleted file mode 100644 index fd8fbb6..0000000 --- a/docs/content/articles/flex-pelican-theme-2-0.md +++ /dev/null @@ -1,37 +0,0 @@ -Title: Flex 2.0 -Date: 2016-09-13 08:00 -Modified: 2016-09-13 08:00 -Category: News -Tags: pelican, python, theme -Slug: flex-pelican-theme-update-2-0 -Cover: images/flex-screenshot.png - -[Flex theme](https://github.com/alexandrevicenzi/Flex) 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](https://github.com/alexandrevicenzi/Flex/wiki/Translations). - -The biggest challege was to create a way to translate without breaking old versions. -If you use English it changes nothing for you. -But if you want to use translation you need to add new lines to your pelican configuration file. - -Here is a small example to use Flex in another language. - -```python -# Enable i18n plugin, probably you already have some others here. -PLUGINS = ['i18n_subsites'] -# Enable Jinja2 i18n extension used to parse translations. -JINJA_EXTENSIONS = ['jinja2.ext.i18n'] -# Default theme language. -I18N_TEMPLATES_LANG = 'en' -# Your language. -DEFAULT_LANG = 'de' -OG_LOCALE = 'de_DE' -LOCALE = 'de_DE' -``` - -Last but not least, Flex supports the feature "X minute read", similar [Medium](https://medium.com/). - -Hope you enjoy this version. diff --git a/docs/content/articles/flex-pelican-theme-2-1.md b/docs/content/articles/flex-pelican-theme-2-1.md deleted file mode 100644 index a01d2ec..0000000 --- a/docs/content/articles/flex-pelican-theme-2-1.md +++ /dev/null @@ -1,35 +0,0 @@ -Title: Flex 2.1.0 -Date: 2016-11-16 08:00 -Modified: 2016-11-16 08:00 -Category: News -Tags: pelican, python, theme -Slug: flex-pelican-theme-update-2-1 -Cover: images/flex-screenshot.png - -[Flex theme](https://github.com/alexandrevicenzi/Flex) 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. - -Flex has six places for ads. Google recommends up to 3 ads per page. There is ads page only, and banner that appears on all pages. -Below you can see how to enable ads in your pelican configuration file. - -```python -GOOGLE_ADSENSE = { - 'ca_id': 'ca-pub-1234567890', # Your AdSense ID - 'page_level_ads': True, # Allow Page Level Ads (mobile) - 'ads': { - 'aside': '1234561', # Side bar banner (all pages) - 'main_menu': '1234562', # Banner before main menu (all pages) - 'index_top': '1234563', # Banner after main menu (index only) - 'index_bottom': '1234564', # Banner before footer (index only) - 'article_top': '1234565', # Banner after article title (article only) - 'article_bottom': '1234566', # Banner after article content (article only) - } -} -``` - -Version 2.1.0 also comes with new translations. You can see available translations [here](https://github.com/alexandrevicenzi/Flex/wiki/Translations). - -Hope you enjoy this version. diff --git a/docs/content/articles/flex-pelican-theme-2-2.md b/docs/content/articles/flex-pelican-theme-2-2.md deleted file mode 100644 index 360c4ff..0000000 --- a/docs/content/articles/flex-pelican-theme-2-2.md +++ /dev/null @@ -1,15 +0,0 @@ -Title: Flex 2.2.0 -Date: 2018-06-24 08:00 -Modified: 2018-06-24 08:00 -Category: News -Tags: pelican, python, theme -Slug: flex-pelican-theme-update-2-2 -Cover: images/flex-screenshot.png - -[Flex theme](https://github.com/alexandrevicenzi/Flex) 2.2.0 comes with bug fixes and improvements. - -There are new Pygments templates and also a few code highlight fixes. There's also new social icons. - -Version 2.2.0 also comes with new translations. You can see available translations [here](https://github.com/alexandrevicenzi/Flex/wiki/Translations). - -Hope you enjoy this version. diff --git a/docs/content/articles/flex-pelican-theme-2-3.md b/docs/content/articles/flex-pelican-theme-2-3.md deleted file mode 100644 index 6bfeba4..0000000 --- a/docs/content/articles/flex-pelican-theme-2-3.md +++ /dev/null @@ -1,28 +0,0 @@ -Title: Flex 2.3.0 -Date: 2020-09-19 08:00 -Modified: 2020-09-19 08:00 -Category: News -Tags: pelican, python, theme -Slug: flex-pelican-theme-update-2-3 -Cover: images/flex-screenshot.png - -[Flex theme](https://github.com/alexandrevicenzi/Flex) 2.3.0 comes with bug fixes and a few improvements. - -New features include: - -- Dark Theme version -- Isso comments support -- Tipue Search support -- Update translations - -Fixes include: - -- New social icons -- Layout fixes -- Compatibility with newer Pelican - -For more details check our [Wiki](https://github.com/alexandrevicenzi/Flex/wiki). - -I know, it has been a long time since the last version, but it's out now. - -Hope you enjoy this version. diff --git a/docs/content/articles/flex-pelican-theme-2-4.md b/docs/content/articles/flex-pelican-theme-2-4.md deleted file mode 100644 index 2012dda..0000000 --- a/docs/content/articles/flex-pelican-theme-2-4.md +++ /dev/null @@ -1,17 +0,0 @@ -Title: Flex 2.4.0 -Date: 2020-12-01 08:00 -Modified: 2020-12-01 08:00 -Category: News -Tags: pelican, python, theme -Slug: flex-pelican-theme-update-2-4 -Cover: images/flex-screenshot.png - -[Flex theme](https://github.com/alexandrevicenzi/Flex) 2.4.0 comes with minor changes. - -- Updated translations (Italian, Spanish, Portuguese, German, Turkish) -- Include settings for canonical URLS ([#238](https://github.com/alexandrevicenzi/Flex/issues/238)) -- Remove pelican plugins dependency ([#255](https://github.com/alexandrevicenzi/Flex/issues/255)) - -For more details check our [Wiki](https://github.com/alexandrevicenzi/Flex/wiki). - -Hope you enjoy this version. diff --git a/docs/content/articles/flex-pelican-theme-2-5.md b/docs/content/articles/flex-pelican-theme-2-5.md deleted file mode 100644 index 60ac448..0000000 --- a/docs/content/articles/flex-pelican-theme-2-5.md +++ /dev/null @@ -1,27 +0,0 @@ -Title: Flex 2.5.0 -Date: 2022-08-31 08:00 -Modified: 2022-08-31 08:00 -Category: News -Tags: pelican, python, theme -Slug: flex-pelican-theme-update-2-5 -Cover: images/flex-screenshot.png - -[Flex theme](https://github.com/alexandrevicenzi/Flex) 2.5.0 comes with minor fixes and big improvments. - -- Added support for [Pelican Search](https://github.com/pelican-plugins/search) plugin as [Tipue Search](https://github.com/getpelican/pelican-plugins/tree/master/tipue_search) is deprecated - - Tipue Search support will be removed in Flex 3.0 -- Added support for [SEO](https://github.com/pelican-plugins/seo) plugin -- Added support for [Series](https://github.com/pelican-plugins/series) plugin -- Added support for [Microsoft Clarity](https://clarity.microsoft.com/) -- Added support for Google Analytics v4 -- Updated translations -- Improved styles for Table of Contents and Figure with captions, as well other small fixes - -For more details check our [Wiki](https://github.com/alexandrevicenzi/Flex/wiki). - -The next Flex version will be 3.0 and it will bring a few changes to the theme structure, introducing a few configuration changes. -Over the years many features were added to Flex theme and some with not much care. -Because of this, code cleanup is needed to allow theme maintenance in the future. -Pelican also changed, and some features present in Flex are now available in Pelican or as new plugins. It's time to review everything done so far. - -Hope you enjoy this version and stay tuned for Flex 3.0. diff --git a/docs/content/articles/flex-pelican-theme.md b/docs/content/articles/flex-pelican-theme.md deleted file mode 100644 index 594ec5a..0000000 --- a/docs/content/articles/flex-pelican-theme.md +++ /dev/null @@ -1,99 +0,0 @@ -Title: Flex: Responsive Pelican theme -Date: 2015-07-22 08:00 -Modified: 2015-07-22 08:00 -Category: News -Tags: pelican, python, theme -Slug: flex-pelican-theme -Cover: images/flex-screenshot.png - -I just start a new fresh blog using [Pelican](http://getpelican.com). Sometimes choosing a theme for a new site is something difficult that takes time. - -In the Pelican [theme gallery](http://www.pelicanthemes.com/), 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. - -Creating a theme for Pelican is quite easy, unlike Wordpress. You can take a look in the [Source Code of Flex](https://github.com/alexandrevicenzi/Flex). - -But how Flex looks like? Well, you can see [this screenshot](images/flex-screenshot.png), but you already know how it looks like, you're looking at it. :D - -I really care about SEO and integrations with Facebook, Google Plus and other social networks, so this theme offers some features: - -- Mobile First -- Responsive -- Semantic -- SEO Best Practices -- Open Graph -- Rich Snippets (JSON-LD) - -Maybe these features are not fully optimized, but I'll improve. - -Flex also offers integrations with multiple services. - -> **Tip:** - -> You can easyly integrate with: - -> - AddThis -> - Disqus -> - Google Analytics -> - Google Tag Manager -> - StatusCake - -Flex is a theme built by a developer for developers, but of course, you can use for any purpose. In this scenario, Flex is able to create good styles for coding, outputs and samples. - -If you need to show some program output you can use `samp` tag to look like this: - -Done: Processed 4 articles, 0 drafts, 2 pages and 0 hidden pages in 0.22 seconds. - -Or if you want multiple lines: - - - total used free shared buffers cached -Mem: 5866 4674 1192 386 0 2404 --/+ buffers/cache: 2269 3596 -Swap: 20480 1267 19213 - - -If you like to share code snippets, you can take advantage of [Pygments](http://pygments.org/) syntax highlighting: - -```js -// Foo -var bar = 0; -``` - -```python -class Foo(object): - def __init__(self, bar) - self.bar = bar -``` - -```bash -ls *.jpg | xargs -n1 -i cp {} /external-hard-drive/directory -``` - -**Note:** The code block looks like GitHub’s colors. - -You can add tables too: - -Item | Value --------- | --- -Computer | $1600 -Phone | $12 -Pipe | $1 - -and how heading looks like? - -# This is heading 1 -## This is heading 2 -### This is heading 3 -#### This is heading 4 -##### This is heading 5 -###### This is heading 6 - -This examples are in Markdown. I'm not sure how it will look using reStructuredText. Keep in mind that Markdown allows you to add HTML tags. If you can create the same HTML syntax produced by Markdown using reStructuredText it will work. - -You can take a look in the [source code of this page](https://raw.githubusercontent.com/alexandrevicenzi/blog/master/content/News/flex-pelican-theme.md) to know how to create rich examples. - -Flex is my first attempt creating themes and there's no IE testing yet. You can check the [sources here](https://github.com/alexandrevicenzi/flex). - -As soon as possible I will add this project to Pelican gallery. - -Drop a comment if you like this theme, or [open an issue](https://github.com/alexandrevicenzi/Flex/issues) if you need a feature or found a bug. diff --git a/docs/content/pages/about.md b/docs/content/pages/about.md deleted file mode 100644 index 7983ac5..0000000 --- a/docs/content/pages/about.md +++ /dev/null @@ -1,5 +0,0 @@ -Title: About -Date: 2015-07-18 08:00 -Modified: 2018-01-01 08:00 - -Flex - The minimalist Pelican theme. diff --git a/docs/content/pages/contact.md b/docs/content/pages/contact.md deleted file mode 100644 index 49a5970..0000000 --- a/docs/content/pages/contact.md +++ /dev/null @@ -1,6 +0,0 @@ -Title: Contact -Date: 2015-07-18 08:00 -Modified: 2018-01-01 08:00 -Slug: contact - -If you want to contact about typos, grammar and other errors in this blog, you can open an issue [here](https://github.com/alexandrevicenzi/Flex/issues). diff --git a/docs/pelicanconf.py b/docs/pelicanconf.py deleted file mode 100644 index 3cfd5ca..0000000 --- a/docs/pelicanconf.py +++ /dev/null @@ -1,85 +0,0 @@ -from datetime import datetime - -AUTHOR = "Alexandre Vicenzi" -SITEURL = "http://localhost:8000" -SITENAME = "Flex" -SITETITLE = "Flex" -SITESUBTITLE = "The minimalist Pelican theme" -SITEDESCRIPTION = "Flex - The minimalist Pelican theme." -# SITELOGO = '' -# FAVICON = '/images/favicon.ico' -BROWSER_COLOR = "#333333" -PYGMENTS_STYLE = "monokai" - -ROBOTS = "index, follow" - -THEME = "../" -PATH = "content" -OUTPUT_PATH = "blog/" -TIMEZONE = "America/New_York" - -DISABLE_URL_HASH = True - -# PLUGIN_PATHS = ['pelican-plugins'] - -# PLUGINS = ['i18n_subsites'] - -# JINJA_ENVIRONMENT = {'extensions': ['jinja2.ext.i18n']} - -I18N_TEMPLATES_LANG = "en" -DEFAULT_LANG = "en" -OG_LOCALE = "en_US" -LOCALE = "en_US" - -DATE_FORMATS = { - "en": "%B %d, %Y", -} - -FEED_ALL_ATOM = "feeds/all.atom.xml" -CATEGORY_FEED_ATOM = "feeds/{slug}.atom.xml" -TRANSLATION_FEED_ATOM = None -AUTHOR_FEED_ATOM = None -AUTHOR_FEED_RSS = None - -USE_FOLDER_AS_CATEGORY = False -MAIN_MENU = True -HOME_HIDE_TAGS = True - -GITHUB_CORNER_URL = "https://github.com/alexandrevicenzi/Flex" - -SOCIAL = ( - ("github", "https://github.com/alexandrevicenzi/Flex"), - ("rss", "/blog/feeds/all.atom.xml"), -) - -MENUITEMS = ( - ("Archives", "/archives.html"), - ("Categories", "/categories.html"), - ("Tags", "/tags.html"), -) - -CC_LICENSE = { - "name": "Creative Commons Attribution-ShareAlike 4.0 International License", - "version": "4.0", - "slug": "by-sa", - "icon": True, - "language": "en_US", -} - -COPYRIGHT_YEAR = datetime.now().year -DEFAULT_PAGINATION = 10 - -DISQUS_SITENAME = "flex-pelican" -ADD_THIS_ID = "ra-55adbb025d4f7e55" - -STATIC_PATHS = ["images", "extra/ads.txt", "extra/CNAME"] - -EXTRA_PATH_METADATA = { - "extra/ads.txt": {"path": "ads.txt"}, - "extra/CNAME": {"path": "CNAME"}, -} - -THEME_COLOR_AUTO_DETECT_BROWSER_PREFERENCE = True -THEME_COLOR_ENABLE_USER_OVERRIDE = True - -USE_LESS = True diff --git a/docs/publishconf.py b/docs/publishconf.py deleted file mode 100644 index 6c0fb89..0000000 --- a/docs/publishconf.py +++ /dev/null @@ -1,31 +0,0 @@ -import os -import sys - -sys.path.append(os.curdir) - -try: - from pelicanconf import * -except ImportError: - sys.path.append(os.path.join(os.curdir, "docs")) - from pelicanconf import * - -SITEURL = "https://flex.alxd.me/" - -RELATIVE_URLS = False - -USE_LESS = False - -GOOGLE_ANALYTICS = "UA-55543164-6" - -GOOGLE_ADSENSE = { - "ca_id": "ca-pub-6625957038449899", - "page_level_ads": True, - "ads": { - "aside": "8752710348", - "main_menu": "", - "index_top": "", - "index_bottom": "1124188687", - "article_top": "", - "article_bottom": "4843941849", - }, -} diff --git a/docs/requirements.txt b/docs/requirements.txt deleted file mode 100644 index 8b0ec32..0000000 --- a/docs/requirements.txt +++ /dev/null @@ -1,2 +0,0 @@ -pelican -markdown diff --git a/docs/tasks.py b/docs/tasks.py deleted file mode 100644 index fb15678..0000000 --- a/docs/tasks.py +++ /dev/null @@ -1,148 +0,0 @@ -# -*- coding: utf-8 -*- - -import os -import shlex -import shutil -import sys -import datetime - -from invoke import task -from invoke.main import program -from invoke.util import cd -from pelican import main as pelican_main -from pelican.server import ComplexHTTPRequestHandler, RootedHTTPServer -from pelican.settings import DEFAULT_CONFIG, get_settings_from_file - -OPEN_BROWSER_ON_SERVE = True -SETTINGS_FILE_BASE = 'pelicanconf.py' -SETTINGS = {} -SETTINGS.update(DEFAULT_CONFIG) -LOCAL_SETTINGS = get_settings_from_file(SETTINGS_FILE_BASE) -SETTINGS.update(LOCAL_SETTINGS) - -CONFIG = { - 'settings_base': SETTINGS_FILE_BASE, - 'settings_publish': 'publishconf.py', - # Output path. Can be absolute or relative to tasks.py. Default: 'output' - 'deploy_path': SETTINGS['OUTPUT_PATH'], - # Github Pages configuration - 'github_pages_branch': 'gh-pages', - 'commit_message': "'Publish site on {}'".format(datetime.date.today().isoformat()), - # Host and port for `serve` - 'host': 'localhost', - 'port': 8000, -} - -@task -def clean(c): - """Remove generated files""" - if os.path.isdir(CONFIG['deploy_path']): - shutil.rmtree(CONFIG['deploy_path']) - os.makedirs(CONFIG['deploy_path']) - -@task -def build(c): - """Build local version of site""" - pelican_run('-s {settings_base}'.format(**CONFIG)) - -@task -def rebuild(c): - """`build` with the delete switch""" - pelican_run('-d -s {settings_base}'.format(**CONFIG)) - -@task -def regenerate(c): - """Automatically regenerate site upon file modification""" - pelican_run('-r -s {settings_base}'.format(**CONFIG)) - -@task -def serve(c): - """Serve site at http://$HOST:$PORT/ (default is localhost:8000)""" - - class AddressReuseTCPServer(RootedHTTPServer): - allow_reuse_address = True - - server = AddressReuseTCPServer( - CONFIG['deploy_path'], - (CONFIG['host'], CONFIG['port']), - ComplexHTTPRequestHandler) - - if OPEN_BROWSER_ON_SERVE: - # Open site in default browser - import webbrowser - webbrowser.open("http://{host}:{port}".format(**CONFIG)) - - sys.stderr.write('Serving at {host}:{port} ...\n'.format(**CONFIG)) - server.serve_forever() - -@task -def reserve(c): - """`build`, then `serve`""" - build(c) - serve(c) - -@task -def preview(c): - """Build production version of site""" - pelican_run('-s {settings_publish}'.format(**CONFIG)) - -@task -def livereload(c): - """Automatically reload browser tab upon file modification.""" - from livereload import Server - - def cached_build(): - cmd = '-s {settings_base} -e CACHE_CONTENT=True LOAD_CONTENT_CACHE=True' - pelican_run(cmd.format(**CONFIG)) - - cached_build() - server = Server() - theme_path = SETTINGS['THEME'] - watched_globs = [ - CONFIG['settings_base'], - '{}/templates/**/*.html'.format(theme_path), - ] - - content_file_extensions = ['.md', '.rst'] - for extension in content_file_extensions: - content_glob = '{0}/**/*{1}'.format(SETTINGS['PATH'], extension) - watched_globs.append(content_glob) - - static_file_extensions = ['.css', '.js'] - for extension in static_file_extensions: - static_file_glob = '{0}/static/**/*{1}'.format(theme_path, extension) - watched_globs.append(static_file_glob) - - for glob in watched_globs: - server.watch(glob, cached_build) - - if OPEN_BROWSER_ON_SERVE: - # Open site in default browser - import webbrowser - webbrowser.open("http://{host}:{port}".format(**CONFIG)) - - server.serve(host=CONFIG['host'], port=CONFIG['port'], root=CONFIG['deploy_path']) - - -@task -def publish(c): - """Publish to production via rsync""" - pelican_run('-s {settings_publish}'.format(**CONFIG)) - c.run( - 'rsync --delete --exclude ".DS_Store" -pthrvz -c ' - '-e "ssh -p {ssh_port}" ' - '{} {ssh_user}@{ssh_host}:{ssh_path}'.format( - CONFIG['deploy_path'].rstrip('/') + '/', - **CONFIG)) - -@task -def gh_pages(c): - """Publish to GitHub Pages""" - preview(c) - c.run('ghp-import -b {github_pages_branch} ' - '-m {commit_message} ' - '{deploy_path} -p'.format(**CONFIG)) - -def pelican_run(cmd): - cmd += ' ' + program.core.remainder # allows to pass-through args to pelican - pelican_main(shlex.split(cmd)) diff --git a/feeds/all.atom.xml b/feeds/all.atom.xml new file mode 100644 index 0000000..f8e2a4d --- /dev/null +++ b/feeds/all.atom.xml @@ -0,0 +1,238 @@ + +Flexhttps://flex.alxd.me/2022-08-31T08:00:00-04:00The minimalist Pelican themeFlex 2.5.02022-08-31T08:00:00-04:002022-08-31T08:00:00-04:00Alexandre Vicenzitag:flex.alxd.me,2022-08-31:/flex-pelican-theme-update-2-5.html<p><a href="https://github.com/alexandrevicenzi/Flex">Flex theme</a> 2.5.0 comes with minor fixes and big improvments.</p> +<ul> +<li>Added support for <a href="https://github.com/pelican-plugins/search">Pelican Search</a> plugin as <a href="https://github.com/getpelican/pelican-plugins/tree/master/tipue_search">Tipue Search</a> is deprecated<ul> +<li>Tipue Search support will be removed in Flex 3.0</li> +</ul> +</li> +<li>Added support for <a href="https://github.com/pelican-plugins/seo">SEO</a> plugin</li> +<li>Added support for <a href="https://github.com/pelican-plugins/series">Series</a> plugin</li> +<li>Added support for <a href="https://clarity.microsoft.com/">Microsoft Clarity</a></li> +<li>Added support …</li></ul><p><a href="https://github.com/alexandrevicenzi/Flex">Flex theme</a> 2.5.0 comes with minor fixes and big improvments.</p> +<ul> +<li>Added support for <a href="https://github.com/pelican-plugins/search">Pelican Search</a> plugin as <a href="https://github.com/getpelican/pelican-plugins/tree/master/tipue_search">Tipue Search</a> is deprecated<ul> +<li>Tipue Search support will be removed in Flex 3.0</li> +</ul> +</li> +<li>Added support for <a href="https://github.com/pelican-plugins/seo">SEO</a> plugin</li> +<li>Added support for <a href="https://github.com/pelican-plugins/series">Series</a> plugin</li> +<li>Added support for <a href="https://clarity.microsoft.com/">Microsoft Clarity</a></li> +<li>Added support for Google Analytics v4</li> +<li>Updated translations</li> +<li>Improved styles for Table of Contents and Figure with captions, as well other small fixes</li> +</ul> +<p>For more details check our <a href="https://github.com/alexandrevicenzi/Flex/wiki">Wiki</a>.</p> +<p>The next Flex version will be 3.0 and it will bring a few changes to the theme structure, introducing a few configuration changes. +Over the years many features were added to Flex theme and some with not much care. +Because of this, code cleanup is needed to allow theme maintenance in the future. +Pelican also changed, and some features present in Flex are now available in Pelican or as new plugins. It's time to review everything done so far.</p> +<p>Hope you enjoy this version and stay tuned for Flex 3.0.</p>Flex 2.4.02020-12-01T08:00:00-05:002020-12-01T08:00:00-05:00Alexandre Vicenzitag:flex.alxd.me,2020-12-01:/flex-pelican-theme-update-2-4.html<p><a href="https://github.com/alexandrevicenzi/Flex">Flex theme</a> 2.4.0 comes with minor changes.</p> +<ul> +<li>Updated translations (Italian, Spanish, Portuguese, German, Turkish)</li> +<li>Include settings for canonical URLS (<a href="https://github.com/alexandrevicenzi/Flex/issues/238">#238</a>)</li> +<li>Remove pelican plugins dependency (<a href="https://github.com/alexandrevicenzi/Flex/issues/255">#255</a>)</li> +</ul> +<p>For more details check our <a href="https://github.com/alexandrevicenzi/Flex/wiki">Wiki</a>.</p> +<p>Hope you enjoy this version.</p>Flex 2.3.02020-09-19T08:00:00-04:002020-09-19T08:00:00-04:00Alexandre Vicenzitag:flex.alxd.me,2020-09-19:/flex-pelican-theme-update-2-3.html<p><a href="https://github.com/alexandrevicenzi/Flex">Flex theme</a> 2.3.0 comes with bug fixes and a few improvements.</p> +<p>New features include:</p> +<ul> +<li>Dark Theme version</li> +<li>Isso comments support</li> +<li>Tipue Search support</li> +<li>Update translations</li> +</ul> +<p>Fixes include:</p> +<ul> +<li>New social icons</li> +<li>Layout fixes</li> +<li>Compatibility with newer Pelican</li> +</ul> +<p>For more details check our <a href="https://github.com/alexandrevicenzi/Flex/wiki">Wiki</a>.</p> +<p>I know, it has been a …</p><p><a href="https://github.com/alexandrevicenzi/Flex">Flex theme</a> 2.3.0 comes with bug fixes and a few improvements.</p> +<p>New features include:</p> +<ul> +<li>Dark Theme version</li> +<li>Isso comments support</li> +<li>Tipue Search support</li> +<li>Update translations</li> +</ul> +<p>Fixes include:</p> +<ul> +<li>New social icons</li> +<li>Layout fixes</li> +<li>Compatibility with newer Pelican</li> +</ul> +<p>For more details check our <a href="https://github.com/alexandrevicenzi/Flex/wiki">Wiki</a>.</p> +<p>I know, it has been a long time since the last version, but it's out now.</p> +<p>Hope you enjoy this version.</p>Flex 2.2.02018-06-24T08:00:00-04:002018-06-24T08:00:00-04:00Alexandre Vicenzitag:flex.alxd.me,2018-06-24:/flex-pelican-theme-update-2-2.html<p><a href="https://github.com/alexandrevicenzi/Flex">Flex theme</a> 2.2.0 comes with bug fixes and improvements.</p> +<p>There are new Pygments templates and also a few code highlight fixes. There's also new social icons.</p> +<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> +<p>Hope you enjoy this version.</p>Flex 2.1.02016-11-16T08:00:00-05:002016-11-16T08:00:00-05:00Alexandre Vicenzitag:flex.alxd.me,2016-11-16:/flex-pelican-theme-update-2-1.html<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> +<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><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> +<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> +<p>Flex has six places for ads. Google recommends up to 3 ads per page. There is ads page only, and banner that appears on all pages. +Below you can see how to enable ads in your pelican configuration file.</p> +<div class="highlight"><pre><span></span><code><span class="n">GOOGLE_ADSENSE</span> <span class="o">=</span> <span class="p">{</span> + <span class="s1">&#39;ca_id&#39;</span><span class="p">:</span> <span class="s1">&#39;ca-pub-1234567890&#39;</span><span class="p">,</span> <span class="c1"># Your AdSense ID</span> + <span class="s1">&#39;page_level_ads&#39;</span><span class="p">:</span> <span class="kc">True</span><span class="p">,</span> <span class="c1"># Allow Page Level Ads (mobile)</span> + <span class="s1">&#39;ads&#39;</span><span class="p">:</span> <span class="p">{</span> + <span class="s1">&#39;aside&#39;</span><span class="p">:</span> <span class="s1">&#39;1234561&#39;</span><span class="p">,</span> <span class="c1"># Side bar banner (all pages)</span> + <span class="s1">&#39;main_menu&#39;</span><span class="p">:</span> <span class="s1">&#39;1234562&#39;</span><span class="p">,</span> <span class="c1"># Banner before main menu (all pages)</span> + <span class="s1">&#39;index_top&#39;</span><span class="p">:</span> <span class="s1">&#39;1234563&#39;</span><span class="p">,</span> <span class="c1"># Banner after main menu (index only)</span> + <span class="s1">&#39;index_bottom&#39;</span><span class="p">:</span> <span class="s1">&#39;1234564&#39;</span><span class="p">,</span> <span class="c1"># Banner before footer (index only)</span> + <span class="s1">&#39;article_top&#39;</span><span class="p">:</span> <span class="s1">&#39;1234565&#39;</span><span class="p">,</span> <span class="c1"># Banner after article title (article only)</span> + <span class="s1">&#39;article_bottom&#39;</span><span class="p">:</span> <span class="s1">&#39;1234566&#39;</span><span class="p">,</span> <span class="c1"># Banner after article content (article only)</span> + <span class="p">}</span> +<span class="p">}</span> +</code></pre></div> + +<p>Version 2.1.0 also comes with new translations. You can see available translations <a href="https://github.com/alexandrevicenzi/Flex/wiki/Translations">here</a>.</p> +<p>Hope you enjoy this version.</p>Flex 2.02016-09-13T08:00:00-04:002016-09-13T08:00:00-04:00Alexandre Vicenzitag:flex.alxd.me,2016-09-13:/flex-pelican-theme-update-2-0.html<p><a href="https://github.com/alexandrevicenzi/Flex">Flex theme</a> 2.0 comes with new features. +In fact there are two new features.</p> +<p>The biggest change is localization support. +Yes, Flex now can be translated into your language. +You can read about <a href="https://github.com/alexandrevicenzi/Flex/wiki/Translations">here</a>.</p> +<p>The biggest challege was to create a way to translate without breaking old versions. +If …</p><p><a href="https://github.com/alexandrevicenzi/Flex">Flex theme</a> 2.0 comes with new features. +In fact there are two new features.</p> +<p>The biggest change is localization support. +Yes, Flex now can be translated into your language. +You can read about <a href="https://github.com/alexandrevicenzi/Flex/wiki/Translations">here</a>.</p> +<p>The biggest challege was to create a way to translate without breaking old versions. +If you use English it changes nothing for you. +But if you want to use translation you need to add new lines to your pelican configuration file.</p> +<p>Here is a small example to use Flex in another language.</p> +<div class="highlight"><pre><span></span><code><span class="c1"># Enable i18n plugin, probably you already have some others here.</span> +<span class="n">PLUGINS</span> <span class="o">=</span> <span class="p">[</span><span class="s1">&#39;i18n_subsites&#39;</span><span class="p">]</span> +<span class="c1"># Enable Jinja2 i18n extension used to parse translations.</span> +<span class="n">JINJA_EXTENSIONS</span> <span class="o">=</span> <span class="p">[</span><span class="s1">&#39;jinja2.ext.i18n&#39;</span><span class="p">]</span> +<span class="c1"># Default theme language.</span> +<span class="n">I18N_TEMPLATES_LANG</span> <span class="o">=</span> <span class="s1">&#39;en&#39;</span> +<span class="c1"># Your language.</span> +<span class="n">DEFAULT_LANG</span> <span class="o">=</span> <span class="s1">&#39;de&#39;</span> +<span class="n">OG_LOCALE</span> <span class="o">=</span> <span class="s1">&#39;de_DE&#39;</span> +<span class="n">LOCALE</span> <span class="o">=</span> <span class="s1">&#39;de_DE&#39;</span> +</code></pre></div> + +<p>Last but not least, Flex supports the feature "X minute read", similar <a href="https://medium.com/">Medium</a>.</p> +<p>Hope you enjoy this version.</p>Flex 1.2.02016-06-10T08:00:00-04:002016-06-10T08:00:00-04:00Alexandre Vicenzitag:flex.alxd.me,2016-06-10:/flex-pelican-theme-update-1-2-0.html<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> +<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> +<ul> +<li><a href="https://github.com/alexandrevicenzi/Flex/issues/31">Update font-awesome</a></li> +<li><a href="https://github.com/alexandrevicenzi/Flex/pull/34">Added browser color configuration</a></li> +<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><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> +<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> +<ul> +<li><a href="https://github.com/alexandrevicenzi/Flex/issues/31">Update font-awesome</a></li> +<li><a href="https://github.com/alexandrevicenzi/Flex/pull/34">Added browser color configuration</a></li> +<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> +<li><a href="https://github.com/alexandrevicenzi/Flex/issues/16">Add StatusCake RUM support</a></li> +</ul> +<p>If you need help or want to report a bug, please open an <a href="https://github.com/alexandrevicenzi/Flex/issues">issue</a>.</p> +<p>Hope you enjoy this theme.</p>Flex 1.1.12016-02-27T08:00:00-05:002016-02-27T08:00:00-05:00Alexandre Vicenzitag:flex.alxd.me,2016-02-27:/flex-pelican-theme-update-1-1-1.html<p>Today, <a href="https://github.com/alexandrevicenzi/Flex">Flex theme</a> received a small update.</p> +<p>Some bugs are now fixed. I think the most important fixes are:</p> +<ul> +<li><a href="https://github.com/alexandrevicenzi/Flex/issues/21">Bug in CSS with placement of "Newer Posts" button</a></li> +<li><a href="https://github.com/alexandrevicenzi/Flex/issues/14">Posts preview on main page</a></li> +</ul> +<p>Hope you enjoy this theme.</p>Flex 1.1.02015-10-07T08:00:00-04:002015-10-07T08:00:00-04:00Alexandre Vicenzitag:flex.alxd.me,2015-10-07:/flex-pelican-theme-update-1-1.html<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><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 the <a href="https://github.com/alexandrevicenzi/Flex/releases/tag/v1.1">second version</a> of Flex (aka v1.1).</p> +<p>This new version doesn't include nothing so special, just some bug fix and a new setting to allow custom CSS stylesheets.</p> +<p>The new custom setting can be used like this:</p> +<div class="highlight"><pre><span></span><code><span class="n">EXTRA_PATH_METADATA</span> <span class="o">=</span> <span class="p">{</span> + <span class="s1">&#39;extra/custom.css&#39;</span><span class="p">:</span> <span class="p">{</span><span class="s1">&#39;path&#39;</span><span class="p">:</span> <span class="s1">&#39;static/custom.css&#39;</span><span class="p">},</span> +<span class="p">}</span> +<span class="n">CUSTOM_CSS</span> <span class="o">=</span> <span class="s1">&#39;static/custom.css&#39;</span> +</code></pre></div> + +<p>I would like to thank all who helped in this new version.</p>Flex: Responsive Pelican theme2015-07-22T08:00:00-04:002015-07-22T08:00:00-04:00Alexandre Vicenzitag:flex.alxd.me,2015-07-22:/flex-pelican-theme.html<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><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 choose to create my own theme. I never did this before.</p> +<p>Creating a theme for Pelican is quite easy, unlike Wordpress. You can take a look in the <a href="https://github.com/alexandrevicenzi/Flex">Source Code of Flex</a>.</p> +<p>But how Flex looks like? Well, you can see <a href="images/flex-screenshot.png">this screenshot</a>, but you already know how it looks like, you're looking at it. :D</p> +<p>I really care about SEO and integrations with Facebook, Google Plus and other social networks, so this theme offers some features:</p> +<ul> +<li>Mobile First</li> +<li>Responsive</li> +<li>Semantic</li> +<li>SEO Best Practices</li> +<li>Open Graph</li> +<li>Rich Snippets (JSON-LD)</li> +</ul> +<p>Maybe these features are not fully optimized, but I'll improve.</p> +<p>Flex also offers integrations with multiple services.</p> +<blockquote> +<p><strong>Tip:</strong></p> +<p>You can easyly integrate with:</p> +<ul> +<li>AddThis</li> +<li>Disqus</li> +<li>Google Analytics</li> +<li>Google Tag Manager</li> +<li>StatusCake</li> +</ul> +</blockquote> +<p>Flex is a theme built by a developer for developers, but of course, you can use for any purpose. In this scenario, Flex is able to create good styles for coding, outputs and samples.</p> +<p>If you need to show some program output you can use <code>samp</code> tag to look like this:</p> +<p><samp>Done: Processed 4 articles, 0 drafts, 2 pages and 0 hidden pages in 0.22 seconds.</samp></p> +<p>Or if you want multiple lines:</p> +<p><samp> + total used free shared buffers cached +Mem: 5866 4674 1192 386 0 2404 +-/+ buffers/cache: 2269 3596 +Swap: 20480 1267 19213 +</samp></p> +<p>If you like to share code snippets, you can take advantage of <a href="http://pygments.org/">Pygments</a> syntax highlighting:</p> +<div class="highlight"><pre><span></span><code><span class="c1">// Foo</span> +<span class="kd">var</span><span class="w"> </span><span class="nx">bar</span><span class="w"> </span><span class="o">=</span><span class="w"> </span><span class="mf">0</span><span class="p">;</span> +</code></pre></div> + +<div class="highlight"><pre><span></span><code><span class="k">class</span> <span class="nc">Foo</span><span class="p">(</span><span class="nb">object</span><span class="p">):</span> + <span class="k">def</span> <span class="fm">__init__</span><span class="p">(</span><span class="bp">self</span><span class="p">,</span> <span class="n">bar</span><span class="p">)</span> + <span class="bp">self</span><span class="o">.</span><span class="n">bar</span> <span class="o">=</span> <span class="n">bar</span> +</code></pre></div> + +<div class="highlight"><pre><span></span><code>ls<span class="w"> </span>*.jpg<span class="w"> </span><span class="p">|</span><span class="w"> </span>xargs<span class="w"> </span>-n1<span class="w"> </span>-i<span class="w"> </span>cp<span class="w"> </span><span class="o">{}</span><span class="w"> </span>/external-hard-drive/directory +</code></pre></div> + +<p><strong>Note:</strong> The code block looks like GitHub’s colors.</p> +<p>You can add tables too:</p> +<table> +<thead> +<tr> +<th>Item</th> +<th>Value</th> +</tr> +</thead> +<tbody> +<tr> +<td>Computer</td> +<td>$1600</td> +</tr> +<tr> +<td>Phone</td> +<td>$12</td> +</tr> +<tr> +<td>Pipe</td> +<td>$1</td> +</tr> +</tbody> +</table> +<p>and how heading looks like?</p> +<h1>This is heading 1</h1> +<h2>This is heading 2</h2> +<h3>This is heading 3</h3> +<h4>This is heading 4</h4> +<h5>This is heading 5</h5> +<h6>This is heading 6</h6> +<p>This examples are in Markdown. I'm not sure how it will look using reStructuredText. Keep in mind that Markdown allows you to add HTML tags. If you can create the same HTML syntax produced by Markdown using reStructuredText it will work.</p> +<p>You can take a look in the <a href="https://raw.githubusercontent.com/alexandrevicenzi/blog/master/content/News/flex-pelican-theme.md">source code of this page</a> to know how to create rich examples.</p> +<p>Flex is my first attempt creating themes and there's no IE testing yet. You can check the <a href="https://github.com/alexandrevicenzi/flex">sources here</a>.</p> +<p>As soon as possible I will add this project to Pelican gallery.</p> +<p>Drop a comment if you like this theme, or <a href="https://github.com/alexandrevicenzi/Flex/issues">open an issue</a> if you need a feature or found a bug.</p> \ No newline at end of file diff --git a/feeds/news.atom.xml b/feeds/news.atom.xml new file mode 100644 index 0000000..25cd324 --- /dev/null +++ b/feeds/news.atom.xml @@ -0,0 +1,238 @@ + +Flex - Newshttps://flex.alxd.me/2022-08-31T08:00:00-04:00The minimalist Pelican themeFlex 2.5.02022-08-31T08:00:00-04:002022-08-31T08:00:00-04:00Alexandre Vicenzitag:flex.alxd.me,2022-08-31:/flex-pelican-theme-update-2-5.html<p><a href="https://github.com/alexandrevicenzi/Flex">Flex theme</a> 2.5.0 comes with minor fixes and big improvments.</p> +<ul> +<li>Added support for <a href="https://github.com/pelican-plugins/search">Pelican Search</a> plugin as <a href="https://github.com/getpelican/pelican-plugins/tree/master/tipue_search">Tipue Search</a> is deprecated<ul> +<li>Tipue Search support will be removed in Flex 3.0</li> +</ul> +</li> +<li>Added support for <a href="https://github.com/pelican-plugins/seo">SEO</a> plugin</li> +<li>Added support for <a href="https://github.com/pelican-plugins/series">Series</a> plugin</li> +<li>Added support for <a href="https://clarity.microsoft.com/">Microsoft Clarity</a></li> +<li>Added support …</li></ul><p><a href="https://github.com/alexandrevicenzi/Flex">Flex theme</a> 2.5.0 comes with minor fixes and big improvments.</p> +<ul> +<li>Added support for <a href="https://github.com/pelican-plugins/search">Pelican Search</a> plugin as <a href="https://github.com/getpelican/pelican-plugins/tree/master/tipue_search">Tipue Search</a> is deprecated<ul> +<li>Tipue Search support will be removed in Flex 3.0</li> +</ul> +</li> +<li>Added support for <a href="https://github.com/pelican-plugins/seo">SEO</a> plugin</li> +<li>Added support for <a href="https://github.com/pelican-plugins/series">Series</a> plugin</li> +<li>Added support for <a href="https://clarity.microsoft.com/">Microsoft Clarity</a></li> +<li>Added support for Google Analytics v4</li> +<li>Updated translations</li> +<li>Improved styles for Table of Contents and Figure with captions, as well other small fixes</li> +</ul> +<p>For more details check our <a href="https://github.com/alexandrevicenzi/Flex/wiki">Wiki</a>.</p> +<p>The next Flex version will be 3.0 and it will bring a few changes to the theme structure, introducing a few configuration changes. +Over the years many features were added to Flex theme and some with not much care. +Because of this, code cleanup is needed to allow theme maintenance in the future. +Pelican also changed, and some features present in Flex are now available in Pelican or as new plugins. It's time to review everything done so far.</p> +<p>Hope you enjoy this version and stay tuned for Flex 3.0.</p>Flex 2.4.02020-12-01T08:00:00-05:002020-12-01T08:00:00-05:00Alexandre Vicenzitag:flex.alxd.me,2020-12-01:/flex-pelican-theme-update-2-4.html<p><a href="https://github.com/alexandrevicenzi/Flex">Flex theme</a> 2.4.0 comes with minor changes.</p> +<ul> +<li>Updated translations (Italian, Spanish, Portuguese, German, Turkish)</li> +<li>Include settings for canonical URLS (<a href="https://github.com/alexandrevicenzi/Flex/issues/238">#238</a>)</li> +<li>Remove pelican plugins dependency (<a href="https://github.com/alexandrevicenzi/Flex/issues/255">#255</a>)</li> +</ul> +<p>For more details check our <a href="https://github.com/alexandrevicenzi/Flex/wiki">Wiki</a>.</p> +<p>Hope you enjoy this version.</p>Flex 2.3.02020-09-19T08:00:00-04:002020-09-19T08:00:00-04:00Alexandre Vicenzitag:flex.alxd.me,2020-09-19:/flex-pelican-theme-update-2-3.html<p><a href="https://github.com/alexandrevicenzi/Flex">Flex theme</a> 2.3.0 comes with bug fixes and a few improvements.</p> +<p>New features include:</p> +<ul> +<li>Dark Theme version</li> +<li>Isso comments support</li> +<li>Tipue Search support</li> +<li>Update translations</li> +</ul> +<p>Fixes include:</p> +<ul> +<li>New social icons</li> +<li>Layout fixes</li> +<li>Compatibility with newer Pelican</li> +</ul> +<p>For more details check our <a href="https://github.com/alexandrevicenzi/Flex/wiki">Wiki</a>.</p> +<p>I know, it has been a …</p><p><a href="https://github.com/alexandrevicenzi/Flex">Flex theme</a> 2.3.0 comes with bug fixes and a few improvements.</p> +<p>New features include:</p> +<ul> +<li>Dark Theme version</li> +<li>Isso comments support</li> +<li>Tipue Search support</li> +<li>Update translations</li> +</ul> +<p>Fixes include:</p> +<ul> +<li>New social icons</li> +<li>Layout fixes</li> +<li>Compatibility with newer Pelican</li> +</ul> +<p>For more details check our <a href="https://github.com/alexandrevicenzi/Flex/wiki">Wiki</a>.</p> +<p>I know, it has been a long time since the last version, but it's out now.</p> +<p>Hope you enjoy this version.</p>Flex 2.2.02018-06-24T08:00:00-04:002018-06-24T08:00:00-04:00Alexandre Vicenzitag:flex.alxd.me,2018-06-24:/flex-pelican-theme-update-2-2.html<p><a href="https://github.com/alexandrevicenzi/Flex">Flex theme</a> 2.2.0 comes with bug fixes and improvements.</p> +<p>There are new Pygments templates and also a few code highlight fixes. There's also new social icons.</p> +<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> +<p>Hope you enjoy this version.</p>Flex 2.1.02016-11-16T08:00:00-05:002016-11-16T08:00:00-05:00Alexandre Vicenzitag:flex.alxd.me,2016-11-16:/flex-pelican-theme-update-2-1.html<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> +<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><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> +<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> +<p>Flex has six places for ads. Google recommends up to 3 ads per page. There is ads page only, and banner that appears on all pages. +Below you can see how to enable ads in your pelican configuration file.</p> +<div class="highlight"><pre><span></span><code><span class="n">GOOGLE_ADSENSE</span> <span class="o">=</span> <span class="p">{</span> + <span class="s1">&#39;ca_id&#39;</span><span class="p">:</span> <span class="s1">&#39;ca-pub-1234567890&#39;</span><span class="p">,</span> <span class="c1"># Your AdSense ID</span> + <span class="s1">&#39;page_level_ads&#39;</span><span class="p">:</span> <span class="kc">True</span><span class="p">,</span> <span class="c1"># Allow Page Level Ads (mobile)</span> + <span class="s1">&#39;ads&#39;</span><span class="p">:</span> <span class="p">{</span> + <span class="s1">&#39;aside&#39;</span><span class="p">:</span> <span class="s1">&#39;1234561&#39;</span><span class="p">,</span> <span class="c1"># Side bar banner (all pages)</span> + <span class="s1">&#39;main_menu&#39;</span><span class="p">:</span> <span class="s1">&#39;1234562&#39;</span><span class="p">,</span> <span class="c1"># Banner before main menu (all pages)</span> + <span class="s1">&#39;index_top&#39;</span><span class="p">:</span> <span class="s1">&#39;1234563&#39;</span><span class="p">,</span> <span class="c1"># Banner after main menu (index only)</span> + <span class="s1">&#39;index_bottom&#39;</span><span class="p">:</span> <span class="s1">&#39;1234564&#39;</span><span class="p">,</span> <span class="c1"># Banner before footer (index only)</span> + <span class="s1">&#39;article_top&#39;</span><span class="p">:</span> <span class="s1">&#39;1234565&#39;</span><span class="p">,</span> <span class="c1"># Banner after article title (article only)</span> + <span class="s1">&#39;article_bottom&#39;</span><span class="p">:</span> <span class="s1">&#39;1234566&#39;</span><span class="p">,</span> <span class="c1"># Banner after article content (article only)</span> + <span class="p">}</span> +<span class="p">}</span> +</code></pre></div> + +<p>Version 2.1.0 also comes with new translations. You can see available translations <a href="https://github.com/alexandrevicenzi/Flex/wiki/Translations">here</a>.</p> +<p>Hope you enjoy this version.</p>Flex 2.02016-09-13T08:00:00-04:002016-09-13T08:00:00-04:00Alexandre Vicenzitag:flex.alxd.me,2016-09-13:/flex-pelican-theme-update-2-0.html<p><a href="https://github.com/alexandrevicenzi/Flex">Flex theme</a> 2.0 comes with new features. +In fact there are two new features.</p> +<p>The biggest change is localization support. +Yes, Flex now can be translated into your language. +You can read about <a href="https://github.com/alexandrevicenzi/Flex/wiki/Translations">here</a>.</p> +<p>The biggest challege was to create a way to translate without breaking old versions. +If …</p><p><a href="https://github.com/alexandrevicenzi/Flex">Flex theme</a> 2.0 comes with new features. +In fact there are two new features.</p> +<p>The biggest change is localization support. +Yes, Flex now can be translated into your language. +You can read about <a href="https://github.com/alexandrevicenzi/Flex/wiki/Translations">here</a>.</p> +<p>The biggest challege was to create a way to translate without breaking old versions. +If you use English it changes nothing for you. +But if you want to use translation you need to add new lines to your pelican configuration file.</p> +<p>Here is a small example to use Flex in another language.</p> +<div class="highlight"><pre><span></span><code><span class="c1"># Enable i18n plugin, probably you already have some others here.</span> +<span class="n">PLUGINS</span> <span class="o">=</span> <span class="p">[</span><span class="s1">&#39;i18n_subsites&#39;</span><span class="p">]</span> +<span class="c1"># Enable Jinja2 i18n extension used to parse translations.</span> +<span class="n">JINJA_EXTENSIONS</span> <span class="o">=</span> <span class="p">[</span><span class="s1">&#39;jinja2.ext.i18n&#39;</span><span class="p">]</span> +<span class="c1"># Default theme language.</span> +<span class="n">I18N_TEMPLATES_LANG</span> <span class="o">=</span> <span class="s1">&#39;en&#39;</span> +<span class="c1"># Your language.</span> +<span class="n">DEFAULT_LANG</span> <span class="o">=</span> <span class="s1">&#39;de&#39;</span> +<span class="n">OG_LOCALE</span> <span class="o">=</span> <span class="s1">&#39;de_DE&#39;</span> +<span class="n">LOCALE</span> <span class="o">=</span> <span class="s1">&#39;de_DE&#39;</span> +</code></pre></div> + +<p>Last but not least, Flex supports the feature "X minute read", similar <a href="https://medium.com/">Medium</a>.</p> +<p>Hope you enjoy this version.</p>Flex 1.2.02016-06-10T08:00:00-04:002016-06-10T08:00:00-04:00Alexandre Vicenzitag:flex.alxd.me,2016-06-10:/flex-pelican-theme-update-1-2-0.html<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> +<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> +<ul> +<li><a href="https://github.com/alexandrevicenzi/Flex/issues/31">Update font-awesome</a></li> +<li><a href="https://github.com/alexandrevicenzi/Flex/pull/34">Added browser color configuration</a></li> +<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><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> +<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> +<ul> +<li><a href="https://github.com/alexandrevicenzi/Flex/issues/31">Update font-awesome</a></li> +<li><a href="https://github.com/alexandrevicenzi/Flex/pull/34">Added browser color configuration</a></li> +<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> +<li><a href="https://github.com/alexandrevicenzi/Flex/issues/16">Add StatusCake RUM support</a></li> +</ul> +<p>If you need help or want to report a bug, please open an <a href="https://github.com/alexandrevicenzi/Flex/issues">issue</a>.</p> +<p>Hope you enjoy this theme.</p>Flex 1.1.12016-02-27T08:00:00-05:002016-02-27T08:00:00-05:00Alexandre Vicenzitag:flex.alxd.me,2016-02-27:/flex-pelican-theme-update-1-1-1.html<p>Today, <a href="https://github.com/alexandrevicenzi/Flex">Flex theme</a> received a small update.</p> +<p>Some bugs are now fixed. I think the most important fixes are:</p> +<ul> +<li><a href="https://github.com/alexandrevicenzi/Flex/issues/21">Bug in CSS with placement of "Newer Posts" button</a></li> +<li><a href="https://github.com/alexandrevicenzi/Flex/issues/14">Posts preview on main page</a></li> +</ul> +<p>Hope you enjoy this theme.</p>Flex 1.1.02015-10-07T08:00:00-04:002015-10-07T08:00:00-04:00Alexandre Vicenzitag:flex.alxd.me,2015-10-07:/flex-pelican-theme-update-1-1.html<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><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 the <a href="https://github.com/alexandrevicenzi/Flex/releases/tag/v1.1">second version</a> of Flex (aka v1.1).</p> +<p>This new version doesn't include nothing so special, just some bug fix and a new setting to allow custom CSS stylesheets.</p> +<p>The new custom setting can be used like this:</p> +<div class="highlight"><pre><span></span><code><span class="n">EXTRA_PATH_METADATA</span> <span class="o">=</span> <span class="p">{</span> + <span class="s1">&#39;extra/custom.css&#39;</span><span class="p">:</span> <span class="p">{</span><span class="s1">&#39;path&#39;</span><span class="p">:</span> <span class="s1">&#39;static/custom.css&#39;</span><span class="p">},</span> +<span class="p">}</span> +<span class="n">CUSTOM_CSS</span> <span class="o">=</span> <span class="s1">&#39;static/custom.css&#39;</span> +</code></pre></div> + +<p>I would like to thank all who helped in this new version.</p>Flex: Responsive Pelican theme2015-07-22T08:00:00-04:002015-07-22T08:00:00-04:00Alexandre Vicenzitag:flex.alxd.me,2015-07-22:/flex-pelican-theme.html<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><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 choose to create my own theme. I never did this before.</p> +<p>Creating a theme for Pelican is quite easy, unlike Wordpress. You can take a look in the <a href="https://github.com/alexandrevicenzi/Flex">Source Code of Flex</a>.</p> +<p>But how Flex looks like? Well, you can see <a href="images/flex-screenshot.png">this screenshot</a>, but you already know how it looks like, you're looking at it. :D</p> +<p>I really care about SEO and integrations with Facebook, Google Plus and other social networks, so this theme offers some features:</p> +<ul> +<li>Mobile First</li> +<li>Responsive</li> +<li>Semantic</li> +<li>SEO Best Practices</li> +<li>Open Graph</li> +<li>Rich Snippets (JSON-LD)</li> +</ul> +<p>Maybe these features are not fully optimized, but I'll improve.</p> +<p>Flex also offers integrations with multiple services.</p> +<blockquote> +<p><strong>Tip:</strong></p> +<p>You can easyly integrate with:</p> +<ul> +<li>AddThis</li> +<li>Disqus</li> +<li>Google Analytics</li> +<li>Google Tag Manager</li> +<li>StatusCake</li> +</ul> +</blockquote> +<p>Flex is a theme built by a developer for developers, but of course, you can use for any purpose. In this scenario, Flex is able to create good styles for coding, outputs and samples.</p> +<p>If you need to show some program output you can use <code>samp</code> tag to look like this:</p> +<p><samp>Done: Processed 4 articles, 0 drafts, 2 pages and 0 hidden pages in 0.22 seconds.</samp></p> +<p>Or if you want multiple lines:</p> +<p><samp> + total used free shared buffers cached +Mem: 5866 4674 1192 386 0 2404 +-/+ buffers/cache: 2269 3596 +Swap: 20480 1267 19213 +</samp></p> +<p>If you like to share code snippets, you can take advantage of <a href="http://pygments.org/">Pygments</a> syntax highlighting:</p> +<div class="highlight"><pre><span></span><code><span class="c1">// Foo</span> +<span class="kd">var</span><span class="w"> </span><span class="nx">bar</span><span class="w"> </span><span class="o">=</span><span class="w"> </span><span class="mf">0</span><span class="p">;</span> +</code></pre></div> + +<div class="highlight"><pre><span></span><code><span class="k">class</span> <span class="nc">Foo</span><span class="p">(</span><span class="nb">object</span><span class="p">):</span> + <span class="k">def</span> <span class="fm">__init__</span><span class="p">(</span><span class="bp">self</span><span class="p">,</span> <span class="n">bar</span><span class="p">)</span> + <span class="bp">self</span><span class="o">.</span><span class="n">bar</span> <span class="o">=</span> <span class="n">bar</span> +</code></pre></div> + +<div class="highlight"><pre><span></span><code>ls<span class="w"> </span>*.jpg<span class="w"> </span><span class="p">|</span><span class="w"> </span>xargs<span class="w"> </span>-n1<span class="w"> </span>-i<span class="w"> </span>cp<span class="w"> </span><span class="o">{}</span><span class="w"> </span>/external-hard-drive/directory +</code></pre></div> + +<p><strong>Note:</strong> The code block looks like GitHub’s colors.</p> +<p>You can add tables too:</p> +<table> +<thead> +<tr> +<th>Item</th> +<th>Value</th> +</tr> +</thead> +<tbody> +<tr> +<td>Computer</td> +<td>$1600</td> +</tr> +<tr> +<td>Phone</td> +<td>$12</td> +</tr> +<tr> +<td>Pipe</td> +<td>$1</td> +</tr> +</tbody> +</table> +<p>and how heading looks like?</p> +<h1>This is heading 1</h1> +<h2>This is heading 2</h2> +<h3>This is heading 3</h3> +<h4>This is heading 4</h4> +<h5>This is heading 5</h5> +<h6>This is heading 6</h6> +<p>This examples are in Markdown. I'm not sure how it will look using reStructuredText. Keep in mind that Markdown allows you to add HTML tags. If you can create the same HTML syntax produced by Markdown using reStructuredText it will work.</p> +<p>You can take a look in the <a href="https://raw.githubusercontent.com/alexandrevicenzi/blog/master/content/News/flex-pelican-theme.md">source code of this page</a> to know how to create rich examples.</p> +<p>Flex is my first attempt creating themes and there's no IE testing yet. You can check the <a href="https://github.com/alexandrevicenzi/flex">sources here</a>.</p> +<p>As soon as possible I will add this project to Pelican gallery.</p> +<p>Drop a comment if you like this theme, or <a href="https://github.com/alexandrevicenzi/Flex/issues">open an issue</a> if you need a feature or found a bug.</p> \ No newline at end of file diff --git a/flex-pelican-theme-update-1-1-1.html b/flex-pelican-theme-update-1-1-1.html new file mode 100644 index 0000000..c796933 --- /dev/null +++ b/flex-pelican-theme-update-1-1-1.html @@ -0,0 +1,289 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Flex – Flex 1.1.1 + + + + + + + + +
+ + + +
+
+ +

Flex 1.1.1

+

+ Posted on February 27, 2016 in News + +

+
+ + +
+

Today, Flex theme received a small update.

+

Some bugs are now fixed. I think the most important fixes are:

+ +

Hope you enjoy this theme.

+
+
+

+ pelican + python + theme +

+
+ + + + + + + + + + + + +
+ + + +
+ +
+ + + + + + + + \ No newline at end of file diff --git a/flex-pelican-theme-update-1-1.html b/flex-pelican-theme-update-1-1.html new file mode 100644 index 0000000..498b0f0 --- /dev/null +++ b/flex-pelican-theme-update-1-1.html @@ -0,0 +1,293 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Flex – Flex 1.1.0 + + + + + + + + +
+ + + +
+
+ +

Flex 1.1.0

+

+ Posted on October 07, 2015 in News + +

+
+ + +
+

I'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 the second version of Flex (aka v1.1).

+

This new version doesn't include nothing so special, just some bug fix and a new setting to allow custom CSS stylesheets.

+

The new custom setting can be used like this:

+
EXTRA_PATH_METADATA = {
+    'extra/custom.css': {'path': 'static/custom.css'},
+}
+CUSTOM_CSS = 'static/custom.css'
+
+ +

I would like to thank all who helped in this new version.

+
+
+

+ pelican + python + theme +

+
+ + + + + + + + + + + + +
+ + + +
+ +
+ + + + + + + + \ No newline at end of file diff --git a/flex-pelican-theme-update-1-2-0.html b/flex-pelican-theme-update-1-2-0.html new file mode 100644 index 0000000..3a2cbce --- /dev/null +++ b/flex-pelican-theme-update-1-2-0.html @@ -0,0 +1,293 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Flex – Flex 1.2.0 + + + + + + + + +
+ + + +
+
+ +

Flex 1.2.0

+

+ Posted on June 10, 2016 in News + +

+
+ + +
+

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.

+ +

If you need help or want to report a bug, please open an issue.

+

Hope you enjoy this theme.

+
+
+

+ pelican + python + theme +

+
+ + + + + + + + + + + + +
+ + + +
+ +
+ + + + + + + + \ No newline at end of file diff --git a/flex-pelican-theme-update-2-0.html b/flex-pelican-theme-update-2-0.html new file mode 100644 index 0000000..c5dc784 --- /dev/null +++ b/flex-pelican-theme-update-2-0.html @@ -0,0 +1,305 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Flex – Flex 2.0 + + + + + + + + +
+ + + +
+
+ +

Flex 2.0

+

+ Posted on September 13, 2016 in News + +

+
+ + +
+

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 you use English it changes nothing for you. +But if you want to use translation you need to add new lines to your pelican configuration file.

+

Here is a small example to use Flex in another language.

+
# Enable i18n plugin, probably you already have some others here.
+PLUGINS = ['i18n_subsites']
+# Enable Jinja2 i18n extension used to parse translations.
+JINJA_EXTENSIONS = ['jinja2.ext.i18n']
+# Default theme language.
+I18N_TEMPLATES_LANG = 'en'
+# Your language.
+DEFAULT_LANG = 'de'
+OG_LOCALE = 'de_DE'
+LOCALE = 'de_DE'
+
+ +

Last but not least, Flex supports the feature "X minute read", similar Medium.

+

Hope you enjoy this version.

+
+
+

+ pelican + python + theme +

+
+ + + + + + + + + + + + +
+ + + +
+ +
+ + + + + + + + \ No newline at end of file diff --git a/flex-pelican-theme-update-2-1.html b/flex-pelican-theme-update-2-1.html new file mode 100644 index 0000000..7837390 --- /dev/null +++ b/flex-pelican-theme-update-2-1.html @@ -0,0 +1,303 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Flex – Flex 2.1.0 + + + + + + + + +
+ + + +
+
+ +

Flex 2.1.0

+

+ Posted on November 16, 2016 in News + +

+
+ + +
+

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.

+

Flex has six places for ads. Google recommends up to 3 ads per page. There is ads page only, and banner that appears on all pages. +Below you can see how to enable ads in your pelican configuration file.

+
GOOGLE_ADSENSE = {
+    'ca_id': 'ca-pub-1234567890',    # Your AdSense ID
+    'page_level_ads': True,          # Allow Page Level Ads (mobile)
+    'ads': {
+        'aside': '1234561',          # Side bar banner (all pages)
+        'main_menu': '1234562',      # Banner before main menu (all pages)
+        'index_top': '1234563',      # Banner after main menu (index only)
+        'index_bottom': '1234564',   # Banner before footer (index only)
+        'article_top': '1234565',    # Banner after article title (article only)
+        'article_bottom': '1234566', # Banner after article content (article only)
+    }
+}
+
+ +

Version 2.1.0 also comes with new translations. You can see available translations here.

+

Hope you enjoy this version.

+
+
+

+ pelican + python + theme +

+
+ + + + + + + + + + + + +
+ + + +
+ +
+ + + + + + + + \ No newline at end of file diff --git a/flex-pelican-theme-update-2-2.html b/flex-pelican-theme-update-2-2.html new file mode 100644 index 0000000..d51ab18 --- /dev/null +++ b/flex-pelican-theme-update-2-2.html @@ -0,0 +1,286 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Flex – Flex 2.2.0 + + + + + + + + +
+ + + +
+
+ +

Flex 2.2.0

+

+ Posted on June 24, 2018 in News + +

+
+ + +
+

Flex theme 2.2.0 comes with bug fixes and improvements.

+

There are new Pygments templates and also a few code highlight fixes. There'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.

+
+
+

+ pelican + python + theme +

+
+ + + + + + + + + + + + +
+ + + +
+ +
+ + + + + + + + \ No newline at end of file diff --git a/flex-pelican-theme-update-2-3.html b/flex-pelican-theme-update-2-3.html new file mode 100644 index 0000000..723db30 --- /dev/null +++ b/flex-pelican-theme-update-2-3.html @@ -0,0 +1,299 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Flex – Flex 2.3.0 + + + + + + + + +
+ + + +
+
+ +

Flex 2.3.0

+

+ Posted on September 19, 2020 in News + +

+
+ + +
+

Flex theme 2.3.0 comes with bug fixes and a few improvements.

+

New features include:

+
    +
  • Dark Theme version
  • +
  • Isso comments support
  • +
  • Tipue Search support
  • +
  • Update translations
  • +
+

Fixes include:

+
    +
  • New social icons
  • +
  • Layout fixes
  • +
  • Compatibility with newer Pelican
  • +
+

For more details check our Wiki.

+

I know, it has been a long time since the last version, but it's out now.

+

Hope you enjoy this version.

+
+
+

+ pelican + python + theme +

+
+ + + + + + + + + + + + +
+ + + +
+ +
+ + + + + + + + \ No newline at end of file diff --git a/flex-pelican-theme-update-2-4.html b/flex-pelican-theme-update-2-4.html new file mode 100644 index 0000000..a527fcd --- /dev/null +++ b/flex-pelican-theme-update-2-4.html @@ -0,0 +1,290 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Flex – Flex 2.4.0 + + + + + + + + +
+ + + +
+
+ +

Flex 2.4.0

+

+ Posted on December 01, 2020 in News + +

+
+ + +
+

Flex theme 2.4.0 comes with minor changes.

+
    +
  • Updated translations (Italian, Spanish, Portuguese, German, Turkish)
  • +
  • Include settings for canonical URLS (#238)
  • +
  • Remove pelican plugins dependency (#255)
  • +
+

For more details check our Wiki.

+

Hope you enjoy this version.

+
+
+

+ pelican + python + theme +

+
+ + + + + + + + + + + + +
+ + + +
+ +
+ + + + + + + + \ No newline at end of file diff --git a/flex-pelican-theme-update-2-5.html b/flex-pelican-theme-update-2-5.html new file mode 100644 index 0000000..73e3702 --- /dev/null +++ b/flex-pelican-theme-update-2-5.html @@ -0,0 +1,301 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Flex – Flex 2.5.0 + + + + + + + + +
+ + + +
+
+ +

Flex 2.5.0

+

+ Posted on August 31, 2022 in News + +

+
+ + +
+

Flex theme 2.5.0 comes with minor fixes and big improvments.

+
    +
  • Added support for Pelican Search plugin as Tipue Search is deprecated
      +
    • Tipue Search support will be removed in Flex 3.0
    • +
    +
  • +
  • Added support for SEO plugin
  • +
  • Added support for Series plugin
  • +
  • Added support for Microsoft Clarity
  • +
  • Added support for Google Analytics v4
  • +
  • Updated translations
  • +
  • Improved styles for Table of Contents and Figure with captions, as well other small fixes
  • +
+

For more details check our Wiki.

+

The next Flex version will be 3.0 and it will bring a few changes to the theme structure, introducing a few configuration changes. +Over the years many features were added to Flex theme and some with not much care. +Because of this, code cleanup is needed to allow theme maintenance in the future. +Pelican also changed, and some features present in Flex are now available in Pelican or as new plugins. It's time to review everything done so far.

+

Hope you enjoy this version and stay tuned for Flex 3.0.

+
+
+

+ pelican + python + theme +

+
+ + + + + + + + + + + + +
+ + + +
+ +
+ + + + + + + + \ No newline at end of file diff --git a/flex-pelican-theme.html b/flex-pelican-theme.html new file mode 100644 index 0000000..a6a4ab5 --- /dev/null +++ b/flex-pelican-theme.html @@ -0,0 +1,367 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Flex – Flex: Responsive Pelican theme + + + + + + + + +
+ + + +
+
+ +

Flex: Responsive Pelican theme

+

+ Posted on July 22, 2015 in News + +

+
+ + +
+

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'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.

+

Creating a theme for Pelican is quite easy, unlike Wordpress. You can take a look in the Source Code of Flex.

+

But how Flex looks like? Well, you can see this screenshot, but you already know how it looks like, you're looking at it. :D

+

I really care about SEO and integrations with Facebook, Google Plus and other social networks, so this theme offers some features:

+
    +
  • Mobile First
  • +
  • Responsive
  • +
  • Semantic
  • +
  • SEO Best Practices
  • +
  • Open Graph
  • +
  • Rich Snippets (JSON-LD)
  • +
+

Maybe these features are not fully optimized, but I'll improve.

+

Flex also offers integrations with multiple services.

+
+

Tip:

+

You can easyly integrate with:

+
    +
  • AddThis
  • +
  • Disqus
  • +
  • Google Analytics
  • +
  • Google Tag Manager
  • +
  • StatusCake
  • +
+
+

Flex is a theme built by a developer for developers, but of course, you can use for any purpose. In this scenario, Flex is able to create good styles for coding, outputs and samples.

+

If you need to show some program output you can use samp tag to look like this:

+

Done: Processed 4 articles, 0 drafts, 2 pages and 0 hidden pages in 0.22 seconds.

+

Or if you want multiple lines:

+

+ total used free shared buffers cached +Mem: 5866 4674 1192 386 0 2404 +-/+ buffers/cache: 2269 3596 +Swap: 20480 1267 19213 +

+

If you like to share code snippets, you can take advantage of Pygments syntax highlighting:

+
// Foo
+var bar = 0;
+
+ +
class Foo(object):
+    def __init__(self, bar)
+        self.bar = bar
+
+ +
ls *.jpg | xargs -n1 -i cp {} /external-hard-drive/directory
+
+ +

Note: The code block looks like GitHub’s colors.

+

You can add tables too:

+ + + + + + + + + + + + + + + + + + + + + +
ItemValue
Computer$1600
Phone$12
Pipe$1
+

and how heading looks like?

+

This is heading 1

+

This is heading 2

+

This is heading 3

+

This is heading 4

+
This is heading 5
+
This is heading 6
+

This examples are in Markdown. I'm not sure how it will look using reStructuredText. Keep in mind that Markdown allows you to add HTML tags. If you can create the same HTML syntax produced by Markdown using reStructuredText it will work.

+

You can take a look in the source code of this page to know how to create rich examples.

+

Flex is my first attempt creating themes and there's no IE testing yet. You can check the sources here.

+

As soon as possible I will add this project to Pelican gallery.

+

Drop a comment if you like this theme, or open an issue if you need a feature or found a bug.

+
+
+

+ pelican + python + theme +

+
+ + + + + + + + + + + + +
+ + + +
+ +
+ + + + + + + + \ No newline at end of file diff --git a/gulpfile.js b/gulpfile.js deleted file mode 100644 index d33426d..0000000 --- a/gulpfile.js +++ /dev/null @@ -1,53 +0,0 @@ -var gulp = require('gulp'), - less = require('gulp-less'), - rename = require('gulp-rename'), - cssnano = require('gulp-cssnano'), - uglify = require('gulp-uglify'); - -gulp.task('less', function () { - return gulp.src([ - './static/stylesheet/dark-theme.less', - './static/stylesheet/style.less', - ]) - .pipe(less()) - .pipe(cssnano()) - .pipe(rename({ - extname: '.min.css' - })) - .pipe(gulp.dest('./static/stylesheet')); -}); - -gulp.task('uglify', function () { - return gulp.src('./static/dark-theme/dark-theme.js') - .pipe(uglify()) - .pipe(rename({ - extname: '.min.js' - })) - .pipe(gulp.dest('./static/dark-theme')); -}); - -gulp.task('cp', function () { - return gulp.src('./node_modules/font-awesome/**/*.{min.css,otf,eot,svg,ttf,woff,woff2}') - .pipe(gulp.dest('./static/font-awesome')); -}); - -gulp.task('pygments', function () { - return gulp.src(['./static/pygments/*.css', '!./static/pygments/*min.css']) - .pipe(cssnano()) - .pipe(rename({ - extname: '.min.css' - })) - .pipe(gulp.dest('./static/pygments')); -}); - -gulp.task('watch-less', function () { - return gulp.watch('static/stylesheet/*.less', gulp.task('less')); -}); - -gulp.task('watch-js', function () { - return gulp.watch('static/dark-theme/!(*.min).js', gulp.task('uglify')); -}) - -gulp.task('default', gulp.series(['less', 'uglify', 'cp', 'pygments'])); - -gulp.task('watch', gulp.series('default', gulp.parallel('watch-less', 'watch-js'))); diff --git a/docs/content/images/flex-screenshot.png b/images/flex-screenshot.png similarity index 100% rename from docs/content/images/flex-screenshot.png rename to images/flex-screenshot.png diff --git a/index.html b/index.html new file mode 100644 index 0000000..f8d75a7 --- /dev/null +++ b/index.html @@ -0,0 +1,460 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Flex + + + + + + + + +
+ + + + + +
+
+

Flex 2.5.0

+

+ Posted on August 31, 2022 in News + + +

+
+
+

Flex theme 2.5.0 comes with minor fixes and big improvments.

+
+
+ + Continue reading + +
+
+
+
+
+

Flex 2.4.0

+

+ Posted on December 01, 2020 in News + + +

+
+
+

Flex theme 2.4.0 comes with minor changes.

+
    +
  • Updated translations (Italian, Spanish, Portuguese, German, Turkish)
  • +
  • Include settings for canonical URLS (#238)
  • +
  • Remove pelican plugins dependency (#255)
  • +
+

For more details check our Wiki.

+

Hope you enjoy this version.

+
+
+
+
+
+

Flex 2.3.0

+

+ Posted on September 19, 2020 in News + + +

+
+
+

Flex theme 2.3.0 comes with bug fixes and a few improvements.

+

New features include:

+
    +
  • Dark Theme version
  • +
  • Isso comments support
  • +
  • Tipue Search support
  • +
  • Update translations
  • +
+

Fixes include:

+
    +
  • New social icons
  • +
  • Layout fixes
  • +
  • Compatibility with newer Pelican
  • +
+

For more details check our Wiki.

+

I know, it has been a …

+
+ + Continue reading + +
+
+
+
+
+

Flex 2.2.0

+

+ Posted on June 24, 2018 in News + + +

+
+
+

Flex theme 2.2.0 comes with bug fixes and improvements.

+

There are new Pygments templates and also a few code highlight fixes. There'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.

+
+
+
+
+
+

Flex 2.1.0

+

+ Posted on November 16, 2016 in News + + +

+
+
+

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 …

+
+ + Continue reading + +
+
+
+
+
+

Flex 2.0

+

+ Posted on September 13, 2016 in News + + +

+
+
+

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 …

+
+ + Continue reading + +
+
+
+
+
+

Flex 1.2.0

+

+ Posted on June 10, 2016 in News + + +

+
+
+

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.

+
+
+ + Continue reading + +
+
+
+
+
+

Flex 1.1.1

+

+ Posted on February 27, 2016 in News + + +

+
+
+

Today, Flex theme received a small update.

+

Some bugs are now fixed. I think the most important fixes are:

+ +

Hope you enjoy this theme.

+
+
+
+
+
+

Flex 1.1.0

+

+ Posted on October 07, 2015 in News + + +

+
+
+

I'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 …

+
+ + Continue reading + +
+
+
+
+
+

Flex: Responsive Pelican theme

+

+ Posted on July 22, 2015 in News + + +

+
+
+

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't find anything that I really liked to feet all my needs. So in the first time of the history, I …

+
+ + Continue reading + +
+
+ + + + + + + + +
+ + + + + + + + \ No newline at end of file diff --git a/package.json b/package.json deleted file mode 100644 index 66e6404..0000000 --- a/package.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "name": "flex", - "version": "2.3.0", - "description": "A minimalist Pelican theme", - "main": "gulpfile.js", - "directories": { - "test": "tests" - }, - "scripts": { - "test": "source venv/bin/activate && pip install pelican markdown && pelican -s tests/pelicanconf.py && deactivate", - "build": "gulp default", - "watch": "gulp watch" - }, - "repository": { - "type": "git", - "url": "git+https://github.com/alexandrevicenzi/Flex.git" - }, - "keywords": [ - "pelican" - ], - "author": "Alexandre Vicenzi", - "license": "MIT", - "bugs": { - "url": "https://github.com/alexandrevicenzi/Flex/issues" - }, - "homepage": "https://github.com/alexandrevicenzi/Flex#readme", - "dependencies": { - "gulp": "^4.0.2", - "gulp-cssnano": "^2.1.3", - "gulp-less": "^4.0.1", - "gulp-rename": "^2.0.0", - "gulp-uglify": "^3.0.2" - } -} diff --git a/pages/about.html b/pages/about.html new file mode 100644 index 0000000..e904fec --- /dev/null +++ b/pages/about.html @@ -0,0 +1,226 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Flex – About + + + + + + + + +
+ + + +
+
+ +

About

+
+
+

Flex - The minimalist Pelican theme.

+
+ +
+ + + + + + + + \ No newline at end of file diff --git a/pages/contact.html b/pages/contact.html new file mode 100644 index 0000000..7cd47bb --- /dev/null +++ b/pages/contact.html @@ -0,0 +1,226 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Flex – Contact + + + + + + + + +
+ + + +
+
+ +

Contact

+
+
+

If you want to contact about typos, grammar and other errors in this blog, you can open an issue here.

+
+ +
+ + + + + + + + \ No newline at end of file diff --git a/pygments/README.md b/pygments/README.md deleted file mode 100644 index b687a54..0000000 --- a/pygments/README.md +++ /dev/null @@ -1,17 +0,0 @@ -# Pygments CSS generator - -This is the correct way to generate all pygments CSS files. - -## How to generate CSSs files - -Before run `generate.py` remember to install all requirements. -This can done with `pip install -r requirements.txt`. - -After this you can run `./generate.py`. Remember to run inside this folder. -Because it uses relative path to place inside `static/pygments` folder. - -After that, go back to the Flex path and run `gulp pygments` to generate all `min.css` files. - -## How to add new styles? - -[See wiki](https://github.com/alexandrevicenzi/Flex/wiki/Code-Highlight#how-to-add-new-styles). diff --git a/pygments/generate.py b/pygments/generate.py deleted file mode 100755 index ce25477..0000000 --- a/pygments/generate.py +++ /dev/null @@ -1,38 +0,0 @@ -#!/usr/bin/env python - -import os - -from pygments.styles import get_all_styles -from pygments.formatters.html import HtmlFormatter - -PYGMENTS_PATH = './../static/pygments' - - -def export(): - if not os.path.exists(PYGMENTS_PATH): - os.makedirs(PYGMENTS_PATH) - - styles = list(get_all_styles()) - - for style in styles: - print('Generating CSS for %s' % style) - - opts = { - 'style': style, - 'noclasses': False, - 'nobackground': False, - } - - path = os.path.join(PYGMENTS_PATH, '%s.css' % style) - formatter = HtmlFormatter(**opts) - md_css = formatter.get_style_defs('.highlight') - rst_css = formatter.get_style_defs('.literal-block') - - with open(path, 'w+') as f: - f.write(md_css) - f.write('\n') - f.write(rst_css) - - -if __name__ == '__main__': - export() diff --git a/pygments/requirements.txt b/pygments/requirements.txt deleted file mode 100644 index 16f6058..0000000 --- a/pygments/requirements.txt +++ /dev/null @@ -1,2 +0,0 @@ -Pygments -pygments-style-github diff --git a/screenshot.png b/screenshot.png deleted file mode 100644 index 3a89a9a..0000000 Binary files a/screenshot.png and /dev/null differ diff --git a/tag/pelican.html b/tag/pelican.html new file mode 100644 index 0000000..bc1f312 --- /dev/null +++ b/tag/pelican.html @@ -0,0 +1,460 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Flex – Tag pelican + + + + + + + + +
+ + + + + +
+
+

Flex 2.5.0

+

+ Posted on August 31, 2022 in News + + +

+
+
+

Flex theme 2.5.0 comes with minor fixes and big improvments.

+
+
+ + Continue reading + +
+
+
+
+
+

Flex 2.4.0

+

+ Posted on December 01, 2020 in News + + +

+
+
+

Flex theme 2.4.0 comes with minor changes.

+
    +
  • Updated translations (Italian, Spanish, Portuguese, German, Turkish)
  • +
  • Include settings for canonical URLS (#238)
  • +
  • Remove pelican plugins dependency (#255)
  • +
+

For more details check our Wiki.

+

Hope you enjoy this version.

+
+
+
+
+
+

Flex 2.3.0

+

+ Posted on September 19, 2020 in News + + +

+
+
+

Flex theme 2.3.0 comes with bug fixes and a few improvements.

+

New features include:

+
    +
  • Dark Theme version
  • +
  • Isso comments support
  • +
  • Tipue Search support
  • +
  • Update translations
  • +
+

Fixes include:

+
    +
  • New social icons
  • +
  • Layout fixes
  • +
  • Compatibility with newer Pelican
  • +
+

For more details check our Wiki.

+

I know, it has been a …

+
+ + Continue reading + +
+
+
+
+
+

Flex 2.2.0

+

+ Posted on June 24, 2018 in News + + +

+
+
+

Flex theme 2.2.0 comes with bug fixes and improvements.

+

There are new Pygments templates and also a few code highlight fixes. There'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.

+
+
+
+
+
+

Flex 2.1.0

+

+ Posted on November 16, 2016 in News + + +

+
+
+

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 …

+
+ + Continue reading + +
+
+
+
+
+

Flex 2.0

+

+ Posted on September 13, 2016 in News + + +

+
+
+

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 …

+
+ + Continue reading + +
+
+
+
+
+

Flex 1.2.0

+

+ Posted on June 10, 2016 in News + + +

+
+
+

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.

+
+
+ + Continue reading + +
+
+
+
+
+

Flex 1.1.1

+

+ Posted on February 27, 2016 in News + + +

+
+
+

Today, Flex theme received a small update.

+

Some bugs are now fixed. I think the most important fixes are:

+ +

Hope you enjoy this theme.

+
+
+
+
+
+

Flex 1.1.0

+

+ Posted on October 07, 2015 in News + + +

+
+
+

I'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 …

+
+ + Continue reading + +
+
+
+
+
+

Flex: Responsive Pelican theme

+

+ Posted on July 22, 2015 in News + + +

+
+
+

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't find anything that I really liked to feet all my needs. So in the first time of the history, I …

+
+ + Continue reading + +
+
+ + + + + + + + +
+ + + + + + + + \ No newline at end of file diff --git a/tag/python.html b/tag/python.html new file mode 100644 index 0000000..b51b1b5 --- /dev/null +++ b/tag/python.html @@ -0,0 +1,460 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Flex – Tag python + + + + + + + + +
+ + + + + +
+
+

Flex 2.5.0

+

+ Posted on August 31, 2022 in News + + +

+
+
+

Flex theme 2.5.0 comes with minor fixes and big improvments.

+
+
+ + Continue reading + +
+
+
+
+
+

Flex 2.4.0

+

+ Posted on December 01, 2020 in News + + +

+
+
+

Flex theme 2.4.0 comes with minor changes.

+
    +
  • Updated translations (Italian, Spanish, Portuguese, German, Turkish)
  • +
  • Include settings for canonical URLS (#238)
  • +
  • Remove pelican plugins dependency (#255)
  • +
+

For more details check our Wiki.

+

Hope you enjoy this version.

+
+
+
+
+
+

Flex 2.3.0

+

+ Posted on September 19, 2020 in News + + +

+
+
+

Flex theme 2.3.0 comes with bug fixes and a few improvements.

+

New features include:

+
    +
  • Dark Theme version
  • +
  • Isso comments support
  • +
  • Tipue Search support
  • +
  • Update translations
  • +
+

Fixes include:

+
    +
  • New social icons
  • +
  • Layout fixes
  • +
  • Compatibility with newer Pelican
  • +
+

For more details check our Wiki.

+

I know, it has been a …

+
+ + Continue reading + +
+
+
+
+
+

Flex 2.2.0

+

+ Posted on June 24, 2018 in News + + +

+
+
+

Flex theme 2.2.0 comes with bug fixes and improvements.

+

There are new Pygments templates and also a few code highlight fixes. There'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.

+
+
+
+
+
+

Flex 2.1.0

+

+ Posted on November 16, 2016 in News + + +

+
+
+

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 …

+
+ + Continue reading + +
+
+
+
+
+

Flex 2.0

+

+ Posted on September 13, 2016 in News + + +

+
+
+

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 …

+
+ + Continue reading + +
+
+
+
+
+

Flex 1.2.0

+

+ Posted on June 10, 2016 in News + + +

+
+
+

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.

+
+
+ + Continue reading + +
+
+
+
+
+

Flex 1.1.1

+

+ Posted on February 27, 2016 in News + + +

+
+
+

Today, Flex theme received a small update.

+

Some bugs are now fixed. I think the most important fixes are:

+ +

Hope you enjoy this theme.

+
+
+
+
+
+

Flex 1.1.0

+

+ Posted on October 07, 2015 in News + + +

+
+
+

I'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 …

+
+ + Continue reading + +
+
+
+
+
+

Flex: Responsive Pelican theme

+

+ Posted on July 22, 2015 in News + + +

+
+
+

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't find anything that I really liked to feet all my needs. So in the first time of the history, I …

+
+ + Continue reading + +
+
+ + + + + + + + +
+ + + + + + + + \ No newline at end of file diff --git a/tag/theme.html b/tag/theme.html new file mode 100644 index 0000000..32b9f90 --- /dev/null +++ b/tag/theme.html @@ -0,0 +1,460 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Flex – Tag theme + + + + + + + + +
+ + + + + +
+
+

Flex 2.5.0

+

+ Posted on August 31, 2022 in News + + +

+
+
+

Flex theme 2.5.0 comes with minor fixes and big improvments.

+
+
+ + Continue reading + +
+
+
+
+
+

Flex 2.4.0

+

+ Posted on December 01, 2020 in News + + +

+
+
+

Flex theme 2.4.0 comes with minor changes.

+
    +
  • Updated translations (Italian, Spanish, Portuguese, German, Turkish)
  • +
  • Include settings for canonical URLS (#238)
  • +
  • Remove pelican plugins dependency (#255)
  • +
+

For more details check our Wiki.

+

Hope you enjoy this version.

+
+
+
+
+
+

Flex 2.3.0

+

+ Posted on September 19, 2020 in News + + +

+
+
+

Flex theme 2.3.0 comes with bug fixes and a few improvements.

+

New features include:

+
    +
  • Dark Theme version
  • +
  • Isso comments support
  • +
  • Tipue Search support
  • +
  • Update translations
  • +
+

Fixes include:

+
    +
  • New social icons
  • +
  • Layout fixes
  • +
  • Compatibility with newer Pelican
  • +
+

For more details check our Wiki.

+

I know, it has been a …

+
+ + Continue reading + +
+
+
+
+
+

Flex 2.2.0

+

+ Posted on June 24, 2018 in News + + +

+
+
+

Flex theme 2.2.0 comes with bug fixes and improvements.

+

There are new Pygments templates and also a few code highlight fixes. There'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.

+
+
+
+
+
+

Flex 2.1.0

+

+ Posted on November 16, 2016 in News + + +

+
+
+

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 …

+
+ + Continue reading + +
+
+
+
+
+

Flex 2.0

+

+ Posted on September 13, 2016 in News + + +

+
+
+

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 …

+
+ + Continue reading + +
+
+
+
+
+

Flex 1.2.0

+

+ Posted on June 10, 2016 in News + + +

+
+
+

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.

+
+
+ + Continue reading + +
+
+
+
+
+

Flex 1.1.1

+

+ Posted on February 27, 2016 in News + + +

+
+
+

Today, Flex theme received a small update.

+

Some bugs are now fixed. I think the most important fixes are:

+ +

Hope you enjoy this theme.

+
+
+
+
+
+

Flex 1.1.0

+

+ Posted on October 07, 2015 in News + + +

+
+
+

I'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 …

+
+ + Continue reading + +
+
+
+
+
+

Flex: Responsive Pelican theme

+

+ Posted on July 22, 2015 in News + + +

+
+
+

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't find anything that I really liked to feet all my needs. So in the first time of the history, I …

+
+ + Continue reading + +
+
+ + + + + + + + +
+ + + + + + + + \ No newline at end of file diff --git a/tags.html b/tags.html new file mode 100644 index 0000000..9ebb059 --- /dev/null +++ b/tags.html @@ -0,0 +1,227 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Flex – Tags + + + + + + + + +
+ + + +
+
+

Tags

+
+
+ +
+
+ +
+ + + + + + + + \ No newline at end of file diff --git a/templates/archives.html b/templates/archives.html deleted file mode 100644 index b0c1d18..0000000 --- a/templates/archives.html +++ /dev/null @@ -1,27 +0,0 @@ -{% extends "base.html" %} - -{% block title %} – {{ _('Archives') }}{% endblock %} - -{% block content %} -
-
-

{{ _('Archives') }}

-
-
-
- {% set previous_date = False %} - - {% for article in dates %} - {% if article.locale_date != previous_date %} - {% set previous_date = article.locale_date %} -
{{ article.locale_date }}
- {% endif %} - -
- {{ article.title }} -
- {% endfor %} -
-
-
-{% endblock %} diff --git a/templates/article.html b/templates/article.html deleted file mode 100644 index d3bd083..0000000 --- a/templates/article.html +++ /dev/null @@ -1,124 +0,0 @@ -{% extends "base.html" %} - -{% block meta %} - - - - -{% if PLUGINS and 'pelican.plugins.activitypub' in PLUGINS %}{% endif %} - -{% if article.translations -%} - -{% for a in article.translations %} - -{% endfor %} -{% endif %} - -{% include "partial/og_article.html" %} -{% endblock %} - -{% block title %} – {{ article.title|striptags|escape }}{% endblock %} - -{% block content %} -
-
- {% if not ARTICLE_HIDE_TRANSLATION %} - {% import 'partial/translations.html' as translations with context %} - {{ translations.translations_for(article) }} - {% endif %} -

{{ article.title }}

-

- {{ _('Posted on %(when)s in %(category)s', - when=article.locale_date, - category='%s'|format(SITEURL, article.category.url, article.category)|safe) }} - - {% if PLUGINS and 'post_stats' in PLUGINS %} - • {{ _('%(minutes)s min read', minutes=article.stats['read_mins']) }} - {% endif %} -

-
- - {% if GOOGLE_ADSENSE and GOOGLE_ADSENSE.ads.article_top %} - - - - {% endif %} - -
- {{ article.content }} -
-
-

- {% if article.tags %} - {% for tag in article.tags %} - {{ tag }} - {% endfor %} - {% endif %} -

-
- - {% if ADD_THIS_ID %} -
-

{{ _('Like this article? Share it with your friends!') }}

-
-
-
-
- {% endif %} - - {% include "partial/neighbors.html" %} - - {% if article.related_posts %} - - {% elif ADD_THIS_ID %} - - {% endif %} - - {% if article.series %} - - {% endif %} - - {% if GOOGLE_ADSENSE and GOOGLE_ADSENSE.ads.article_bottom %} - - - - {% endif %} - - {% include "partial/disqus.html" %} - {% include "partial/isso.html" %} -
-{% endblock %} diff --git a/templates/author.html b/templates/author.html deleted file mode 100644 index 40c0bee..0000000 --- a/templates/author.html +++ /dev/null @@ -1,8 +0,0 @@ -{% extends "index.html" %} - -{% block meta %} -{% if PLUGINS and 'pelican.plugins.activitypub' in PLUGINS %}{% endif %} -{% endblock %} - -{% block title %} – {{ _('Posts by %(name)s', name=author) }}:{% endblock %} -{% set summarise = True %} diff --git a/templates/authors.html b/templates/authors.html deleted file mode 100644 index ee8449b..0000000 --- a/templates/authors.html +++ /dev/null @@ -1,18 +0,0 @@ -{% extends "base.html" %} - -{% block title %} – {{ _('Authors') }}{% endblock %} - -{% block content %} -
-
-

{{ _('Authors') }}

-
-
- -
-
-{% endblock %} diff --git a/templates/base.html b/templates/base.html deleted file mode 100644 index 4db8852..0000000 --- a/templates/base.html +++ /dev/null @@ -1,193 +0,0 @@ -{% if 'jinja2.ext.i18n' not in JINJA_ENVIRONMENT.extensions %} - {%- macro _(msg) -%} - {{ msg % kwargs }} - {%- endmacro -%} -{% endif %} - - - - - - - - - {% if page in hidden_pages %} - - {% else %} - - {% endif %} - - {% if USE_GOOGLE_FONTS != False %} - - {% endif %} - - {% if USE_LESS %} - - - {% else %} - - {% endif %} - - {# DARK THEME STYLES #} - {% if THEME_COLOR == "dark" or THEME_COLOR_AUTO_DETECT_BROWSER_PREFERENCE or THEME_COLOR_ENABLE_USER_OVERRIDE %} - - {% endif %} - - {# PYGMENTS STYLES #} - {% if THEME_COLOR_AUTO_DETECT_BROWSER_PREFERENCE or THEME_COLOR_ENABLE_USER_OVERRIDE or THEME_COLOR == "dark" %} - - {% endif %} - {% if THEME_COLOR_AUTO_DETECT_BROWSER_PREFERENCE or not THEME_COLOR or THEME_COLOR == "light" %} - - {% endif %} - - {% if PLUGINS and ('tipue_search' in PLUGINS or 'pelican.plugins.tipue_search' in PLUGINS) %} - {% if USE_GOOGLE_FONTS != False %} - - {% endif %} - - {% endif %} - - {% if 'pelican.plugins.search' in PLUGINS %} - - {% endif %} - - - - - - {% if CUSTOM_CSS %} - - {% endif %} - - {% include "partial/icon.html" %} - - {% include "partial/color.html" %} - - {% include "partial/feed.html" %} - - {% include "partial/ga.html" %} - {% include "partial/ggst.html" %} - - - {% include "partial/plausible.html" %} - - {% if PGP_KEY %} - - {% endif %} - - {% if WEBMENTION_URL %} - - {% endif %} - - {% if PINGBACK_URL %} - - {% endif %} - - {% for _, link in SOCIAL%} - - {% endfor %} - - {% if not PLUGINS or 'seo' not in PLUGINS %} - {% if REL_CANONICAL %} - {% if page %} - - {% elif article %} - - {% elif page_name == 'index' and not articles_previous_page %} - - {% elif author or category or tag or page_name == 'index' %} - - {% else %} - - {% endif %} - {% endif %} - {% endif %} - - {% block meta %} - - - {% include "partial/og.html" %} - {% endblock %} - - {{ SITENAME }}{% block title %}{% endblock %} - - {% if GOOGLE_ADSENSE and GOOGLE_ADSENSE.page_level_ads %} - - - {% endif %} - - {% include "partial/gtm.html" %} - {% include "partial/clarity.html" %} - - - {% include "partial/gtm_noscript.html" %} - - {% include "partial/sidebar.html" %} - -
- {% if GOOGLE_ADSENSE and GOOGLE_ADSENSE.ads.main_menu %} - - - - {% endif %} - - {% include "partial/nav.html" %} - - {% block content %} - {% endblock %} - - {% include "partial/footer.html" %} -
- - {% include "partial/jsonld.html" %} - {% include "partial/guages.html" %} - {% include "partial/addthis.html" %} - {% include "partial/matomo.html" %} - {% include 'partial/github.html' %} - {% include 'partial/stork.html' %} - {% include 'partial/cf_analytics.html' %} - - {% block additional_js %}{% endblock %} - - diff --git a/templates/categories.html b/templates/categories.html deleted file mode 100644 index eeaa841..0000000 --- a/templates/categories.html +++ /dev/null @@ -1,20 +0,0 @@ -{% extends "base.html" %} - -{% block title %} – {{ _('Categories') }}{% endblock %} - -{% block content %} -
-
-

{{ _('Categories') }}

-
-
- -
-
-{% endblock %} diff --git a/templates/category.html b/templates/category.html deleted file mode 100644 index 9730575..0000000 --- a/templates/category.html +++ /dev/null @@ -1,3 +0,0 @@ -{% extends "index.html" %} -{% block title %} – {{ _('Category %(name)s', name=category) }}{% endblock %} -{% set summarise = True %} diff --git a/templates/index.html b/templates/index.html deleted file mode 100644 index 5a07642..0000000 --- a/templates/index.html +++ /dev/null @@ -1,71 +0,0 @@ -{% extends "base.html" %} - -{% block content %} - -{% if GOOGLE_ADSENSE and GOOGLE_ADSENSE.ads.index_top %} - - - -{% endif %} - -{% for article in articles_page.object_list %} -
-
-

{{ article.title }}

-

- {{ _('Posted on %(when)s in %(category)s', - when=article.locale_date, - category='%s'|format(SITEURL, article.category.url, article.category)|safe) }} - - {% if article.tags and not HOME_HIDE_TAGS %} - • {{ _('Tagged with') }} - {% for tag in article.tags %} - {{ tag }}{% if not loop.last %},{% endif %} - {% endfor %} - {% endif %} - - {% if PLUGINS and 'post_stats' in PLUGINS %} - • {{ _('%(minutes)s min read', minutes=article.stats['read_mins']) }} - {% endif %} -

-
-
- {% if summarise or article.metadata['summary'] or SUMMARY_MAX_LENGTH %} - {% if article.featured_image %} - - {% endif %} -
{{ article.summary }}
- {% if article.content != article.summary %} -
- - {{ _('Continue reading') }} - - {% endif %} - {% else %} - {{ article.content }} - {% endif %} -
- {% if not loop.last %} -
- {% endif %} -
-{% endfor %} - -{% include "partial/pagination.html" %} - -{% if GOOGLE_ADSENSE and GOOGLE_ADSENSE.ads.index_bottom %} - - - -{% endif %} - -{% endblock %} diff --git a/templates/page.html b/templates/page.html deleted file mode 100644 index cf276f7..0000000 --- a/templates/page.html +++ /dev/null @@ -1,29 +0,0 @@ -{% extends "base.html" %} - -{% block meta %} -{{ super() }} - -{% if page.translations -%} - -{% for p in page.translations %} - -{% endfor %} -{% endif %} -{% endblock %} - -{% block title %} – {{ page.title|striptags|escape }}{% endblock %} - -{% block content %} -
-
- {% import 'partial/translations.html' as translations with context %} - {{ translations.translations_for(page) }} -

{{ page.title }}

-
-
- {% block before_content %}{% endblock %} - {% block page_content %}{{ page.content }}{% endblock %} - {% block after_content %}{% endblock %} -
-
-{% endblock %} diff --git a/templates/partial/addthis.html b/templates/partial/addthis.html deleted file mode 100644 index 7d8bc97..0000000 --- a/templates/partial/addthis.html +++ /dev/null @@ -1,3 +0,0 @@ -{% if ADD_THIS_ID %} - -{% endif %} diff --git a/templates/partial/cc_license.html b/templates/partial/cc_license.html deleted file mode 100644 index 756cc49..0000000 --- a/templates/partial/cc_license.html +++ /dev/null @@ -1,31 +0,0 @@ -

- {% set cc_slug = CC_LICENSE['slug'] %} - {% set cc_name = CC_LICENSE['name'] %} - {% set cc_version = CC_LICENSE['version'] %} - {% set cc_lang = CC_LICENSE['language'] or "en_US" %} - {% set cc_url = "http://creativecommons.org/licenses/{}/{}/deed.{}".format(cc_slug, cc_version, cc_lang) %} - © {{ COPYRIGHT_YEAR }} {{ COPYRIGHT_NAME }} - {{ _('This work is licensed under a %(cc)s', - cc='{}'.format(cc_url, cc_name)|safe) }} -

-{% include "partial/flex.html" %} -

- {% if CC_LICENSE['icon'] != False %} - - Creative Commons License - - {% endif %} - {% if STATUSCAKE %} - {% include "partial/statuscake.html" %} - {% endif %} -

diff --git a/templates/partial/cf_analytics.html b/templates/partial/cf_analytics.html deleted file mode 100644 index 2c21486..0000000 --- a/templates/partial/cf_analytics.html +++ /dev/null @@ -1,6 +0,0 @@ -{% if CLOUDFLARE_WEB_ANALYTICS_TOKEN %} - -{% endif %} diff --git a/templates/partial/clarity.html b/templates/partial/clarity.html deleted file mode 100644 index 59dbb90..0000000 --- a/templates/partial/clarity.html +++ /dev/null @@ -1,9 +0,0 @@ -{% if MICROSOFT_CLARITY %} - -{% endif %} diff --git a/templates/partial/color.html b/templates/partial/color.html deleted file mode 100644 index e715c90..0000000 --- a/templates/partial/color.html +++ /dev/null @@ -1,11 +0,0 @@ -{% if BROWSER_COLOR %} - - - - - - - - - -{% endif %} diff --git a/templates/partial/copyright.html b/templates/partial/copyright.html deleted file mode 100644 index 5521ef3..0000000 --- a/templates/partial/copyright.html +++ /dev/null @@ -1,5 +0,0 @@ -

© {{ COPYRIGHT_YEAR }} {{ COPYRIGHT_NAME }}

-{% include "partial/flex.html" %} -{% if STATUSCAKE %} - {% include "partial/statuscake.html" %} -{% endif %} diff --git a/templates/partial/disqus.html b/templates/partial/disqus.html deleted file mode 100644 index bcc35fc..0000000 --- a/templates/partial/disqus.html +++ /dev/null @@ -1,16 +0,0 @@ -{% if DISQUS_SITENAME %} - -
- - - -{% endif %} diff --git a/templates/partial/feed.html b/templates/partial/feed.html deleted file mode 100644 index 28a836a..0000000 --- a/templates/partial/feed.html +++ /dev/null @@ -1,7 +0,0 @@ -{% if FEED_ALL_ATOM %} - -{% endif %} - -{% if FEED_ALL_RSS %} - -{% endif %} diff --git a/templates/partial/flex.html b/templates/partial/flex.html deleted file mode 100644 index a920fd6..0000000 --- a/templates/partial/flex.html +++ /dev/null @@ -1,22 +0,0 @@ -

-{{ - _('Built with %(pelican_url)s using %(flex_url)s theme', - pelican_url='Pelican', - flex_url='Flex'|safe) -}} -{% if THEME_COLOR_ENABLE_USER_OVERRIDE %} - | - {{ - _('Switch to the %(dark_url)s | %(light_url)s | %(browser_url)s theme', - dark_url='dark', - light_url='light', - browser_url='browser'|safe) - }} - -{% endif %} -

diff --git a/templates/partial/footer.html b/templates/partial/footer.html deleted file mode 100644 index 6c559b3..0000000 --- a/templates/partial/footer.html +++ /dev/null @@ -1,7 +0,0 @@ - diff --git a/templates/partial/ga.html b/templates/partial/ga.html deleted file mode 100644 index fcf5c70..0000000 --- a/templates/partial/ga.html +++ /dev/null @@ -1,11 +0,0 @@ -{% if GOOGLE_ANALYTICS %} - -{% endif %} diff --git a/templates/partial/ggst.html b/templates/partial/ggst.html deleted file mode 100644 index c306b04..0000000 --- a/templates/partial/ggst.html +++ /dev/null @@ -1,10 +0,0 @@ -{% if GOOGLE_GLOBAL_SITE_TAG %} - - -{% endif %} diff --git a/templates/partial/github.html b/templates/partial/github.html deleted file mode 100644 index f417383..0000000 --- a/templates/partial/github.html +++ /dev/null @@ -1,20 +0,0 @@ -{% if GITHUB_CORNER_URL %} - - - -{% endif %} diff --git a/templates/partial/gtm.html b/templates/partial/gtm.html deleted file mode 100644 index 8bc0135..0000000 --- a/templates/partial/gtm.html +++ /dev/null @@ -1,12 +0,0 @@ -{% if GOOGLE_TAG_MANAGER %} - -{% endif %} diff --git a/templates/partial/gtm_noscript.html b/templates/partial/gtm_noscript.html deleted file mode 100644 index 5cc4ec8..0000000 --- a/templates/partial/gtm_noscript.html +++ /dev/null @@ -1,5 +0,0 @@ -{% if GOOGLE_TAG_MANAGER %} - -{% endif %} diff --git a/templates/partial/guages.html b/templates/partial/guages.html deleted file mode 100644 index 5b77010..0000000 --- a/templates/partial/guages.html +++ /dev/null @@ -1,17 +0,0 @@ -{% if GUAGES %} - -{% endif %} - diff --git a/templates/partial/icon.html b/templates/partial/icon.html deleted file mode 100644 index 414d516..0000000 --- a/templates/partial/icon.html +++ /dev/null @@ -1,4 +0,0 @@ -{% if FAVICON %} - - -{% endif %} diff --git a/templates/partial/isso.html b/templates/partial/isso.html deleted file mode 100644 index afc4692..0000000 --- a/templates/partial/isso.html +++ /dev/null @@ -1,23 +0,0 @@ -{% if ISSO_URL %} - -
- - - -{% endif %} diff --git a/templates/partial/jsonld.html b/templates/partial/jsonld.html deleted file mode 100644 index e63c339..0000000 --- a/templates/partial/jsonld.html +++ /dev/null @@ -1,10 +0,0 @@ - diff --git a/templates/partial/jsonld_article.html b/templates/partial/jsonld_article.html deleted file mode 100644 index c4ba80e..0000000 --- a/templates/partial/jsonld_article.html +++ /dev/null @@ -1,25 +0,0 @@ -{% if not PLUGINS or 'seo' not in PLUGINS or 'pelican.plugins.seo' not in PLUGINS%} - {% if SITELOGO %} - {% set default_cover = SITELOGO %} - {% else %} - {% set default_cover = '{{ SITEURL }}/{{ THEME_STATIC_DIR }}/img/profile.png' %} - {% endif %} - -{% endif %} diff --git a/templates/partial/matomo.html b/templates/partial/matomo.html deleted file mode 100644 index 3613173..0000000 --- a/templates/partial/matomo.html +++ /dev/null @@ -1,15 +0,0 @@ -{% if (PIWIK_URL and PIWIK_SITE_ID) or (MATOMO_URL and MATOMO_SITE_ID) %} - - -{% endif %} diff --git a/templates/partial/nav.html b/templates/partial/nav.html deleted file mode 100644 index 74031eb..0000000 --- a/templates/partial/nav.html +++ /dev/null @@ -1,17 +0,0 @@ -{% if MAIN_MENU %} - -{% endif %} diff --git a/templates/partial/neighbors.html b/templates/partial/neighbors.html deleted file mode 100644 index 65bfada..0000000 --- a/templates/partial/neighbors.html +++ /dev/null @@ -1,14 +0,0 @@ -{% if PLUGINS and ('neighbors' in PLUGINS or 'pelican.plugins.neighbors' in PLUGINS) %} -
- {% if article.prev_article %} - - {{ _('Previous Post') }} - - {% endif %} - {% if article.next_article %} - - {{ _('Next Post') }} - - {% endif %} -
-{% endif %} diff --git a/templates/partial/og.html b/templates/partial/og.html deleted file mode 100644 index 3fc5d67..0000000 --- a/templates/partial/og.html +++ /dev/null @@ -1,16 +0,0 @@ -{% if not PLUGINS or 'seo' not in PLUGINS or 'pelican.plugins.seo' not in PLUGINS %} - {% if OG_LOCALE %} - {% set default_locale = OG_LOCALE %} - {% else %} - {% set default_locale = 'en_US' %} - {% endif %} - - - - - - - {% if SITELOGO %} - - {% endif %} -{% endif %} diff --git a/templates/partial/og_article.html b/templates/partial/og_article.html deleted file mode 100644 index 2039946..0000000 --- a/templates/partial/og_article.html +++ /dev/null @@ -1,25 +0,0 @@ -{% if not PLUGINS or 'seo' not in PLUGINS or 'pelican.plugins.seo' not in PLUGINS %} - {% if OG_LOCALE %} - {% set default_locale = OG_LOCALE %} - {% else %} - {% set default_locale = 'en_US' %} - {% endif %} - - - - - - - - - - - {% for tag in article.tags %} - - {% endfor %} - {% if 'cover' in article.metadata %} - - {% else %} - - {% endif %} -{% endif %} diff --git a/templates/partial/pagination.html b/templates/partial/pagination.html deleted file mode 100644 index 3ec7fb1..0000000 --- a/templates/partial/pagination.html +++ /dev/null @@ -1,14 +0,0 @@ -{% if DEFAULT_PAGINATION %} - -{% endif %} diff --git a/templates/partial/plausible.html b/templates/partial/plausible.html deleted file mode 100644 index 13a2d1e..0000000 --- a/templates/partial/plausible.html +++ /dev/null @@ -1,3 +0,0 @@ -{% if PLAUSIBLE_DOMAIN %} - -{% endif %} diff --git a/templates/partial/sidebar.html b/templates/partial/sidebar.html deleted file mode 100644 index 7f30501..0000000 --- a/templates/partial/sidebar.html +++ /dev/null @@ -1,97 +0,0 @@ - diff --git a/templates/partial/statuscake.html b/templates/partial/statuscake.html deleted file mode 100644 index 162a412..0000000 --- a/templates/partial/statuscake.html +++ /dev/null @@ -1,12 +0,0 @@ - -{% if STATUSCAKE['trackid'] %} - - {{ SITENAME }} Uptime - -{% endif %} - -{% if STATUSCAKE['rumid'] %} - - -{% endif %} - diff --git a/templates/partial/stork.html b/templates/partial/stork.html deleted file mode 100644 index 10f3e09..0000000 --- a/templates/partial/stork.html +++ /dev/null @@ -1,15 +0,0 @@ -{% if 'pelican.plugins.search' in PLUGINS %} - - {% if STORK_VERSION %} - - {% else %} - - {% endif %} -{% endif %} diff --git a/templates/partial/translations.html b/templates/partial/translations.html deleted file mode 100644 index 9c5e4fd..0000000 --- a/templates/partial/translations.html +++ /dev/null @@ -1,10 +0,0 @@ -{% macro translations_for(article) %} - {% if article.translations %} -
- {{article.lang}} - {% for translation in article.translations %} - {{ translation.lang }} - {% endfor %} -
- {% endif %} -{% endmacro %} diff --git a/templates/period_archives.html b/templates/period_archives.html deleted file mode 100644 index 24f494e..0000000 --- a/templates/period_archives.html +++ /dev/null @@ -1,24 +0,0 @@ -{% extends "base.html" %} -{% block title %} – {{ _('Archives') }}{% endblock %} - -{% block content %} -
-
-

{{ _('Archives') }}

-
-
-
- {% set previous_date = False %} - - {% for article in dates %} - {% if article.locale_date != previous_date %} - {% set previous_date = article.locale_date %} -
{{ article.locale_date }}
- {% endif %} - -
{{ article.title }}
- {% endfor %} -
-
-
-{% endblock %} diff --git a/templates/search.html b/templates/search.html deleted file mode 100644 index 4ffd6c7..0000000 --- a/templates/search.html +++ /dev/null @@ -1,26 +0,0 @@ -{% if PLUGINS and ('tipue_search' in PLUGINS or 'pelican.plugins.tipue_search' in PLUGINS) %} -{% extends 'base.html' %} -{% block title %}{{ _('Search') }} - {{ SITENAME|striptags }}{% endblock title %} -{% block content %} - -
-
-

{{ _('Search Results') }}

-
-
-
-{% endblock content %} {% block additional_js %} - - - - - -{% endblock %} {% endif %} diff --git a/templates/tag.html b/templates/tag.html deleted file mode 100644 index 57ad48d..0000000 --- a/templates/tag.html +++ /dev/null @@ -1,8 +0,0 @@ -{% extends "index.html" %} - -{% block meta %} -{% if PLUGINS and 'pelican.plugins.activitypub' in PLUGINS %}{% endif %} -{% endblock %} - -{% block title %} – {{ _('Tag %(name)s', name=tag) }}{% endblock %} -{% set summarise = True %} diff --git a/templates/tags.html b/templates/tags.html deleted file mode 100644 index 16a6e83..0000000 --- a/templates/tags.html +++ /dev/null @@ -1,18 +0,0 @@ -{% extends "base.html" %} - -{% block title %} – {{ _('Tags') }}{% endblock %} - -{% block content %} -
-
-

{{ _('Tags') }}

-
-
- -
-
-{% endblock %} diff --git a/static/dark-theme/dark-theme.js b/theme/dark-theme/dark-theme.js similarity index 100% rename from static/dark-theme/dark-theme.js rename to theme/dark-theme/dark-theme.js diff --git a/static/dark-theme/dark-theme.min.js b/theme/dark-theme/dark-theme.min.js similarity index 100% rename from static/dark-theme/dark-theme.min.js rename to theme/dark-theme/dark-theme.min.js diff --git a/static/font-awesome/css/brands.css b/theme/font-awesome/css/brands.css similarity index 100% rename from static/font-awesome/css/brands.css rename to theme/font-awesome/css/brands.css diff --git a/static/font-awesome/css/fontawesome.css b/theme/font-awesome/css/fontawesome.css similarity index 100% rename from static/font-awesome/css/fontawesome.css rename to theme/font-awesome/css/fontawesome.css diff --git a/static/font-awesome/css/solid.css b/theme/font-awesome/css/solid.css similarity index 100% rename from static/font-awesome/css/solid.css rename to theme/font-awesome/css/solid.css diff --git a/static/font-awesome/webfonts/fa-brands-400.ttf b/theme/font-awesome/webfonts/fa-brands-400.ttf similarity index 100% rename from static/font-awesome/webfonts/fa-brands-400.ttf rename to theme/font-awesome/webfonts/fa-brands-400.ttf diff --git a/static/font-awesome/webfonts/fa-brands-400.woff2 b/theme/font-awesome/webfonts/fa-brands-400.woff2 similarity index 100% rename from static/font-awesome/webfonts/fa-brands-400.woff2 rename to theme/font-awesome/webfonts/fa-brands-400.woff2 diff --git a/static/font-awesome/webfonts/fa-regular-400.ttf b/theme/font-awesome/webfonts/fa-regular-400.ttf similarity index 100% rename from static/font-awesome/webfonts/fa-regular-400.ttf rename to theme/font-awesome/webfonts/fa-regular-400.ttf diff --git a/static/font-awesome/webfonts/fa-regular-400.woff2 b/theme/font-awesome/webfonts/fa-regular-400.woff2 similarity index 100% rename from static/font-awesome/webfonts/fa-regular-400.woff2 rename to theme/font-awesome/webfonts/fa-regular-400.woff2 diff --git a/static/font-awesome/webfonts/fa-solid-900.ttf b/theme/font-awesome/webfonts/fa-solid-900.ttf similarity index 100% rename from static/font-awesome/webfonts/fa-solid-900.ttf rename to theme/font-awesome/webfonts/fa-solid-900.ttf diff --git a/static/font-awesome/webfonts/fa-solid-900.woff2 b/theme/font-awesome/webfonts/fa-solid-900.woff2 similarity index 100% rename from static/font-awesome/webfonts/fa-solid-900.woff2 rename to theme/font-awesome/webfonts/fa-solid-900.woff2 diff --git a/static/font-awesome/webfonts/fa-v4compatibility.ttf b/theme/font-awesome/webfonts/fa-v4compatibility.ttf similarity index 100% rename from static/font-awesome/webfonts/fa-v4compatibility.ttf rename to theme/font-awesome/webfonts/fa-v4compatibility.ttf diff --git a/static/font-awesome/webfonts/fa-v4compatibility.woff2 b/theme/font-awesome/webfonts/fa-v4compatibility.woff2 similarity index 100% rename from static/font-awesome/webfonts/fa-v4compatibility.woff2 rename to theme/font-awesome/webfonts/fa-v4compatibility.woff2 diff --git a/static/img/cc/by-nc-nd.png b/theme/img/cc/by-nc-nd.png similarity index 100% rename from static/img/cc/by-nc-nd.png rename to theme/img/cc/by-nc-nd.png diff --git a/static/img/cc/by-nc-sa.png b/theme/img/cc/by-nc-sa.png similarity index 100% rename from static/img/cc/by-nc-sa.png rename to theme/img/cc/by-nc-sa.png diff --git a/static/img/cc/by-nc.png b/theme/img/cc/by-nc.png similarity index 100% rename from static/img/cc/by-nc.png rename to theme/img/cc/by-nc.png diff --git a/static/img/cc/by-nd.png b/theme/img/cc/by-nd.png similarity index 100% rename from static/img/cc/by-nd.png rename to theme/img/cc/by-nd.png diff --git a/static/img/cc/by-sa.png b/theme/img/cc/by-sa.png similarity index 100% rename from static/img/cc/by-sa.png rename to theme/img/cc/by-sa.png diff --git a/static/img/cc/by.png b/theme/img/cc/by.png similarity index 100% rename from static/img/cc/by.png rename to theme/img/cc/by.png diff --git a/static/img/profile.png b/theme/img/profile.png similarity index 100% rename from static/img/profile.png rename to theme/img/profile.png diff --git a/static/img/profile_license.txt b/theme/img/profile_license.txt similarity index 100% rename from static/img/profile_license.txt rename to theme/img/profile_license.txt diff --git a/static/isso/isso.min.js b/theme/isso/isso.min.js similarity index 100% rename from static/isso/isso.min.js rename to theme/isso/isso.min.js diff --git a/static/pygments/abap.css b/theme/pygments/abap.css similarity index 100% rename from static/pygments/abap.css rename to theme/pygments/abap.css diff --git a/static/pygments/abap.min.css b/theme/pygments/abap.min.css similarity index 100% rename from static/pygments/abap.min.css rename to theme/pygments/abap.min.css diff --git a/static/pygments/algol.css b/theme/pygments/algol.css similarity index 100% rename from static/pygments/algol.css rename to theme/pygments/algol.css diff --git a/static/pygments/algol.min.css b/theme/pygments/algol.min.css similarity index 100% rename from static/pygments/algol.min.css rename to theme/pygments/algol.min.css diff --git a/static/pygments/algol_nu.css b/theme/pygments/algol_nu.css similarity index 100% rename from static/pygments/algol_nu.css rename to theme/pygments/algol_nu.css diff --git a/static/pygments/algol_nu.min.css b/theme/pygments/algol_nu.min.css similarity index 100% rename from static/pygments/algol_nu.min.css rename to theme/pygments/algol_nu.min.css diff --git a/static/pygments/arduino.css b/theme/pygments/arduino.css similarity index 100% rename from static/pygments/arduino.css rename to theme/pygments/arduino.css diff --git a/static/pygments/arduino.min.css b/theme/pygments/arduino.min.css similarity index 100% rename from static/pygments/arduino.min.css rename to theme/pygments/arduino.min.css diff --git a/static/pygments/autumn.css b/theme/pygments/autumn.css similarity index 100% rename from static/pygments/autumn.css rename to theme/pygments/autumn.css diff --git a/static/pygments/autumn.min.css b/theme/pygments/autumn.min.css similarity index 100% rename from static/pygments/autumn.min.css rename to theme/pygments/autumn.min.css diff --git a/static/pygments/borland.css b/theme/pygments/borland.css similarity index 100% rename from static/pygments/borland.css rename to theme/pygments/borland.css diff --git a/static/pygments/borland.min.css b/theme/pygments/borland.min.css similarity index 100% rename from static/pygments/borland.min.css rename to theme/pygments/borland.min.css diff --git a/static/pygments/bw.css b/theme/pygments/bw.css similarity index 100% rename from static/pygments/bw.css rename to theme/pygments/bw.css diff --git a/static/pygments/bw.min.css b/theme/pygments/bw.min.css similarity index 100% rename from static/pygments/bw.min.css rename to theme/pygments/bw.min.css diff --git a/static/pygments/colorful.css b/theme/pygments/colorful.css similarity index 100% rename from static/pygments/colorful.css rename to theme/pygments/colorful.css diff --git a/static/pygments/colorful.min.css b/theme/pygments/colorful.min.css similarity index 100% rename from static/pygments/colorful.min.css rename to theme/pygments/colorful.min.css diff --git a/static/pygments/default.css b/theme/pygments/default.css similarity index 100% rename from static/pygments/default.css rename to theme/pygments/default.css diff --git a/static/pygments/default.min.css b/theme/pygments/default.min.css similarity index 100% rename from static/pygments/default.min.css rename to theme/pygments/default.min.css diff --git a/static/pygments/emacs.css b/theme/pygments/emacs.css similarity index 100% rename from static/pygments/emacs.css rename to theme/pygments/emacs.css diff --git a/static/pygments/emacs.min.css b/theme/pygments/emacs.min.css similarity index 100% rename from static/pygments/emacs.min.css rename to theme/pygments/emacs.min.css diff --git a/static/pygments/friendly.css b/theme/pygments/friendly.css similarity index 100% rename from static/pygments/friendly.css rename to theme/pygments/friendly.css diff --git a/static/pygments/friendly.min.css b/theme/pygments/friendly.min.css similarity index 100% rename from static/pygments/friendly.min.css rename to theme/pygments/friendly.min.css diff --git a/static/pygments/fruity.css b/theme/pygments/fruity.css similarity index 100% rename from static/pygments/fruity.css rename to theme/pygments/fruity.css diff --git a/static/pygments/fruity.min.css b/theme/pygments/fruity.min.css similarity index 100% rename from static/pygments/fruity.min.css rename to theme/pygments/fruity.min.css diff --git a/static/pygments/github.css b/theme/pygments/github.css similarity index 100% rename from static/pygments/github.css rename to theme/pygments/github.css diff --git a/static/pygments/github.min.css b/theme/pygments/github.min.css similarity index 100% rename from static/pygments/github.min.css rename to theme/pygments/github.min.css diff --git a/static/pygments/igor.css b/theme/pygments/igor.css similarity index 100% rename from static/pygments/igor.css rename to theme/pygments/igor.css diff --git a/static/pygments/igor.min.css b/theme/pygments/igor.min.css similarity index 100% rename from static/pygments/igor.min.css rename to theme/pygments/igor.min.css diff --git a/static/pygments/inkpot.css b/theme/pygments/inkpot.css similarity index 100% rename from static/pygments/inkpot.css rename to theme/pygments/inkpot.css diff --git a/static/pygments/inkpot.min.css b/theme/pygments/inkpot.min.css similarity index 100% rename from static/pygments/inkpot.min.css rename to theme/pygments/inkpot.min.css diff --git a/static/pygments/lovelace.css b/theme/pygments/lovelace.css similarity index 100% rename from static/pygments/lovelace.css rename to theme/pygments/lovelace.css diff --git a/static/pygments/lovelace.min.css b/theme/pygments/lovelace.min.css similarity index 100% rename from static/pygments/lovelace.min.css rename to theme/pygments/lovelace.min.css diff --git a/static/pygments/manni.css b/theme/pygments/manni.css similarity index 100% rename from static/pygments/manni.css rename to theme/pygments/manni.css diff --git a/static/pygments/manni.min.css b/theme/pygments/manni.min.css similarity index 100% rename from static/pygments/manni.min.css rename to theme/pygments/manni.min.css diff --git a/static/pygments/monokai.css b/theme/pygments/monokai.css similarity index 100% rename from static/pygments/monokai.css rename to theme/pygments/monokai.css diff --git a/static/pygments/monokai.min.css b/theme/pygments/monokai.min.css similarity index 100% rename from static/pygments/monokai.min.css rename to theme/pygments/monokai.min.css diff --git a/static/pygments/murphy.css b/theme/pygments/murphy.css similarity index 100% rename from static/pygments/murphy.css rename to theme/pygments/murphy.css diff --git a/static/pygments/murphy.min.css b/theme/pygments/murphy.min.css similarity index 100% rename from static/pygments/murphy.min.css rename to theme/pygments/murphy.min.css diff --git a/static/pygments/native.css b/theme/pygments/native.css similarity index 100% rename from static/pygments/native.css rename to theme/pygments/native.css diff --git a/static/pygments/native.min.css b/theme/pygments/native.min.css similarity index 100% rename from static/pygments/native.min.css rename to theme/pygments/native.min.css diff --git a/static/pygments/paraiso-dark.css b/theme/pygments/paraiso-dark.css similarity index 100% rename from static/pygments/paraiso-dark.css rename to theme/pygments/paraiso-dark.css diff --git a/static/pygments/paraiso-dark.min.css b/theme/pygments/paraiso-dark.min.css similarity index 100% rename from static/pygments/paraiso-dark.min.css rename to theme/pygments/paraiso-dark.min.css diff --git a/static/pygments/paraiso-light.css b/theme/pygments/paraiso-light.css similarity index 100% rename from static/pygments/paraiso-light.css rename to theme/pygments/paraiso-light.css diff --git a/static/pygments/paraiso-light.min.css b/theme/pygments/paraiso-light.min.css similarity index 100% rename from static/pygments/paraiso-light.min.css rename to theme/pygments/paraiso-light.min.css diff --git a/static/pygments/pastie.css b/theme/pygments/pastie.css similarity index 100% rename from static/pygments/pastie.css rename to theme/pygments/pastie.css diff --git a/static/pygments/pastie.min.css b/theme/pygments/pastie.min.css similarity index 100% rename from static/pygments/pastie.min.css rename to theme/pygments/pastie.min.css diff --git a/static/pygments/perldoc.css b/theme/pygments/perldoc.css similarity index 100% rename from static/pygments/perldoc.css rename to theme/pygments/perldoc.css diff --git a/static/pygments/perldoc.min.css b/theme/pygments/perldoc.min.css similarity index 100% rename from static/pygments/perldoc.min.css rename to theme/pygments/perldoc.min.css diff --git a/static/pygments/rainbow_dash.css b/theme/pygments/rainbow_dash.css similarity index 100% rename from static/pygments/rainbow_dash.css rename to theme/pygments/rainbow_dash.css diff --git a/static/pygments/rainbow_dash.min.css b/theme/pygments/rainbow_dash.min.css similarity index 100% rename from static/pygments/rainbow_dash.min.css rename to theme/pygments/rainbow_dash.min.css diff --git a/static/pygments/rrt.css b/theme/pygments/rrt.css similarity index 100% rename from static/pygments/rrt.css rename to theme/pygments/rrt.css diff --git a/static/pygments/rrt.min.css b/theme/pygments/rrt.min.css similarity index 100% rename from static/pygments/rrt.min.css rename to theme/pygments/rrt.min.css diff --git a/static/pygments/sas.css b/theme/pygments/sas.css similarity index 100% rename from static/pygments/sas.css rename to theme/pygments/sas.css diff --git a/static/pygments/sas.min.css b/theme/pygments/sas.min.css similarity index 100% rename from static/pygments/sas.min.css rename to theme/pygments/sas.min.css diff --git a/static/pygments/solarized-dark.css b/theme/pygments/solarized-dark.css similarity index 100% rename from static/pygments/solarized-dark.css rename to theme/pygments/solarized-dark.css diff --git a/static/pygments/solarized-dark.min.css b/theme/pygments/solarized-dark.min.css similarity index 100% rename from static/pygments/solarized-dark.min.css rename to theme/pygments/solarized-dark.min.css diff --git a/static/pygments/solarized-light.css b/theme/pygments/solarized-light.css similarity index 100% rename from static/pygments/solarized-light.css rename to theme/pygments/solarized-light.css diff --git a/static/pygments/solarized-light.min.css b/theme/pygments/solarized-light.min.css similarity index 100% rename from static/pygments/solarized-light.min.css rename to theme/pygments/solarized-light.min.css diff --git a/static/pygments/stata-dark.css b/theme/pygments/stata-dark.css similarity index 100% rename from static/pygments/stata-dark.css rename to theme/pygments/stata-dark.css diff --git a/static/pygments/stata-dark.min.css b/theme/pygments/stata-dark.min.css similarity index 100% rename from static/pygments/stata-dark.min.css rename to theme/pygments/stata-dark.min.css diff --git a/static/pygments/stata-light.css b/theme/pygments/stata-light.css similarity index 100% rename from static/pygments/stata-light.css rename to theme/pygments/stata-light.css diff --git a/static/pygments/stata-light.min.css b/theme/pygments/stata-light.min.css similarity index 100% rename from static/pygments/stata-light.min.css rename to theme/pygments/stata-light.min.css diff --git a/static/pygments/stata.css b/theme/pygments/stata.css similarity index 100% rename from static/pygments/stata.css rename to theme/pygments/stata.css diff --git a/static/pygments/stata.min.css b/theme/pygments/stata.min.css similarity index 100% rename from static/pygments/stata.min.css rename to theme/pygments/stata.min.css diff --git a/static/pygments/tango.css b/theme/pygments/tango.css similarity index 100% rename from static/pygments/tango.css rename to theme/pygments/tango.css diff --git a/static/pygments/tango.min.css b/theme/pygments/tango.min.css similarity index 100% rename from static/pygments/tango.min.css rename to theme/pygments/tango.min.css diff --git a/static/pygments/trac.css b/theme/pygments/trac.css similarity index 100% rename from static/pygments/trac.css rename to theme/pygments/trac.css diff --git a/static/pygments/trac.min.css b/theme/pygments/trac.min.css similarity index 100% rename from static/pygments/trac.min.css rename to theme/pygments/trac.min.css diff --git a/static/pygments/vim.css b/theme/pygments/vim.css similarity index 100% rename from static/pygments/vim.css rename to theme/pygments/vim.css diff --git a/static/pygments/vim.min.css b/theme/pygments/vim.min.css similarity index 100% rename from static/pygments/vim.min.css rename to theme/pygments/vim.min.css diff --git a/static/pygments/vs.css b/theme/pygments/vs.css similarity index 100% rename from static/pygments/vs.css rename to theme/pygments/vs.css diff --git a/static/pygments/vs.min.css b/theme/pygments/vs.min.css similarity index 100% rename from static/pygments/vs.min.css rename to theme/pygments/vs.min.css diff --git a/static/pygments/xcode.css b/theme/pygments/xcode.css similarity index 100% rename from static/pygments/xcode.css rename to theme/pygments/xcode.css diff --git a/static/pygments/xcode.min.css b/theme/pygments/xcode.min.css similarity index 100% rename from static/pygments/xcode.min.css rename to theme/pygments/xcode.min.css diff --git a/static/stork/stork.css b/theme/stork/stork.css similarity index 100% rename from static/stork/stork.css rename to theme/stork/stork.css diff --git a/static/stork/stork.js b/theme/stork/stork.js similarity index 100% rename from static/stork/stork.js rename to theme/stork/stork.js diff --git a/static/stork/stork.wasm b/theme/stork/stork.wasm similarity index 100% rename from static/stork/stork.wasm rename to theme/stork/stork.wasm diff --git a/static/stylesheet/dark-theme.less b/theme/stylesheet/dark-theme.less similarity index 100% rename from static/stylesheet/dark-theme.less rename to theme/stylesheet/dark-theme.less diff --git a/static/stylesheet/dark-theme.min.css b/theme/stylesheet/dark-theme.min.css similarity index 100% rename from static/stylesheet/dark-theme.min.css rename to theme/stylesheet/dark-theme.min.css diff --git a/static/stylesheet/style.less b/theme/stylesheet/style.less similarity index 100% rename from static/stylesheet/style.less rename to theme/stylesheet/style.less diff --git a/static/stylesheet/style.min.css b/theme/stylesheet/style.min.css similarity index 100% rename from static/stylesheet/style.min.css rename to theme/stylesheet/style.min.css diff --git a/static/stylesheet/variables.less b/theme/stylesheet/variables.less similarity index 100% rename from static/stylesheet/variables.less rename to theme/stylesheet/variables.less diff --git a/static/tipuesearch/jquery.min.js b/theme/tipuesearch/jquery.min.js similarity index 100% rename from static/tipuesearch/jquery.min.js rename to theme/tipuesearch/jquery.min.js diff --git a/static/tipuesearch/tipuesearch.min.css b/theme/tipuesearch/tipuesearch.min.css similarity index 100% rename from static/tipuesearch/tipuesearch.min.css rename to theme/tipuesearch/tipuesearch.min.css diff --git a/static/tipuesearch/tipuesearch.min.js b/theme/tipuesearch/tipuesearch.min.js similarity index 100% rename from static/tipuesearch/tipuesearch.min.js rename to theme/tipuesearch/tipuesearch.min.js diff --git a/static/tipuesearch/tipuesearch_set.min.js b/theme/tipuesearch/tipuesearch_set.min.js similarity index 100% rename from static/tipuesearch/tipuesearch_set.min.js rename to theme/tipuesearch/tipuesearch_set.min.js diff --git a/tox.ini b/tox.ini deleted file mode 100644 index 142865b..0000000 --- a/tox.ini +++ /dev/null @@ -1,16 +0,0 @@ -[tox] -envlist = py{36,37,38,39} -skipsdist = True - -[gh-actions] -python = - 3.6: py36 - 3.7: py37 - 3.8: py38 - 3.9: py39 - -[testenv] -deps = - -r docs/requirements.txt -commands = - pelican -s docs/pelicanconf.py diff --git a/transifex.py b/transifex.py deleted file mode 100644 index df6d10f..0000000 --- a/transifex.py +++ /dev/null @@ -1,113 +0,0 @@ -""" -transifex.py - Tool to manage Transifex translations - - u, up, update Download all translations from Transifex - l, list List all translations available on Transifex -""" -import os -import sys - -import requests - -API_URL = "https://www.transifex.com/api/2" -API_KEY = os.getenv("TRANSIFEX_API_KEY") -PROJECT_SLUG = "flex-pelican" -RESOURCE_SLUG = "messagespot" - - -def get_languages(): - url = "{api_url}/project/{project_slug}/languages/".format( - **{"api_url": API_URL, "project_slug": PROJECT_SLUG,} - ) - - req = requests.get(url, auth=("api", API_KEY)) - req.raise_for_status() - languages = req.json() - - return sorted([lang["language_code"] for lang in languages]) - - -def list_languages(): - languages = get_languages() - - print("LANG LOCAL") - - for lang in languages: - filename1 = os.path.join(".", lang, "LC_MESSAGES", "messages.po") - filename2 = os.path.join( - ".", "translations", lang, "LC_MESSAGES", "messages.po" - ) - - if os.path.exists(filename1) or os.path.exists(filename2): - print("{0} YES".format(lang.ljust(5))) - else: - print("{0} NO".format(lang.ljust(5))) - - print("\nTotal: {}".format(len(languages))) - - -def download(path): - languages = get_languages() - - for lang in languages: - print("Downloading {}...".format(lang)) - - url = "{api_url}/project/{project_slug}/resource/{resource_slug}/translation/{lang_code}/".format( - **{ - "api_url": API_URL, - "project_slug": PROJECT_SLUG, - "resource_slug": RESOURCE_SLUG, - "lang_code": lang, - } - ) - - req = requests.get(url, auth=("api", API_KEY)) - req.raise_for_status() - data = req.json() - po_content = data["content"] - - filepath = os.path.join(path, lang, "LC_MESSAGES") - os.makedirs(filepath, exist_ok=True) - - filename = os.path.join(path, lang, "LC_MESSAGES", "messages.po") - - with open(filename, "w") as f: - f.write(po_content) - - print("{} updated".format(lang)) - - -def usage(): - print(__doc__[1:]) - - -def _pop(l, default=None): - try: - return l.pop(0) - except IndexError: - return default - - -def run(): - args = sys.argv[1:] - - cmd = _pop(args, "help") - - if cmd in ["u", "up", "update"]: - path = _pop(args) - - if path and not args: - download(path) - else: - usage() - elif cmd in ["l", "list"]: - if not args: - list_languages() - else: - usage() - else: - usage() - - -if __name__ == "__main__": - run() diff --git a/translate.sh b/translate.sh deleted file mode 100755 index c2dc301..0000000 --- a/translate.sh +++ /dev/null @@ -1,70 +0,0 @@ -#!/usr/bin/env bash - -function extract_pot() { - pybabel extract -s --no-wrap --project="Flex" --copyright-holder="Alexandre Vicenzi" --version="2.1.0" --mapping translations/babel.cfg --output translations/messages.pot ./ -} - -function new_translation() { - pybabel init --no-wrap --input-file translations/messages.pot --output-dir translations/ --locale $1 --domain messages -} - -function update_translation() { - pybabel update --no-wrap --input-file translations/messages.pot --output-dir translations/ --domain messages -} - -function compile_translations() { - pybabel compile -f --directory translations/ --domain messages -} - -function can_run() { - if ! [ -x "$(command -v pybabel)" ]; then - echo "Missing translation tool. Please, install Flask-Babel to continue." - echo "" - echo " pip install Flask-Babel" - echo "" - exit 1 - fi -} - -function usage { - echo "Translate Flex theme tool" - echo "" - echo "Usage:" - echo "" - echo " new [language] create new translation." - echo " compile compile all PO files into MO files." - echo " update update all translations based on POT file." - echo " extract extract all messages from templates and create the POT file." -} - -case "$1" in - "new") - can_run - - if [ -z "$2" ] - then - echo "Error: missing translation code." - echo "" - usage - exit 1 - else - new_translation $2 - fi - ;; - "compile") - can_run - compile_translations - ;; - "update") - can_run - update_translation - ;; - "extract") - can_run - extract_pot - ;; - *) - usage - exit 1 - ;; -esac diff --git a/translations/babel.cfg b/translations/babel.cfg deleted file mode 100644 index 2274808..0000000 --- a/translations/babel.cfg +++ /dev/null @@ -1 +0,0 @@ -[jinja2: templates/**.html] diff --git a/translations/cs/LC_MESSAGES/messages.mo b/translations/cs/LC_MESSAGES/messages.mo deleted file mode 100644 index 4ec6ea2..0000000 Binary files a/translations/cs/LC_MESSAGES/messages.mo and /dev/null differ diff --git a/translations/cs/LC_MESSAGES/messages.po b/translations/cs/LC_MESSAGES/messages.po deleted file mode 100644 index 6d5578a..0000000 --- a/translations/cs/LC_MESSAGES/messages.po +++ /dev/null @@ -1,136 +0,0 @@ -# Translations template for Flex. -# Copyright (C) 2020 Alexandre Vicenzi -# This file is distributed under the same license as the Flex project. -# FIRST AUTHOR , 2020. -# -# Translators: -# Honza Stínovlas , 2018 -# Ivana Holm , 2018 -# -#, fuzzy -msgid "" -msgstr "" -"Project-Id-Version: Flex 2.1.0\n" -"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2020-12-01 20:21+0100\n" -"PO-Revision-Date: 2016-08-25 02:15+0000\n" -"Last-Translator: Ivana Holm , 2018\n" -"Language-Team: Czech (https://www.transifex.com/alexandrevicenzi/teams/66327/cs/)\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.8.0\n" -"Language: cs\n" -"Plural-Forms: nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n >= 2 && n <= 4 && n % 1 == 0) ? 1: (n % 1 != 0 ) ? 2 : 3;\n" - -#: templates/archives.html:3 templates/archives.html:8 -#: templates/period_archives.html:2 templates/period_archives.html:7 -msgid "Archives" -msgstr "Archiv" - -#: templates/article.html:29 templates/index.html:20 -#, python-format -msgid "Posted on %(when)s in %(category)s" -msgstr "Publikováno %(when)s v kategorii %(category)s" - -#: templates/article.html:34 templates/index.html:32 -#, python-format -msgid "%(minutes)s min read" -msgstr "" - -#: templates/article.html:64 -msgid "Like this article? Share it with your friends!" -msgstr "Líbí se Vám článek? Sdílejte jej s přáteli!" - -#: templates/article.html:75 -msgid "You might enjoy" -msgstr "Mohlo by se Vám líbit" - -#: templates/author.html:2 -#, python-format -msgid "Posts by %(name)s" -msgstr "Příspěvky od %(name)s" - -#: templates/authors.html:3 templates/authors.html:8 -msgid "Authors" -msgstr "Autoři" - -#: templates/base.html:161 -msgid "Search..." -msgstr "" - -#: templates/base.html:237 -msgid "Home" -msgstr "Domů" - -#: templates/base.html:244 -msgid "Atom" -msgstr "Atom" - -#: templates/base.html:248 -msgid "RSS" -msgstr "RSS" - -#: templates/categories.html:3 templates/categories.html:8 -msgid "Categories" -msgstr "Kategorie" - -#: templates/category.html:2 -#, python-format -msgid "Category %(name)s" -msgstr "Kategorie %(name)s" - -#: templates/index.html:25 -msgid "Tagged with" -msgstr "Tagy" - -#: templates/index.html:46 -msgid "Continue reading" -msgstr "Pokračovat ve čtení" - -#: templates/search.html:3 -msgid "Search" -msgstr "" - -#: templates/search.html:17 -msgid "Search Results" -msgstr "" - -#: templates/tag.html:2 -#, python-format -msgid "Tag %(name)s" -msgstr "Štítek %(name)s" - -#: templates/tags.html:3 templates/tags.html:8 -msgid "Tags" -msgstr "Štítky" - -#: templates/partial/disqus.html:13 templates/partial/isso.html:20 -msgid "Please enable JavaScript to view comments." -msgstr "Pro zobrazení komentářů prosím povolte JavaScript" - -#: templates/partial/flex.html:3 -#, python-format -msgid "Built with %(pelican_url)s using %(flex_url)s theme" -msgstr "" - -#: templates/partial/flex.html:10 -#, python-format -msgid "Switch to the %(dark_url)s | %(light_url)s | %(browser_url)s theme" -msgstr "" - -#: templates/partial/neighbors.html:5 -msgid "Previous Post" -msgstr "" - -#: templates/partial/neighbors.html:10 -msgid "Next Post" -msgstr "" - -#: templates/partial/pagination.html:5 -msgid "Older Posts" -msgstr "Starší příspěvky" - -#: templates/partial/pagination.html:10 -msgid "Newer Posts" -msgstr "Novější příspěvky" diff --git a/translations/de/LC_MESSAGES/messages.mo b/translations/de/LC_MESSAGES/messages.mo deleted file mode 100644 index d8f9e59..0000000 Binary files a/translations/de/LC_MESSAGES/messages.mo and /dev/null differ diff --git a/translations/de/LC_MESSAGES/messages.po b/translations/de/LC_MESSAGES/messages.po deleted file mode 100644 index 9b5b19c..0000000 --- a/translations/de/LC_MESSAGES/messages.po +++ /dev/null @@ -1,137 +0,0 @@ -# Translations template for Flex. -# Copyright (C) 2020 Alexandre Vicenzi -# This file is distributed under the same license as the Flex project. -# FIRST AUTHOR , 2020. -# -# Translators: -# Tom Teichler , 2019 -# Alexandre Vicenzi , 2022 -# Lioman, 2022 -# -#, fuzzy -msgid "" -msgstr "" -"Project-Id-Version: Flex 2.1.0\n" -"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2020-12-01 20:21+0100\n" -"PO-Revision-Date: 2016-08-25 02:15+0000\n" -"Last-Translator: Lioman, 2022\n" -"Language-Team: German (https://www.transifex.com/alexandrevicenzi/teams/66327/de/)\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.8.0\n" -"Language: de\n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" - -#: templates/archives.html:3 templates/archives.html:8 -#: templates/period_archives.html:2 templates/period_archives.html:7 -msgid "Archives" -msgstr "Archive" - -#: templates/article.html:29 templates/index.html:20 -#, python-format -msgid "Posted on %(when)s in %(category)s" -msgstr "Online seit %(when)s in %(category)s" - -#: templates/article.html:34 templates/index.html:32 -#, python-format -msgid "%(minutes)s min read" -msgstr "%(minutes)s Minuten zum lesen" - -#: templates/article.html:64 -msgid "Like this article? Share it with your friends!" -msgstr "Gefällt dir der Artikel? Dann teile ihn mit Freunden!" - -#: templates/article.html:75 -msgid "You might enjoy" -msgstr "Eventuell auch interessant" - -#: templates/author.html:2 -#, python-format -msgid "Posts by %(name)s" -msgstr "Artikel von %(name)s" - -#: templates/authors.html:3 templates/authors.html:8 -msgid "Authors" -msgstr "Autoren" - -#: templates/base.html:161 -msgid "Search..." -msgstr "Suchbegriff eingeben..." - -#: templates/base.html:237 -msgid "Home" -msgstr "Home" - -#: templates/base.html:244 -msgid "Atom" -msgstr "Atom" - -#: templates/base.html:248 -msgid "RSS" -msgstr "RSS" - -#: templates/categories.html:3 templates/categories.html:8 -msgid "Categories" -msgstr "Kategorien" - -#: templates/category.html:2 -#, python-format -msgid "Category %(name)s" -msgstr "Kategorie %(name)s" - -#: templates/index.html:25 -msgid "Tagged with" -msgstr "Stichwörter" - -#: templates/index.html:46 -msgid "Continue reading" -msgstr "Weiterlesen" - -#: templates/search.html:3 -msgid "Search" -msgstr "Ergebnisse gefunden" - -#: templates/search.html:17 -msgid "Search Results" -msgstr "Ergebnisse gefunden" - -#: templates/tag.html:2 -#, python-format -msgid "Tag %(name)s" -msgstr "Stichwort %(name)s" - -#: templates/tags.html:3 templates/tags.html:8 -msgid "Tags" -msgstr "Stichwörter" - -#: templates/partial/disqus.html:13 templates/partial/isso.html:20 -msgid "Please enable JavaScript to view comments." -msgstr "Bitte JavaScript aktivieren um die Kommentare zu sehen." - -#: templates/partial/flex.html:3 -#, python-format -msgid "Built with %(pelican_url)s using %(flex_url)s theme" -msgstr "Gebaut mit %(pelican_url)s und dem %(flex_url)s theme" - -#: templates/partial/flex.html:10 -#, python-format -msgid "Switch to the %(dark_url)s | %(light_url)s | %(browser_url)s theme" -msgstr "Zu %(dark_url)s | %(light_url)s | %(browser_url)s Thema wechseln" - -#: templates/partial/neighbors.html:5 -msgid "Previous Post" -msgstr "Vorheriger Beitrag" - -#: templates/partial/neighbors.html:10 -msgid "Next Post" -msgstr "Nächster Beitrag" - -#: templates/partial/pagination.html:5 -msgid "Older Posts" -msgstr "Ältere Artikel" - -#: templates/partial/pagination.html:10 -msgid "Newer Posts" -msgstr "Neuere Artikel" diff --git a/translations/en/LC_MESSAGES/messages.mo b/translations/en/LC_MESSAGES/messages.mo deleted file mode 100644 index 588877a..0000000 Binary files a/translations/en/LC_MESSAGES/messages.mo and /dev/null differ diff --git a/translations/en/LC_MESSAGES/messages.po b/translations/en/LC_MESSAGES/messages.po deleted file mode 100644 index aa9fa89..0000000 --- a/translations/en/LC_MESSAGES/messages.po +++ /dev/null @@ -1,136 +0,0 @@ -# English translations for Flex. -# Copyright (C) 2017 Alexandre Vicenzi -# This file is distributed under the same license as the Flex project. -# FIRST AUTHOR , 2017. -# -#, fuzzy -msgid "" -msgstr "" -"Project-Id-Version: Flex 2.1.0\n" -"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2020-12-01 20:21+0100\n" -"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" -"Last-Translator: FULL NAME \n" -"Language: en\n" -"Language-Team: en \n" -"Plural-Forms: nplurals=2; plural=(n != 1)\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.8.0\n" - -#: templates/archives.html:3 templates/archives.html:8 -#: templates/period_archives.html:2 templates/period_archives.html:7 -msgid "Archives" -msgstr "Archives" - -#: templates/article.html:29 templates/index.html:20 -#, python-format -msgid "Posted on %(when)s in %(category)s" -msgstr "Posted on %(when)s in %(category)s" - -#: templates/article.html:34 templates/index.html:32 -#, python-format -msgid "%(minutes)s min read" -msgstr "" - -#: templates/article.html:64 -msgid "Like this article? Share it with your friends!" -msgstr "Like this article? Share it with your friends!" - -#: templates/article.html:75 -msgid "You might enjoy" -msgstr "You might enjoy" - -#: templates/author.html:2 -#, python-format -msgid "Posts by %(name)s" -msgstr "Posts by %(name)s" - -#: templates/authors.html:3 templates/authors.html:8 -msgid "Authors" -msgstr "Authors" - -#: templates/base.html:161 -msgid "Search..." -msgstr "" - -#: templates/base.html:237 -msgid "Home" -msgstr "Home" - -#: templates/base.html:244 -msgid "Atom" -msgstr "Atom" - -#: templates/base.html:248 -msgid "RSS" -msgstr "RSS" - -#: templates/categories.html:3 templates/categories.html:8 -msgid "Categories" -msgstr "Categories" - -#: templates/category.html:2 -#, python-format -msgid "Category %(name)s" -msgstr "Category %(name)s" - -#: templates/index.html:25 -msgid "Tagged with" -msgstr "Tagged with" - -#: templates/index.html:46 -msgid "Continue reading" -msgstr "Continue reading" - -#: templates/search.html:3 -msgid "Search" -msgstr "" - -#: templates/search.html:17 -msgid "Search Results" -msgstr "" - -#: templates/tag.html:2 -#, python-format -msgid "Tag %(name)s" -msgstr "Tag %(name)s" - -#: templates/tags.html:3 templates/tags.html:8 -msgid "Tags" -msgstr "Tags" - -#: templates/partial/disqus.html:13 templates/partial/isso.html:20 -msgid "Please enable JavaScript to view comments." -msgstr "Please enable JavaScript to view comments." - -#: templates/partial/flex.html:3 -#, python-format -msgid "Built with %(pelican_url)s using %(flex_url)s theme" -msgstr "" - -#: templates/partial/flex.html:10 -#, python-format -msgid "Switch to the %(dark_url)s | %(light_url)s | %(browser_url)s theme" -msgstr "" - -#: templates/partial/neighbors.html:5 -msgid "Previous Post" -msgstr "" - -#: templates/partial/neighbors.html:10 -msgid "Next Post" -msgstr "" - -#: templates/partial/pagination.html:5 -msgid "Older Posts" -msgstr "Older Posts" - -#: templates/partial/pagination.html:10 -msgid "Newer Posts" -msgstr "Newer Posts" - -#~ msgid "Powered by %(pelican_url)s - %(flex_url)s theme by %(alexandrevicenzi_url)s" -#~ msgstr "Powered by %(pelican_url)s - %(flex_url)s theme by %(alexandrevicenzi_url)s" - diff --git a/translations/es/LC_MESSAGES/messages.mo b/translations/es/LC_MESSAGES/messages.mo deleted file mode 100644 index c91e235..0000000 Binary files a/translations/es/LC_MESSAGES/messages.mo and /dev/null differ diff --git a/translations/es/LC_MESSAGES/messages.po b/translations/es/LC_MESSAGES/messages.po deleted file mode 100644 index 046c816..0000000 --- a/translations/es/LC_MESSAGES/messages.po +++ /dev/null @@ -1,136 +0,0 @@ -# Translations template for Flex. -# Copyright (C) 2020 Alexandre Vicenzi -# This file is distributed under the same license as the Flex project. -# FIRST AUTHOR , 2020. -# -# Translators: -# Juan A. S. , 2016 -# Alexandre Vicenzi , 2020 -# -#, fuzzy -msgid "" -msgstr "" -"Project-Id-Version: Flex 2.1.0\n" -"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2020-12-01 20:21+0100\n" -"PO-Revision-Date: 2016-08-25 02:15+0000\n" -"Last-Translator: Alexandre Vicenzi , 2020\n" -"Language-Team: Spanish (https://www.transifex.com/alexandrevicenzi/teams/66327/es/)\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.8.0\n" -"Language: es\n" -"Plural-Forms: nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n" - -#: templates/archives.html:3 templates/archives.html:8 -#: templates/period_archives.html:2 templates/period_archives.html:7 -msgid "Archives" -msgstr "Archivos" - -#: templates/article.html:29 templates/index.html:20 -#, python-format -msgid "Posted on %(when)s in %(category)s" -msgstr "Publicado el %(when)s en %(category)s" - -#: templates/article.html:34 templates/index.html:32 -#, python-format -msgid "%(minutes)s min read" -msgstr "%(minutes)s min. de lectura" - -#: templates/article.html:64 -msgid "Like this article? Share it with your friends!" -msgstr "¿Te gusta este artículo? ¡Compártelo con tus amigos!" - -#: templates/article.html:75 -msgid "You might enjoy" -msgstr "Te puede gustar" - -#: templates/author.html:2 -#, python-format -msgid "Posts by %(name)s" -msgstr "Artículos por %(name)s" - -#: templates/authors.html:3 templates/authors.html:8 -msgid "Authors" -msgstr "Autores" - -#: templates/base.html:161 -msgid "Search..." -msgstr "Buscar..." - -#: templates/base.html:237 -msgid "Home" -msgstr "Inicio" - -#: templates/base.html:244 -msgid "Atom" -msgstr "Atom" - -#: templates/base.html:248 -msgid "RSS" -msgstr "RSS" - -#: templates/categories.html:3 templates/categories.html:8 -msgid "Categories" -msgstr "Categorías" - -#: templates/category.html:2 -#, python-format -msgid "Category %(name)s" -msgstr "Categoría %(name)s" - -#: templates/index.html:25 -msgid "Tagged with" -msgstr "Etiquetado con" - -#: templates/index.html:46 -msgid "Continue reading" -msgstr "Seguir leyendo" - -#: templates/search.html:3 -msgid "Search" -msgstr "Búsqueda" - -#: templates/search.html:17 -msgid "Search Results" -msgstr "Resultados de la búsqueda" - -#: templates/tag.html:2 -#, python-format -msgid "Tag %(name)s" -msgstr "Etiqueta %(name)s" - -#: templates/tags.html:3 templates/tags.html:8 -msgid "Tags" -msgstr "Etiquetas" - -#: templates/partial/disqus.html:13 templates/partial/isso.html:20 -msgid "Please enable JavaScript to view comments." -msgstr "Por favor, habilita JavaScript para ver los comentarios." - -#: templates/partial/flex.html:3 -#, python-format -msgid "Built with %(pelican_url)s using %(flex_url)s theme" -msgstr "Construido con %(pelican_url)s y el tema %(flex_url)s" - -#: templates/partial/flex.html:10 -#, python-format -msgid "Switch to the %(dark_url)s | %(light_url)s | %(browser_url)s theme" -msgstr "Cambiar el tema a %(dark_url)s | %(light_url)s | %(browser_url)s " - -#: templates/partial/neighbors.html:5 -msgid "Previous Post" -msgstr "Artículo anterior" - -#: templates/partial/neighbors.html:10 -msgid "Next Post" -msgstr "Artículo siguiente" - -#: templates/partial/pagination.html:5 -msgid "Older Posts" -msgstr "Artículos antiguos" - -#: templates/partial/pagination.html:10 -msgid "Newer Posts" -msgstr "Artículos recientes" diff --git a/translations/es_ES/LC_MESSAGES/messages.mo b/translations/es_ES/LC_MESSAGES/messages.mo deleted file mode 100644 index 510e6f9..0000000 Binary files a/translations/es_ES/LC_MESSAGES/messages.mo and /dev/null differ diff --git a/translations/es_ES/LC_MESSAGES/messages.po b/translations/es_ES/LC_MESSAGES/messages.po deleted file mode 100644 index a843dce..0000000 --- a/translations/es_ES/LC_MESSAGES/messages.po +++ /dev/null @@ -1,136 +0,0 @@ -# Translations template for Flex. -# Copyright (C) 2020 Alexandre Vicenzi -# This file is distributed under the same license as the Flex project. -# FIRST AUTHOR , 2020. -# -# Translators: -# Juan A. S. , 2016 -# Alexandre Vicenzi , 2020 -# -#, fuzzy -msgid "" -msgstr "" -"Project-Id-Version: Flex 2.1.0\n" -"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2020-12-01 20:21+0100\n" -"PO-Revision-Date: 2016-08-25 02:15+0000\n" -"Last-Translator: Alexandre Vicenzi , 2020\n" -"Language-Team: Spanish (Spain) (https://www.transifex.com/alexandrevicenzi/teams/66327/es_ES/)\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.8.0\n" -"Language: es_ES\n" -"Plural-Forms: nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n" - -#: templates/archives.html:3 templates/archives.html:8 -#: templates/period_archives.html:2 templates/period_archives.html:7 -msgid "Archives" -msgstr "Archivos" - -#: templates/article.html:29 templates/index.html:20 -#, python-format -msgid "Posted on %(when)s in %(category)s" -msgstr "Publicado el %(when)s en %(category)s" - -#: templates/article.html:34 templates/index.html:32 -#, python-format -msgid "%(minutes)s min read" -msgstr "%(minutes)s min de lectura" - -#: templates/article.html:64 -msgid "Like this article? Share it with your friends!" -msgstr "¿Te gusta este artículo? ¡Compártelo con tus amigos!" - -#: templates/article.html:75 -msgid "You might enjoy" -msgstr "Te puede gustar" - -#: templates/author.html:2 -#, python-format -msgid "Posts by %(name)s" -msgstr "Artículos por %(name)s" - -#: templates/authors.html:3 templates/authors.html:8 -msgid "Authors" -msgstr "Autores" - -#: templates/base.html:161 -msgid "Search..." -msgstr "Buscar..." - -#: templates/base.html:237 -msgid "Home" -msgstr "Inicio" - -#: templates/base.html:244 -msgid "Atom" -msgstr "Atom" - -#: templates/base.html:248 -msgid "RSS" -msgstr "RSS" - -#: templates/categories.html:3 templates/categories.html:8 -msgid "Categories" -msgstr "Categorías" - -#: templates/category.html:2 -#, python-format -msgid "Category %(name)s" -msgstr "Categoría %(name)s" - -#: templates/index.html:25 -msgid "Tagged with" -msgstr "Etiquetado con" - -#: templates/index.html:46 -msgid "Continue reading" -msgstr "Seguir leyendo" - -#: templates/search.html:3 -msgid "Search" -msgstr "Busca" - -#: templates/search.html:17 -msgid "Search Results" -msgstr "Resultados de la búsqueda" - -#: templates/tag.html:2 -#, python-format -msgid "Tag %(name)s" -msgstr "Etiqueta %(name)s" - -#: templates/tags.html:3 templates/tags.html:8 -msgid "Tags" -msgstr "Etiquetas" - -#: templates/partial/disqus.html:13 templates/partial/isso.html:20 -msgid "Please enable JavaScript to view comments." -msgstr "Por favor, habilita JavaScript para ver los comentarios." - -#: templates/partial/flex.html:3 -#, python-format -msgid "Built with %(pelican_url)s using %(flex_url)s theme" -msgstr "Construido con %(pelican_url)s usando el tema %(flex_url)s " - -#: templates/partial/flex.html:10 -#, python-format -msgid "Switch to the %(dark_url)s | %(light_url)s | %(browser_url)s theme" -msgstr "Cambiar al tema %(dark_url)s | %(light_url)s | %(browser_url)s " - -#: templates/partial/neighbors.html:5 -msgid "Previous Post" -msgstr "Artículo anterior" - -#: templates/partial/neighbors.html:10 -msgid "Next Post" -msgstr "Próximo artículo" - -#: templates/partial/pagination.html:5 -msgid "Older Posts" -msgstr "Artículos antiguos" - -#: templates/partial/pagination.html:10 -msgid "Newer Posts" -msgstr "Artículos recientes" diff --git a/translations/et/LC_MESSAGES/messages.mo b/translations/et/LC_MESSAGES/messages.mo deleted file mode 100644 index 68d212e..0000000 Binary files a/translations/et/LC_MESSAGES/messages.mo and /dev/null differ diff --git a/translations/et/LC_MESSAGES/messages.po b/translations/et/LC_MESSAGES/messages.po deleted file mode 100644 index 6b2d56f..0000000 --- a/translations/et/LC_MESSAGES/messages.po +++ /dev/null @@ -1,135 +0,0 @@ -# Translations template for Flex. -# Copyright (C) 2020 Alexandre Vicenzi -# This file is distributed under the same license as the Flex project. -# FIRST AUTHOR , 2020. -# -# Translators: -# Jüri Lillemets , 2017 -# -#, fuzzy -msgid "" -msgstr "" -"Project-Id-Version: Flex 2.1.0\n" -"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2020-12-01 20:21+0100\n" -"PO-Revision-Date: 2016-08-25 02:15+0000\n" -"Last-Translator: Jüri Lillemets , 2017\n" -"Language-Team: Estonian (https://www.transifex.com/alexandrevicenzi/teams/66327/et/)\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.8.0\n" -"Language: et\n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" - -#: templates/archives.html:3 templates/archives.html:8 -#: templates/period_archives.html:2 templates/period_archives.html:7 -msgid "Archives" -msgstr "Arhiiv" - -#: templates/article.html:29 templates/index.html:20 -#, python-format -msgid "Posted on %(when)s in %(category)s" -msgstr "Avaldatud %(when)s kategoorias %(category)s" - -#: templates/article.html:34 templates/index.html:32 -#, python-format -msgid "%(minutes)s min read" -msgstr "" - -#: templates/article.html:64 -msgid "Like this article? Share it with your friends!" -msgstr "Kui sulle see artikkel meeldis, siis jaga seda ka sõpradega!" - -#: templates/article.html:75 -msgid "You might enjoy" -msgstr "Sulle võlb meeldida ka" - -#: templates/author.html:2 -#, python-format -msgid "Posts by %(name)s" -msgstr "Kõik artiklid %(name)s poolt" - -#: templates/authors.html:3 templates/authors.html:8 -msgid "Authors" -msgstr "Autorid" - -#: templates/base.html:161 -msgid "Search..." -msgstr "" - -#: templates/base.html:237 -msgid "Home" -msgstr "Avaleht" - -#: templates/base.html:244 -msgid "Atom" -msgstr "Atom" - -#: templates/base.html:248 -msgid "RSS" -msgstr "RSS" - -#: templates/categories.html:3 templates/categories.html:8 -msgid "Categories" -msgstr "Kategooriad" - -#: templates/category.html:2 -#, python-format -msgid "Category %(name)s" -msgstr "Kategooria %(name)s" - -#: templates/index.html:25 -msgid "Tagged with" -msgstr "Märksõnadeks" - -#: templates/index.html:46 -msgid "Continue reading" -msgstr "Loe edasi" - -#: templates/search.html:3 -msgid "Search" -msgstr "" - -#: templates/search.html:17 -msgid "Search Results" -msgstr "" - -#: templates/tag.html:2 -#, python-format -msgid "Tag %(name)s" -msgstr "Märksõna %(name)s" - -#: templates/tags.html:3 templates/tags.html:8 -msgid "Tags" -msgstr "Märksõnad" - -#: templates/partial/disqus.html:13 templates/partial/isso.html:20 -msgid "Please enable JavaScript to view comments." -msgstr "Kommentaaride nägemiseks võimaldage JavaScript." - -#: templates/partial/flex.html:3 -#, python-format -msgid "Built with %(pelican_url)s using %(flex_url)s theme" -msgstr "" - -#: templates/partial/flex.html:10 -#, python-format -msgid "Switch to the %(dark_url)s | %(light_url)s | %(browser_url)s theme" -msgstr "" - -#: templates/partial/neighbors.html:5 -msgid "Previous Post" -msgstr "" - -#: templates/partial/neighbors.html:10 -msgid "Next Post" -msgstr "" - -#: templates/partial/pagination.html:5 -msgid "Older Posts" -msgstr "Vanemad artiklid" - -#: templates/partial/pagination.html:10 -msgid "Newer Posts" -msgstr "Uuemad artiklid" diff --git a/translations/fa_IR/LC_MESSAGES/messages.mo b/translations/fa_IR/LC_MESSAGES/messages.mo deleted file mode 100644 index 04279ab..0000000 Binary files a/translations/fa_IR/LC_MESSAGES/messages.mo and /dev/null differ diff --git a/translations/fa_IR/LC_MESSAGES/messages.po b/translations/fa_IR/LC_MESSAGES/messages.po deleted file mode 100644 index fc6b470..0000000 --- a/translations/fa_IR/LC_MESSAGES/messages.po +++ /dev/null @@ -1,135 +0,0 @@ -# Translations template for Flex. -# Copyright (C) 2020 Alexandre Vicenzi -# This file is distributed under the same license as the Flex project. -# FIRST AUTHOR , 2020. -# -# Translators: -# AmirMahmood , 2017 -# -#, fuzzy -msgid "" -msgstr "" -"Project-Id-Version: Flex 2.1.0\n" -"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2020-12-01 20:21+0100\n" -"PO-Revision-Date: 2016-08-25 02:15+0000\n" -"Last-Translator: AmirMahmood , 2017\n" -"Language-Team: Persian (Iran) (https://www.transifex.com/alexandrevicenzi/teams/66327/fa_IR/)\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.8.0\n" -"Language: fa_IR\n" -"Plural-Forms: nplurals=2; plural=(n > 1);\n" - -#: templates/archives.html:3 templates/archives.html:8 -#: templates/period_archives.html:2 templates/period_archives.html:7 -msgid "Archives" -msgstr "بایگانی" - -#: templates/article.html:29 templates/index.html:20 -#, python-format -msgid "Posted on %(when)s in %(category)s" -msgstr "نوشته شده در تاریخ %(when)s در %(category)s" - -#: templates/article.html:34 templates/index.html:32 -#, python-format -msgid "%(minutes)s min read" -msgstr "" - -#: templates/article.html:64 -msgid "Like this article? Share it with your friends!" -msgstr "از این مقاله لذت بردید؟ آن را با دوستانتان به اشتراک بگذارید!" - -#: templates/article.html:75 -msgid "You might enjoy" -msgstr "ممکن است علاق‏ه‌مند باشید به" - -#: templates/author.html:2 -#, python-format -msgid "Posts by %(name)s" -msgstr "نوشته شده توسط %(name)s" - -#: templates/authors.html:3 templates/authors.html:8 -msgid "Authors" -msgstr "نویسندگان" - -#: templates/base.html:161 -msgid "Search..." -msgstr "" - -#: templates/base.html:237 -msgid "Home" -msgstr "خانه" - -#: templates/base.html:244 -msgid "Atom" -msgstr "اشتراک Atom" - -#: templates/base.html:248 -msgid "RSS" -msgstr "اشتراک RSS" - -#: templates/categories.html:3 templates/categories.html:8 -msgid "Categories" -msgstr "دسته بندی ها" - -#: templates/category.html:2 -#, python-format -msgid "Category %(name)s" -msgstr "دسته بندی %(name)s" - -#: templates/index.html:25 -msgid "Tagged with" -msgstr "برچسب شده توسط" - -#: templates/index.html:46 -msgid "Continue reading" -msgstr "ادامه مطلب" - -#: templates/search.html:3 -msgid "Search" -msgstr "" - -#: templates/search.html:17 -msgid "Search Results" -msgstr "" - -#: templates/tag.html:2 -#, python-format -msgid "Tag %(name)s" -msgstr "برچسب %(name)s" - -#: templates/tags.html:3 templates/tags.html:8 -msgid "Tags" -msgstr "برچسب ها" - -#: templates/partial/disqus.html:13 templates/partial/isso.html:20 -msgid "Please enable JavaScript to view comments." -msgstr "لطفا برای دیدن نظرات، جاوا اسکریپت را فعال کنید." - -#: templates/partial/flex.html:3 -#, python-format -msgid "Built with %(pelican_url)s using %(flex_url)s theme" -msgstr "" - -#: templates/partial/flex.html:10 -#, python-format -msgid "Switch to the %(dark_url)s | %(light_url)s | %(browser_url)s theme" -msgstr "" - -#: templates/partial/neighbors.html:5 -msgid "Previous Post" -msgstr "" - -#: templates/partial/neighbors.html:10 -msgid "Next Post" -msgstr "" - -#: templates/partial/pagination.html:5 -msgid "Older Posts" -msgstr "نوشته‌های کهنه‌تر" - -#: templates/partial/pagination.html:10 -msgid "Newer Posts" -msgstr "نوشته‌های تازه‌تر" diff --git a/translations/fi_FI/LC_MESSAGES/messages.mo b/translations/fi_FI/LC_MESSAGES/messages.mo deleted file mode 100644 index 5a64698..0000000 Binary files a/translations/fi_FI/LC_MESSAGES/messages.mo and /dev/null differ diff --git a/translations/fi_FI/LC_MESSAGES/messages.po b/translations/fi_FI/LC_MESSAGES/messages.po deleted file mode 100644 index 3047241..0000000 --- a/translations/fi_FI/LC_MESSAGES/messages.po +++ /dev/null @@ -1,136 +0,0 @@ -# Translations template for Flex. -# Copyright (C) 2020 Alexandre Vicenzi -# This file is distributed under the same license as the Flex project. -# FIRST AUTHOR , 2020. -# -# Translators: -# i r, 2021 -# -#, fuzzy -msgid "" -msgstr "" -"Project-Id-Version: Flex 2.1.0\n" -"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2020-12-01 20:21+0100\n" -"PO-Revision-Date: 2016-08-25 02:15+0000\n" -"Last-Translator: i r, 2021\n" -"Language-Team: Finnish (Finland) (https://www.transifex.com/alexandrevicenzi/teams/66327/fi_FI/)\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.8.0\n" -"Language: fi_FI\n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" - -#: templates/archives.html:3 templates/archives.html:8 -#: templates/period_archives.html:2 templates/period_archives.html:7 -msgid "Archives" -msgstr "Arkisto" - -#: templates/article.html:29 templates/index.html:20 -#, python-format -msgid "Posted on %(when)s in %(category)s" -msgstr "Julkaistu %(when)s kategoriassa %(category)s" - -#: templates/article.html:34 templates/index.html:32 -#, python-format -msgid "%(minutes)s min read" -msgstr "%(minutes)s min" - -#: templates/article.html:64 -msgid "Like this article? Share it with your friends!" -msgstr "Piditkö tästä postauksesta? Jaa se kavereillesi!" - -#: templates/article.html:75 -msgid "You might enjoy" -msgstr "Voisit pitää myös näistä" - -#: templates/author.html:2 -#, python-format -msgid "Posts by %(name)s" -msgstr "Kirjoittajan %(name)s postaukset" - -#: templates/authors.html:3 templates/authors.html:8 -msgid "Authors" -msgstr "Kirjoittajat" - -#: templates/base.html:161 -msgid "Search..." -msgstr "Hae..." - -#: templates/base.html:237 -msgid "Home" -msgstr "Koti" - -#: templates/base.html:244 -msgid "Atom" -msgstr "Atom" - -#: templates/base.html:248 -msgid "RSS" -msgstr "RSS" - -#: templates/categories.html:3 templates/categories.html:8 -msgid "Categories" -msgstr "Kategoriat" - -#: templates/category.html:2 -#, python-format -msgid "Category %(name)s" -msgstr "Kategoria %(name)s" - -#: templates/index.html:25 -msgid "Tagged with" -msgstr "Tägit:" - -#: templates/index.html:46 -msgid "Continue reading" -msgstr "Jatka lukemista" - -#: templates/search.html:3 -msgid "Search" -msgstr "Haku" - -#: templates/search.html:17 -msgid "Search Results" -msgstr "Hakutulokset" - -#: templates/tag.html:2 -#, python-format -msgid "Tag %(name)s" -msgstr "Tägi %(name)s" - -#: templates/tags.html:3 templates/tags.html:8 -msgid "Tags" -msgstr "Tägit" - -#: templates/partial/disqus.html:13 templates/partial/isso.html:20 -msgid "Please enable JavaScript to view comments." -msgstr "Ole hyvä ja laita JavaScript päälle nähdäksesi kommentit." - -#: templates/partial/flex.html:3 -#, python-format -msgid "Built with %(pelican_url)s using %(flex_url)s theme" -msgstr "" -"Rakennettu %(pelican_url)s-generaattoria ja %(flex_url)s-teemaa käyttäen" - -#: templates/partial/flex.html:10 -#, python-format -msgid "Switch to the %(dark_url)s | %(light_url)s | %(browser_url)s theme" -msgstr "Vaihda teemaa: %(dark_url)s | %(light_url)s | %(browser_url)s" - -#: templates/partial/neighbors.html:5 -msgid "Previous Post" -msgstr "Edellinen postaus" - -#: templates/partial/neighbors.html:10 -msgid "Next Post" -msgstr "Seuraava postaus" - -#: templates/partial/pagination.html:5 -msgid "Older Posts" -msgstr "Vanhemmat postaukset" - -#: templates/partial/pagination.html:10 -msgid "Newer Posts" -msgstr "Uudemmat postaukset" diff --git a/translations/fr/LC_MESSAGES/messages.mo b/translations/fr/LC_MESSAGES/messages.mo deleted file mode 100644 index 76bbf67..0000000 Binary files a/translations/fr/LC_MESSAGES/messages.mo and /dev/null differ diff --git a/translations/fr/LC_MESSAGES/messages.po b/translations/fr/LC_MESSAGES/messages.po deleted file mode 100644 index 72a7d89..0000000 --- a/translations/fr/LC_MESSAGES/messages.po +++ /dev/null @@ -1,138 +0,0 @@ -# Translations template for Flex. -# Copyright (C) 2020 Alexandre Vicenzi -# This file is distributed under the same license as the Flex project. -# FIRST AUTHOR , 2020. -# -# Translators: -# François Schmidts , 2016 -# Axel Haustant, 2018 -# taggaddaaaa , 2019 -# Charles Brunet , 2021 -# -#, fuzzy -msgid "" -msgstr "" -"Project-Id-Version: Flex 2.1.0\n" -"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2020-12-01 20:21+0100\n" -"PO-Revision-Date: 2016-08-25 02:15+0000\n" -"Last-Translator: Charles Brunet , 2021\n" -"Language-Team: French (https://www.transifex.com/alexandrevicenzi/teams/66327/fr/)\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.8.0\n" -"Language: fr\n" -"Plural-Forms: nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n" - -#: templates/archives.html:3 templates/archives.html:8 -#: templates/period_archives.html:2 templates/period_archives.html:7 -msgid "Archives" -msgstr "Archives" - -#: templates/article.html:29 templates/index.html:20 -#, python-format -msgid "Posted on %(when)s in %(category)s" -msgstr "Posté le %(when)s dans %(category)s" - -#: templates/article.html:34 templates/index.html:32 -#, python-format -msgid "%(minutes)s min read" -msgstr "lecture de %(minutes)s min" - -#: templates/article.html:64 -msgid "Like this article? Share it with your friends!" -msgstr "Vous aimez cet article ? Partagez le avec vos amis !" - -#: templates/article.html:75 -msgid "You might enjoy" -msgstr "Vous pourriez aimer" - -#: templates/author.html:2 -#, python-format -msgid "Posts by %(name)s" -msgstr "Posts de %(name)s" - -#: templates/authors.html:3 templates/authors.html:8 -msgid "Authors" -msgstr "Auteurs" - -#: templates/base.html:161 -msgid "Search..." -msgstr "Rechercher…" - -#: templates/base.html:237 -msgid "Home" -msgstr "Accueil" - -#: templates/base.html:244 -msgid "Atom" -msgstr "Atom" - -#: templates/base.html:248 -msgid "RSS" -msgstr "RSS" - -#: templates/categories.html:3 templates/categories.html:8 -msgid "Categories" -msgstr "Catégories" - -#: templates/category.html:2 -#, python-format -msgid "Category %(name)s" -msgstr "Catégorie %(name)s" - -#: templates/index.html:25 -msgid "Tagged with" -msgstr "Taggé avec" - -#: templates/index.html:46 -msgid "Continue reading" -msgstr "Continuer à lire" - -#: templates/search.html:3 -msgid "Search" -msgstr "Recherche" - -#: templates/search.html:17 -msgid "Search Results" -msgstr "Résultats" - -#: templates/tag.html:2 -#, python-format -msgid "Tag %(name)s" -msgstr "Tag %(name)s" - -#: templates/tags.html:3 templates/tags.html:8 -msgid "Tags" -msgstr "Tags" - -#: templates/partial/disqus.html:13 templates/partial/isso.html:20 -msgid "Please enable JavaScript to view comments." -msgstr "Veuillez activer le JavaScript pour voir les commentaires." - -#: templates/partial/flex.html:3 -#, python-format -msgid "Built with %(pelican_url)s using %(flex_url)s theme" -msgstr "Construit avec %(pelican_url)s utilisant le thème %(flex_url)s" - -#: templates/partial/flex.html:10 -#, python-format -msgid "Switch to the %(dark_url)s | %(light_url)s | %(browser_url)s theme" -msgstr "Changer pour le thème %(dark_url)s | %(light_url)s | %(browser_url)s" - -#: templates/partial/neighbors.html:5 -msgid "Previous Post" -msgstr "Post précédent" - -#: templates/partial/neighbors.html:10 -msgid "Next Post" -msgstr "Post suivant" - -#: templates/partial/pagination.html:5 -msgid "Older Posts" -msgstr "Anciens Posts" - -#: templates/partial/pagination.html:10 -msgid "Newer Posts" -msgstr "Nouveaux Posts" diff --git a/translations/hu_HU/LC_MESSAGES/messages.mo b/translations/hu_HU/LC_MESSAGES/messages.mo deleted file mode 100644 index 4991f4f..0000000 Binary files a/translations/hu_HU/LC_MESSAGES/messages.mo and /dev/null differ diff --git a/translations/hu_HU/LC_MESSAGES/messages.po b/translations/hu_HU/LC_MESSAGES/messages.po deleted file mode 100644 index 7b82137..0000000 --- a/translations/hu_HU/LC_MESSAGES/messages.po +++ /dev/null @@ -1,135 +0,0 @@ -# Translations template for Flex. -# Copyright (C) 2020 Alexandre Vicenzi -# This file is distributed under the same license as the Flex project. -# FIRST AUTHOR , 2020. -# -# Translators: -# Molnár Dénes , 2017 -# -#, fuzzy -msgid "" -msgstr "" -"Project-Id-Version: Flex 2.1.0\n" -"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2020-12-01 20:21+0100\n" -"PO-Revision-Date: 2016-08-25 02:15+0000\n" -"Last-Translator: Molnár Dénes , 2017\n" -"Language-Team: Hungarian (Hungary) (https://www.transifex.com/alexandrevicenzi/teams/66327/hu_HU/)\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.8.0\n" -"Language: hu_HU\n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" - -#: templates/archives.html:3 templates/archives.html:8 -#: templates/period_archives.html:2 templates/period_archives.html:7 -msgid "Archives" -msgstr "Archívum" - -#: templates/article.html:29 templates/index.html:20 -#, python-format -msgid "Posted on %(when)s in %(category)s" -msgstr "A bejegyzés ideje: %(when)s, kategóriája: %(category)s" - -#: templates/article.html:34 templates/index.html:32 -#, python-format -msgid "%(minutes)s min read" -msgstr "" - -#: templates/article.html:64 -msgid "Like this article? Share it with your friends!" -msgstr "Ha tetszett a bejegyzés, oszd meg az ismerőseiddel is!" - -#: templates/article.html:75 -msgid "You might enjoy" -msgstr "Talán tetszene" - -#: templates/author.html:2 -#, python-format -msgid "Posts by %(name)s" -msgstr "%(name)s bejegyzései" - -#: templates/authors.html:3 templates/authors.html:8 -msgid "Authors" -msgstr "Szerzők" - -#: templates/base.html:161 -msgid "Search..." -msgstr "" - -#: templates/base.html:237 -msgid "Home" -msgstr "Főoldal" - -#: templates/base.html:244 -msgid "Atom" -msgstr "Atom" - -#: templates/base.html:248 -msgid "RSS" -msgstr "RSS" - -#: templates/categories.html:3 templates/categories.html:8 -msgid "Categories" -msgstr "Kategóriák" - -#: templates/category.html:2 -#, python-format -msgid "Category %(name)s" -msgstr "%(name)s kategória" - -#: templates/index.html:25 -msgid "Tagged with" -msgstr "A következőkkel megjelölve: " - -#: templates/index.html:46 -msgid "Continue reading" -msgstr "Tovább" - -#: templates/search.html:3 -msgid "Search" -msgstr "" - -#: templates/search.html:17 -msgid "Search Results" -msgstr "" - -#: templates/tag.html:2 -#, python-format -msgid "Tag %(name)s" -msgstr "%(name)s címke" - -#: templates/tags.html:3 templates/tags.html:8 -msgid "Tags" -msgstr "Címkék" - -#: templates/partial/disqus.html:13 templates/partial/isso.html:20 -msgid "Please enable JavaScript to view comments." -msgstr "A kommentek megtekintéséhez engedélyezned kell a JavaScriptet!" - -#: templates/partial/flex.html:3 -#, python-format -msgid "Built with %(pelican_url)s using %(flex_url)s theme" -msgstr "" - -#: templates/partial/flex.html:10 -#, python-format -msgid "Switch to the %(dark_url)s | %(light_url)s | %(browser_url)s theme" -msgstr "" - -#: templates/partial/neighbors.html:5 -msgid "Previous Post" -msgstr "" - -#: templates/partial/neighbors.html:10 -msgid "Next Post" -msgstr "" - -#: templates/partial/pagination.html:5 -msgid "Older Posts" -msgstr "Korábbi bejegyzések" - -#: templates/partial/pagination.html:10 -msgid "Newer Posts" -msgstr "Újabb bejegyzések" diff --git a/translations/id/LC_MESSAGES/messages.mo b/translations/id/LC_MESSAGES/messages.mo deleted file mode 100644 index 2d262ef..0000000 Binary files a/translations/id/LC_MESSAGES/messages.mo and /dev/null differ diff --git a/translations/id/LC_MESSAGES/messages.po b/translations/id/LC_MESSAGES/messages.po deleted file mode 100644 index 1aff9d6..0000000 --- a/translations/id/LC_MESSAGES/messages.po +++ /dev/null @@ -1,135 +0,0 @@ -# Translations template for Flex. -# Copyright (C) 2020 Alexandre Vicenzi -# This file is distributed under the same license as the Flex project. -# FIRST AUTHOR , 2020. -# -# Translators: -# Yongkie Wiyogo , 2018 -# -#, fuzzy -msgid "" -msgstr "" -"Project-Id-Version: Flex 2.1.0\n" -"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2020-12-01 20:21+0100\n" -"PO-Revision-Date: 2016-08-25 02:15+0000\n" -"Last-Translator: Yongkie Wiyogo , 2018\n" -"Language-Team: Indonesian (https://www.transifex.com/alexandrevicenzi/teams/66327/id/)\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.8.0\n" -"Language: id\n" -"Plural-Forms: nplurals=1; plural=0;\n" - -#: templates/archives.html:3 templates/archives.html:8 -#: templates/period_archives.html:2 templates/period_archives.html:7 -msgid "Archives" -msgstr "Arsip" - -#: templates/article.html:29 templates/index.html:20 -#, python-format -msgid "Posted on %(when)s in %(category)s" -msgstr "Ditulis tanggal %(when)s di %(category)s" - -#: templates/article.html:34 templates/index.html:32 -#, python-format -msgid "%(minutes)s min read" -msgstr "" - -#: templates/article.html:64 -msgid "Like this article? Share it with your friends!" -msgstr "Suka artikel ini? Bagikan dengan teman-teman Anda!" - -#: templates/article.html:75 -msgid "You might enjoy" -msgstr "Anda mungkin menikmati" - -#: templates/author.html:2 -#, python-format -msgid "Posts by %(name)s" -msgstr "Ditulis oleh %(name)s" - -#: templates/authors.html:3 templates/authors.html:8 -msgid "Authors" -msgstr "Penulis" - -#: templates/base.html:161 -msgid "Search..." -msgstr "" - -#: templates/base.html:237 -msgid "Home" -msgstr "Beranda" - -#: templates/base.html:244 -msgid "Atom" -msgstr "Atom" - -#: templates/base.html:248 -msgid "RSS" -msgstr "RSS" - -#: templates/categories.html:3 templates/categories.html:8 -msgid "Categories" -msgstr "Kategori" - -#: templates/category.html:2 -#, python-format -msgid "Category %(name)s" -msgstr "Kategori %(name)s" - -#: templates/index.html:25 -msgid "Tagged with" -msgstr "Kata kunci" - -#: templates/index.html:46 -msgid "Continue reading" -msgstr "Lanjut membaca" - -#: templates/search.html:3 -msgid "Search" -msgstr "" - -#: templates/search.html:17 -msgid "Search Results" -msgstr "" - -#: templates/tag.html:2 -#, python-format -msgid "Tag %(name)s" -msgstr "Kata kunci %(name)s" - -#: templates/tags.html:3 templates/tags.html:8 -msgid "Tags" -msgstr "Kata-kata kunci" - -#: templates/partial/disqus.html:13 templates/partial/isso.html:20 -msgid "Please enable JavaScript to view comments." -msgstr "Harap aktifkan JavaScript untuk melihat komentar." - -#: templates/partial/flex.html:3 -#, python-format -msgid "Built with %(pelican_url)s using %(flex_url)s theme" -msgstr "" - -#: templates/partial/flex.html:10 -#, python-format -msgid "Switch to the %(dark_url)s | %(light_url)s | %(browser_url)s theme" -msgstr "" - -#: templates/partial/neighbors.html:5 -msgid "Previous Post" -msgstr "" - -#: templates/partial/neighbors.html:10 -msgid "Next Post" -msgstr "" - -#: templates/partial/pagination.html:5 -msgid "Older Posts" -msgstr "Tulisan lama" - -#: templates/partial/pagination.html:10 -msgid "Newer Posts" -msgstr "Tulisan baru" diff --git a/translations/it/LC_MESSAGES/messages.mo b/translations/it/LC_MESSAGES/messages.mo deleted file mode 100644 index 1c11e57..0000000 Binary files a/translations/it/LC_MESSAGES/messages.mo and /dev/null differ diff --git a/translations/it/LC_MESSAGES/messages.po b/translations/it/LC_MESSAGES/messages.po deleted file mode 100644 index a7e8ff8..0000000 --- a/translations/it/LC_MESSAGES/messages.po +++ /dev/null @@ -1,136 +0,0 @@ -# Translations template for Flex. -# Copyright (C) 2020 Alexandre Vicenzi -# This file is distributed under the same license as the Flex project. -# FIRST AUTHOR , 2020. -# -# Translators: -# Gareth jax , 2016 -# Alexandre Vicenzi , 2020 -# -#, fuzzy -msgid "" -msgstr "" -"Project-Id-Version: Flex 2.1.0\n" -"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2020-12-01 20:21+0100\n" -"PO-Revision-Date: 2016-08-25 02:15+0000\n" -"Last-Translator: Alexandre Vicenzi , 2020\n" -"Language-Team: Italian (https://www.transifex.com/alexandrevicenzi/teams/66327/it/)\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.8.0\n" -"Language: it\n" -"Plural-Forms: nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n" - -#: templates/archives.html:3 templates/archives.html:8 -#: templates/period_archives.html:2 templates/period_archives.html:7 -msgid "Archives" -msgstr "Archivi" - -#: templates/article.html:29 templates/index.html:20 -#, python-format -msgid "Posted on %(when)s in %(category)s" -msgstr "Pubblicato il %(when)s in %(category)s" - -#: templates/article.html:34 templates/index.html:32 -#, python-format -msgid "%(minutes)s min read" -msgstr "%(minutes)s minuto/i di lettura" - -#: templates/article.html:64 -msgid "Like this article? Share it with your friends!" -msgstr "Ti piace questo articolo? Condividilo con i tuoi amici!" - -#: templates/article.html:75 -msgid "You might enjoy" -msgstr "Potrebbe interessanrti" - -#: templates/author.html:2 -#, python-format -msgid "Posts by %(name)s" -msgstr "Articoli di %(name)s" - -#: templates/authors.html:3 templates/authors.html:8 -msgid "Authors" -msgstr "Autori" - -#: templates/base.html:161 -msgid "Search..." -msgstr "Termini di ricerca..." - -#: templates/base.html:237 -msgid "Home" -msgstr "Home" - -#: templates/base.html:244 -msgid "Atom" -msgstr "Atom" - -#: templates/base.html:248 -msgid "RSS" -msgstr "RSS" - -#: templates/categories.html:3 templates/categories.html:8 -msgid "Categories" -msgstr "Categorie" - -#: templates/category.html:2 -#, python-format -msgid "Category %(name)s" -msgstr "Categoria %(name)s" - -#: templates/index.html:25 -msgid "Tagged with" -msgstr "Taggato come" - -#: templates/index.html:46 -msgid "Continue reading" -msgstr "Continua lettura" - -#: templates/search.html:3 -msgid "Search" -msgstr "Risultati" - -#: templates/search.html:17 -msgid "Search Results" -msgstr "Risultati" - -#: templates/tag.html:2 -#, python-format -msgid "Tag %(name)s" -msgstr "Tag %(name)s" - -#: templates/tags.html:3 templates/tags.html:8 -msgid "Tags" -msgstr "Tags" - -#: templates/partial/disqus.html:13 templates/partial/isso.html:20 -msgid "Please enable JavaScript to view comments." -msgstr "Per favore abilita Javascript per vedere i commenti." - -#: templates/partial/flex.html:3 -#, python-format -msgid "Built with %(pelican_url)s using %(flex_url)s theme" -msgstr "" - -#: templates/partial/flex.html:10 -#, python-format -msgid "Switch to the %(dark_url)s | %(light_url)s | %(browser_url)s theme" -msgstr "" - -#: templates/partial/neighbors.html:5 -msgid "Previous Post" -msgstr "Post precedenti" - -#: templates/partial/neighbors.html:10 -msgid "Next Post" -msgstr "Prossimi post" - -#: templates/partial/pagination.html:5 -msgid "Older Posts" -msgstr "Post più vecchi" - -#: templates/partial/pagination.html:10 -msgid "Newer Posts" -msgstr "Post più recenti" diff --git a/translations/messages.pot b/translations/messages.pot deleted file mode 100644 index ed0293d..0000000 --- a/translations/messages.pot +++ /dev/null @@ -1,131 +0,0 @@ -# Translations template for Flex. -# Copyright (C) 2020 Alexandre Vicenzi -# This file is distributed under the same license as the Flex project. -# FIRST AUTHOR , 2020. -# -#, fuzzy -msgid "" -msgstr "" -"Project-Id-Version: Flex 2.1.0\n" -"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2020-12-01 20:21+0100\n" -"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" -"Last-Translator: FULL NAME \n" -"Language-Team: LANGUAGE \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.8.0\n" - -#: templates/archives.html:3 templates/archives.html:8 -#: templates/period_archives.html:2 templates/period_archives.html:7 -msgid "Archives" -msgstr "" - -#: templates/article.html:29 templates/index.html:20 -#, python-format -msgid "Posted on %(when)s in %(category)s" -msgstr "" - -#: templates/article.html:34 templates/index.html:32 -#, python-format -msgid "%(minutes)s min read" -msgstr "" - -#: templates/article.html:64 -msgid "Like this article? Share it with your friends!" -msgstr "" - -#: templates/article.html:75 -msgid "You might enjoy" -msgstr "" - -#: templates/author.html:2 -#, python-format -msgid "Posts by %(name)s" -msgstr "" - -#: templates/authors.html:3 templates/authors.html:8 -msgid "Authors" -msgstr "" - -#: templates/base.html:161 -msgid "Search..." -msgstr "" - -#: templates/base.html:237 -msgid "Home" -msgstr "" - -#: templates/base.html:244 -msgid "Atom" -msgstr "" - -#: templates/base.html:248 -msgid "RSS" -msgstr "" - -#: templates/categories.html:3 templates/categories.html:8 -msgid "Categories" -msgstr "" - -#: templates/category.html:2 -#, python-format -msgid "Category %(name)s" -msgstr "" - -#: templates/index.html:25 -msgid "Tagged with" -msgstr "" - -#: templates/index.html:46 -msgid "Continue reading" -msgstr "" - -#: templates/search.html:3 -msgid "Search" -msgstr "" - -#: templates/search.html:17 -msgid "Search Results" -msgstr "" - -#: templates/tag.html:2 -#, python-format -msgid "Tag %(name)s" -msgstr "" - -#: templates/tags.html:3 templates/tags.html:8 -msgid "Tags" -msgstr "" - -#: templates/partial/disqus.html:13 templates/partial/isso.html:20 -msgid "Please enable JavaScript to view comments." -msgstr "" - -#: templates/partial/flex.html:3 -#, python-format -msgid "Built with %(pelican_url)s using %(flex_url)s theme" -msgstr "" - -#: templates/partial/flex.html:10 -#, python-format -msgid "Switch to the %(dark_url)s | %(light_url)s | %(browser_url)s theme" -msgstr "" - -#: templates/partial/neighbors.html:5 -msgid "Previous Post" -msgstr "" - -#: templates/partial/neighbors.html:10 -msgid "Next Post" -msgstr "" - -#: templates/partial/pagination.html:5 -msgid "Older Posts" -msgstr "" - -#: templates/partial/pagination.html:10 -msgid "Newer Posts" -msgstr "" - diff --git a/translations/nl_NL/LC_MESSAGES/messages.mo b/translations/nl_NL/LC_MESSAGES/messages.mo deleted file mode 100644 index 786ac56..0000000 Binary files a/translations/nl_NL/LC_MESSAGES/messages.mo and /dev/null differ diff --git a/translations/nl_NL/LC_MESSAGES/messages.po b/translations/nl_NL/LC_MESSAGES/messages.po deleted file mode 100644 index 8af68ab..0000000 --- a/translations/nl_NL/LC_MESSAGES/messages.po +++ /dev/null @@ -1,135 +0,0 @@ -# Translations template for Flex. -# Copyright (C) 2020 Alexandre Vicenzi -# This file is distributed under the same license as the Flex project. -# FIRST AUTHOR , 2020. -# -# Translators: -# rbos, 2017 -# -#, fuzzy -msgid "" -msgstr "" -"Project-Id-Version: Flex 2.1.0\n" -"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2020-12-01 20:21+0100\n" -"PO-Revision-Date: 2016-08-25 02:15+0000\n" -"Last-Translator: rbos, 2017\n" -"Language-Team: Dutch (Netherlands) (https://www.transifex.com/alexandrevicenzi/teams/66327/nl_NL/)\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.8.0\n" -"Language: nl_NL\n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" - -#: templates/archives.html:3 templates/archives.html:8 -#: templates/period_archives.html:2 templates/period_archives.html:7 -msgid "Archives" -msgstr "Archief" - -#: templates/article.html:29 templates/index.html:20 -#, python-format -msgid "Posted on %(when)s in %(category)s" -msgstr "Geplaatst op %(when)s in %(category)s" - -#: templates/article.html:34 templates/index.html:32 -#, python-format -msgid "%(minutes)s min read" -msgstr "" - -#: templates/article.html:64 -msgid "Like this article? Share it with your friends!" -msgstr "Bevalt dit Artikel? Deel het met je vrienden!" - -#: templates/article.html:75 -msgid "You might enjoy" -msgstr "Eventueel ook interessant" - -#: templates/author.html:2 -#, python-format -msgid "Posts by %(name)s" -msgstr "Artikelen van %(name)s" - -#: templates/authors.html:3 templates/authors.html:8 -msgid "Authors" -msgstr "Schrijvers" - -#: templates/base.html:161 -msgid "Search..." -msgstr "" - -#: templates/base.html:237 -msgid "Home" -msgstr "Home" - -#: templates/base.html:244 -msgid "Atom" -msgstr "Atom" - -#: templates/base.html:248 -msgid "RSS" -msgstr "RSS" - -#: templates/categories.html:3 templates/categories.html:8 -msgid "Categories" -msgstr "Categorieën" - -#: templates/category.html:2 -#, python-format -msgid "Category %(name)s" -msgstr "Categorie %(name)s" - -#: templates/index.html:25 -msgid "Tagged with" -msgstr "Getagged met" - -#: templates/index.html:46 -msgid "Continue reading" -msgstr "Verder lezen" - -#: templates/search.html:3 -msgid "Search" -msgstr "" - -#: templates/search.html:17 -msgid "Search Results" -msgstr "" - -#: templates/tag.html:2 -#, python-format -msgid "Tag %(name)s" -msgstr "Tag %(name)s" - -#: templates/tags.html:3 templates/tags.html:8 -msgid "Tags" -msgstr "Tags" - -#: templates/partial/disqus.html:13 templates/partial/isso.html:20 -msgid "Please enable JavaScript to view comments." -msgstr "Alsjeblieft JavaScript activeren om het commentaar te zien." - -#: templates/partial/flex.html:3 -#, python-format -msgid "Built with %(pelican_url)s using %(flex_url)s theme" -msgstr "" - -#: templates/partial/flex.html:10 -#, python-format -msgid "Switch to the %(dark_url)s | %(light_url)s | %(browser_url)s theme" -msgstr "" - -#: templates/partial/neighbors.html:5 -msgid "Previous Post" -msgstr "" - -#: templates/partial/neighbors.html:10 -msgid "Next Post" -msgstr "" - -#: templates/partial/pagination.html:5 -msgid "Older Posts" -msgstr "Eerder verschenen artikelen" - -#: templates/partial/pagination.html:10 -msgid "Newer Posts" -msgstr "Later verschenen artikelen" diff --git a/translations/pl_PL/LC_MESSAGES/messages.mo b/translations/pl_PL/LC_MESSAGES/messages.mo deleted file mode 100644 index 5d1d637..0000000 Binary files a/translations/pl_PL/LC_MESSAGES/messages.mo and /dev/null differ diff --git a/translations/pl_PL/LC_MESSAGES/messages.po b/translations/pl_PL/LC_MESSAGES/messages.po deleted file mode 100644 index 4d6c18a..0000000 --- a/translations/pl_PL/LC_MESSAGES/messages.po +++ /dev/null @@ -1,135 +0,0 @@ -# Translations template for Flex. -# Copyright (C) 2020 Alexandre Vicenzi -# This file is distributed under the same license as the Flex project. -# FIRST AUTHOR , 2020. -# -# Translators: -# Justyna Pawlata , 2019 -# -#, fuzzy -msgid "" -msgstr "" -"Project-Id-Version: Flex 2.1.0\n" -"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2020-12-01 20:21+0100\n" -"PO-Revision-Date: 2016-08-25 02:15+0000\n" -"Last-Translator: Justyna Pawlata , 2019\n" -"Language-Team: Polish (Poland) (https://www.transifex.com/alexandrevicenzi/teams/66327/pl_PL/)\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.8.0\n" -"Language: pl_PL\n" -"Plural-Forms: nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && (n%100<12 || n%100>14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);\n" - -#: templates/archives.html:3 templates/archives.html:8 -#: templates/period_archives.html:2 templates/period_archives.html:7 -msgid "Archives" -msgstr "Archiwa" - -#: templates/article.html:29 templates/index.html:20 -#, python-format -msgid "Posted on %(when)s in %(category)s" -msgstr "Opublikowano %(when)s w %(category)s" - -#: templates/article.html:34 templates/index.html:32 -#, python-format -msgid "%(minutes)s min read" -msgstr "" - -#: templates/article.html:64 -msgid "Like this article? Share it with your friends!" -msgstr "Podoba Ci się ten wpis? Podziel się!" - -#: templates/article.html:75 -msgid "You might enjoy" -msgstr "Zobacz także" - -#: templates/author.html:2 -#, python-format -msgid "Posts by %(name)s" -msgstr "Wpisy autora %(name)s " - -#: templates/authors.html:3 templates/authors.html:8 -msgid "Authors" -msgstr "Autorzy" - -#: templates/base.html:161 -msgid "Search..." -msgstr "" - -#: templates/base.html:237 -msgid "Home" -msgstr "Strona główna" - -#: templates/base.html:244 -msgid "Atom" -msgstr "Atom" - -#: templates/base.html:248 -msgid "RSS" -msgstr "RSS" - -#: templates/categories.html:3 templates/categories.html:8 -msgid "Categories" -msgstr "Kategorie" - -#: templates/category.html:2 -#, python-format -msgid "Category %(name)s" -msgstr "Kategoria %(name)s" - -#: templates/index.html:25 -msgid "Tagged with" -msgstr "Tagi: " - -#: templates/index.html:46 -msgid "Continue reading" -msgstr "Czytaj dalej" - -#: templates/search.html:3 -msgid "Search" -msgstr "" - -#: templates/search.html:17 -msgid "Search Results" -msgstr "" - -#: templates/tag.html:2 -#, python-format -msgid "Tag %(name)s" -msgstr "Tag %(name)s" - -#: templates/tags.html:3 templates/tags.html:8 -msgid "Tags" -msgstr "Tagi" - -#: templates/partial/disqus.html:13 templates/partial/isso.html:20 -msgid "Please enable JavaScript to view comments." -msgstr "Włącz obsługę JavaScript, żeby zobaczyć komentarze." - -#: templates/partial/flex.html:3 -#, python-format -msgid "Built with %(pelican_url)s using %(flex_url)s theme" -msgstr "Stworzono z %(pelican_url)s, szablon %(flex_url)s" - -#: templates/partial/flex.html:10 -#, python-format -msgid "Switch to the %(dark_url)s | %(light_url)s | %(browser_url)s theme" -msgstr "" - -#: templates/partial/neighbors.html:5 -msgid "Previous Post" -msgstr "Poprzedni wpis" - -#: templates/partial/neighbors.html:10 -msgid "Next Post" -msgstr "Następny wpis" - -#: templates/partial/pagination.html:5 -msgid "Older Posts" -msgstr "Starsze wpisy" - -#: templates/partial/pagination.html:10 -msgid "Newer Posts" -msgstr "Nowsze wpisy" diff --git a/translations/pt/LC_MESSAGES/messages.mo b/translations/pt/LC_MESSAGES/messages.mo deleted file mode 100644 index de95c94..0000000 Binary files a/translations/pt/LC_MESSAGES/messages.mo and /dev/null differ diff --git a/translations/pt/LC_MESSAGES/messages.po b/translations/pt/LC_MESSAGES/messages.po deleted file mode 100644 index 40fe6bb..0000000 --- a/translations/pt/LC_MESSAGES/messages.po +++ /dev/null @@ -1,131 +0,0 @@ -# Translations template for Flex. -# Copyright (C) 2020 Alexandre Vicenzi -# This file is distributed under the same license as the Flex project. -# FIRST AUTHOR , 2020. -# -#, fuzzy -msgid "" -msgstr "" -"Project-Id-Version: Flex 2.1.0\n" -"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2020-12-01 20:21+0100\n" -"PO-Revision-Date: 2016-08-25 02:15+0000\n" -"Language-Team: Portuguese (https://www.transifex.com/alexandrevicenzi/teams/66327/pt/)\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.8.0\n" -"Language: pt\n" -"Plural-Forms: nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n" - -#: templates/archives.html:3 templates/archives.html:8 -#: templates/period_archives.html:2 templates/period_archives.html:7 -msgid "Archives" -msgstr "" - -#: templates/article.html:29 templates/index.html:20 -#, python-format -msgid "Posted on %(when)s in %(category)s" -msgstr "" - -#: templates/article.html:34 templates/index.html:32 -#, python-format -msgid "%(minutes)s min read" -msgstr "" - -#: templates/article.html:64 -msgid "Like this article? Share it with your friends!" -msgstr "" - -#: templates/article.html:75 -msgid "You might enjoy" -msgstr "" - -#: templates/author.html:2 -#, python-format -msgid "Posts by %(name)s" -msgstr "" - -#: templates/authors.html:3 templates/authors.html:8 -msgid "Authors" -msgstr "" - -#: templates/base.html:161 -msgid "Search..." -msgstr "" - -#: templates/base.html:237 -msgid "Home" -msgstr "" - -#: templates/base.html:244 -msgid "Atom" -msgstr "" - -#: templates/base.html:248 -msgid "RSS" -msgstr "" - -#: templates/categories.html:3 templates/categories.html:8 -msgid "Categories" -msgstr "" - -#: templates/category.html:2 -#, python-format -msgid "Category %(name)s" -msgstr "" - -#: templates/index.html:25 -msgid "Tagged with" -msgstr "" - -#: templates/index.html:46 -msgid "Continue reading" -msgstr "" - -#: templates/search.html:3 -msgid "Search" -msgstr "" - -#: templates/search.html:17 -msgid "Search Results" -msgstr "" - -#: templates/tag.html:2 -#, python-format -msgid "Tag %(name)s" -msgstr "" - -#: templates/tags.html:3 templates/tags.html:8 -msgid "Tags" -msgstr "" - -#: templates/partial/disqus.html:13 templates/partial/isso.html:20 -msgid "Please enable JavaScript to view comments." -msgstr "" - -#: templates/partial/flex.html:3 -#, python-format -msgid "Built with %(pelican_url)s using %(flex_url)s theme" -msgstr "" - -#: templates/partial/flex.html:10 -#, python-format -msgid "Switch to the %(dark_url)s | %(light_url)s | %(browser_url)s theme" -msgstr "" - -#: templates/partial/neighbors.html:5 -msgid "Previous Post" -msgstr "" - -#: templates/partial/neighbors.html:10 -msgid "Next Post" -msgstr "" - -#: templates/partial/pagination.html:5 -msgid "Older Posts" -msgstr "" - -#: templates/partial/pagination.html:10 -msgid "Newer Posts" -msgstr "" diff --git a/translations/pt_BR/LC_MESSAGES/messages.mo b/translations/pt_BR/LC_MESSAGES/messages.mo deleted file mode 100644 index a79dda1..0000000 Binary files a/translations/pt_BR/LC_MESSAGES/messages.mo and /dev/null differ diff --git a/translations/pt_BR/LC_MESSAGES/messages.po b/translations/pt_BR/LC_MESSAGES/messages.po deleted file mode 100644 index 4740987..0000000 --- a/translations/pt_BR/LC_MESSAGES/messages.po +++ /dev/null @@ -1,135 +0,0 @@ -# Translations template for Flex. -# Copyright (C) 2020 Alexandre Vicenzi -# This file is distributed under the same license as the Flex project. -# FIRST AUTHOR , 2020. -# -# Translators: -# Alexandre Vicenzi , 2020 -# -#, fuzzy -msgid "" -msgstr "" -"Project-Id-Version: Flex 2.1.0\n" -"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2020-12-01 20:21+0100\n" -"PO-Revision-Date: 2016-08-25 02:15+0000\n" -"Last-Translator: Alexandre Vicenzi , 2020\n" -"Language-Team: Portuguese (Brazil) (https://www.transifex.com/alexandrevicenzi/teams/66327/pt_BR/)\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.8.0\n" -"Language: pt_BR\n" -"Plural-Forms: nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n" - -#: templates/archives.html:3 templates/archives.html:8 -#: templates/period_archives.html:2 templates/period_archives.html:7 -msgid "Archives" -msgstr "Arquivos" - -#: templates/article.html:29 templates/index.html:20 -#, python-format -msgid "Posted on %(when)s in %(category)s" -msgstr "Publicado em %(when)s na categoria %(category)s" - -#: templates/article.html:34 templates/index.html:32 -#, python-format -msgid "%(minutes)s min read" -msgstr "%(minutes)s min de leitura " - -#: templates/article.html:64 -msgid "Like this article? Share it with your friends!" -msgstr "Gostou do artigo? Compartilhe com seus amigos!" - -#: templates/article.html:75 -msgid "You might enjoy" -msgstr "Artigos relacionados" - -#: templates/author.html:2 -#, python-format -msgid "Posts by %(name)s" -msgstr "Publicações de %(name)s" - -#: templates/authors.html:3 templates/authors.html:8 -msgid "Authors" -msgstr "Autores" - -#: templates/base.html:161 -msgid "Search..." -msgstr "Pesquisar..." - -#: templates/base.html:237 -msgid "Home" -msgstr "Início" - -#: templates/base.html:244 -msgid "Atom" -msgstr "Atom" - -#: templates/base.html:248 -msgid "RSS" -msgstr "RSS" - -#: templates/categories.html:3 templates/categories.html:8 -msgid "Categories" -msgstr "Categorias" - -#: templates/category.html:2 -#, python-format -msgid "Category %(name)s" -msgstr "Categoria %(name)s" - -#: templates/index.html:25 -msgid "Tagged with" -msgstr "Com as tags" - -#: templates/index.html:46 -msgid "Continue reading" -msgstr "Continue lendo" - -#: templates/search.html:3 -msgid "Search" -msgstr "Pesquisa" - -#: templates/search.html:17 -msgid "Search Results" -msgstr "Resultados da pesquisa" - -#: templates/tag.html:2 -#, python-format -msgid "Tag %(name)s" -msgstr "Tag %(name)s" - -#: templates/tags.html:3 templates/tags.html:8 -msgid "Tags" -msgstr "Tags" - -#: templates/partial/disqus.html:13 templates/partial/isso.html:20 -msgid "Please enable JavaScript to view comments." -msgstr "Habilite JavaScript para ver os comentários." - -#: templates/partial/flex.html:3 -#, python-format -msgid "Built with %(pelican_url)s using %(flex_url)s theme" -msgstr "Criado com o %(pelican_url)s usando o tema %(flex_url)s" - -#: templates/partial/flex.html:10 -#, python-format -msgid "Switch to the %(dark_url)s | %(light_url)s | %(browser_url)s theme" -msgstr "Alterar tema para %(dark_url)s | %(light_url)s | %(browser_url)s " - -#: templates/partial/neighbors.html:5 -msgid "Previous Post" -msgstr "Artigo Anterior" - -#: templates/partial/neighbors.html:10 -msgid "Next Post" -msgstr "Próximo Artigo" - -#: templates/partial/pagination.html:5 -msgid "Older Posts" -msgstr "Anteriores" - -#: templates/partial/pagination.html:10 -msgid "Newer Posts" -msgstr "Próximos" diff --git a/translations/pt_PT/LC_MESSAGES/messages.mo b/translations/pt_PT/LC_MESSAGES/messages.mo deleted file mode 100644 index ef8c144..0000000 Binary files a/translations/pt_PT/LC_MESSAGES/messages.mo and /dev/null differ diff --git a/translations/pt_PT/LC_MESSAGES/messages.po b/translations/pt_PT/LC_MESSAGES/messages.po deleted file mode 100644 index 922959f..0000000 --- a/translations/pt_PT/LC_MESSAGES/messages.po +++ /dev/null @@ -1,135 +0,0 @@ -# Translations template for Flex. -# Copyright (C) 2020 Alexandre Vicenzi -# This file is distributed under the same license as the Flex project. -# FIRST AUTHOR , 2020. -# -# Translators: -# Alexandre Vicenzi , 2020 -# -#, fuzzy -msgid "" -msgstr "" -"Project-Id-Version: Flex 2.1.0\n" -"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2020-12-01 20:21+0100\n" -"PO-Revision-Date: 2016-08-25 02:15+0000\n" -"Last-Translator: Alexandre Vicenzi , 2020\n" -"Language-Team: Portuguese (Portugal) (https://www.transifex.com/alexandrevicenzi/teams/66327/pt_PT/)\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.8.0\n" -"Language: pt_PT\n" -"Plural-Forms: nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n" - -#: templates/archives.html:3 templates/archives.html:8 -#: templates/period_archives.html:2 templates/period_archives.html:7 -msgid "Archives" -msgstr "Artigos" - -#: templates/article.html:29 templates/index.html:20 -#, python-format -msgid "Posted on %(when)s in %(category)s" -msgstr "Publicado em %(when)s na categoria %(category)s " - -#: templates/article.html:34 templates/index.html:32 -#, python-format -msgid "%(minutes)s min read" -msgstr "%(minutes)s min de leitura " - -#: templates/article.html:64 -msgid "Like this article? Share it with your friends!" -msgstr "Gostou do artigo? Partilhe com seus amigos!" - -#: templates/article.html:75 -msgid "You might enjoy" -msgstr "Artigos relacionados" - -#: templates/author.html:2 -#, python-format -msgid "Posts by %(name)s" -msgstr "Artigos de %(name)s" - -#: templates/authors.html:3 templates/authors.html:8 -msgid "Authors" -msgstr "Autores" - -#: templates/base.html:161 -msgid "Search..." -msgstr "Pesquisar..." - -#: templates/base.html:237 -msgid "Home" -msgstr "Início" - -#: templates/base.html:244 -msgid "Atom" -msgstr "Atom" - -#: templates/base.html:248 -msgid "RSS" -msgstr "RSS" - -#: templates/categories.html:3 templates/categories.html:8 -msgid "Categories" -msgstr "Categorias" - -#: templates/category.html:2 -#, python-format -msgid "Category %(name)s" -msgstr "Categoria %(name)s" - -#: templates/index.html:25 -msgid "Tagged with" -msgstr "Etiquetado com" - -#: templates/index.html:46 -msgid "Continue reading" -msgstr "Continuar leitura" - -#: templates/search.html:3 -msgid "Search" -msgstr "Pesquisa" - -#: templates/search.html:17 -msgid "Search Results" -msgstr "Resultados da pesquisa" - -#: templates/tag.html:2 -#, python-format -msgid "Tag %(name)s" -msgstr "Etiqueta %(name)s " - -#: templates/tags.html:3 templates/tags.html:8 -msgid "Tags" -msgstr "Etiquetas" - -#: templates/partial/disqus.html:13 templates/partial/isso.html:20 -msgid "Please enable JavaScript to view comments." -msgstr "Habilite JavaScript para ver os comentários." - -#: templates/partial/flex.html:3 -#, python-format -msgid "Built with %(pelican_url)s using %(flex_url)s theme" -msgstr "Criado com o %(pelican_url)s usando o tema %(flex_url)s" - -#: templates/partial/flex.html:10 -#, python-format -msgid "Switch to the %(dark_url)s | %(light_url)s | %(browser_url)s theme" -msgstr "Alterar tema para %(dark_url)s | %(light_url)s | %(browser_url)s " - -#: templates/partial/neighbors.html:5 -msgid "Previous Post" -msgstr "Artigo anterior" - -#: templates/partial/neighbors.html:10 -msgid "Next Post" -msgstr "Artigo seguinte" - -#: templates/partial/pagination.html:5 -msgid "Older Posts" -msgstr "Artigos antigos" - -#: templates/partial/pagination.html:10 -msgid "Newer Posts" -msgstr "Artigos novos" diff --git a/translations/ro_RO/LC_MESSAGES/messages.mo b/translations/ro_RO/LC_MESSAGES/messages.mo deleted file mode 100644 index cdee4c2..0000000 Binary files a/translations/ro_RO/LC_MESSAGES/messages.mo and /dev/null differ diff --git a/translations/ro_RO/LC_MESSAGES/messages.po b/translations/ro_RO/LC_MESSAGES/messages.po deleted file mode 100644 index 739c264..0000000 --- a/translations/ro_RO/LC_MESSAGES/messages.po +++ /dev/null @@ -1,131 +0,0 @@ -# Translations template for Flex. -# Copyright (C) 2020 Alexandre Vicenzi -# This file is distributed under the same license as the Flex project. -# FIRST AUTHOR , 2020. -# -#, fuzzy -msgid "" -msgstr "" -"Project-Id-Version: Flex 2.1.0\n" -"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2020-12-01 20:21+0100\n" -"PO-Revision-Date: 2016-08-25 02:15+0000\n" -"Language-Team: Romanian (Romania) (https://www.transifex.com/alexandrevicenzi/teams/66327/ro_RO/)\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.8.0\n" -"Language: ro_RO\n" -"Plural-Forms: nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?2:1));\n" - -#: templates/archives.html:3 templates/archives.html:8 -#: templates/period_archives.html:2 templates/period_archives.html:7 -msgid "Archives" -msgstr "" - -#: templates/article.html:29 templates/index.html:20 -#, python-format -msgid "Posted on %(when)s in %(category)s" -msgstr "" - -#: templates/article.html:34 templates/index.html:32 -#, python-format -msgid "%(minutes)s min read" -msgstr "" - -#: templates/article.html:64 -msgid "Like this article? Share it with your friends!" -msgstr "" - -#: templates/article.html:75 -msgid "You might enjoy" -msgstr "" - -#: templates/author.html:2 -#, python-format -msgid "Posts by %(name)s" -msgstr "" - -#: templates/authors.html:3 templates/authors.html:8 -msgid "Authors" -msgstr "" - -#: templates/base.html:161 -msgid "Search..." -msgstr "" - -#: templates/base.html:237 -msgid "Home" -msgstr "" - -#: templates/base.html:244 -msgid "Atom" -msgstr "" - -#: templates/base.html:248 -msgid "RSS" -msgstr "" - -#: templates/categories.html:3 templates/categories.html:8 -msgid "Categories" -msgstr "" - -#: templates/category.html:2 -#, python-format -msgid "Category %(name)s" -msgstr "" - -#: templates/index.html:25 -msgid "Tagged with" -msgstr "" - -#: templates/index.html:46 -msgid "Continue reading" -msgstr "" - -#: templates/search.html:3 -msgid "Search" -msgstr "" - -#: templates/search.html:17 -msgid "Search Results" -msgstr "" - -#: templates/tag.html:2 -#, python-format -msgid "Tag %(name)s" -msgstr "" - -#: templates/tags.html:3 templates/tags.html:8 -msgid "Tags" -msgstr "" - -#: templates/partial/disqus.html:13 templates/partial/isso.html:20 -msgid "Please enable JavaScript to view comments." -msgstr "" - -#: templates/partial/flex.html:3 -#, python-format -msgid "Built with %(pelican_url)s using %(flex_url)s theme" -msgstr "" - -#: templates/partial/flex.html:10 -#, python-format -msgid "Switch to the %(dark_url)s | %(light_url)s | %(browser_url)s theme" -msgstr "" - -#: templates/partial/neighbors.html:5 -msgid "Previous Post" -msgstr "" - -#: templates/partial/neighbors.html:10 -msgid "Next Post" -msgstr "" - -#: templates/partial/pagination.html:5 -msgid "Older Posts" -msgstr "" - -#: templates/partial/pagination.html:10 -msgid "Newer Posts" -msgstr "" diff --git a/translations/ru/LC_MESSAGES/messages.mo b/translations/ru/LC_MESSAGES/messages.mo deleted file mode 100644 index ca5456b..0000000 Binary files a/translations/ru/LC_MESSAGES/messages.mo and /dev/null differ diff --git a/translations/ru/LC_MESSAGES/messages.po b/translations/ru/LC_MESSAGES/messages.po deleted file mode 100644 index 05a91fd..0000000 --- a/translations/ru/LC_MESSAGES/messages.po +++ /dev/null @@ -1,135 +0,0 @@ -# Translations template for Flex. -# Copyright (C) 2020 Alexandre Vicenzi -# This file is distributed under the same license as the Flex project. -# FIRST AUTHOR , 2020. -# -# Translators: -# Roman Saldygashev , 2016 -# -#, fuzzy -msgid "" -msgstr "" -"Project-Id-Version: Flex 2.1.0\n" -"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2020-12-01 20:21+0100\n" -"PO-Revision-Date: 2016-08-25 02:15+0000\n" -"Last-Translator: Roman Saldygashev , 2016\n" -"Language-Team: Russian (https://www.transifex.com/alexandrevicenzi/teams/66327/ru/)\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.8.0\n" -"Language: ru\n" -"Plural-Forms: nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n%100>=11 && n%100<=14)? 2 : 3);\n" - -#: templates/archives.html:3 templates/archives.html:8 -#: templates/period_archives.html:2 templates/period_archives.html:7 -msgid "Archives" -msgstr "Архивы" - -#: templates/article.html:29 templates/index.html:20 -#, python-format -msgid "Posted on %(when)s in %(category)s" -msgstr "Опубликовано %(when)s в %(category)s" - -#: templates/article.html:34 templates/index.html:32 -#, python-format -msgid "%(minutes)s min read" -msgstr "" - -#: templates/article.html:64 -msgid "Like this article? Share it with your friends!" -msgstr "Понравилась статья? Поделись с друзьями!" - -#: templates/article.html:75 -msgid "You might enjoy" -msgstr "Наслаждайся" - -#: templates/author.html:2 -#, python-format -msgid "Posts by %(name)s" -msgstr "Опубликовано %(name)s" - -#: templates/authors.html:3 templates/authors.html:8 -msgid "Authors" -msgstr "Авторы" - -#: templates/base.html:161 -msgid "Search..." -msgstr "" - -#: templates/base.html:237 -msgid "Home" -msgstr "Главная" - -#: templates/base.html:244 -msgid "Atom" -msgstr "Атом" - -#: templates/base.html:248 -msgid "RSS" -msgstr "RSS" - -#: templates/categories.html:3 templates/categories.html:8 -msgid "Categories" -msgstr "Категории" - -#: templates/category.html:2 -#, python-format -msgid "Category %(name)s" -msgstr "Категория %(name)s" - -#: templates/index.html:25 -msgid "Tagged with" -msgstr "Помечено" - -#: templates/index.html:46 -msgid "Continue reading" -msgstr "Продолжить чтение" - -#: templates/search.html:3 -msgid "Search" -msgstr "" - -#: templates/search.html:17 -msgid "Search Results" -msgstr "" - -#: templates/tag.html:2 -#, python-format -msgid "Tag %(name)s" -msgstr "Тэг %(name)s" - -#: templates/tags.html:3 templates/tags.html:8 -msgid "Tags" -msgstr "Тэги" - -#: templates/partial/disqus.html:13 templates/partial/isso.html:20 -msgid "Please enable JavaScript to view comments." -msgstr "Пожалуйста включите JavaScript, чтобы просмотреть комментарии." - -#: templates/partial/flex.html:3 -#, python-format -msgid "Built with %(pelican_url)s using %(flex_url)s theme" -msgstr "" - -#: templates/partial/flex.html:10 -#, python-format -msgid "Switch to the %(dark_url)s | %(light_url)s | %(browser_url)s theme" -msgstr "" - -#: templates/partial/neighbors.html:5 -msgid "Previous Post" -msgstr "" - -#: templates/partial/neighbors.html:10 -msgid "Next Post" -msgstr "" - -#: templates/partial/pagination.html:5 -msgid "Older Posts" -msgstr "Старые сообщения" - -#: templates/partial/pagination.html:10 -msgid "Newer Posts" -msgstr "Новые сообщения" diff --git a/translations/tr_TR/LC_MESSAGES/messages.mo b/translations/tr_TR/LC_MESSAGES/messages.mo deleted file mode 100644 index 9b10691..0000000 Binary files a/translations/tr_TR/LC_MESSAGES/messages.mo and /dev/null differ diff --git a/translations/tr_TR/LC_MESSAGES/messages.po b/translations/tr_TR/LC_MESSAGES/messages.po deleted file mode 100644 index 05d2112..0000000 --- a/translations/tr_TR/LC_MESSAGES/messages.po +++ /dev/null @@ -1,135 +0,0 @@ -# Translations template for Flex. -# Copyright (C) 2020 Alexandre Vicenzi -# This file is distributed under the same license as the Flex project. -# FIRST AUTHOR , 2020. -# -# Translators: -# İlker Yürüyen , 2019 -# -#, fuzzy -msgid "" -msgstr "" -"Project-Id-Version: Flex 2.1.0\n" -"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2020-12-01 20:21+0100\n" -"PO-Revision-Date: 2016-08-25 02:15+0000\n" -"Last-Translator: İlker Yürüyen , 2019\n" -"Language-Team: Turkish (Turkey) (https://www.transifex.com/alexandrevicenzi/teams/66327/tr_TR/)\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.8.0\n" -"Language: tr_TR\n" -"Plural-Forms: nplurals=2; plural=(n > 1);\n" - -#: templates/archives.html:3 templates/archives.html:8 -#: templates/period_archives.html:2 templates/period_archives.html:7 -msgid "Archives" -msgstr "Arşivler" - -#: templates/article.html:29 templates/index.html:20 -#, python-format -msgid "Posted on %(when)s in %(category)s" -msgstr "%(when)s tarihinde %(category)s kategorisinde paylaşıldı" - -#: templates/article.html:34 templates/index.html:32 -#, python-format -msgid "%(minutes)s min read" -msgstr "" - -#: templates/article.html:64 -msgid "Like this article? Share it with your friends!" -msgstr "Bu makaleyi sevdiniz mi? Arkadaşlarınızla paylaşın!" - -#: templates/article.html:75 -msgid "You might enjoy" -msgstr "Sevebilirsiniz" - -#: templates/author.html:2 -#, python-format -msgid "Posts by %(name)s" -msgstr "%(name)s kişisinin paylaşımları" - -#: templates/authors.html:3 templates/authors.html:8 -msgid "Authors" -msgstr "Yazarlar" - -#: templates/base.html:161 -msgid "Search..." -msgstr "" - -#: templates/base.html:237 -msgid "Home" -msgstr "Ana Sayfa" - -#: templates/base.html:244 -msgid "Atom" -msgstr "Atom" - -#: templates/base.html:248 -msgid "RSS" -msgstr "RSS" - -#: templates/categories.html:3 templates/categories.html:8 -msgid "Categories" -msgstr "Kategoriler" - -#: templates/category.html:2 -#, python-format -msgid "Category %(name)s" -msgstr "%(name)s Kategorisi" - -#: templates/index.html:25 -msgid "Tagged with" -msgstr "Etiket:" - -#: templates/index.html:46 -msgid "Continue reading" -msgstr "Okumaya devam et" - -#: templates/search.html:3 -msgid "Search" -msgstr "" - -#: templates/search.html:17 -msgid "Search Results" -msgstr "" - -#: templates/tag.html:2 -#, python-format -msgid "Tag %(name)s" -msgstr "%(name)s Etiketi" - -#: templates/tags.html:3 templates/tags.html:8 -msgid "Tags" -msgstr "Etiketler" - -#: templates/partial/disqus.html:13 templates/partial/isso.html:20 -msgid "Please enable JavaScript to view comments." -msgstr "Yorumları görüntülemek için lütfen JavaScript'i etkinleştirin." - -#: templates/partial/flex.html:3 -#, python-format -msgid "Built with %(pelican_url)s using %(flex_url)s theme" -msgstr "%(flex_url)s teması kullanılarak %(pelican_url)s ile yapılmıştır" - -#: templates/partial/flex.html:10 -#, python-format -msgid "Switch to the %(dark_url)s | %(light_url)s | %(browser_url)s theme" -msgstr "" - -#: templates/partial/neighbors.html:5 -msgid "Previous Post" -msgstr "Önceki Paylaşım" - -#: templates/partial/neighbors.html:10 -msgid "Next Post" -msgstr "Sonraki Paylaşım" - -#: templates/partial/pagination.html:5 -msgid "Older Posts" -msgstr "Eski Paylaşımlar" - -#: templates/partial/pagination.html:10 -msgid "Newer Posts" -msgstr "Yeni Paylaşımlar" diff --git a/translations/zh_CN/LC_MESSAGES/messages.mo b/translations/zh_CN/LC_MESSAGES/messages.mo deleted file mode 100644 index 58d30ab..0000000 Binary files a/translations/zh_CN/LC_MESSAGES/messages.mo and /dev/null differ diff --git a/translations/zh_CN/LC_MESSAGES/messages.po b/translations/zh_CN/LC_MESSAGES/messages.po deleted file mode 100644 index ce35d5e..0000000 --- a/translations/zh_CN/LC_MESSAGES/messages.po +++ /dev/null @@ -1,137 +0,0 @@ -# Translations template for Flex. -# Copyright (C) 2020 Alexandre Vicenzi -# This file is distributed under the same license as the Flex project. -# FIRST AUTHOR , 2020. -# -# Translators: -# Shiao Qu , 2016 -# a2c1471d1cd73a676b800725acec033c_035a6a6 <7c743bc6ac83171e35a5aa8bd66cc1ea_775282>, 2019 -# Qian Gu , 2020 -# -#, fuzzy -msgid "" -msgstr "" -"Project-Id-Version: Flex 2.1.0\n" -"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2020-12-01 20:21+0100\n" -"PO-Revision-Date: 2016-08-25 02:15+0000\n" -"Last-Translator: Qian Gu , 2020\n" -"Language-Team: Chinese (China) (https://www.transifex.com/alexandrevicenzi/teams/66327/zh_CN/)\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.8.0\n" -"Language: zh_CN\n" -"Plural-Forms: nplurals=1; plural=0;\n" - -#: templates/archives.html:3 templates/archives.html:8 -#: templates/period_archives.html:2 templates/period_archives.html:7 -msgid "Archives" -msgstr "归档" - -#: templates/article.html:29 templates/index.html:20 -#, python-format -msgid "Posted on %(when)s in %(category)s" -msgstr "在 %(when)s 发布于 %(category)s 分类" - -#: templates/article.html:34 templates/index.html:32 -#, python-format -msgid "%(minutes)s min read" -msgstr "阅读时长 %(minutes)s 分钟" - -#: templates/article.html:64 -msgid "Like this article? Share it with your friends!" -msgstr "喜欢这篇文章吗?将它与您的朋友分享吧!" - -#: templates/article.html:75 -msgid "You might enjoy" -msgstr "您可能还喜欢" - -#: templates/author.html:2 -#, python-format -msgid "Posts by %(name)s" -msgstr "%(name)s 发布的文章" - -#: templates/authors.html:3 templates/authors.html:8 -msgid "Authors" -msgstr "作者" - -#: templates/base.html:161 -msgid "Search..." -msgstr "搜索..." - -#: templates/base.html:237 -msgid "Home" -msgstr "主页" - -#: templates/base.html:244 -msgid "Atom" -msgstr "Atom订阅" - -#: templates/base.html:248 -msgid "RSS" -msgstr "RSS订阅" - -#: templates/categories.html:3 templates/categories.html:8 -msgid "Categories" -msgstr "分类" - -#: templates/category.html:2 -#, python-format -msgid "Category %(name)s" -msgstr "%(name)s 分类" - -#: templates/index.html:25 -msgid "Tagged with" -msgstr "标签为" - -#: templates/index.html:46 -msgid "Continue reading" -msgstr "阅读全文" - -#: templates/search.html:3 -msgid "Search" -msgstr "搜索" - -#: templates/search.html:17 -msgid "Search Results" -msgstr "搜索结果" - -#: templates/tag.html:2 -#, python-format -msgid "Tag %(name)s" -msgstr "%(name)s 标签" - -#: templates/tags.html:3 templates/tags.html:8 -msgid "Tags" -msgstr "标签" - -#: templates/partial/disqus.html:13 templates/partial/isso.html:20 -msgid "Please enable JavaScript to view comments." -msgstr "请启用浏览器的Javascript功能以查看评论。" - -#: templates/partial/flex.html:3 -#, python-format -msgid "Built with %(pelican_url)s using %(flex_url)s theme" -msgstr "本站由%(pelican_url)s驱动,并使用%(flex_url)s主题" - -#: templates/partial/flex.html:10 -#, python-format -msgid "Switch to the %(dark_url)s | %(light_url)s | %(browser_url)s theme" -msgstr "切换到 %(dark_url)s | %(light_url)s | %(browser_url)s 主题" - -#: templates/partial/neighbors.html:5 -msgid "Previous Post" -msgstr "上一篇文章" - -#: templates/partial/neighbors.html:10 -msgid "Next Post" -msgstr "下一篇文章" - -#: templates/partial/pagination.html:5 -msgid "Older Posts" -msgstr "更旧的文章" - -#: templates/partial/pagination.html:10 -msgid "Newer Posts" -msgstr "更新的文章"