/Blog

This is my personal blog, made in Go!

Primary LanguageHTML

My Personal Blog

I have chosen to use Hugo for this project after first seeing this video. I'm using the m10c theme.

I had a similar system in place previously before where I write in markdown and it's rendered nicely, however it was extremely sluggish, took forever to build and wasn't enjoyable to work with for adding new features.

Another reason I opted for Hugo is becuase I'm trying to better my GO knowledge, although this doesn't require much GO work, it's still a nice project to have under my belt :).

How to install Hugo

From Binaries (Reccomended)

Click here for the newest binary

From Source

mkdir $HOME/src
cd $HOME/src
git clone https://github.com/gohugoio/hugo.git
cd hugo
go install