|
|
@ -30,7 +30,7 @@ DEFAULT_PAGINATION = 25 |
|
|
|
|
|
|
|
# Uncomment following line if you want document-relative URLs when developing |
|
|
|
PLUGIN_PATHS = ['./plugins', './plugins-custom'] |
|
|
|
PLUGINS = ['extract_toc', 'i18n_subsites', 'summary', 'events_ics'] |
|
|
|
PLUGINS = ['dateish','extract_toc', 'i18n_subsites', 'summary', 'events_ics'] |
|
|
|
MD_EXTENSIONS = ['codehilite','extra','toc'] |
|
|
|
|
|
|
|
STATIC_PATHS = ['extra/favicon.ico', 'images', 'pdfs'] |
|
|
@ -61,3 +61,5 @@ PLUGIN_EVENTS = { |
|
|
|
'default_location' : '', |
|
|
|
'calendar_per_category': True |
|
|
|
} |
|
|
|
|
|
|
|
DATEISH_PROPERTIES = ['event_start', 'event_end'] |
|
|
|