Skip to content

Latest commit

 

History

History
35 lines (22 loc) · 1006 Bytes

README.md

File metadata and controls

35 lines (22 loc) · 1006 Bytes

reef-pi Website

This is repository contains the official documentation for reef-pi.

reef-pi website is built using hugo and github pages.

Development

  • Install hugo, instructions can be found here
  • Clone this repository
git clone https://github.com/reef-pi/reef-pi.github.io
  • Clone hugo-sustain theme
cd reef-pi.github.io
git clone -b 1.1 --depth 1 https://github.com/nurlansu/hugo-sustain.git themes/hugo-sustain
  • Run hugo from the website repository
hugo server

Thats it, you should be able to see reef-pi website in at http://localhost:1313

  • You can change and contents (they are under content sub folder) and hugo will regenerate the webpages on the fly. If you want to make updates on the official webpage, please send you changes as pull request against the reef-pi website repo for review

Happy reefing