Based on our record, Hugo seems to be a lot more popular than Hexo. While we know about 384 links to Hugo, we've tracked only 21 mentions of Hexo. We are tracking product recommendations and mentions on various public social media platforms and blogs. They can help you identify which product is more popular and what people think of it.
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 / 9 months 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 / about 1 year 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 1 year ago
Previously I've used Nuxt2 and even sooner - hexo.io. Source: over 2 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 2 years ago
The content of the guide lives in a single Markdown file, content/_index.md. The website is built using Hugo. - Source: dev.to / 29 days ago
Every PKMS/BASB needs a search functionality. Ever since I've created brainfck to host my own collection of thoughts/ideas/resources (aka Zettelkasten) I wanted to be able to actually search within my collection of org-roam based notes. Meanwhile for all my sites I own (this blog, my CV/portfolio, brainfck and defersec) I use hugo. All of them didn't have proper search capabilities. That's why I was looking for a... - Source: dev.to / 25 days ago
This project demonstrates how to deploy a static website using Hugo and Pulumi on AWS S3. Hugo is a fast static site generator, and Pulumi is an infrastructure-as-code tool that allows you to define cloud resources using TypeScript. The site is deployed to an S3 bucket configured as a static website, with public access enabled for viewing. - Source: dev.to / about 1 month ago
Is there a particular stack you prefer? If JS, maybe consider Astro (for simple blogs)? It has built-in MDX support and deploys in a few seconds. If PHP, maybe https://getgrav.org/? For Go or a prebuilt binary, maybe https://gohugo.io/? - Source: Hacker News / about 1 month ago
It was long my desire to write a blog with stuff that interests me. Lately I was studying Golang and I came across Hugo which is a really nice and fast site generation utility. This was a great opportunity to start my own blog by using Hugo and Github Pages in order to host it. Why? - Source: dev.to / about 1 month ago
Jekyll - Jekyll is a simple, blog aware, static site generator.
GatsbyJS - Blazing-fast static site generator for React
Ghost - Ghost is a fully open source, adaptable platform for building and running a modern online publication. We power blogs, magazines and journalists from Zappos to Sky News.
WordPress - WordPress is web software you can use to create a beautiful website or blog. We like to say that WordPress is both free and priceless at the same time.
Nikola - Nikola is s static site generator tool written in Python.
Pelican - A static site generator, written in Python, that requires no database or server-side logic