diff options
author | Linus Nordberg <linus@nordberg.se> | 2022-03-27 22:48:48 +0200 |
---|---|---|
committer | Rasmus Dahlberg <rasmus@mullvad.net> | 2022-03-27 22:48:48 +0200 |
commit | 5d5e829fd210c1d56ac67511b669e89913f85720 (patch) | |
tree | f0847c08886874f25c3015b71f3aa18f8466d7c3 /hugo | |
parent | db6ad1e00ea255fdae9306ab3133debcbd4d1732 (diff) |
add instructions on how to install Hugo on Debian
Extended Hugo is not required.
Diffstat (limited to 'hugo')
-rw-r--r-- | hugo/README.md | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/hugo/README.md b/hugo/README.md index b0fc189..4652ed5 100644 --- a/hugo/README.md +++ b/hugo/README.md @@ -7,7 +7,9 @@ This website is built using [Hugo][] and the [researcher][] theme. ## Quick start after cloning 1. Run `git submodule update --init --recursive`. -2. Follow the instruction [here][] to install extended Hugo. +2. Install Hugo + - `apt install hugo` on a Debian system, or + - follow the instruction [here][] to install from source. 3. Try serving the website locally 1. Run `hugo serve` 2. Browse http://localhost:1313 |