Consistent punctuation.
This commit is contained in:
parent
c2d58158da
commit
50bcf67f2b
|
@ -12,8 +12,8 @@ and now that file will be used instead of the default file.
|
|||
Here are the files you can override:
|
||||
|
||||
- **_index.hbs_** is the handlebars template.
|
||||
- **_head.hbs_** is appended to the HTML `<head>` section
|
||||
- **_header.hbs_** content is appended on top of every book page
|
||||
- **_head.hbs_** is appended to the HTML `<head>` section.
|
||||
- **_header.hbs_** content is appended on top of every book page.
|
||||
- **_book.css_** is the style used in the output. If you want to change the
|
||||
design of your book, this is probably the file you want to modify. Sometimes
|
||||
in conjunction with `index.hbs` when you want to radically change the layout.
|
||||
|
@ -21,8 +21,8 @@ Here are the files you can override:
|
|||
un-hiding the sidebar, changing the theme, ...
|
||||
- **_highlight.js_** is the JavaScript that is used to highlight code snippets,
|
||||
you should not need to modify this.
|
||||
- **_highlight.css_** is the theme used for the code highlighting
|
||||
- **_favicon.png_** the favicon that will be used
|
||||
- **_highlight.css_** is the theme used for the code highlighting.
|
||||
- **_favicon.png_** the favicon that will be used.
|
||||
|
||||
Generally, when you want to tweak the theme, you don't need to override all the
|
||||
files. If you only need changes in the stylesheet, there is no point in
|
||||
|
|
Loading…
Reference in New Issue