mirror of
https://github.com/avinal/avinal.github.io.git
synced 2026-07-03 23:30:09 +05:30
Fix minor issue and add instagram link
Signed-off-by: Avinal Kumar <avinal.xlvii@gmail.com>
This commit is contained in:
@@ -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.
|
||||
|
||||
@@ -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
|
||||
|
||||
+2
-1
@@ -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')
|
||||
|
||||
Reference in New Issue
Block a user