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

net-engine/simple_static_site_example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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