mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
Merge 03a2e1fe9c into c2b2def1c8
This commit is contained in:
commit
e0afecfe5b
1 changed files with 8 additions and 0 deletions
|
|
@ -59,6 +59,14 @@ CSS file to your new theme::
|
|||
|
||||
Don't forget to import your ``pygment.css`` file from your main CSS file.
|
||||
|
||||
One you have deicded which style you like, you can find a list of pregenerated css
|
||||
files for each in `this github repo <https://github.com/richleland/pygments-css>`_.
|
||||
Then go ahead drop your chosen stylesheet into the ``static/css`` directory of your custom
|
||||
theme and you're free to link it in your templates or import it into other stylesheets.
|
||||
To get an idea of how to do this, check out the `samples
|
||||
<https://github.com/getpelican/pelican/tree/master/samples>`_. Of course, you can also change
|
||||
the pygments stylesheet to your heart's desire if none of the default themes satisfy you.
|
||||
|
||||
How do I create my own theme?
|
||||
=============================
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue