Skip to content

apdaros/website

 
 

Repository files navigation

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"

About

The public Regolith website.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 97.4%
  • CSS 2.3%
  • Other 0.3%