Primi aggiustamenti con il tema pelican-blue sistemato.

This commit is contained in:
Emiliano Vavassori 2020-11-26 01:52:42 +01:00
parent c1dddffa44
commit cdc6531c16
31 changed files with 965 additions and 20 deletions

View file

@ -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