Skip to content

Commit 7bd57f6

Browse files
authored
Merge pull request #78 from bovem/drafts
Blog content reorganization
2 parents 8d3c4fb + c62baec commit 7bd57f6

File tree

225 files changed

+171
-205
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

225 files changed

+171
-205
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,3 +36,5 @@ future
3636
themes/
3737
resources/
3838
.vscode/settings.json
39+
40+
TODO

README.md

Lines changed: 8 additions & 52 deletions
Original file line numberDiff line numberDiff line change
@@ -1,57 +1,13 @@
11
[![Blog Cover Image](./static/avnish-cover.png)](https://www.avni.sh/)
22

3-
Hi, I’m Avnish.
4-
As a Software Developer working at Autodesk, I strive to share my knowledge on computer science, mathematics, and technology through articles. If you'd like to stay in the loop with the latest content from this blog, I invite you to subscribe to my <b><a target=_blank href="https://www.avni.sh/index.xml">RSS feed</a></b>.
5-
For a glimpse into my journey and the projects I've been involved in, feel free to check my <b><a target=_blank href="https://www.avni.sh/Resume-AvnishPal.pdf">resume</a></b>.
6-
7-
8-
## Index
9-
- <a target=_blank href="https://www.avni.sh/posts/kubernetes/">Kubernetes</a>
10-
- <a target=_blank href="https://www.avni.sh/posts/kubernetes/containers/">Containers</a>
11-
- <a target=_blank href="https://www.avni.sh/posts/kubernetes/container-architecture/">Container Architecture</a>
12-
- <a target=_blank href="https://www.avni.sh/posts/kubernetes/container-lifecycle/">Container Lifecycle</a>
13-
- <a target=_blank href="https://www.avni.sh/posts/kubernetes/container-images/">Container Images</a>
14-
- <a target=_blank href="https://www.avni.sh/posts/kubernetes/building-container-images/">Building Container Images</a>
15-
- <a target=_blank href="https://www.avni.sh/posts/kubernetes/kubernetes-operators/">Kubernetes Operators</a>
16-
- <a target=_blank href="https://www.avni.sh/posts/kubernetes/operators-on-openshift/">Operators on OpenShift</a>
17-
- <a target=_blank href="https://www.avni.sh/posts/kubernetes/operator-sdk/">Operator SDK and Bundle Images</a>
18-
- <a target=_blank href="https://www.avni.sh/posts/kubernetes/helm-charts/">Helm Charts</a>
19-
- <a target=_blank href="https://www.avni.sh/posts/kubernetes/container-network-interfaces/">Container Network Interfaces (CNI)</a>
20-
- <a target=_blank href="https://www.avni.sh/posts/kubernetes/container-storage-interfaces/">Container Storage Interfaces (CSI)</a>
21-
- <a target=_blank href="https://www.avni.sh/posts/kubernetes/network-functions/">Network Functions</a>
22-
- <a target=_blank href="https://www.avni.sh/posts/homelab/">Homelab</a>
23-
- <a target=_blank href="https://www.avni.sh/posts/homelab/building-your-own-homelab/">Building Your Own Homelab</a>
24-
- <a target=_blank href="https://www.avni.sh/posts/homelab/self-hosting-ollama/">Self Hosting LLMs using Ollama</a>
25-
- <a target=_blank href="https://www.avni.sh/posts/go/">Go</a>
26-
- <a target=_blank href="https://www.avni.sh/posts/go/go-programming-language/">Go Programming Language</a>
27-
- <a target=_blank href="https://www.avni.sh/posts/go/file-handling-in-go/">File Handling in Go</a>
28-
- <a target=_blank href="https://www.avni.sh/posts/go/concurrency-in-go/">Concurrency in Go</a>
29-
- <a target=_blank href="https://www.avni.sh/posts/go/rest-api-requests-in-go/">REST API Requests in Go</a>
30-
- <a target=_blank href="https://www.avni.sh/posts/linear-algebra/">Linear Algebra</a>
31-
- <a target=_blank href="https://www.avni.sh/posts/linear-algebra/tensors/">Tensors</a>
32-
- <a target=_blank href="https://www.avni.sh/posts/linear-algebra/vectors/">Vectors</a>
33-
- <a target=_blank href="https://www.avni.sh/posts/linear-algebra/matrices/">Matrices</a>
34-
- <a target=_blank href="https://www.avni.sh/posts/linear-algebra/gaussian-elimination/">Gaussian Elimination</a>
35-
- <a target=_blank href="https://www.avni.sh/posts/dsa/">Data Structures and Algorithms</a>
36-
- <a target=_blank href="https://www.avni.sh/posts/dsa/time-complexity/">Time Complexity</a>
37-
- <a target=_blank href="https://www.avni.sh/posts/dsa/arrays-strings-hashmaps/">Arrays, Strings, and HashMaps</a>
38-
- <a target=_blank href="https://www.avni.sh/posts/dsa/rabin-karp-substring-search/">Rabin-Karp Substring Search</a>
39-
- <a target=_blank href="https://www.avni.sh/posts/dsa/contains-duplicate/">Checking an Array for Duplicate Values</a>
40-
- <a target=_blank href="https://www.avni.sh/posts/dsa/identifying-anagrams/">Identifying Anagrams</a>
41-
- <a target=_blank href="https://www.avni.sh/posts/dsa/finding-elements-that-sum-up-to-target/">Finding Elements in an Array that Sum Up to a Target Value</a>
42-
- <a target=_blank href="https://www.avni.sh/posts/dsa/group-anagrams-in-an-array/">Group Anagrams in an Array</a>
43-
- <a target=_blank href="https://www.avni.sh/posts/dsa/finding-most-frequent-elements-in-an-array/">Finding Most Frequent Elements in an Array</a>
44-
- <a target=_blank href="https://www.avni.sh/posts/dsa/building-a-product-array-without-the-element-itself/">Building a Product Array without the Element Itself</a>
45-
- <a target=_blank href="https://www.avni.sh/posts/dsa/is-valid-sudoku/">Checking Validity of a Sudoku Grid</a>
46-
- <a target=_blank href="https://www.avni.sh/posts/dsa/encoding-and-decoding-strings/">Encoding and Decoding Functions for Strings</a>
47-
- <a target=_blank href="https://www.avni.sh/posts/dsa/longest-consecutive/">Finding the Longest Consecutive Sequence in an Array</a>
48-
- <a target=_blank href="https://www.avni.sh/posts/dsa/linked-lists/">Linked Lists</a>
49-
- <a target=_blank href="https://www.avni.sh/posts/dsa/two-pointers-approach/">Two-Pointer Approach</a>
50-
- <a target=_blank href="https://www.avni.sh/posts/dsa/reverse-linked-lists/">Reversing Linked Lists</a>
51-
- <a target=_blank href="https://www.avni.sh/posts/dsa/merge-sorted-linked-lists/">Merge Two Sorted Linked Lists</a>
52-
- <a target=_blank href="https://www.avni.sh/posts/dsa/reorder-linked-list/">Reorder Linked Lists</a>
53-
- <a target=_blank href="https://www.avni.sh/posts/developer-tools/">Developer Tools</a>
54-
- <a target=_blank href="https://www.avni.sh/posts/developer-tools/my-development-environment/">My Development Environment: kitty, zsh, Neovim, tmux, and lazygit</a>
3+
## Hi I'm Avnish.
4+
* Building software at Autodesk, passionate about simplifying technical concepts.
5+
* This is my blog, where I document my learnings on computer science and mathematics through articles.
6+
* Explore my <a target=_blank href="https://www.avni.sh/posts/projects">personal projects</a> or check my <a target=_blank href="https://www.avni.sh/resume/latest/Resume_Avnish_Pal.pdf">resume</a> for professional experience.
7+
* Connect with me on <a target=_blank href="https://github.com/bovem">GitHub</a> or <a target=_blank href="https://www.linkedin.com/in/avnish-pal/">LinkedIn</a> to discuss ideas or collaborate.
8+
* Subscribe to my <a target=_blank href="https://www.avni.sh/index.xml">RSS feed</a> to be notified when I publish new articles.
9+
10+
## <a target=_blank href="https://www.avni.sh/contents">Index of Blog Contents</a>
5511

5612
## Technologies Used
5713
- [Hugo Static Site Generator](https://gohugo.io/)

config.yml

Lines changed: 18 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ languages:
3030
- name: Archive
3131
url: archives
3232
weight: 5
33-
- name: Index
33+
- name: Contents
3434
url: contents
3535
weight: 10
3636
- name: Tags
@@ -51,7 +51,7 @@ outputs:
5151

5252
params:
5353
env: production # to enable google analytics, opengraph, twitter-cards and schema.
54-
description: "Hi, I'm Avnish. I’m a Software Developer at Autodesk. I write articles on computer science, mathematics and technology."
54+
description: "Hi, I'm Avnish. I’m a Software Developer at Autodesk. I write articles on computer science and math."
5555
author: "Avnish Pal"
5656
# author: ["Me", "You"] # multiple authors
5757

@@ -86,15 +86,15 @@ params:
8686
homeInfoParams:
8787
Title: "Hi, I'm Avnish"
8888
Content: >
89+
- Building software at Autodesk, passionate about simplifying technical concepts.
8990
90-
- I'm a Software Developer at Autodesk.
91-
92-
- I write articles on computer science, mathematics and technology.
93-
94-
- Explore my other <b><a href="/posts/projects/" target=_blank>projects</a></b> or check out my <b><a target=_blank href="resume/latest/Resume_Avnish_Pal.pdf">resume</a></b> to learn more about my work experience.
95-
96-
- Subscribe to my <b><a target=_blank href="index.xml">RSS feed</a></b> to be notified about my future articles.
97-
91+
- I document my learnings on computer science and mathematics through articles.
92+
93+
- Explore my <a target=_blank href="/posts/projects">personal projects</a> or check my <a target=_blank href="/resume/latest/Resume_Avnish_Pal.pdf">resume</a> for professional experience.
94+
95+
- Connect with me on <a target=_blank href="https://github.com/bovem">GitHub</a> or <a target=_blank href="https://www.linkedin.com/in/avnish-pal/">LinkedIn</a> to discuss ideas or collaborate.
96+
97+
- Subscribe to my <a target=_blank href="index.xml">RSS feed</a> to be notified when I publish new articles.
9898
socialIcons:
9999
- name: cv
100100
url: "resume/latest/Resume_Avnish_Pal.pdf"
@@ -129,6 +129,7 @@ params:
129129

130130
assets:
131131
favicon: "/assets/favicon.ico"
132+
disableHLJS: true
132133
# favicon16x16: "<link / abs url>"
133134
# favicon32x32: "<link / abs url>"
134135
# apple_touch_icon: "<link / abs url>"
@@ -152,13 +153,13 @@ markup:
152153
goldmark:
153154
renderer:
154155
unsafe: true
155-
# highlight:
156-
# # anchorLineNos: true
157-
# codeFences: true
158-
# guessSyntax: true
159-
# lineNos: true
160-
# # noClasses: false
161-
# style: monokai
156+
highlight:
157+
# anchorLineNos: true
158+
codeFences: true
159+
guessSyntax: true
160+
lineNos: true
161+
# noClasses: false
162+
style: tokyonight-night
162163

163164
privacy:
164165
vimeo:

0 commit comments

Comments
 (0)