The RAW Documentation is a Hugo site using the Learn theme. You can view the live version of the site at http://docs.radio.warwick.ac.uk
- Clone this repository
git clone --recursive https://github.com/radiowarwick/hugoDOS.git - Install Hugo
To update the version online go to /mnt/www/docs.radio.warwick.ac.uk on the raw server. Pull the latest commit and then run hugo to build the changes.
- To build the site run
hugoin the root directory. This creates thepublicdirectory. - To run a local server run
hugo serverin the root directory. This will run on http://localhost:1313.