diff options
Diffstat (limited to 'README.md')
| -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 |
