Grow your community and let your products shine!

Company Overview

A fast, simple & powerful blog framework, powered by Node.js.

Tags:

Company Information

Platforms

Pricing

Categories

Features & Specs

  • 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.

  • Videos

    External Sources including reviews & comparisons

    Source:
    Source:
    Source:

    Social Recommendations


    • Crosspost! Publishing to Dev.to From My Personal Blog

      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
      /
      about 2 months ago


    • Ask HN: Looking for lightweight personal blogging platform

      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
      /
      8 months ago


    • Hexo, WebFinger and better discoverability

      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
      /
      10 months ago


    • Nuxt 3 – showcase your sites

      Previously I’ve used Nuxt2 and even sooner – hexo.io.

      Source:
      over 1 year ago


    • Building a static blog using Jekyll & Strapi

      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
      /
      almost 2 years ago


    • Deploy your blog via let.sh

      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
      /
      over 2 years ago


    • What I’m Learning in 2022

      Some alternatives I’m considering learning instead of Gatsby are Jeckyll or Hexo.

      – Source: dev.to
      /
      over 2 years ago


    • Windows Defender is enough, if you harden it

      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 2 years ago


    • Windows Defender is enough, if you harden it

      The `generator` meta tag says it’s made with [Hexo](https://hexo.io/).

      – Source: Hacker News
      /
      over 2 years ago


    • Freelancers: What Are You Making (Ballpark)

      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 2 years ago


    • A personal blog with articles&videos, which tech stack do you recommend?

      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 2 years ago


    • Ask HN: How to build a light weight personal blog?

      [1] Hexo is pretty good, just simple static hosting. [1] https://hexo.io/.

      – Source: Hacker News
      /
      over 2 years ago


    • If I was going to create my own blog website, what would be the easiest way to publish new blog posts?

      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:
      almost 3 years ago


    • Hosting your blog on AWS

      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
      /
      almost 3 years ago


    • Best self hosted micro blog?

      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:
      about 3 years ago


    • Best way to make a blog website with emacs org mode?

      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:
      about 3 years ago


    • Static site generators to watch in 2021

      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
      /
      over 3 years ago


    • WASM SYNTH, or, how music taught me the beauty of math

      I didn’t know about hexo – it’s Jekyll for node. https://hexo.io/.

      – Source: Hacker News
      /
      over 3 years ago


    • Show HN: I made a blog that serves posts from my Google Docs

      There is pretty well known static site generator https://hexo.io/.

      – Source: Hacker News
      /
      over 3 years ago


    • Creating a minimalist blog with Jekyll Now

      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 3 years ago


    • How to create a blog using Hexo static site generator and free web hosting on GitLab Pages

      We will use Hexo as a blog framework, GitLab Pages as a free hosting with HTTPS and a custom domain, Node JS and Git.

      – Source: dev.to
      /
      over 3 years ago

    Similar Products

    AutoCAD mobile app, formerly AutoCAD 360 and AutoCAD WS, is a CAD viewer for viewing, creating, editing, and sharing AutoCAD drawings. Download a free AutoCAD mobile app trial for Windows 10, iOS, or Android.
    Web-based project collaboration tool.
    Bforartists is a fork of Blender.
    Cloud-based software application for consulting firms (and students) with all the tools required in...