|
|
|
|
@ -23,20 +23,21 @@ Die Installation kann in einem beliebigen Verzeichnis erfolgen, wir nehmen ~/kre
|
|
|
|
|
### Hugo-Release installieren |
|
|
|
|
|
|
|
|
|
Das aktuelles hugo-Release für seine Zielplattform findet man auf gitHub: [https://github.com/gohugoio/hugo/releases/latest]. |
|
|
|
|
Es wird die **Extended Version** benötigt. |
|
|
|
|
|
|
|
|
|
Wenn das aktuelle Hugo-Relase 0.76.4 ist, gilt für Linux: |
|
|
|
|
>$ wget https://github.com/gohugoio/hugo/releases/download/v0.76.4/hugo_0.76.4_Linux-64bit.tar.gz |
|
|
|
|
Wenn das aktuelle Hugo-Relase 0.78.1 ist, gilt für Linux: |
|
|
|
|
>$ wget https://github.com/gohugoio/hugo/releases/download/v0.78.1/hugo_extended_0.78.1_Linux-64bit.tar.gz |
|
|
|
|
> ... |
|
|
|
|
> hugo_0.76.4_Linux-64bit.tar. 100%[============================================>] 13,31M 1,54MB/s in 25s |
|
|
|
|
> 2020-10-13 21:09:43 (547 KB/s) - »hugo_0.76.4_Linux-64bit.tar.gz« gespeichert [13953675/13953675] |
|
|
|
|
> hugo_extended_0.78.1_Linux-64bit.tar. 100%[============================================>] 13,31M 1,54MB/s in 25s |
|
|
|
|
> 2020-10-13 21:09:43 (547 KB/s) - »hugo_extended_0.78.1_Linux-64bit.tar.gz« gespeichert [13953675/13953675] |
|
|
|
|
> |
|
|
|
|
>$ tar -xvf hugo_0.76.4_Linux-64bit.tar.gz --directory hugo |
|
|
|
|
>$ rm hugo_0.76.4_Linux-64bit.tar.gz |
|
|
|
|
>$ tar -xvf hugo_extended_0.78.1_Linux-64bit.tar.gz --directory hugo |
|
|
|
|
>$ rm hugo_extended_0.78.1_Linux-64bit.tar.gz |
|
|
|
|
|
|
|
|
|
Nach erfolgreicher Installation sollte Hugo seine Version ausgeben können: |
|
|
|
|
|
|
|
|
|
>$ hugo/hugo version |
|
|
|
|
> Hugo Static Site Generator v0.76.4-50DFE40B linux/amd64 BuildDate: 2020-10-12T08:36:20Z |
|
|
|
|
> Hugo Static Site Generator v0.78.1-347F2DE6/extended linux/amd64 BuildDate: 2020-11-05T09:47:54Z |
|
|
|
|
|
|
|
|
|
### Web-Repository holen |
|
|
|
|
|
|
|
|
|
|