Fix hello-friend-ng theme compatibility: author config, custom head partial, missing params

This commit is contained in:
2026-02-12 14:38:56 -05:00
parent 1eae17518c
commit 2cba6a1ef0
3 changed files with 87 additions and 1 deletions

View File

@@ -75,6 +75,9 @@ sudo chown $USER:$USER /srv/www
cd /srv/www
git clone <your-git-repo-url> dustin.coffee
cd dustin.coffee
# Initialize theme submodule (required for hello-friend-ng theme)
git submodule update --init --recursive
```
## Step 3: Build Static Site