An open API service indexing awesome lists of open source software.

https://github.com/bovem/bovem.github.io

Hi, I’m Avnish. This is my blog where I write articles about computer science, mathematics, and technology.
https://github.com/bovem/bovem.github.io

blog developer-blog developer-blogs docker go golang homelab hugo kubernetes operator-sdk operators self-hosted

Last synced: 2 months ago
JSON representation

Hi, I’m Avnish. This is my blog where I write articles about computer science, mathematics, and technology.

Awesome Lists containing this project

README

          

[![Blog Cover Image](./static/avnish-cover.png)](https://www.avni.sh/)

## Hi I'm Avnish.
* Building software at Autodesk, passionate about simplifying technical concepts.
* This is my blog, where I document my learnings on computer science and mathematics through articles.
* Explore my personal projects or check my resume for professional experience.
* Connect with me on GitHub or LinkedIn to discuss ideas or collaborate.
* Subscribe to my RSS feed to be notified when I publish new articles.

## Index of Blog Contents

## Technologies Used
- [Hugo Static Site Generator](https://gohugo.io/)
- [PaperMod Theme](https://github.com/adityatelange/hugo-PaperMod)

## Local Deployment (with Docker)

### After cloning
```bash
git submodule update --init --recursive
```

### Updating theme
```bash
git submodule update --remote --merge
```

### Dev Environment (with Drafts and Future Posts)
1. Change directory to `/deploy/dev`
2. Deploy container
```bash
docker compose up -d
```

### Prod Environment
1. Change directory to `/deploy/prod`
2. Deploy container
```bash
docker compose up -d
```