diff --git a/pelicanconf.py b/pelicanconf.py index 96269ff..718410a 100644 --- a/pelicanconf.py +++ b/pelicanconf.py @@ -28,6 +28,7 @@ LINKS = None # Social widget SOCIAL = None DEFAULT_PAGINATION = 10 +USE_OPEN_GRAPH = False #'COL CAZZO' # Uncomment following line if you want document-relative URLs when developing # RELATIVE_URLS = True @@ -48,7 +49,8 @@ FONT_URL = 'https://fontlibrary.org/face/anka-coder-narrow' # Custom css by dieco. CUSTOM_CSS = 'theme/css/main.css' #'static/main.css' EXTRA_PATH_METADATA = { - 'extra/main.css': {'path': 'theme/css/main.css', } + 'extra/main.css': {'path': 'theme/css/main.css' }, + 'extra/favicon.png': {'path': 'images/favicon.png'} } # Confs relative to the theme nest