Skip to content

Commit 58008ab

Browse files
committed
Document new reading time variable in _config.yml
1 parent 1e461ad commit 58008ab

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

theme-setup.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -189,6 +189,10 @@ The rest is just your average Jekyll config settings. Nothing too crazy here...
189189

190190
For the most part you can leave these as is since the author/owner details are pulled from `_config.yml`. That said you'll probably want to customize the copyright stuff in `footer.html` to your liking.
191191

192+
### Reading Time
193+
194+
On by default. To turn off remove `reading_time` from `_config.yml. Default words per minute is set at 200 and can changed by updating `words_per_minute` in `_config.yml`.
195+
192196
### Adding Posts and Pages
193197

194198
There are two main content layouts: `post.html` (for posts) and `page.html` (for pages). Both have support for large **feature images** that span the full-width of the screen, and both are meant for text heavy blog posts (or articles).

0 commit comments

Comments
 (0)