forked from p15670423/monkey
docs: Add note for Hugo installation
This commit is contained in:
parent
6d584a6501
commit
673b689ab5
|
@ -68,6 +68,8 @@ These are the build output of `hugo` and should never be `commit`-ed to git.
|
|||
|
||||
You'll have to [install `hugo`](https://gohugo.io/getting-started/installing/), a text editor that's good for markdown (`vscode` and `vim` are good options) and `git`.
|
||||
|
||||
Note: Installing `hugo` via `apt` is not recommended because Hugo is usually few [versions behind](https://github.com/wowchemy/wowchemy-hugo-modules/issues/703) the latest for Debian and Ubuntu package managers. Refer to latest [releases](https://github.com/gohugoio/hugo/releases) of Hugo.
|
||||
|
||||
### Adding and editing content
|
||||
|
||||
#### Add a new page
|
||||
|
|
Loading…
Reference in New Issue