Portfolio website for Modii, made using hugo, Bulma, and Sass.
run npm start
to start developing.
Hugo's templating engine is used for layouts. These can be edited in the layouts/ directory
Styles are edited in the /styles/ directory and are then pushed to /static/css/ for Hugo's consumption when saved.
Do not edit .css files in static/css/ as the SCSS files will be exported to that directory so any changes made in static/css/ will be overritten.