64 DEFAULT_PAGINATION = 10 |
64 DEFAULT_PAGINATION = 10 |
65 |
65 |
66 # Uncomment following line if you want document-relative URLs when developing |
66 # Uncomment following line if you want document-relative URLs when developing |
67 #RELATIVE_URLS = True |
67 #RELATIVE_URLS = True |
68 |
68 |
69 STATIC_PATHS = ['images', 'pdfs'] |
69 STATIC_PATHS = ['images', 'pdfs', 'json'] |
70 |
70 |
71 PLUGIN_PATHS = ['pelican-plugins', |
71 PLUGIN_PATHS = ['pelican-plugins', |
72 'pelican-plugins/pelican_dailymotion', |
72 'pelican-plugins/pelican_dailymotion', |
73 ] |
73 ] |
74 PLUGINS = ['better_figures_and_images', |
74 PLUGINS = ['better_figures_and_images', |
75 'sitemap', |
75 'sitemap', |
76 'feed_summary', |
76 'feed_summary', |
77 #'assets', |
77 #'assets', |