Skip to content

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

License

Notifications You must be signed in to change notification settings

bovem/bovem.github.io

Repository files navigation

Blog Cover Image

Hi, I’m Avnish. As an Open Source Developer working at Red Hat, 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 RSS feed. For a glimpse into my journey and the projects I've been involved in, feel free to check my resume.

Index

Technologies Used

Local Deployment (with Docker)

After cloning

git submodule update --init --recursive

Updating theme

git submodule update --remote --merge

Dev Environment (with Drafts and Future Posts)

  1. Change directory to /deploy/dev
  2. Deploy container
docker compose up -d

Prod Environment

  1. Change directory to /deploy/prod
  2. Deploy container
docker compose up -d