My personal website, built with Hugo and now, Docker.
Install Docker and make
.
- Clone the GitHub repo:
git clone git@github.com:alimac/alimac.io.git
cd alimac.io
- Run
make
to build the image and run the container.
The website (http://localhost:1313) will open in a new browser tab. When you make changes to the content, the change will automatically be reflected in the browser. Amazing!
The theme I use (https://themes.gohugo.io/hugo-tranquilpeak-theme/) is not included in this repository.
To install the theme:
mkdir themes
(inside the cloned repo)git clone git@github.com:kakawait/hugo-tranquilpeak-theme.git
I was inspired by a talk by Carolyn Van Slyck and https://github.com/carolynvs/carolynvanslyck.com/blob/source/Makefile.