Skip to content

snowboardit/website

Repository files navigation

Website

Netlify Status

Get Started

Important

Go 1.23.x and Hugo v0.143.x or above is required

  1. Run bin/setup to setup Hugo and Blowfish theme
  2. Start the server with bin/start
  3. Alternatively, build the application with bin/build

Releases

Note

New releases will be published to the production branch where Netlify listens and deploys to https://maxlareau.com automatically.

  1. git switch master and git pull to ensure we are up-to-date
  2. Bump VERSION in conformance to semver
  3. Log changes in CHANGELOG.md
  4. Commit changes with the new verison git commit -m "v0.0.0"
  5. Push commits to origin git push
  6. Create a tag git tag -a v0.0.0 -m "v0.0.0"
  7. Push tag to origin git push origin v0.0.0
  8. Switch to production branch git switch production
  9. Ensure production is up-to-date git pull
  10. Merge master into production with git merge master
  11. git push to finalize the merge
  12. Remember to git switch master!
  13. Wrap up the process by making a new Github release

About

A simple personal website built using Hugo and Blowflish

Topics

Resources

Stars

Watchers

Forks

Contributors