Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/SeraphimSerapis/Bootstrap-for-Jade
Enables you to use the Node templating engine Jade for Bootstrap by delivering a layout.jade file
https://github.com/SeraphimSerapis/Bootstrap-for-Jade
Last synced: 5 days ago
JSON representation
Enables you to use the Node templating engine Jade for Bootstrap by delivering a layout.jade file
- Host: GitHub
- URL: https://github.com/SeraphimSerapis/Bootstrap-for-Jade
- Owner: SeraphimSerapis
- Created: 2012-07-15T15:59:26.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2014-02-13T14:50:20.000Z (over 10 years ago)
- Last Synced: 2024-08-01T12:35:37.321Z (3 months ago)
- Language: JavaScript
- Size: 732 KB
- Stars: 67
- Watchers: 7
- Forks: 22
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-starred - SeraphimSerapis/Bootstrap-for-Jade - Enables you to use the Node templating engine Jade for Bootstrap by delivering a layout.jade file (others)
README
Bootstrap for Jade
==================Enables you to use the Node templating engine Jade for Bootstrap by delivering a layout.jade file and the needed includes.
Special focus was made to match [Twitter's Bootstrap][bootstrap] 3.0.3 examples.
This project uses existing work from [Andy Jarett][l1] and [Dirk Krause][l2]
Usage
==================
To use this project you'll need [**Express**][exp] & [**Jade**][jade]. Installation of all dependencies is handled via npm:npm install
Configuration can be done by modifying the *app.js* & *routes/index.js* files.
The footer can be modified by changing *views/inc/footer.jade*.
Contact
==================
GitHub: [github.com/SeraphimSerapis][github]
Twitter: [@SeraAndroid][twitter]
Mail:[bootstrap]: http://twitter.github.com/bootstrap/
[github]: https://github.com/SeraphimSerapis
[twitter]: https://twitter.com/seraandroid
[l1]: http://www.andyjarrett.co.uk/blog/index.cfm/2011/12/21/layoutjade-for-Twitters-Bootstrap
[l2]: https://gist.github.com/1771035
[exp]: http://expressjs.com/guide.html
[jade]: http://jade-lang.com/