Skip to content

MartinJindra/mjindra.eu

Repository files navigation

mjindra.eu

Everyone needs a personal website nowadays and I created mine with hugo. To visit it follow www.mjindra.eu.

Credit

The theme that I am using is hugo-PaperMod.

how to build the site

dependencies

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.

  1. docker and docker-compose
  2. hugo (not needed for building)
  3. make

building

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