Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jeroenvdb/vanilla-static-project

My default setup for a new static project
https://github.com/jeroenvdb/vanilla-static-project

Last synced: about 2 months ago
JSON representation

My default setup for a new static project

Awesome Lists containing this project

README

        

new-static-project
==================

My default setup for a new static project.

## Setup contains

- Jekyll (1.2.1)
- Grunt with configurated plugins:
- contrib-concat
- sass
- contrib-compass
- jekyll
- contrib-watch
- contrib-uglify
- contrib-jshint
- bg-shell
- imageoptim
- contrib-copy
- bless
- Basic SMACSS folder structure

## Run
- Clone this repository
- cd to the folder
- Run `npm install`
- Run `grunt`
- Site is served to `localhost:8000`