mateo.io The source of my personal website. Development Setup Ensure you have: Hugo Next simply run the development server hugo server Deployment Deployment is handled by the deploy workflow Create tag to deploy: git tag vx.x.x git push origin vx.x.x