From f2fbc32a4adf4d7d9d06c1a33176dcd6185944fb Mon Sep 17 00:00:00 2001 From: avinal <185067@nith.ac.in> Date: Wed, 27 Jan 2021 01:47:40 +0530 Subject: [PATCH] small changes --- content/development/this-blog.rst | 2 +- pelicanconf.py | 6 +++++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/content/development/this-blog.rst b/content/development/this-blog.rst index e397bc4..1a9a33c 100644 --- a/content/development/this-blog.rst +++ b/content/development/this-blog.rst @@ -137,7 +137,7 @@ If you have done everything correctly then go to *https://username.github.io* an :html-raw:`

But My Blog is Special 🥰

` -My blog looks different, that is because I customised this theme a lot, especially headers, footers, and link appearance. And sorry I won't be publish my theme any time sooner. But I am listing down all the resources I have used for finally getting this result. You can always get my help by send a :html-raw:`` or strting a discussion on :html-raw:``. +My blog looks different, that is because I customised this theme a lot, especially headers, footers, and link appearance. And sorry I won't be publish my theme any time sooner. But I am listing down all the resources I have used for finally getting this result. You can always get my help by sending me a :html-raw:`` or strting a discussion on :html-raw:``. * `Pelican Blog `_ * `Pelican Docs `_ diff --git a/pelicanconf.py b/pelicanconf.py index 6446d4e..4c3cd47 100644 --- a/pelicanconf.py +++ b/pelicanconf.py @@ -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'