add config option 'feed_show_excerpt
This commit is contained in:
parent
fcddc9e561
commit
7d784b37c8
5 changed files with 94 additions and 65 deletions
|
@ -76,6 +76,9 @@ url-pretty: "MyWebsite.com"
|
|||
# Excerpt word length - Truncate the excerpt of each post on the feed page to the specified number of words
|
||||
excerpt_length: 50
|
||||
|
||||
# Whether or not to show an excerpt for every blog post in the feed page
|
||||
feed_show_excerpt: true
|
||||
|
||||
# The keywords to associate with your website, for SEO purposes
|
||||
#keywords: "my,list,of,keywords"
|
||||
|
||||
|
@ -167,7 +170,6 @@ date_format: "%B %-d, %Y"
|
|||
# Facebook App ID
|
||||
#fb_app_id: ""
|
||||
|
||||
|
||||
# --- You don't need to touch anything below here (but you can if you want) --- #
|
||||
|
||||
# Output options (more information on Jekyll's site)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue