My personal website
- No external dependencies (font, css, js, etc.)
- Light/Dark mode
- Javascript not required
- Hugo v0.118.2+
- Go 1.20+ (optional)
- Node.js (optional for prettier)
- Install prettier-plugin-go-template in same scope as
prettier
npm install --global prettier-plugin-go-template
Use prettier for js formatter
hugo new --kind post post/<post-name>
hugo server
Render draft content
hugo server -D
hugo