Primi aggiustamenti con il tema pelican-blue sistemato.
This commit is contained in:
parent
c1dddffa44
commit
cdc6531c16
31 changed files with 965 additions and 20 deletions
|
@ -26,27 +26,14 @@ MENUITEMS = ( ("2020", "/2020/"), )
|
|||
DISPLAY_PAGES_ON_MENU = False
|
||||
DISPLAY_CATEGORIES_ON_MENU = False
|
||||
|
||||
# Pelican Blue theme
|
||||
THEME = 'themes/pelican-blue'
|
||||
DISPLAY_FOOTER = False
|
||||
|
||||
# Blue Penguin theme
|
||||
THEME = 'themes/blue-penguin'
|
||||
DISPLAY_HOME = False
|
||||
FOOTER = "Contenuti rilasciati con licenza CC-SA-BY 4.0"
|
||||
|
||||
# Gum theme
|
||||
#THEME = 'themes/gum'
|
||||
|
||||
# Foundation theme
|
||||
#THEME = 'themes/foundation'
|
||||
#FOUNDATION_FOOTER_TEXT = " "
|
||||
|
||||
# Buruma theme
|
||||
#THEME = 'themes/buruma'
|
||||
#JINJA_ENVIRONMENT = {
|
||||
# "extensions": ["jinja2.ext.i18n"],
|
||||
#}
|
||||
#PLUGINS = ["i18n_subsites", "pelican_alias", ]
|
||||
#CATS_NOT_DROPDOWN = True
|
||||
#MENUITEMS_NAVBAR = ( ("2020", "/2020/"), )
|
||||
#FOOTER = ()
|
||||
#THEME = 'themes/blue-penguin'
|
||||
#DISPLAY_HOME = False
|
||||
#FOOTER = "Contenuti rilasciati con licenza CC-SA-BY 4.0"
|
||||
|
||||
# Feed generation is usually not desired when developing
|
||||
FEED_ALL_ATOM = None
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue