Odnes / website

The public Regolith website.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

https://regolith-linux.org website

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 git@github.com: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.

License:Apache License 2.0


Languages

Language:HTML 97.5%Language:CSS 2.3%Language:JavaScript 0.2%Language:Ruby 0.1%Language:Shell 0.0%