https://regolith-linux.org website
This site uses the Hugo static site generator and the Docsy theme.
Please ensure you have the following installed:
- Hugo
- npm
- git
$ git clone --recurse-submodules --depth 1 git@github.com:regolith-linux/website.git regolith-website
$ cd regolith-website
$ npm install
$ hugo server
Edit content as needed. If hugo server
is running then updates are automatically reloaded after committing changes to disk.
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"