diff options
| author | Nicholas Johnson <> | 2026-09-07 00:00:00 +0000 |
|---|---|---|
| committer | Nicholas Johnson <> | 2026-09-07 00:00:00 +0000 |
| commit | cac8b50a124773af4764ba76a9091d9bb8b7a219e06912b1925d3fa0641d8c75 (patch) | |
| tree | 1595de7d79e5b445d32c33f41b3e639d97b489a6631c2ef302e383e745a0ac64 | |
| parent | c6e46a90ab080e7a3b079166dba7fda58b7cfe87b48e0467d4f2bf4a77ca4e24 (diff) | |
| download | journal-cac8b50a124773af4764ba76a9091d9bb8b7a219e06912b1925d3fa0641d8c75.tar.gz journal-cac8b50a124773af4764ba76a9091d9bb8b7a219e06912b1925d3fa0641d8c75.zip | |
Update readme
| -rw-r--r-- | README.md | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -17,9 +17,10 @@ The live website is available at [https://nicholasjohnson.ch](https://nicholasjo ```sh git clone --recursive https://git.nicholasjohnson.ch/journal && cd journal git branch --track git-annex origin/git-annex -git annex pull # this may take some time -hugo -e gemini # generate capsule in directory "public/capsule" -hugo -e web # generate website in directory "public/website" +git annex pull # this may take some time +git annex unlock # necessary since Hugo doesn't follow Git Annex's symlinks +hugo -e gemini # generate capsule in directory "public/capsule" +hugo -e web # generate website in directory "public/website" ``` ## Commit Hugo Pages |
