switch to Flex theme
This commit is contained in:
parent
22fc9a1ed2
commit
4bd04c1386
5 changed files with 12 additions and 0 deletions
|
|
@ -33,6 +33,7 @@ DEFAULT_PAGINATION = 10
|
|||
# Uncomment following line if you want document-relative URLs when developing
|
||||
#RELATIVE_URLS = True
|
||||
|
||||
# Multilang
|
||||
PLUGIN_PATHS = ['pelican-plugins']
|
||||
PLUGINS = ['i18n_subsites']
|
||||
|
||||
|
|
@ -41,3 +42,6 @@ I18N_SUBSITES = {
|
|||
'SITENAME': 'schmittlauch',
|
||||
}
|
||||
}
|
||||
|
||||
# Theming and templates
|
||||
THEME = './theme/Flex'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue