hugomartins.io

This is the source code for my personal website that is currently hosted @ hugomartins.io. The website's design is a custom theme I made for Hugo and it is currently being built and hosted using Netlify.

Structure

This project uses the Hugo static site generator for compiling the source code into the artifacts. Most of this is based on Hugo's predefined structure:

  • content - handles all the fixed and dynamic content.
  • static - stores static assets.
  • themes - stores the themes used in the website as git submodules.

GitHub