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
/
about 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:
over 1 year 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 1 year ago
Thanks u/Draegan88, but what’s Middleman got to do with app architecture & design/ERD/schema design?
Source:
almost 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 2 years ago
For my personal site, which is 10 years old, I use Middleman, and I deploy the site to S3/Cloudfront with s3_website. It works fine for now. If s3_website stops working, I’ll move to Netlify probably.
Source:
over 2 years ago
I worked with middleman[0] before and it was much easier to setup for these kind of sites. It might not be as fast as Hugo but who cares if you change a page every other month. [0] https://middlemanapp.com/.
– Source: Hacker News
/
over 2 years ago
I tried using lume, which is the simplest static site generator for Deno. I have searched a simple static site generator, because GatsbyJS and stuff are not simple, I don’t need GraphQL, ReactJS, etc. However, jekyll or Middleman are old, I want to use javascript ecosystem.
– Source: dev.to
/
over 2 years ago
I was using Middleman at the time, which generates static pages.
Source:
almost 3 years ago
But if for some reason Bridgetown simply isn’t to your liking, what’s the alternative? You could try out another Ruby static site generator with a long and impressive pedigree, Middleman. There’s also Nanoc.
– Source: dev.to
/
about 3 years ago
I made 3 websites using a ruby staticgen called middleman and the slim ruby templates:.
Source:
over 3 years ago