pelicanconf.py

changeset 66
70aad9a1272b
parent 41
376692051823
child 67
2c795abff532
equal deleted inserted replaced
65:d9cdcb4576c0 66:70aad9a1272b
53 53
54 # Blogroll 54 # Blogroll
55 LINKS = (('Pelican', 'http://getpelican.com/'), 55 LINKS = (('Pelican', 'http://getpelican.com/'),
56 ('Logilab.org', 'https://www.logilab.org/'), 56 ('Logilab.org', 'https://www.logilab.org/'),
57 ('EEVBlog', 'https://www.eevblog.com/'), 57 ('EEVBlog', 'https://www.eevblog.com/'),
58 ) 58 )
59 59
60 # Social widget 60 # Social widget
61 SOCIAL = (('twitter', 'https://twitter.com/douardda'), 61 SOCIAL = (('twitter', 'https://twitter.com/douardda'))
62 )
63 62
64 DEFAULT_PAGINATION = 10 63 DEFAULT_PAGINATION = 10
65 64
66 # Uncomment following line if you want document-relative URLs when developing 65 # Uncomment following line if you want document-relative URLs when developing
67 #RELATIVE_URLS = True 66 #RELATIVE_URLS = True
68 67
69 STATIC_PATHS = ['images', 'pdfs'] 68 STATIC_PATHS = ['images', 'pdfs']
70 69
71 PLUGIN_PATHS = ['pelican-plugins',] 70 PLUGIN_PATHS = ['pelican-plugins', 'pelican-plugins/pelican_dailymotion', ]
72 PLUGINS = ['better_figures_and_images', 71 PLUGINS = ['better_figures_and_images',
73 'sitemap', 72 'sitemap',
74 'feed_summary', 73 'feed_summary',
75 'assets', 74 'assets',
76 'series', 75 'series',
77 'related_posts', 76 'related_posts',
78 'filetime_from_hg', 77 'filetime_from_hg',
79 ] 78 'pelican_dailymotion',
79 ]
80 RESPONSIVE_IMAGES = True 80 RESPONSIVE_IMAGES = True
81 TYPOGRIPFY = True 81 TYPOGRIPFY = True
82 SINGLE_AUTHOR = True 82 SINGLE_AUTHOR = True
83 MINT=True 83 MINT = True
84 SITEMAP = {'format': 'xml'} 84 SITEMAP = {'format': 'xml'}

mercurial