Skip to content

Commit 85d66e4

Browse files
authored
doc: Add pandoc requirement to generate the website (#296)
Some pages (the FAQ for example) need `pandoc` to be generated properly. If it's not installed, `hugo` shows this warning several times: pandoc not found in $PATH: Please install. Leaving pandoc content unrendered.
1 parent 39a26fb commit 85d66e4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

+2
Original file line numberDiff line numberDiff line change
@@ -166,6 +166,8 @@ watches and live-reload the pages upon file changes, however you still need to
166166
have `make watch` running to ensure that the `.json` files are generated upon
167167
modifying human-friendly layouts in `keymaps/*.{to,ya}ml`.
168168

169+
Some pages require [pandoc](https://pandoc.org/) for proper rendering.
170+
169171
You can thus run your local instance of the Ergo‑L website either by running
170172
`hugo server` in the [`www/`](www/) directory, or _via_:
171173
```

0 commit comments

Comments
 (0)