Socket
Socket
Sign inDemoInstall

foundation-theme-patience

Package Overview
Dependencies
0
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    foundation-theme-patience

> foundation-theme-patience theme. Generated using [generator-foundation](https://github.com/blai/generator-foundation). Works greate with [fashionista](https://github.com/blai/fashionista)


Version published
Weekly downloads
2
increased by100%
Maintainers
1
Install size
562 kB
Created
Weekly downloads
 

Readme

Source

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

FAQs

Last updated on 09 Apr 2013

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc