The minimalist Pelican theme. https://flex.alxd.me/
Find a file
Florian Haas 1220329ce4 Add a simple test facility with tox and GitHub actions
In order to ensure that feature additions don't break existing Flex
theme deployments, build the docs site on any branch push and PR.

To do so,

* Add a simple tox.ini that runs "pelican -s docs/pelicanconf.py" in
  virtualenvs configured for Python versions 3.6 - 3.9.
* Add an additional GitHub Actions workflow that invokes these
  testenvs with the matching Python version, and runs on any branch push
  and on any pull request.
2021-10-14 21:56:37 +02:00
.github Add a simple test facility with tox and GitHub actions 2021-10-14 21:56:37 +02:00
docs Cleanup 2021-02-04 22:43:39 +01:00
pygments Fixed pygments for reStructuredText 2020-04-14 10:55:41 -06:00
static Overflow fix 2021-02-04 23:59:54 +01:00
templates Merge pull request #276 from radoeka/radoeka-patch-1 2021-07-27 00:57:17 +02:00
translations Update translations 2021-02-04 21:53:16 +01:00
.gitignore Ignore package-lock.json 2020-04-20 23:42:03 +02:00
.travis.yml Test with newer Python 2020-09-19 19:40:16 +02:00
CHANGELOG.md Changelog: add version 2.4.0 2021-10-02 19:02:10 +02:00
gulpfile.js Rename files 2020-04-20 23:19:01 +02:00
LICENSE Initial commit 2015-07-18 06:27:29 -03:00
package.json Update packages 2020-09-19 22:13:12 +02:00
README.md Add support for SEO Pelican plugin 2021-04-21 22:58:07 +02:00
screenshot.png Update screenshots. 2017-03-14 01:01:47 -03:00
tox.ini Add a simple test facility with tox and GitHub actions 2021-10-14 21:56:37 +02:00
transifex.py Add transifex helper 2020-09-19 22:04:37 +02:00
translate.sh Update transle script. 2017-03-14 00:12:22 -03:00

Flex Build Status

The minimalist Pelican theme.

Notes

  • If you have questions open an issue
  • The theme is not under huge development anymore, it's stable and has a lot of features already
  • If you want a Hugo theme check out Soho

Features

Integrations

Plugins Support

Install

The best way to install is over pelican-themes.

The alternative way is to clone this repository. The master branch is stable and is safe to checkout, but I would recommend you to 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

Live example

You can see how this theme looks like at 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 code. After discussing, 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.

Read more about Translation Support in the Wiki.

License

MIT