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'