Skip to content

Latest commit

 

History

History
29 lines (17 loc) · 483 Bytes

README.md

File metadata and controls

29 lines (17 loc) · 483 Bytes

Deploy

The source of my personal website.

Development Setup

Ensure you have:

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