Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
Bootstrap v4 starter template for Middleman static site generator with built-in blog, Disqus, and Google Analytics support.
Middleman Bootstrap Template is a project template for the Middleman v4 static site generator that scaffolds a Bootstrap v4-based, mobile-first blog starter with pre-wired asset handling, third-party integrations, and a one-command install.
The Middleman Bootstrap Template is a project template (not a standalone theme) that generates a new Middleman v4 site with Bootstrap v4, Font Awesome 4.7, and a suite of Middleman extensions pre-installed. It takes a fresh Middleman project and produces a configured blog-ready skeleton that includes sitemap generation, Disqus comments, Google Analytics, and syntax highlighting. The author emphasizes that it is a flexible foundation and intentionally avoids design assumptions, so the default styling is minimal.
bundle install, and start middleman server to get a local dev server with blog article support.middleman init -B -T mattolson/middleman-bootstrap-template my_project.cd my_project && bundle install.middleman server to preview; middleman build to generate the static site.No. The template is intentionally a minimal, flexible foundation based on Bootstrap v4. The author states it is not a theme and advises not to judge it on looks; you can purchase Bootstrap 4 themes from WrapBootstrap and integrate them.
The README outlines a six-step process: delete source/blog and article.erb, remove middleman-blog and middleman-disqus from the Gemfile, strip blog styles from base.css.scss, delete blog settings from config.rb, and update the homepage index.html.erb.
Yes. middleman-disqus 1.2 provides Disqus comment threads, and middleman-google-analytics 3.0 adds Google Analytics tracking. Both are included in the Gemfile and configured in the template.
Middleman v4. The template pins specific extension versions including middleman-blog 4.0, middleman-sprockets 4.1, middleman-autoprefixer 2.7, and middleman-syntax 3.0.
Yes. The README provides explicit removal steps for blog-specific files and settings, leaving a generic Bootstrap v4 Middleman project as the starting point.