Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/notslang/jade-book
https://github.com/notslang/jade-book
Last synced: 26 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/notslang/jade-book
- Owner: notslang
- License: wtfpl
- Created: 2013-12-10T05:42:16.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2016-01-20T12:01:11.000Z (about 9 years ago)
- Last Synced: 2024-12-27T17:23:54.282Z (about 1 month ago)
- Language: CSS
- Homepage: http://www.packtpub.com/create-dynamic-web-pages-using-jade/book
- Size: 1.04 MB
- Stars: 28
- Watchers: 10
- Forks: 4
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Web Development With Jade
![](https://raw.githubusercontent.com/slang800/jade-book/master/assets/img/cover.png)
## The Book
I wrote this book to provide a solid source of documentation for people
looking to learn how to use Jade and ended up publishing it as a "real book"
via Packt Publishing. You can buy it
[here](http://www.packtpub.com/create-dynamic-web-pages-using-jade/book)## The Source
The whole book is written in Markdown, and (of course) a little Jade to hold
it together. Each chapter has a file in `/views` (`_ch1.md` to `_ch9.md`). If
you want to modify the book, you can use [roots](http://roots.cx) to compile
it:```bash
npm install roots -g
git clone https://github.com/slang800/jade-book.git
cd jade-book
roots watch
```...and a browser window should open for you automatically