Skip to content

aczietlow/hugo-blog

Repository files navigation

Hugo Blog

Netlify Status

This is my personal blog.

Using

Run Hugo and select the theme of your choosing

hugo server -t hugo-clarity

Build local instance (with drafts and future posts enabled)

hugo -D -F server -t hugo-clarity 

Content creation

hugo new posts/2024/my-new-post.md

Notes for future self

Hugo Pipes process SASS/SCSS, JS, and images as part of the build process.