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.
- Host: GitHub
- URL: https://github.com/bovem/bovem.github.io
- Owner: bovem
- License: mit
- Created: 2023-01-07T17:34:24.000Z (almost 3 years ago)
- Default Branch: gh-pages
- Last Pushed: 2023-12-18T19:25:04.000Z (almost 2 years ago)
- Last Synced: 2023-12-19T01:45:18.121Z (almost 2 years ago)
- Topics: blog, developer-blog, developer-blogs, docker, go, golang, homelab, hugo, kubernetes, operator-sdk, operators, self-hosted
- Homepage: http://www.avni.sh/
- Size: 34.7 MB
- Stars: 6
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](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.
## 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
```