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:
@@ -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>`
|
: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 Blog <https://blog.getpelican.com/>`_
|
||||||
* `Pelican Docs <https://docs.getpelican.com/en/latest/>`_
|
* `Pelican Docs <https://docs.getpelican.com/en/latest/>`_
|
||||||
|
|||||||
+5
-1
@@ -5,7 +5,7 @@ HIDE_AUTHORS = True
|
|||||||
SITENAME = 'Be My SpaceTime'
|
SITENAME = 'Be My SpaceTime'
|
||||||
SITESUBTITLE = '눈치'
|
SITESUBTITLE = '눈치'
|
||||||
SITEURL = 'https://avinal.is-a.dev'
|
SITEURL = 'https://avinal.is-a.dev'
|
||||||
THEME = 'alchemy'
|
THEME = 'themes/alchemy'
|
||||||
PATH = 'content'
|
PATH = 'content'
|
||||||
MAIL = 'avinal.xlvii@gmail.com'
|
MAIL = 'avinal.xlvii@gmail.com'
|
||||||
TIMEZONE = 'Asia/Kolkata'
|
TIMEZONE = 'Asia/Kolkata'
|
||||||
@@ -51,6 +51,10 @@ ICONS = [
|
|||||||
('linkedin', 'https://www.linkedin.com/in/avinal/')
|
('linkedin', 'https://www.linkedin.com/in/avinal/')
|
||||||
]
|
]
|
||||||
|
|
||||||
|
LINKS = [
|
||||||
|
('feedback', "https://github.com/avinal/avinal/discussions/2")
|
||||||
|
]
|
||||||
|
|
||||||
DEFAULT_PAGINATION = 10
|
DEFAULT_PAGINATION = 10
|
||||||
|
|
||||||
PYGMENTS_STYLE = 'monokai'
|
PYGMENTS_STYLE = 'monokai'
|
||||||
|
|||||||
Reference in New Issue
Block a user