screw snap and reflect change in doc

This commit is contained in:
sakrecoer 2026-08-03 10:06:41 +02:00
parent ad19cff23e
commit 311a958b91
2 changed files with 13 additions and 2 deletions

View file

@ -13,7 +13,18 @@ Nostr Relays → nak → JSON files → Hugo → Static HTML → Web Server
### 1. Install Hugo
Hugo is Static Site Generator. It should be available in your packet manager.
Hugo is Static Site Generator. This is the "engine" that will build the files you host on your server.
Download the Hugo binary from https://github.com/gohugoio/hugo/releases/latest and put it in your path (the dirty way). Note that the example bellow downloads a version that migh be outdated at the time you are reading this.
#### Example for Linux AMD64
```bash
wget https://github.com/gohugoio/hugo/releases/download/v0.164.0/hugo_0.164.0_Linux-64bit.tar.gz
mkdir /tmp/hugo/
tar -xvzf hugo_0.164.0_Linux-64bit.tar.gz -C /tmp/hugo/
sudo mv /tmp/hugo/hugo /usr/local/bin/
chmod +x /usr/local/bin/hugo
```
### 2. Intall nak