1
0
mirror of https://github.com/avinal/avinal.github.io.git synced 2026-07-03 23:30:09 +05:30

favicon adjusted

This commit is contained in:
avinal
2020-09-28 20:30:41 +05:30
parent ef0beaa3e0
commit 8a67f20713
+5 -3
View File
@@ -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'