Skip to content

Commit

Permalink
Consistent punctuation.
Browse files Browse the repository at this point in the history
  • Loading branch information
ehuss committed May 10, 2020
1 parent c2d5815 commit 50bcf67
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions book-example/src/format/theme/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,17 +12,17 @@ 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.
- **_book.js_** is mostly used to add client side functionality, like hiding /
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
Expand Down

0 comments on commit 50bcf67

Please sign in to comment.