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
hugo
in the root directory. This creates thepublic
directory. - To run a local server run
hugo server
in the root directory. This will run on http://localhost:1313.