1
0
Fork 0
forked from github/pelican

Theming :)

This commit is contained in:
Alexis Metaireau 2010-10-29 02:30:51 +01:00
commit 934f1e41db
3 changed files with 7 additions and 1 deletions

BIN
docs/_static/pelican.gif vendored Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB

View file

@ -6,3 +6,5 @@ pygments_style = flask_theme_support.FlaskyStyle
[options]
index_logo_height = 120px
index_logo =
github_fork =

View file

@ -26,7 +26,11 @@ html_theme = 'flask_small'
# 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
# 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.
#html_theme_path = []