@@ -12,17 +12,17 @@ and now that file will be used instead of the default file.
1212Here are the files you can override:
1313
1414- ** _ index.hbs_ ** is the handlebars template.
15- - ** _ head.hbs_ ** is appended to the HTML ` <head> ` section
16- - ** _ header.hbs_ ** content is appended on top of every book page
15+ - ** _ head.hbs_ ** is appended to the HTML ` <head> ` section.
16+ - ** _ header.hbs_ ** content is appended on top of every book page.
1717- ** _ book.css_ ** is the style used in the output. If you want to change the
1818 design of your book, this is probably the file you want to modify. Sometimes
1919 in conjunction with ` index.hbs ` when you want to radically change the layout.
2020- ** _ book.js_ ** is mostly used to add client side functionality, like hiding /
2121 un-hiding the sidebar, changing the theme, ...
2222- ** _ highlight.js_ ** is the JavaScript that is used to highlight code snippets,
2323 you should not need to modify this.
24- - ** _ highlight.css_ ** is the theme used for the code highlighting
25- - ** _ favicon.png_ ** the favicon that will be used
24+ - ** _ highlight.css_ ** is the theme used for the code highlighting.
25+ - ** _ favicon.png_ ** the favicon that will be used.
2626
2727Generally, when you want to tweak the theme, you don't need to override all the
2828files. If you only need changes in the stylesheet, there is no point in
0 commit comments