pelicanconf.py

changeset 101
4a94e81bff74
parent 96
11b306ba3468
child 105
c87b905a1c82
equal deleted inserted replaced
100:3a4b9ec3c0b0 101:4a94e81bff74
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',
79 'related_posts', 79 'related_posts',
80 'filetime_from_hg', 80 'filetime_from_hg',
81 'pelican_dailymotion', 81 'pelican_dailymotion',
82 'pelican_javascript', 82 'pelican_javascript',
83 'wavedrom', 83 'wavedrom',
84 'plotly',
84 'image_process', 85 'image_process',
85 ] 86 ]
86 RESPONSIVE_IMAGES = True 87 RESPONSIVE_IMAGES = True
87 TYPOGRIPFY = True 88 TYPOGRIPFY = True
88 SINGLE_AUTHOR = True 89 SINGLE_AUTHOR = True
105 ('1600w', ["scale_in 1600 1200 True"]), 106 ('1600w', ["scale_in 1600 1200 True"]),
106 ], 107 ],
107 'default': '800w', 108 'default': '800w',
108 }, 109 },
109 } 110 }
110
111

mercurial