Hugo site that powers the site and blog hosted at vinaygopinath.me
The site and blog are powered by Hugo and Netlify, with a custom theme inspired by Dimension and Ananke.
The site is structured as
- / #Home page
- /about #Static page
- /contact #Formspree contact page
- /work #Portfolio items (WIP)
- /blog #Posts of all categories
- /blog/tech #Tech posts
- /blog/travel #Travel posts
- /blog/everything-else #Posts on other topics
To create a new tech post,
hugo new --kind tech-post blog/tech/title-of-new-tech-post.md
To create a new travel post,
hugo new --kind travel-post blog/travel/title-of-new-travel-post.md