Skip to content

Instantly share code, notes, and snippets.

@mefuru
mefuru / gist:25ffa3d67aabe3affd7b7a8ab62fbcac
Last active May 21, 2021 16:36
Instructions for setting up a Hugo site hosted on GitHub pages

Hey, this is how I set up personal site using Hugo, hosting it on Github pages and linked it to a domain bought through Google domains. Let me know if you have any questions!

  • Install Hugo (Mac)
> brew install hugo
> hugo new site SITE_NAME
> hugo new post/test-post.md
  • Download a theme and add to project e.g.