hdra / pelican-cait

Theme for Pelican static site generator. Badly designed.
MIT License
49 stars 26 forks source link

PYGMENTS_STYLE doesn't work #10

Open Kentoseth opened 8 years ago

Kentoseth commented 8 years ago

Hello,

When trying to adjust the PYGMENTS_STYLE in pelicanconf.py to any of the options here

The changes do not take effect at all. Is there a theme override in pelican-cait that prevents alternate styling of code with Pygments?

hdra commented 8 years ago

Hi, there is no override in pelican-cait. It doesn't work because the options you mentioned are the options provided by that particular theme, and pelican-cait doesn't implement it.

Kentoseth commented 8 years ago

Thanks for that feedback.

Is there a way I can modify the theme to include options for pygments/code display?

I would like to try an alternate code display to separate code from text (in a clear manner).

hdra commented 8 years ago

I believe you can simply link to the css file of the theme that you want on the page. The base.html file should be a good place for this.