Personal website for matt.kotsenas.com. The site is generated using Hugo with the Blowfish theme.
# Build the Hugo Docker image
docker build -t mattkotsenas/blog -f build/Dockerfile .
# Generate the site
docker run --rm -v ${PWD}:/src mattkotsenas/blog hugo --minify
# Output is in the public/ directorydotnet tool restore
dotnet aspire start
# Open http://localhost:1313# Create a new post (replace 'my-post-slug' with your post's URL slug)
docker run --rm -v ${PWD}:/src mattkotsenas/blog hugo new posts/my-post-slug/index.mdThis creates a new post with the correct frontmatter. To add a hero image:
- Add an image named
feature.jpgorfeature.pngto the post folder - The
showHero: truefrontmatter is already set by the archetype
Cover photo credit Taylor Bennett.





