Skip to content
edas edited this page Oct 11, 2012 · 1 revision

Manual import of EPUB files

  • Store your books in the examples/ebooksdirectory
  • Run rake ebook:import:epub

Personalisation

  • Create a new book store UI in the administration panel at /admin
  • Create a new stylesheet in SASS. The file should be named customization_{bookstore ID}.css.sass in the app/assets/stylesheets directory

For small changes, you may reuse the following template

// Import libraries
@import init

// Import defaults values for variables
@import variables

// Override a few values
$header_blue_top: red
$header_blue_bottom: yellow
$header_border-bottom: green

// Add your sprite files for your icons ans images
@import sprites

// Then import the main stylesheet rules
@import main
Clone this wiki locally