Middleman Template

screenshot of Middleman Template
middleman

The base Middleman application used at thoughtbot, ready to deploy to Netlify.

Overview:

The Middleman Template is a base Middleman application used by thoughtbot, designed for deployment to Netlify. It requires Ruby 2.6.6 for usage and provides a template with various features and tools such as middleman-aria_current, middleman-autoprefixer, Sass, Bourbon, Bitters, Redcarpet, and more. The template also includes configuration for continuous integration with CircleCI, style checks with Hound, and linting with stylelint and ESLint.

Features:

  • middleman-aria_current: Extension for indicating a current link using aria-current.
  • middleman-autoprefixer: Automatically vendor-prefixes stylesheets.
  • middleman-inline_svg: Extension for inlining SVGs in views.
  • middleman-minify-html: Minifies whitespace around HTML during site build.
  • Sass: CSS pre-processor.
  • Bourbon: Sass tool set.
  • Bitters: Scaffold styles, variables, and structure.
  • normalize.css: Modern CSS "reset".
  • Continuous Integration: Configuration with CircleCI.
  • Style Checks: Hound comments on style violations in GitHub pull requests.
  • Linting: stylelint for CSS and Sass, ESLint for JavaScript.
middleman
Middleman

The Middleman Static Site Generator (SSG) is an open-source tool designed to simplify and streamline the process of building static websites. It utilizes Ruby programming language and offers a flexible and extensible framework.

template
Templates & Themes

A template or theme refers to a pre-designed layout or structure that provides a basic framework for building a specific type of application or website. It typically includes good design, placeholder content and functional features, allowing developers to customize and fill in the details according to their specific needs.

netlify
Netlify

Netlify is a cloud-based web development platform that provides a range of tools and services to help developers build, deploy, and manage modern web applications. It offers features such as continuous deployment, serverless functions, and CDN hosting, making it an ideal platform for building fast, scalable, and secure websites.