site_opytex/theme/docs/content/articles/flex-pelican-theme-1-1.md

936 B

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