mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
theme switch
This commit is contained in:
parent
36cc74b224
commit
1013ae5eb3
15 changed files with 281 additions and 974 deletions
|
|
@ -14,7 +14,6 @@ master_doc = 'index'
|
|||
project = u'Pelican'
|
||||
copyright = u'2010, Alexis Metaireau and contributors'
|
||||
exclude_patterns = ['_build']
|
||||
pygments_style = 'sphinx'
|
||||
version = "2"
|
||||
release = version
|
||||
|
||||
|
|
@ -24,12 +23,13 @@ release = version
|
|||
# a list of builtin themes.
|
||||
sys.path.append(os.path.abspath('_themes'))
|
||||
html_theme_path = ['_themes']
|
||||
html_theme = 'flask_small'
|
||||
html_theme = 'pelican'
|
||||
|
||||
# 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 = {
|
||||
'nosidebar': True,
|
||||
'index_logo': 'pelican.png',
|
||||
'github_fork': 'ametaireau/pelican',
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue