MinchinWeb / seafoam

Pelican theme, first used for Minchin.ca.
https://blog.minchin.ca/label/seafoam/
MIT License
5 stars 2 forks source link

how to customize CSS? #19

Open netllama opened 1 year ago

netllama commented 1 year ago

This theme is awesome! Thanks so much for creating and maintaining it.

One thing that I'm unclear how to accomplish is customizing the CSS for the theme. For a "normal" pelican theme, I'd clone the theme repo, then make my changes (and maybe send out a PR). But since this theme comes from a package, I have no repo to clone, and the theme isn't available under the themes directory anyway.

Is there some approved way to hack on the CSS to make changes that will be detected automatically when I run make publish or make html? thanks!

MinchinWeb commented 1 year ago

Hi @netllama ! Thanks you so much for your kind words.

It's true that being set up as a Python package and a Pelican plugin makes it less straightforward how to hack on this. Depending on how extensively your proposed changes, there are several ways to go about this. Here's a couple of tips that might help get you started:

Hopefully that helps you get started. If you need more help, let me know. I'm looking forward to your PR :)