This repository contains the static site for SBOMit.
The starter uses the following:
- Hugo as a static site generator
- Hugo-PaperMod theme
- Netlify for building, hosting, and DNS management
If you already have hugo installed, clone this repository and run the following two commands in its directory:
# Run the server locally
hugo serve
If you have npm installed, clone this repository and run the following two commands in its directory:
# Install npm assets
npm install
# Run the server locally
npm run serve
Changes to on the main brach are detected by netlify and will trigger a new deployment. When PRs are merged into main, your changes will be deployed.
Direct access to netlify is restricted to maintainers.