MiddleMan is recommended for developers who are already comfortable with Ruby and are looking for a flexible, customizable solution for building static websites. It's particularly suited for those who appreciate extensive documentation and a wide range of community-driven extensions.
Based on our record, Hexo should be more popular than MiddleMan. It has been mentiond 21 times since March 2021. 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.
Most of the Static Site Generators default to generating blog from markdown, which is not feasible for company websites etc. For such projects I like Middleman (https://middlemanapp.com) which provides layouts/partials and things like haml templates. - Source: Hacker News / over 1 year ago
I've done similar with Middleman, and I'm 99% sure you could set this up with Pelican if you wanted. It sounds like the site generation workflow is the issue rather than the tool. Source: almost 2 years ago
I use middleman[^1] + bulmaCSS + FontAwesome but host on github using the `github.io` domain and upload podcasts to "archive.org"[^2]. The reason I choose this setup is because I want the content to survive as much as possible, hence open source technology and "free & long lived" hosting were requirements. [^1]: https://middlemanapp.com/ [^2]: https://archive.org/. - Source: Hacker News / over 2 years ago
Thanks u/Draegan88, but what's Middleman got to do with app architecture & design/ERD/schema design? Source: over 2 years ago
A simple middleman app consumes the data and builds a static export that runs standalone (just HTML, CSS and some JS files). That gets FTP'd/released to the webserver. Source: over 3 years 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 / 10 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 / over 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
GatsbyJS - Blazing-fast static site generator for React
Hugo - Hugo is a general-purpose website framework for generating static web pages.
Jekyll - Jekyll is a simple, blog aware, static site generator.
DocFX - A documentation generation tool for API reference and Markdown files!
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.
Wintersmith - Flexible, minimalistic, multi-platform static site generator built on top of node.js