Skip to content

sparkleformation/website

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

What is this?

A simple landing page for SparkleFormation made with Middleman and Bootstrap, written in Yaml, Haml, Sass, and plain ol' Javascript.

How does it work?

  1. Clone the repo
git clone [email protected]:sparkleformation/website.git
  1. Bundle
bundle install
  1. Start Middleman
bundle exec middleman

How do I deploy?

You can deploy the SparkleFormation landing page website to GitHub Pages using the middleman-deploy gem:

bundle exec middleman build && bundle exec middleman deploy