From 8a67f20713281fd37ee28ff686a6f7679c681145 Mon Sep 17 00:00:00 2001 From: avinal <185067@nith.ac.in> Date: Mon, 28 Sep 2020 20:30:41 +0530 Subject: [PATCH] favicon adjusted --- pelicanconf.py | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/pelicanconf.py b/pelicanconf.py index 53c1b8f..86537df 100644 --- a/pelicanconf.py +++ b/pelicanconf.py @@ -1,14 +1,12 @@ #!/usr/bin/env python # -*- coding: utf-8 -*- # - -AUTHOR = 'Avinal' +HIDE_AUTHORS = True SITENAME = 'The Interstellar Twilight' SITEURL = 'https://avinal.github.io' THEME = 'alchemy' PATH = 'content' SITEIMAGE = '/images/profile.jpg width=150 height=150' TIMEZONE = 'Asia/Kolkata' - DEFAULT_LANG = 'en' # Feed generation is usually not desired when developing @@ -43,6 +41,8 @@ EXTRA_PATH_METADATA = { 'extras/safari-pinned-tab.svg': {'path': 'safari-pinned-tab.svg'}, } +RFG_FAVICONS = True + # icons ICONS = [ ('github', "https://github.com/avinal"), @@ -52,3 +52,5 @@ ICONS = [ ] DEFAULT_PAGINATION = 10 + +PYGMENTS_STYLE = 'monokai'