mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
Theming :)
This commit is contained in:
parent
62238a0078
commit
934f1e41db
3 changed files with 7 additions and 1 deletions
BIN
docs/_static/pelican.gif
vendored
Normal file
BIN
docs/_static/pelican.gif
vendored
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 16 KiB |
2
docs/_themes/flask_small/theme.conf
vendored
2
docs/_themes/flask_small/theme.conf
vendored
|
|
@ -6,3 +6,5 @@ pygments_style = flask_theme_support.FlaskyStyle
|
||||||
|
|
||||||
[options]
|
[options]
|
||||||
index_logo_height = 120px
|
index_logo_height = 120px
|
||||||
|
index_logo =
|
||||||
|
github_fork =
|
||||||
|
|
|
||||||
|
|
@ -26,7 +26,11 @@ html_theme = 'flask_small'
|
||||||
# Theme options are theme-specific and customize the look and feel of a theme
|
# Theme options are theme-specific and customize the look and feel of a theme
|
||||||
# further. For a list of options available for each theme, see the
|
# further. For a list of options available for each theme, see the
|
||||||
# documentation.
|
# documentation.
|
||||||
#html_theme_options = {}
|
html_theme_options = {
|
||||||
|
'index_logo': 'pelican.gif',
|
||||||
|
'github_fork': 'ametaireau/pelican',
|
||||||
|
'index_logo_height': '200px',
|
||||||
|
}
|
||||||
|
|
||||||
# Add any paths that contain custom themes here, relative to this directory.
|
# Add any paths that contain custom themes here, relative to this directory.
|
||||||
#html_theme_path = []
|
#html_theme_path = []
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue