Hi I'm Avnish. Building software at Autodesk in Singapore. Passionate about simplifying concepts from computer science and math. Check my resume to learn more about my professional experience. Subscribe to my RSS feed to be notified when I publish new articles. Index of Blog Contents Technologies Used Hugo Static Site Generator PaperMod Theme 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) Change directory to /deploy/dev Deploy container docker compose up -d Prod Environment Change directory to /deploy/prod Deploy container docker compose up -d