Source code for my personal blog.
Live site: tarzalt.dev
# Run dev server
hugo server
# Run dev server (production mode)
hugo server -e production
# Build for production
hugo --gc --minify# Update theme
hugo mod get -u github.com/hugo-fixit/FixIt@latest
hugo mod tidyContent is my own. Theme is FixIt.