Skip to content
This repository was archived by the owner on Apr 26, 2019. It is now read-only.

Latest commit

 

History

History
27 lines (13 loc) · 694 Bytes

File metadata and controls

27 lines (13 loc) · 694 Bytes

Simple static site example

More details at netengine.com.au/blog/simple-static-sites.

Screenshot

How to setup the project

Setup

git clone git@github.com:net-engine/simple-static-sites.git
bundle install

Add Contentul configuration to config.rb

bundle exec middleman contentful # Updates content
bundle exec middleman server

How to deploy

bundle exec middleman contentful # Updates content
bundle exec middleman build && bundle exec middleman deploy