/kalastatic

Static site framework for prototyping and building out CMS-less websites at Kalamuna

Primary LanguageCSSMIT LicenseMIT

kalastatic

Static site framework for prototyping and building out CMS-less websites at Kalamuna.

Features

  • Metalsmith static site generator
  • Swig template engine
  • SASS CSS pre-processor
  • KSS CSS Documentation and Styleguide

Requirements

Usage

Download the site

git clone git@github.com:kalamuna/kalastatic.git cd kalastatic

Install Dependencies

npm install

Build

  1. Build the site using the following command:
npm run-script build
  1. Visit the compiled build folder to see the built site

Development

  1. Install Grunt globally

    npm install -g grunt-cli

  2. Run grunt

  3. Visit 0.0.0.0:8000 in your browser

  4. Visit 0.0.0.0:8000/stylguide for the style guide