# Homepage rolandjesse.de ## Prerequisites For building the site locally we will need to update/install the following requirements: 1. Hugo version v0.118.x (extended) or later. 2. Go language version v1.18.x or later. 3. Node version v18.x and npm version 8.x or later (i.e. via `volta`). Theme [toha](https://github.com/hugo-toha/) is installed as [Hugo module](https://gohugo.io/hugo-modules/): ``` hugo mod init git.tailorama.com/sr-rolando/rolandjesse.de ``` `make`-Targets: * `make serve`: build locally and start development server * `make deploy`: build and deploy (via `rsync`) * `make clean`: remove the `public` folder that might have been created ## Related Uses the [toha](https://github.com/hugo-toha/toha) theme.