Add troubleshooting section to README (fixes #28)

This commit is contained in:
Ian Lewis 2019-04-14 18:51:22 -04:00 committed by Ian Lewis
parent 4e9c131c58
commit 676d4dc5a3
1 changed files with 18 additions and 4 deletions

View File

@ -55,10 +55,24 @@ If you have Go installed you can run a local version of the website via the
`public/` directory.
```
{
cd public/
go run main.go
}
```
Access the site at http://localhost:8080
## Troubleshooting
#### I get errors when building the website.
If you get the following errors you should check that you have the "extended"
version of Hugo. This is the version of hugo named "hugo\_extended" on the
[releases page](https://github.com/gohugoio/hugo/releases).
```
ERROR 2019/04/03 11:25:58 Failed to add template "partials/navbar.html" in path "/home/me/gvisor-website/layouts/partials/navbar.html": template: partials/navbar.html:5: function "resources" not defined
ERROR 2019/04/03 11:25:58 partials/navbar.html : template: partials/navbar.html:5: function "resources" not defined
ERROR 2019/04/03 11:25:58 Unable to locate template for shortcode "readfile" in page "docs/user_guide/docker.md"
ERROR 2019/04/03 11:25:58 Unable to locate template for shortcode "readfile" in page "docs/user_guide/oci.md"
ERROR 2019/04/03 11:25:58 Unable to locate template for shortcode "blocks" in page "_index.html"
```