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
- Build the site using the following command:
npm run-script build
- Visit the compiled
build
folder to see the built site
Development
-
Install Grunt globally
npm install -g grunt-cli
-
Run
grunt
-
Visit
0.0.0.0:8000
in your browser -
Visit
0.0.0.0:8000/stylguide
for the style guide