From 38dbc4fd2a4b7593c97ea7f84b9ad328a3670f75 Mon Sep 17 00:00:00 2001 From: Avinal Kumar Date: Mon, 7 Mar 2022 12:57:57 +0530 Subject: [PATCH] Fix minor issue and add instagram link Signed-off-by: Avinal Kumar --- content/blogs/selection-entry.rst | 3 ++- content/development/wsl2-move.rst | 4 ++-- pelicanconf.py | 3 ++- 3 files changed, 6 insertions(+), 4 deletions(-) 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')