All Projects → thoughtbot → Middleman Template

thoughtbot / Middleman Template

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

Programming Languages

ruby
36898 projects - #4 most used programming language

Projects that are alternatives of or similar to Middleman Template

Portfolio Template
An Open-Sourced Template for developers to show-off there skills. Made with ReactJS
Stars: ✭ 52 (-35%)
Mutual labels:  netlify, template
middleman-startae
A starter template ready to run on Netlify or Heroku. Comes with several helpers, partials and a nice basic structure to the HTML, Sass, Webpack and ES2015. Bottom line, a template that uses all the modern tools.
Stars: ✭ 43 (-46.25%)
Mutual labels:  middleman, netlify
Gatsby Starter Saas Marketing
☁️ A simple one page marketing site starter for SaaS companies and indie hackers
Stars: ✭ 103 (+28.75%)
Mutual labels:  netlify, template
Jekflix Template
A Jekyll theme inspired by Netflix. 🎬
Stars: ✭ 504 (+530%)
Mutual labels:  netlify, template
Gridsome Forestry Starter
Gridsome starter kit with Forestry (CMS)
Stars: ✭ 127 (+58.75%)
Mutual labels:  netlify, template
Seed Quickstart Webpack
Template for web apps with Seed (Rust framework), TailwindCSS and Webpack.
Stars: ✭ 73 (-8.75%)
Mutual labels:  netlify, template
Ml project template
Machine Learning Project Template - Ready to production
Stars: ✭ 75 (-6.25%)
Mutual labels:  template
Github Pages Gallery
A zero dollar solution to host your photo/video gallery online using Github pages and GitHub Actions. No coding necessary.
Stars: ✭ 77 (-3.75%)
Mutual labels:  template
Bootstrap Xd
Bootstrap Design Template — Assets Library — for Adobe XD
Stars: ✭ 74 (-7.5%)
Mutual labels:  template
Sing App
💥Free and open-source admin dashboard template built with Bootstrap 4.5 💥
Stars: ✭ 1,187 (+1383.75%)
Mutual labels:  template
Tuxedo
Tuxedo is a template language for Swift.
Stars: ✭ 80 (+0%)
Mutual labels:  template
Devextreme Angular Template
Responsive Application Layout Templates​ based on DevExtreme Angular Components
Stars: ✭ 80 (+0%)
Mutual labels:  template
Nim Templates
A simple string templating library for Nim
Stars: ✭ 76 (-5%)
Mutual labels:  template
Chaseohlson
🤠 My website, built with Gatsby, Styled-Components & DatoCMS
Stars: ✭ 75 (-6.25%)
Mutual labels:  netlify
Netlify Cms React Starter
A starter project for creating lightning-fast, offline-first websites with Netlify-CMS and React
Stars: ✭ 78 (-2.5%)
Mutual labels:  netlify
Staradmin Free Bootstrap Admin Template
A Free Responsive Admin Dashboard Template Built With Bootstrap 4. Elegant UI Theme for Your Web App!
Stars: ✭ 1,191 (+1388.75%)
Mutual labels:  template
Vapor Clean
A Vapor 3 template with no additional cruft.
Stars: ✭ 80 (+0%)
Mutual labels:  template
Cstate
🔥 Open source static (serverless) status page. Uses hyperfast Go & Hugo, minimal HTML/CSS/JS, customizable, outstanding browser support (IE8+), preloaded CMS, read-only API, badges & more.
Stars: ✭ 1,186 (+1382.5%)
Mutual labels:  netlify
Template.js
A javascript template engine, simple, easy & extras, support webpack, rollup, parcel, browserify, fis and gulp
Stars: ✭ 1,201 (+1401.25%)
Mutual labels:  template
Vue Demo
Vue.js 示例项目 · 简易留言板。本项目拥有完善的文档说明与注释,让您快速上手 Vue.js 开发 SPA。Webpack / ES6 + Babel / Vue Router / (Vue Resource?) / (Vue Validator?) / (Vuex?) —— An Excellent Vue Starter with Best Practice / 最佳实践
Stars: ✭ 1,225 (+1431.25%)
Mutual labels:  template

Middleman Template

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

Prerequisites

  • Ruby 2.6.6 (confirm by running ruby --version)

Usage

  1. Make sure you have Middleman installed:

    gem install middleman
    
  2. Then run:

    middleman init PROJECT_NAME --template=thoughtbot/middleman-template
    

    This will create a new Middleman app in a PROJECT_NAME directory.

  3. Move into the project directory, then start the Middleman server:

    bundle exec middleman server
    

    You should now be able to view the app at http://localhost:4567.

  4. At this point, you have a fresh Middleman app on your local machine with an empty Git repository initialized. Your next steps might be:

    • Update README.md with your project specifics
    • Create a GitHub repository and add it as a remote
    • Create an initial Git commit and push it to GitHub
    • Setup CircleCI
    • Setup Hound
    • Setup deployment with Netlify

    Happy building!

Configuration

This template comes with the following features and tools:

Contributing

See the contributing document. Thank you, contributors!

License

Copyright © 2018 Tyson Gach and thoughtbot, inc. This is free software, and may be redistributed under the terms specified in the LICENSE file.

About

thoughtbot

This project is maintained and funded by thoughtbot, inc. The names and logos for thoughtbot are trademarks of thoughtbot, inc.

We love open source software! See our other projects or hire us to help build your product.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].