Skip to content

Commit 407eb62

Browse files
committed
README.md: add troubleshooting session for hugo
In case users run hugo (non extension version) we should have a quick link for helping new developers/users to solve the website build issue. Signed-off-by: Douglas Schilling Landgraf <[email protected]>
1 parent b22dae1 commit 407eb62

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,11 @@ make serve
5858

5959
This will start the local Hugo server on port 1313. Open up your browser to http://localhost:1313 to view the website. As you make changes to the source files, Hugo updates the website and forces a browser refresh.
6060

61+
## Troubleshooting
62+
### error: failed to transform resource: TOCSS: failed to transform "scss/main.scss" (text/x-scss): this feature is not available in your current Hugo version
63+
64+
Hugo is shipped in two set of binaries for technical reasons. The current website runs based on the **Hugo Extended** version only. In the [release page](https://github.com/gohugoio/hugo/releases) look for archives with `extended` in the name. To confirm, run `hugo version` and look for the word `extended`.
65+
6166
### Troubleshooting macOS for too many open files
6267

6368
If you run `make serve` on macOS and receive the following error:

0 commit comments

Comments
 (0)