pelicanconf.py

changeset 24
89689c6e9cf4
parent 0
e7f601f9db69
child 5
0a3a363225f8
equal deleted inserted replaced
2:9d2c5ded6441 24:89689c6e9cf4
31 31
32 DEFAULT_PAGINATION = 10 32 DEFAULT_PAGINATION = 10
33 33
34 # Uncomment following line if you want document-relative URLs when developing 34 # Uncomment following line if you want document-relative URLs when developing
35 #RELATIVE_URLS = True 35 #RELATIVE_URLS = True
36
37 STATIC_PATHS = ['images', 'pdfs']
38
39 PLUGIN_PATHS = ['pelican-plugins',]
40 PLUGINS = ['better_figures_and_images',]
41 RESPONSIVE_IMAGES = True

mercurial