Speed
Hexo is a static site generator, meaning it can generate and serve content rapidly compared to traditional CMS (Content Management Systems). This results in faster page load times and better performance.
Markdown Support
Hexo uses Markdown for content creation, making it simple for users to write and format text easily. Markdown is widely used and allows for a clean separation of content and formatting.
Customization
Hexo provides a high degree of customization through its robust plugin system and theme capabilities. Users can easily extend functionality and change the look and feel of their site.
SEO Friendly
Hexo generates clean, static HTML files which are easily indexable by search engines. This makes it an SEO-friendly solution for creating websites and blogs.
Open Source
Hexo is an open-source project, which means it's free to use, and you can contribute to the project or modify the source code to suit your needs.
Deployment Flexibility
Hexo supports a variety of deployment methods including GitHub Pages, Heroku, Netlify, and others, making it easy to publish your site.
Hexo is a solid choice for those who want a lightweight and fast static site generator, especially if you need straightforward blogging functionality and are comfortable working with Node.js and Markdown.
We have collected here some useful links to help you find out if Hexo is good.
Check the traffic stats of Hexo on SimilarWeb. The key metrics to look for are: monthly visits, average visit duration, pages per visit, and traffic by country. Moreoever, check the traffic sources. For example "Direct" traffic is a good sign.
Check the "Domain Rating" of Hexo on Ahrefs. The domain rating is a measure of the strength of a website's backlink profile on a scale from 0 to 100. It shows the strength of Hexo's backlink profile compared to the other websites. In most cases a domain rating of 60+ is considered good and 70+ is considered very good.
Check the "Domain Authority" of Hexo on MOZ. A website's domain authority (DA) is a search engine ranking score that predicts how well a website will rank on search engine result pages (SERPs). It is based on a 100-point logarithmic scale, with higher scores corresponding to a greater likelihood of ranking. This is another useful metric to check if a website is good.
The latest comments about Hexo on Reddit. This can help you find out how popualr the product is and what people think about it.
I built my Portfolio using Hexo, a blazing-fast NodeJS blog generator. Since all the site's deployable-assets are simple static HTML/CSS/JS (like in the old days of web), all the portfolio needed for deployment is a fast, "compute" instance for /public to be deployed to, such as those provided by Google Cloud Run. That said, I not only tested my portfolio site in a Docker image, using a Dockerfile authored by... - Source: dev.to / 6 months ago
My website is a static site built with Hexo and served through GitHub Pages. Hexo's documentation isn't the best, but with a little digging, I found that, in the years since I last used it, they've provided a pretty robust first-party plugin for generating RSS and ATOM feeds. - Source: dev.to / almost 2 years ago
There's also hexo [1]. I saw that on Matt Klein's website [2] and the theme looked pretty clean. [1] https://hexo.io [2] https://mattklein123.dev/2020/03/08/2020-03-07-new-website/. - Source: Hacker News / over 2 years ago
In my case, the latter is not possible because this blog is a static site, generated via Hexo and hosted on GitHub. It simply lacks a modifiable active server component. - Source: dev.to / over 2 years ago
Previously I've used Nuxt2 and even sooner - hexo.io. Source: over 3 years ago
To make their creation easier, numerous open-source static websites generators are available: Jekyll, Hugo, Gatsby, Hexo, etc. Most of the time, the content is managed through static (ideally Markdown) files or a Content API. Then, the generator requests the content, injects it in templates defined by the developer and generates a bunch of HTML files. - Source: dev.to / over 3 years ago
There are also many alternatives for selecting Static-Side Generating blog framework such as Hexo, Gatsby, Next.js (more details here). We will pick Hexo as our framework because it is a fast, simple & powerful blog framework. - Source: dev.to / about 4 years ago
Some alternatives I'm considering learning instead of Gatsby are Jeckyll or Hexo. - Source: dev.to / over 4 years ago
Hello Joe_Boogz, Blog is using Hexo (https://hexo.io/) and a little modified Cactus theme (https://probberechts.github.io/hexo-theme-cactus/). If some of the websites looks interesting to you and you would like how they are built you can use Wappalyzer (https://www.wappalyzer.com/lookup/0ut3r.space). - Source: Hacker News / over 4 years ago
The `generator` meta tag says it's made with [Hexo](https://hexo.io/). - Source: Hacker News / over 4 years ago
How do you manage the content? Or does the customer contact you and you edit the static sites yourself? I'm thinking about using hexo.io (made lots of great experiences with that) and the admin-plugin, so I can offer possible clients that they can edit the content themself, without needing me and without losing page speed. Source: over 4 years ago
I have personally used hexo[1] successuccessfully in th epast and would recommend it. Though any ssg, likd zola[2], should be enough. If youyou're comfortcomfortable writing html directly it will also suffice. Make a list of what you need (posts, kmages, videos , comments) and compare SSGs[3]. [1]: https://hexo.io/. - Source: Hacker News / over 4 years ago
[1] Hexo is pretty good, just simple static hosting. [1] https://hexo.io/. - Source: Hacker News / over 4 years ago
I recently created my static blog site using hexo.io. Itโs command line driven and Markdown based. One comnand to add a new Markdown file, one to build, one to deploy to DreamHost. Source: over 4 years ago
When I bootstrapped my first blog, I picked Hexo, it's an open source project, powered by NodeJS. I had a quick look at it, and it ticked all my boxes: Markdown, statically generated pages and a ton of ready-to-use Themes. The statically generated pages will be important later on, so hang in there. Hexo worked great, 10/10 would recommend. The blog is still up today with zero maintenance. - Source: dev.to / over 4 years ago
What's good about Hugo is really fast build times, previously I used both hexo.io and https://vuepress.vuejs.org/ but while vuepress is nice to start with it's nearly impossible to finish the website due to lack of features. Hexo is also nice but their templating language is not always intuitive (my hexo based website: https://webhookrelay.com/). Source: almost 5 years ago
I used to use hexo with hexo-renderer-org, but at some point I started getting too many issues. Can't remember details right now. It was something with the hexo-renderer-org package. Source: almost 5 years ago
No you're absolutely right -- these are all headless CMSes, I did not actually complete the JAMstack, only the wrong piece -- I don't know what I was thinking, don't know what made me zoom in on CMSes so much, guess I think of them as more important than the front-end in a JAMstack. As recompense, some lesser known options for the frontend part of the JAMstack that weren't mentioned in the original post: -... - Source: Hacker News / about 5 years ago
I didn't know about hexo - it's Jekyll for node. https://hexo.io/. - Source: Hacker News / about 5 years ago
There is pretty well known static site generator https://hexo.io/. - Source: Hacker News / about 5 years ago
I ended up picking hexo[0], as the hexo admin plugin[1] provides a nice localhost CMS/editor that supports image pasting, tag editing etc (could be hosted online too for remote/mobile access, but wouldn't be truly static/server-less at that point). [0] https://hexo.io/. - Source: Hacker News / over 5 years ago
Do you know an article comparing Hexo to other products?
Suggest a link to a post with product alternatives.
Is Hexo good? This is an informative page that will help you find out. Moreover, you can review and discuss Hexo here. The primary details have not been verified within the last quarter, and they might be outdated. If you think we are missing something, please use the means on this page to comment or suggest changes. All reviews and comments are highly encouranged and appreciated as they help everyone in the community to make an informed choice. Please always be kind and objective when evaluating a product and sharing your opinion.