Dose anyone can give me a hint on how to change the fontsize with CSS for a Pelican Site. I use the pelican-bootstrap3 theme.
I do not want to fork and modify the Theme. I would like to change the size with the custom.css feature.
thanks for the help mathias
Check out the pelican-bootstrap-3 help page on github.
What you can do is make a custom.css file that looks like this:
The trick is putting your custom.css file in your content folder and telling pelican where it is and then where it should be put in your output. You must also tell the pelican-bootstrap-3 theme where this file is and it will add it to the headers in your rendered output.
First, generally you would make a folder called extras in your content folder and put your custom.css file in there. This is where the path notation on the github page comes in:
You must now edit your
pelicanconf.py
file to tell pelican where this file is located, and also to give this information to pelican-bootstrap-3. Add this to yours: