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] [options]
index_logo_height = 120px 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 # 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 = []