Skip to content

vinaygopinath/vinaygopinath.me

Repository files navigation

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

About

Hugo code for the site and blog hosted at https://vinaygopinath.me

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published