foundation-theme-patience

0.1.0 • Public • Published

foundation-theme-patience

foundation-theme-patience theme. Generated using generator-foundation. Works greate with fashionista

This is a demo theme for the following tools:

Theme color from: http://www.studiopress.com/palettes/patience Font from: http://www.dafont.com/janda-stylish-script.font

play with it

  1. clone it and cd foundation-theme-patience
  2. npm install
  3. grunt

use it with your express.js app

  1. Add the following to your express.js script
var app = require('express')();
var fashionista = require('fashionista');
fashionista([require('foundation-theme-patience')]).decorate(app);
...
  1. Add the following to your html <head>
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script>
    <script type="text/javascript" src="/fashionista"></script> 
  1. run npm install foundation-theme-patience fashionista --save from your project root

License

WTFPL

/foundation-theme-patience/

    Package Sidebar

    Install

    npm i foundation-theme-patience

    Weekly Downloads

    2

    Version

    0.1.0

    License

    none

    Last publish

    Collaborators

    • brian.lai