diff --git a/pelicanconf.py b/pelicanconf.py index a20b550..84ebeff 100644 --- a/pelicanconf.py +++ b/pelicanconf.py @@ -7,8 +7,7 @@ SITESUBTITLE = '눈치' SITEURL = 'https://avinal.is-a.dev' THEME = 'alchemy' PATH = 'content' -EMAIL = '185067@nith.ac.in' -SITEIMAGE = '/images/profile.png width=150 height=150' +MAIL = 'avinal.xlvii@gmail.com' TIMEZONE = 'Asia/Kolkata' DEFAULT_LANG = 'en' @@ -49,7 +48,11 @@ RFG_FAVICONS = True # icons ICONS = [ ('github', "https://github.com/avinal"), - ('linkedin', 'https://www.linkedin.com/in/avinal/'), + ('linkedin', 'https://www.linkedin.com/in/avinal/') +] + +LINKS = [ + ('hello', "mailto:me") ] DEFAULT_PAGINATION = 10 @@ -57,4 +60,4 @@ DEFAULT_PAGINATION = 10 PYGMENTS_STYLE = 'monokai' # disqus integration -DISQUS_SITENAME = "avinal" \ No newline at end of file +# DISQUS_SITENAME = "avinal" \ No newline at end of file diff --git a/themes/alchemy/templates/include/footer.html b/themes/alchemy/templates/include/footer.html index 4459381..fa8f537 100644 --- a/themes/alchemy/templates/include/footer.html +++ b/themes/alchemy/templates/include/footer.html @@ -18,7 +18,6 @@ {% endfor %} {% endif %} -
- © 2018-2021 Avinal Kumar +
2018-2021 Avinal Kumar
\ No newline at end of file diff --git a/themes/alchemy/templates/include/header.html b/themes/alchemy/templates/include/header.html index 43384a5..141ec9e 100644 --- a/themes/alchemy/templates/include/header.html +++ b/themes/alchemy/templates/include/header.html @@ -43,6 +43,9 @@ fab fa-{{icon}} {% endif %}