mirror of
https://github.com/nairobilug/pelican-alchemy.git
synced 2024-12-30 12:15:06 +01:00
Use latest theme settings
This commit is contained in:
parent
7a040d61d6
commit
de04e28fff
3 changed files with 10 additions and 2 deletions
|
|
@ -26,6 +26,12 @@ ARTICLE_LANG_SAVE_AS = ARTICLE_LANG_URL
|
|||
PLUGIN_PATHS = ['plugins']
|
||||
PLUGINS = ['bootstrapify']
|
||||
|
||||
BOOTSTRAPIFY = {
|
||||
'table': ['table', 'table-striped', 'table-hover'],
|
||||
'img': ['img-fluid'],
|
||||
'blockquote': ['blockquote'],
|
||||
}
|
||||
|
||||
# Theme settings --------------------------------------------------------------
|
||||
|
||||
THEME = 'themes/pelican-alchemy/alchemy'
|
||||
|
|
@ -48,3 +54,5 @@ ICONS = [
|
|||
# Default value is ['index', 'tags', 'categories', 'authors', 'archives']
|
||||
DIRECT_TEMPLATES = ['index', 'tags', 'categories', 'authors', 'archives', 'sitemap']
|
||||
SITEMAP_SAVE_AS = 'sitemap.xml'
|
||||
|
||||
PYGMENTS_STYLE = 'monokai'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue