Skip to content

Latest commit

 

History

History
84 lines (75 loc) · 6.32 KB

README.md

File metadata and controls

84 lines (75 loc) · 6.32 KB

Blog Cover Image

Hi, I’m Avnish. 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 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