pelican4: notmyidea senza google

prima o poi avremmo dovuto aggiornare...
This commit is contained in:
boyska 2019-03-04 23:46:03 +01:00
parent fc00ed01fd
commit c8ca12f607
2 changed files with 17 additions and 12 deletions

View file

@ -65,7 +65,11 @@ HIDE_SIDEBAR = True
PLUGIN_PATHS = ['plugins'] PLUGIN_PATHS = ['plugins']
PLUGINS = ['langmenu', 'talks', 'tipue_search'] PLUGINS = ['langmenu', 'talks', 'tipue_search']
MD_EXTENSIONS = ['toc'] MARKDOWN = {
'extension_configs': {
'markdown.extensions.toc': {},
},
}
#TALKS = { #TALKS = {
# u'1': { u'Speaker' : u'', # u'1': { u'Speaker' : u'',

View file

@ -1,18 +1,19 @@
arrow==0.4.2
Babel==2.4.0 Babel==2.4.0
beautifulsoup4==4.6.0 beautifulsoup4==4.6.0
blinker==1.3 blinker==1.4
docutils==0.12 docutils==0.14
feedgenerator==1.7 feedgenerator==1.9
ics==0.4 ics==0.4
Jinja2==2.7.3 Jinja2==2.10
Markdown==2.6.1 Markdown==2.6.1
MarkupSafe==0.23 MarkupSafe==1.1.1
pelican==3.5.0 pelican==4.0.0
Pygments==2.0.2 Pygments==2.3.1
python-dateutil==2.4.1 python-dateutil==2.8.0
pytz==2014.10 pytz==2018.9
PyYAML==3.12 PyYAML==3.12
six==1.9.0 six==1.12.0
smartypants==1.8.6 smartypants==1.8.6
typogrify==2.0.7 typogrify==2.0.7
Unidecode==0.4.17 Unidecode==1.0.23