Install toha theme as Hugo module

This commit is contained in:
Señor Rolando 2024-10-13 18:05:26 +02:00
parent 25f687cf68
commit 0775055bc0
6 changed files with 118 additions and 27 deletions

View file

@ -1,9 +1,17 @@
# Homepage rolandjesse.de
## Setup
## Prerequisites
```console
git submodule add https://github.com/hugo-toha/toha themes/toha
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: