mirror of
https://github.com/avinal/avinal.github.io.git
synced 2026-07-04 07:40:09 +05:30
add blog listing fucntions
Signed-off-by: Avinal Kumar <avinal.xlvii@gmail.com>
This commit is contained in:
@@ -5,7 +5,7 @@ modified: 2020-12-31 23:19
|
||||
category: development
|
||||
tags: [vlc, gsod, gsod2020]
|
||||
description: 'The project was to Create the VLC User Documentation for Android
|
||||
Mobile Port which was previously hosted on VLC's wiki pages. The major portion
|
||||
Mobile Port which was previously hosted on VLC wiki pages. The major portion
|
||||
of this was to start everything from scratch including chapter separation,
|
||||
section organization.'
|
||||
---
|
||||
|
||||
@@ -21,13 +21,13 @@ use WinKey + X shortcut and select **Windows PowerShell(Admin)**.
|
||||
2. Check if the WSL 2 installation you are planning to move is is
|
||||
currently running/stopped.
|
||||
|
||||
```powershell
|
||||
PS C:\\Users\\Avinal> wsl -l -v
|
||||
PS C:\\Users\\Avinal>
|
||||
NAME STATE VERSION
|
||||
* Ubuntu Running 2
|
||||
Kali Stopped 2
|
||||
```
|
||||
```powershell
|
||||
PS C:\\Users\\Avinal> wsl -l -v
|
||||
PS C:\\Users\\Avinal>
|
||||
NAME STATE VERSION
|
||||
* Ubuntu Running 2
|
||||
Kali Stopped 2
|
||||
```
|
||||
|
||||
3. If its running then you must stop the particular WSL distribution.
|
||||
(*Ubuntu* used as example)
|
||||
|
||||
@@ -0,0 +1,65 @@
|
||||
[
|
||||
{
|
||||
"title": "The Big Red Ants",
|
||||
"date": "2012-02-27 22:47",
|
||||
"category": "article",
|
||||
"description": "The Big Red Ants",
|
||||
"slug": "big-red-ants"
|
||||
},
|
||||
{
|
||||
"title": "प्रेम रतन धन पायो",
|
||||
"date": "2019-09-21 15:47",
|
||||
"category": "article",
|
||||
"slug": "for-sunshine",
|
||||
"description": "प्रकृति की सुंदरता और कलाकारी हिमालय की कण-कण में झलकती है। प्रकृति ने प्रेम को भी हिमालय के जितना ही विशाल और अलौकिक बनाया है । ये एक अलग चर्चा का विषय है कि हिमालय पहले आया या प्रेम। मैं तो प्रेम के पक्ष में हूँ । वो हर अणु-परमाणु जिन्होंने इतने बड़ा पहाड़ खड़ा किया वो सब आपस में प्रेम से बंधे हुए हैं। ये पृथ्वी, सूर्य, चंद्रमा, आकाश-गंगा इत्यादि सब प्रेम से बंधे हुए हैं"
|
||||
},
|
||||
{
|
||||
"title": "Create the VLC User Documentation for one Mobile Port(Android)",
|
||||
"date": "2020-12-01 23:47",
|
||||
"category": "development",
|
||||
"description": "The project was to Create the VLC User Documentation for Android Mobile Port which was previously hosted on VLC wiki pages. The major portion of this was to start everything from scratch including chapter separation, section organization.",
|
||||
"slug": "gsod2020-report"
|
||||
},
|
||||
{
|
||||
"title": "HRT (Hudson River Trading) Systems Internship Interview Experience",
|
||||
"date": "2021-01-04 21:47",
|
||||
"category": "blog",
|
||||
"slug": "hrt-interview-1",
|
||||
"description": "uestions were clear and of medium level. But they were designed in such a way that you must know the basics before you could attempt. Also, they expected a clear and concise approach."
|
||||
},
|
||||
{
|
||||
"title": "Google Summer of Code 2021",
|
||||
"date": "2021-08-19 23:07",
|
||||
"category": "development",
|
||||
"description": "This is the final report of my Google Summer of Code 2021 at The FOSSology Project.",
|
||||
"slug": "final-evaulation"
|
||||
},
|
||||
{
|
||||
"title": "I am loving it! RedHat",
|
||||
"date": "2022-02-25 20:47",
|
||||
"category": "development",
|
||||
"description": "I made it to the Red Hat as a DevTools intern. This post is about onboarding and how I prepared myself for working on the actual project.",
|
||||
"slug": "i-am-loving-it-redhat"
|
||||
},
|
||||
{
|
||||
"title": "Developing Minimal Tekton Server",
|
||||
"date": "2022-02-27 20:47",
|
||||
"category": "development",
|
||||
"description": "This blog is a descreptive account of the development of Minimal Tekton Server. This is highly technical in nature, so please make sure that you have sufficient knowledge about Golang, Docker, Kubernetes and TektonCD. You can refer to my [previous blog](\"https://avinal.space/posts/development/i-am-loving-it-redhat.html\") to know about these topics.",
|
||||
"slug": "lovely-dangerous-things-redhat"
|
||||
},
|
||||
{
|
||||
"title": "How I implemented WakaTime embeddable Coding Graph GHA?",
|
||||
"date": "2021-02-02 21:47",
|
||||
"category": "development",
|
||||
"description": "If you use WakaTime to track your coding activity. You can add that to your README as a bar graph or embed it in your blog/portfolio. Just add this action to any of your repositories and there you have it.",
|
||||
"slug": "wakatime"
|
||||
},
|
||||
{
|
||||
"title": "Move WSL 2 Safely to another Drive",
|
||||
"date": "2020-12-31 19:07",
|
||||
"category": "development",
|
||||
"description": "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.",
|
||||
"slug": "wsl2-move"
|
||||
}
|
||||
]
|
||||
Reference in New Issue
Block a user