This repository contains the static site for ninadpathak.com, built with Hugo and the PaperMod theme.
- Fast, modern static site generated with Hugo
- Clean, minimal design using PaperMod
- Essays and writings organized by tags and categories
- Install Hugo.
- Clone this repository.
- Run the development server:
hugo server - Visit
http://localhost:1313in your browser.
To generate the static site:
hugo
The output will be in the public/ directory.
The contents of the public/ folder are pushed to the main branch of this repository for deployment.


