Hugo
My favorite Static Site Generators
A note by Andrey Akinshinstatic site generator.
Advantages
- Super fast and convinient
- Very powerful and customizable
- Decent management of the content
Disadvantages
- Go templates are great for simple templating, but they become a nightmare when you need to do something complex
- For custom logic, it feels reasonable to use additional preprocessing tools
- Syntax highlighting via Chroma
By alecthomas
A general purpose syntax highlighter in pure GoChroma, which handles only simple highlighting- It’s possible to use Shiki
By Pine Wu, Anthony Fu
A beautiful and powerful syntax highlighterShiki (see Using Shiki Syntax Highlighting in Hugo
By Puzzmo Blog · 2024-06-23
Replacing Hugo’s default syntax highlighting by using Shiki in a post-build script to enhance code block rendering in HTML filesUsing Shiki Syntax Highlighting in Hugo), but the setup is not convenient
- It’s possible to use Shiki
- No simple way to add backend logic