mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
Fix #3233 -- Simple theme classless semantic HTML
This commit is contained in:
parent
d7015db9e4
commit
6059675d55
27 changed files with 163 additions and 119 deletions
|
|
@ -1231,6 +1231,12 @@ Following are example ways to specify your preferred theme::
|
|||
# Specify a customized theme, via absolute path
|
||||
THEME = "/home/myuser/projects/mysite/themes/mycustomtheme"
|
||||
|
||||
The built-in ``simple`` theme can be customized using the following settings.
|
||||
|
||||
.. data:: STYLESHEET_URL
|
||||
|
||||
The URL of the stylesheet to use.
|
||||
|
||||
The built-in ``notmyidea`` theme can make good use of the following settings.
|
||||
Feel free to use them in your themes as well.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue