Skip to content

Latest commit

 

History

History
33 lines (24 loc) · 985 Bytes

README.md

File metadata and controls

33 lines (24 loc) · 985 Bytes

vinaygopinath.me

Hugo site that powers the site and blog hosted at vinaygopinath.me

Structure

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

Adding new content

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