pelicanconf.py

changeset 108
08c0c0d695e8
parent 101
4a94e81bff74
child 113
0bcf355064e5
equal deleted inserted replaced
104:8396e709bde5 108:08c0c0d695e8
67 #RELATIVE_URLS = True 67 #RELATIVE_URLS = True
68 68
69 STATIC_PATHS = ['images', 'pdfs', 'json'] 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-peertube',
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',
78 'series', 78 'series',
79 'related_posts', 79 'related_posts',
80 'filetime_from_hg', 80 'filetime_from_hg',
81 'pelican_dailymotion', 81 'pelican_peertube',
82 'pelican_javascript', 82 'pelican_javascript',
83 'wavedrom', 83 'wavedrom',
84 'plotly', 84 'plotly',
85 'image_process', 85 'image_process',
86 ] 86 ]
106 ('1600w', ["scale_in 1600 1200 True"]), 106 ('1600w', ["scale_in 1600 1200 True"]),
107 ], 107 ],
108 'default': '800w', 108 'default': '800w',
109 }, 109 },
110 } 110 }
111
112 PEERTUBE_URL = "https://peertube.social"
113

mercurial