Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 861 Bytes

README.md

File metadata and controls

31 lines (21 loc) · 861 Bytes

This site uses the Hugo static site generator and the Docsy theme.

Local Development

Please ensure you have the following installed:

  • Hugo
  • npm
  • git

Checkout and View Local

$ git clone --recurse-submodules --depth 1 [email protected]:regolith-linux/website.git regolith-website
$ cd regolith-website
$ npm install
$ hugo server

Make changes

Edit content as needed. If hugo server is running then updates are automatically reloaded after committing changes to disk.

Deploy update

Once you're ready to publish, commit your changes and then run the deploy.sh script to generate the site and publish it to GitHub. This requires write access to Regolith's git repo website.

$ ./deploy "reason for change"