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, Gridsome should be more popular than MiddleMan. It has been mentiond 22 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
This website is built with Gridsome — one of the oldest static site generators, which is practically not maintained anymore. It causes some troubles for working with websites based on it, specifically the necessity to use Node.js v14 which is quite obsolete and poorly supported on all the public deployment platforms, including Netlify. - Source: dev.to / 3 months ago
Thanks for reading! The web tech stack is actually one of my biggest regrets. It's a static site generator called Gridsome[0] that the maintainers abandoned about three months after I used it to launch the TinyPilot website. At the time I made the TinyPilot site, I was very excited about Vue, so a Vue-based SSG seemed great. Since then, I've come to find SPAs and most frontend frameworks to be way too much... - Source: Hacker News / over 1 year ago
Nuxt.js and Gridsome are tailor-made for Vue.js developers. - Source: dev.to / over 1 year ago
Gridsome — Jamstack SSG tool for Vue developers. - Source: dev.to / over 2 years ago
Node is basically back-end Javascript. While powerful alone, almost exclusively you will use a back-end framework like Next.js or Gatsby when using React, and then maybe Nuxt or Gridsome in Vue. Source: over 2 years ago
GatsbyJS - Blazing-fast static site generator for React
Jekyll - Jekyll is a simple, blog aware, static site generator.
Nuxt.js - Nuxt.js presets all the configuration needed to make your development of a Vue.js application enjoyable. It's a perfect static site generator.
Hexo - A fast, simple & powerful blog framework, powered by Node.js
Doxygen - Generate documentation from source code
Hugo - Hugo is a general-purpose website framework for generating static web pages.