A new website proposal for the Open Hardware Repository.
If approved, this website will be deployed to https://ohwr.org, replacing the current OHWR website.
The website is built with Hugo using the Bigspring Light theme.
Clone the project
git clone https://github.com/OHWR/ohwr.org.git
Go to the project directory
cd ohwr.org
Build the website
make build
The website is stored in the public
directory.
Serve the website
make run
To view the website, open the URL displayed in your terminal.
Clone the project
git clone https://github.com/OHWR/ohwr.org.git
Go to the project directory
cd ohwr.org
Run the tests
make test
The website is deployed to GitHub Pages with the
GitHub Actions workflow defined in
.github/workflows/deploy.yaml
.
The workflow builds and deploys the website whenever a change is pushed to the
master
branch.
If errors are encountered while building the website, a warning is sent to the ohwr.org Mattermost channel.
Please review our Code of Conduct to understand the expectations for behavior within the project community.
For information on our security policy and reporting vulnerabilities, please check our Security Policy.
We welcome contributions! Before getting started, please read our Contributing Guidelines for information on how to contribute to the project.