diff --git a/content/blogs/selection-entry.rst b/content/blogs/selection-entry.rst index b0246a6..0806343 100644 --- a/content/blogs/selection-entry.rst +++ b/content/blogs/selection-entry.rst @@ -1,3 +1,4 @@ + ************************************ Google Summer of Code 2021 Selection ************************************ @@ -6,6 +7,6 @@ Google Summer of Code 2021 Selection :slug: finally-gsoc :category: gsoc :tags: gsoc, gsoc21, fossology -:status: unpublished +:status: draft Finally after three years I have been selected in **Google Summer of Code** program at **The FOSSology Project**. I will be working on *New Buildsystem and CI/CD* for the project. diff --git a/content/development/wsl2-move.rst b/content/development/wsl2-move.rst index 24c2d73..aef832e 100644 --- a/content/development/wsl2-move.rst +++ b/content/development/wsl2-move.rst @@ -6,9 +6,9 @@ Move WSL 2 Safely to another Drive :tags: wsl, wsl2 :category: development :slug: wsl1 -:summary: It is real pain when you have small SSD and Windows Subsystem for Linux (WSL) is growing exponentially in size. There no easy way to move the WSL installation to another drive. Here in this blog I will discuss how to tackle this problem with bite size steps. +:summary: It is real pain when you have small SSD and Windows Subsystem for Linux (WSL) is growing exponentially in size. There is no easy way to move the WSL installation to another drive. Here in this blog I will discuss how to tackle this problem with bite size steps. -It is real pain when you have small SSD and Windows Subsystem for Linux (WSL) is growing exponentially in size. There no easy way to move +It is real pain when you have small SSD and Windows Subsystem for Linux (WSL) is growing exponentially in size. There is no easy way to move the WSL installation to another drive. Here in this blog I will discuss how to tackle this problem with bite size steps. .. |powershell| image:: /images/powershell.png diff --git a/pelicanconf.py b/pelicanconf.py index b26bf3d..274ef30 100644 --- a/pelicanconf.py +++ b/pelicanconf.py @@ -53,7 +53,8 @@ LINKS = [ # icons ICONS = [ ('github', "https://github.com/avinal"), - ('linkedin', 'https://www.linkedin.com/in/avinal/') + ('linkedin', 'https://www.linkedin.com/in/avinal/'), + ('instagram', 'https://instagram.com/avinal.k') ] DIRECT_TEMPLATES = ('index', 'tags', 'categories', 'archives', 'sitemap')