diff options
author | Samy Pessé <samypesse@gmail.com> | 2015-01-19 13:14:52 +0100 |
---|---|---|
committer | Samy Pessé <samypesse@gmail.com> | 2015-01-19 13:14:52 +0100 |
commit | e1594cde2c32e4ff48f6c4eff3d3d461743d74e1 (patch) | |
tree | 2bd65b28964f3898b80f212085a5ab35de00783d | |
parent | 80432161708357bdcf0e00533d9e6d327636dab6 (diff) | |
download | gitbook-e1594cde2c32e4ff48f6c4eff3d3d461743d74e1.zip gitbook-e1594cde2c32e4ff48f6c4eff3d3d461743d74e1.tar.gz gitbook-e1594cde2c32e4ff48f6c4eff3d3d461743d74e1.tar.bz2 |
Remove doc about custom styles
-rw-r--r-- | README.md | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -212,10 +212,6 @@ The best resolution is **1800x2360**. The generation of the cover can be done au A small version of the cover can also be set by creating a file: **/cover_small.jpg**. -#### Custom Styles - -You can use your own custom stylesheet to change the style of the website or ebooks (pdf, epub, mobi). Create a `styles/website.css` (only for website output), `styles/ebook.css` (for all ebook outputs), `styles/pdf.css` (only for pdf output), `styles/epub.css` (for epub output) or `styles/mobi.css` (for mobi output). These paths can be changed in the `book.json`. - #### Publish your book The platform [GitBook.com](https://www.gitbook.com/) is like an "Heroku for books": you can create a book on it (public, paid, or private) and update it using **git push**. |