blob: 0cdbfe8f2d248b915b7fff909195dc682bfdcd4c382a48e5a36a1eba5c87b18a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
# Journal
The live Gemini capsule is available at [gemini://nicholasjohnson.ch](gemini://nicholasjohnson.ch).
The live website is available at [https://nicholasjohnson.ch](https://nicholasjohnson.ch).
## Generate Locally
### Required Software
- git
- git annex
- hugo
### Commands
```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"
```
|