duilio / pelican-octopress-theme

Octopress default theme copied for pelican
MIT License
149 stars 119 forks source link

Provide a place for custom CSS (alternate fix for #52) #93

Open zacbir opened 6 years ago

zacbir commented 6 years ago

This seems like it would be a better way to accommodate things like custom header pictures/colors Issue #52 I use this locally with the following in my pelicanconf.py:

CUSTOM_CSS_FILE = 'custom.css'

and add static to my list of STATIC_PATHS. This way I (hopefully in the future) won't need to maintain a long-running fork of your theme.

zacbir commented 6 years ago

Seems natural to also obey the DISPLAY_CATEGORIES_ON_MENU option in pelicanconf.py in the sidebar.