This is the Github repo for Anshuman Tripathi's personal blog. It is created using Hugo and deployed with Github Pages.
Please feel free to explore the code and ask any questions by raising an issue in the repo.
- Raise a pull request.
- Complete all the requirements in the pull request review.
- Get the content reviewed.
- Merge the pull request
- Clone the repo
- Initialize the repo
make init
- Run the website with local config run
Run the website with production config, run
make serve-local
make serve-production