diff --git a/pelicanconf.py b/pelicanconf.py index 7149109..afb9c05 100644 --- a/pelicanconf.py +++ b/pelicanconf.py @@ -9,14 +9,16 @@ SITEURL = '' PATH = 'content' STATIC_PATHS = [ '.well-known', - 'images', 'failmeter', 'favicon.ico', - 'gerrit-dashboard-generator', - 'pgpkey', - 'minari', - 'symbolon', + 'images', 'gergely@polonkai.eu.asc', + 'gerrit-dashboard-generator', + 'gerrit-dashboard-generator/index.html', + 'minari', + 'minari/index.html', + 'pgpkey', + 'symbolon', ] TIMEZONE = 'Europe/Budapest'