Blog for Waypoint Compliance Advisory LLC.
Live at: https://blog.waypointca.com
# Install Hugo (https://gohugo.io/installation/)
brew install hugo # macOS
# Run locally
hugo server -D
# Visit http://localhost:1313hugo new posts/my-post-title.md
# Edit content/posts/my-post-title.md
# Set draft: false when readyPush to main branch. GitHub Actions handles the rest.