Skip to content

haplo/pelican-theme-reflex

Repository files navigation

Reflex

A minimalist Pelican theme, forked from Flex.

Check out the live example site. Its source code is in the example directory.

Differences with Flex

Features

Integrations

Plugins Support

Install

The theme can be installed from PyPI:

pip install pelican-theme-reflex

Then in your pelicanconf.py:

from pelican.themes import reflex
THEME = reflex.path()

The alternative way is to clone this repository. The main branch should be stable and safe to checkout. Then point your THEME setting in the pelican project to its path.

Settings

Look at settings documentation for details.

Sites using Reflex

If you have a site using Reflex feel free to open a PR to add it here.

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.

See the development documentation.

Thank you to all contributors!

License

MIT (full license)