The minimalist Pelican theme. https://flex.alxd.me/
Find a file
saagit 4d2a9f81e6 Add option to output canonical URL
Canonical links are handy to tell search engines which page is
canonical amongst various permutations of URLs (e.g. https vs. http
and www subdomain or not).  Add an option to output one via the
following pelicanconf.py setting:

REL_CANONICAL = True
2020-08-16 09:17:52 -07:00
.github
docs Update docs 2020-04-20 23:38:29 +02:00
pygments Fixed pygments for reStructuredText 2020-04-14 10:55:41 -06:00
static Add style to figure element (#225) 2020-05-12 17:51:27 +02:00
templates Add option to output canonical URL 2020-08-16 09:17:52 -07:00
translations Update translations 2020-04-21 18:55:22 +02:00
.gitignore Ignore package-lock.json 2020-04-20 23:42:03 +02:00
.travis.yml
CHANGELOG.md
gulpfile.js Rename files 2020-04-20 23:19:01 +02:00
LICENSE
package.json Update packages 2020-04-20 23:19:01 +02:00
README.md Merge pull request #213 from sumnerevans/support-dark-theme 2020-04-20 22:24:45 +02:00
screenshot.png
translate.sh

Flex Build Status

The minimalist Pelican theme.

Notes

  • If you have questions open an issue.
  • This theme is not under development anymore, it's stable and has a lot of features. This means that new requests (not bug fixes) will be discussed and have lower priorities.
  • If you want a version of this theme to Jekyll or Hugo open an issue and let's discuss it.

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/blog/.

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