-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
how to customize CSS? #19
Comments
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 :) |
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
ormake html
? thanks!The text was updated successfully, but these errors were encountered: