Corretto layout per la live. Ancora non riesco a caricare un video delle dimensioni corrette.

This commit is contained in:
Emiliano Vavassori 2020-11-23 01:13:32 +01:00
parent 71f4b86bde
commit ec5ae57cc6
20 changed files with 1509 additions and 110 deletions

View file

@ -15,6 +15,8 @@ DEFAULT_LANG = 'it'
PLUGIN_PATHS = [ "plugins", ]
PLUGINS = [ "pelican_alias", ]
STATIC_PATHS = [ 'js', 'images', 'css' ]
DEFAULT_PAGINATION = False
PAGE_URL = '{slug}/'
@ -64,7 +66,7 @@ AUTHOR_FEED_RSS = None
# ('Another social link', '#'),)
# Uncomment following line if you want document-relative URLs when developing
RELATIVE_URLS = True
#RELATIVE_URLS = True
# Deploy
SSH_HOST = "ciccio"