blog

Source code for my personal website, built with Hugo

Stars
0
Committers
2

mat383.com Hugo Project

This repository contains the source code for my personal website, which uses the Hugo static site generator.

The static built files are also in a repository.

Pre-requisites

Install the Hugo binary: https://github.com/gohugoio/hugo

Setup

git clone https://github.com/mat-383/blog.git
cd blog/mat383
# Run the Hugo server at localhost:38383 to see local changes live
./server.sh
# or build the website to the mat383/public directory
hugo

Credit

I copied files from Luke Smith's minimal Lugo theme directly into the directories of this website, thanks for that.