When comparing WordPress vs Hugo, the Slant community recommends Hugo for most people. In the question“What are the best solutions for a personal blog?” Hugo is ranked 5th while WordPress is ranked 7th. The most important reason people chose Hugo is:
Code can be viewed [on GitHub](http://github.com/spf13/hugo).
Specs
Ranked in these QuestionsQuestion Ranking
Pros
Pro Complete control if needed
If you set up WP on your own server, you can change every single aspect of it as you see fit.
Pro Widely used
According to some statistics, WP powers a fifth of the Internet. It means there are resources for everything. Community support, tutorials, extensions and a plethora of customization options.
Pro Self-host & WP-host options
For free WordPress can be hosted by yourself on your own server, or as a subdomain of wordpress.com. You can also pay to use a custom domain with WP hosting.
Pro Open source
Anyone can view the code of WordPress since it's under a libre/open source license.
Pro RSS feeds for everything
Including tags and categories.
Pro Post-level privacy controls
Each post can have a different access level.
Pro Open-source and free
Code can be viewed on GitHub.
Pro Fast
Pro No dependencies
All other SSGs expect you to have a full toolchain setup for their language. Hugo is written in Go and distributed as an executable for unix, linux, windows and mac. Just download and run.
Pro Clean workflow
Create your new site, run the Hugo server, edit. Lather, rinse, repeat. Hugo stays out of the way.
Pro Flexible
Pro Good documentation
Pro Many themes available
Pro Draft mode
Allows you to see changes in real time.
Pro Single binary - cross platform
Pro Single source publishing
Can create PDFs, eBooks, RSS-Feeds, language and market specific Websites from single content folder.
Pro Great multipurpose development platform
We are using Hugo as the base-framework for a full blown knowledge management system, idea-management and inhouse brainstorming tool. Hugo source-code is well structures and comes with top components out of the box, that makes every solution built on this framework incredible fast and scalable accross platforms and corporate silos! Hugo - when being used as a framework is a game-changer that puts Sharepoint, Wordpress and Co. back to the shelf.
Pro Very active community
Pro Easy to add new content types, data files, and taxonomies
Cons
Con A bit of bloat and complexity
WP has grown past being just a blogging platform and as such it's not as lightweight as it used to be. It also considerably more complex due to many more customization options compared to other solutions.
Con Dated
The code is a mess, uses dated conventions, and relies on dated technology.