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

small changes

This commit is contained in:
avinal
2021-01-27 01:47:40 +05:30
parent ff399feae1
commit f2fbc32a4a
2 changed files with 6 additions and 2 deletions
+5 -1
View File
@@ -5,7 +5,7 @@ HIDE_AUTHORS = True
SITENAME = 'Be My SpaceTime'
SITESUBTITLE = '눈치'
SITEURL = 'https://avinal.is-a.dev'
THEME = 'alchemy'
THEME = 'themes/alchemy'
PATH = 'content'
MAIL = 'avinal.xlvii@gmail.com'
TIMEZONE = 'Asia/Kolkata'
@@ -51,6 +51,10 @@ ICONS = [
('linkedin', 'https://www.linkedin.com/in/avinal/')
]
LINKS = [
('feedback', "https://github.com/avinal/avinal/discussions/2")
]
DEFAULT_PAGINATION = 10
PYGMENTS_STYLE = 'monokai'