1
0
mirror of https://github.com/avinal/avinal.github.io.git synced 2026-07-03 23:30: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
+1 -1
View File
@@ -137,7 +137,7 @@ If you have done everything correctly then go to *https://username.github.io* an
:html-raw:`<h2 style=font-family:Exodar;font-weight:lighter;">But My Blog is Special 🥰</h2>`
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:`<a href="mailto:avinal.xlvii@gmail.com" class="fa fa-envelope" style="text-decoration: none;"></a>` or strting a discussion on :html-raw:`<a href="https://github.com/avinal/avinal/discussions/2" class="fab fa-github" style="text-decoration: none;"></a>`.
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:`<a href="mailto:avinal.xlvii@gmail.com" class="fa fa-envelope" style="text-decoration: none;"></a>` or strting a discussion on :html-raw:`<a href="https://github.com/avinal/avinal/discussions/2" class="fab fa-github" style="text-decoration: none;"></a>`.
* `Pelican Blog <https://blog.getpelican.com/>`_
* `Pelican Docs <https://docs.getpelican.com/en/latest/>`_
+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'