Everyone needs a personal website nowadays and I created mine with hugo. To visit it follow www.mjindra.eu.
The theme that I am using is hugo-PaperMod.
If you only want to build the website with the Makefile hugo
doesn't have to be installed, only docker
is required for that. But if you want to do anything else, hugo
has to be installed on your system.
Install the following dependencies on your system.
- docker and docker-compose
- hugo (not needed for building)
- make
To build the needed files execute in the project directory.
make build
In the newly created directory public you can see the HTML and JavaScript files.
If you only want to preview the website.
make serve