pelicanconf.py

changeset 68
4fa6621fec0f
parent 66
70aad9a1272b
child 94
c5adcccbd4cf
equal deleted inserted replaced
66:70aad9a1272b 68:4fa6621fec0f
65 # Uncomment following line if you want document-relative URLs when developing 65 # Uncomment following line if you want document-relative URLs when developing
66 #RELATIVE_URLS = True 66 #RELATIVE_URLS = True
67 67
68 STATIC_PATHS = ['images', 'pdfs'] 68 STATIC_PATHS = ['images', 'pdfs']
69 69
70 PLUGIN_PATHS = ['pelican-plugins', 'pelican-plugins/pelican_dailymotion', ] 70 PLUGIN_PATHS = ['pelican-plugins',
71 'pelican-plugins/pelican_dailymotion',
72 ]
71 PLUGINS = ['better_figures_and_images', 73 PLUGINS = ['better_figures_and_images',
72 'sitemap', 74 'sitemap',
73 'feed_summary', 75 'feed_summary',
74 'assets', 76 'assets',
75 'series', 77 'series',
76 'related_posts', 78 'related_posts',
77 'filetime_from_hg', 79 'filetime_from_hg',
78 'pelican_dailymotion', 80 'pelican_dailymotion',
81 'pelican_javascript',
82 'wavedrom',
79 ] 83 ]
80 RESPONSIVE_IMAGES = True 84 RESPONSIVE_IMAGES = True
81 TYPOGRIPFY = True 85 TYPOGRIPFY = True
82 SINGLE_AUTHOR = True 86 SINGLE_AUTHOR = True
83 MINT = True 87 MINT = True

mercurial