Any user who wants to clone this repo and run the test or doc site locally will need to have a recent version of Go installed.
Go isn’t a requirement for ox-hugo
or hugo
to work in general. But
because the test and doc sites use Hugo Modules approach for managing
the theme and component dependencies, Go is required for that.
Requirements for doc contributor #
- Minimum required
hugo
version: 0.93.0
Requirements for code contributor #
- About Pandoc
- While the end-user does not need Pandoc installed
on their machine, a code contributor needs to have
pandoc
installed1. These are needed formake md
andmake -j1 test
steps to work as they use/test the Pandoc Citations feature too.
-
The Pandoc Citations feature was last tested with Pandoc version 2.16.2. If you are running an older version, the quickest way to install might be to simply download the latest release archive from Pandoc releases, extract it and put the
pandoc
executable in one of the directories in your PATH. ↩︎