diff --git a/content/gsod_vlc.rst b/content/gsod_vlc.rst deleted file mode 100644 index b24d470..0000000 --- a/content/gsod_vlc.rst +++ /dev/null @@ -1,7 +0,0 @@ -*********************************** -GSoD 2020 at VideoLAN - Project Log -*********************************** - -:date: 2020-09-29 -:tags: gsod, vlc -:category: project diff --git a/content/images/blitzer.jpg b/content/images/blitzer.jpg deleted file mode 100644 index 0644dcd..0000000 Binary files a/content/images/blitzer.jpg and /dev/null differ diff --git a/content/images/blitzer.png b/content/images/blitzer.png new file mode 100644 index 0000000..934010c Binary files /dev/null and b/content/images/blitzer.png differ diff --git a/content/images/interstellar_twilight.jpg b/content/images/interstellar_twilight.jpg deleted file mode 100644 index ffe4300..0000000 Binary files a/content/images/interstellar_twilight.jpg and /dev/null differ diff --git a/content/images/interstellar_twilight.png b/content/images/interstellar_twilight.png new file mode 100644 index 0000000..5212311 Binary files /dev/null and b/content/images/interstellar_twilight.png differ diff --git a/content/images/profile.jpg b/content/images/profile.jpg deleted file mode 100644 index 036031e..0000000 Binary files a/content/images/profile.jpg and /dev/null differ diff --git a/content/images/profile.png b/content/images/profile.png new file mode 100644 index 0000000..4b53728 Binary files /dev/null and b/content/images/profile.png differ diff --git a/content/my_first_blog.rst b/content/my_first_blog.rst index 5b1193a..03caf3a 100644 --- a/content/my_first_blog.rst +++ b/content/my_first_blog.rst @@ -6,7 +6,7 @@ The Interstellar Twilight |blitzer| :tags: interstellar, twilight :category: blog -.. |blitzer| image:: /images/blitzer.jpg +.. |blitzer| image:: /images/blitzer.png :width: 40 :height: 40 :align: middle @@ -18,12 +18,16 @@ common that I never noticed what I was risking. **"If in the Twilight of dreams we should meet once more, we shell talk again together and I shall sing to you a lullaby till you sleep again to meet me in the Twilight of another dream."** -.. raw:: html +.. .. raw:: html -

- The sunset -

+..

+.. The sunset +..

+.. figure:: /images/interstellar_twilight.png + :align: center + :alt: the sunset + But 1 year ago many things changed. A never seen dream came true. To be honest I was skeptical if all this happening to me was true. Even until last December. Gradually things started falling into places. diff --git a/pelicanconf.py b/pelicanconf.py index 4ef33eb..dde1981 100644 --- a/pelicanconf.py +++ b/pelicanconf.py @@ -8,7 +8,7 @@ SITEURL = 'https://avinal.github.io' THEME = 'alchemy' PATH = 'content' EMAIL = '185067@nith.ac.in' -SITEIMAGE = '/images/profile.jpg width=150 height=150' +SITEIMAGE = '/images/profile.png width=150 height=150' TIMEZONE = 'Asia/Kolkata' DEFAULT_LANG = 'en'