When comparing Hexo vs Wix, the Slant community recommends Hexo for most people. In the question“What are the best solutions for a personal blog?” Hexo is ranked 6th while Wix is ranked 20th.
Specs
Ranked in these QuestionsQuestion Ranking
Pros
Pro Fast and easy to use
Pro Deployment is easy and fast
Hexo built sites can be easily deployed to Github pages, Heroku, Openshift (custom cartridge needs to be setup) or any other custom solution (just copy over thepublic
folder). Any deployment is as simple as editing the _config.yml
file and running the hexo deploy
command
Pro Generating a blog is pretty fast
Generating a new blog with Hexo is generally really fast. Hexo truly lives up to it's name as a simple and fast static website generator.
Pro Constantly updated and actively maintained
Hexo's repository in GitHub is very active and it's actively being maintained. Updates are released every two or three months.
Pro Complete and helpful documentation
Hexo's documentation is very thorough and helpful, especially for people who are just starting with it.
Pro Functionality can be extended with community plug-ins
Wix has an add-on store, called the App Market, that includes community developed bits of functionality (such as comments, calendars and integrations with third-party services) that you can add to your site. The store includes both free and paid add-ons.
Pro Straightforward drag & drop interface
There's a selection of elements you can choose from in the sidebar that you can drag and drop into the page and edit. There are common elements such as text, images and buttons as well as less common elements such as blog or online store. All elements can be adjusted to some extent to fit your needs. For example, you can change things like the font, weight and style of text and even crop, adjust colors and apply filters to images.
Pro Personalized templates
Wix comes with various kinds of templates based on the users genre and needs, ranging from personal, blog, club, portfolio to commercial.
Pro Wix Code lets you add custom code and backends to your WYSIWYG site when needed
This means you can add custom interactions and API's to your site when needed, but do most of the editing in a GUI. This helps you avoid the need to redo an entire site if you need custom interactions. Also dead easy to connect a database and have dynamic components based on CMS updates.
Pro Great support
Cons
Con Relatively large community but the majority is non-english speakers
Hexo has a relatively large following and community, especially in China. While this is certainly a positive, many developers who do not know chinese would be unable to follow all the guides and tutorials out there written by their chineses counterparts.
Con Generated html is very bad
A lot of duplicated css, a lot of absolute positioning.
Con Hard to migrate away
There isn't an option to self-host the site, but neither should there be a need to.