This is an opinionated Middleman template to get the team at Bearded building static sites quickly.
It encourages third-party asset management via Bower, and includes a default bower.json
file.
It also enables Bearded's Middleman Patterns by default.
- Sass
- Haml
- Bower for package management
- Modernizr
- Middleman Patterns
- LiveReload
- A
Procfile
,Rakefile
, andconfig.ru
for easy deployment to Heroku
-
Clone (or download) this repository to:
~/.middleman/stubbleman
git clone [email protected]:beardedstudio/stubbleman ~/.middleman/stubbleman
-
Initialize a new Middleman project with the Stubbleman project template:
middleman init my_project --template=stubbleman
-
You'll need to have Bower installed to grab the third party asset packages. Then, run
bower install
.
Once Stubbleman is in your ~/.middleman
directory, you can just pull the repository periodically to stay up-to-date!
cd ~/.middleman/stubbleman
git pull