The website is created using the static site generator, Hugo.
The live website is hosted on GitHub pages on the gh-pages branch. Netlify is used to preview changes on branches.
-
Install Hugo for your platform according to the instructions
-
Create a feature branch to work on based off of
main
-
Clone the website code and start the development server. This will run a local hugo server that watches for changes to the source files. There will be a section in the output showing which port the site is served on (typically
http://localhost:1313
):git clone git@github.com:sous-chefs/website cd website git checkout -b my-feature-branch hugo server -ws .
-
Commit your changes, push the branch to the remote and open a Pull Request.
git push --set-upstream origin my-feature-branch
This project exists thanks to all the people who contribute.
Thank you to all our backers!
Support this project by becoming a sponsor. Your logo will show up here with a link to your website.