Skip to content
This repository has been archived by the owner on Feb 4, 2022. It is now read-only.

timble/www.snowsportforsheffield.co.uk

Repository files navigation

Just reviewing?

You can use Prose.io to review, edit and preview Markdown files. You can select a branch from with Prose to review a specific post.

Just blogging?

Run jekyll serve and browse to http://localhost:4000

Installation & Usage

For development you need to use Grunt and Bower

Note: the grunt-webfont package can not be installed automatically. You need to install fontforge first. See the [https://github.com/sapegin/grunt-webfont#installation](official installation instructions).

Bower

  1. Install bower.io with npm install -g bower
  2. Install packages locally with bower install
  3. If you need to fetch new versions, run bower update

Grunt

  1. Install node.js
  2. Install Grunt with npm install -g grunt-cli
  3. Install project dependencies with npm install
  4. Run Grunt with grunt

Deploying the site

Details to follow