JamesIsHere

Local Development

# Run local server
hugo server -D

# View at http://localhost:1313

Writing Posts

Create new post:

hugo new content/posts/my-post-title.md

Deployment

Pushes to main branch automatically deploy via GitHub Actions to https://jamesishere.github.io/

Stack