Skip to content
This repository has been archived by the owner on Apr 27, 2022. It is now read-only.

flexbox/codeless

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
lib
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Middleman advanced template


Start your next Middleman 4 project in seconds with the best DX
A highly scalable, Middleman template with a focus on SEO & best practices.

Greenkeeper badge

Tools
Middleman

Start a new project

$ gem install middleman
$ middleman init MY_PROJECT_FOLDER -T flexbox/codeless

Getting Started

You need Bundler to install gems

$ gem install bundler
$ bundle install
$ yarn

Browser preview – http://locahost:4567

$ bundle exec middleman server

Deploying to GitHub Pages

$ bundle exec middleman deploy

πŸ’‘ Note: If you get an error with middleman build, make sure Imagemagik is installed

$ brew install imagemagick