Well-FED / middleman-website-template

Middleman4, External Pipeline, NodeJS, and _some_ sanity.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Middleman4 + Webpack template

This repo is structured as a Middleman Template.

It contains plenty of rich features every website should have, such as:

  • Performance improvements
  • Progressive Web App capabilities
  • Opengraph configuration

If you've never used a template to initialise a Middleman project, head over to middlemanapp.com/…/project-templates to find out how to they work.

Setup

Install Middleman

First, get middleman installed.

gem install middleman

Initialise from this project template

Then in your parent directory…

middleman init PROJECT_NAME -T Well-FED/middleman-website-template

Middleman will then use this repo as your new project template.

Installing further dependencies

Change to your new project directory…

cd PROJECT_NAME

…and follow the installation instructions inside the new README

About

Middleman4, External Pipeline, NodeJS, and _some_ sanity.


Languages

Language:Ruby 43.0%Language:JavaScript 34.0%Language:HTML 22.3%Language:CSS 0.7%