Merge upstream and update Gemfile.lock
This commit is contained in:
@@ -119,9 +119,23 @@ url-pretty: "bryanroessler.com" # eg. "deanattali.com/beautiful-jekyll"
|
||||
# Fill in your Disqus shortname (NOT the userid) if you want to support Disqus comments
|
||||
# disqus: ""
|
||||
|
||||
# If you want to use JustComments fill with the API Key
|
||||
#just-comments: "ABCD-EFGH-IJKL"
|
||||
|
||||
# To use Facebook Comments, fill in a Facebook App ID
|
||||
# fb_comment_id: ""
|
||||
|
||||
# To use Staticman comments, fill in repository, branch, and endpoint
|
||||
staticman:
|
||||
repository : # GitHub username/repository eg. "daattali/beautiful-jekyll"
|
||||
branch : master # If you're not using `master` branch, then you also need to update the `branch` parameter in `staticman.yml`
|
||||
endpoint : # URL of your own deployment, with a trailing slash (will fallback to a public GitLab instance) eg. https://<your-api>/v3/entry/github/
|
||||
reCaptcha:
|
||||
# reCaptcha for Staticman (OPTIONAL, but recommended for spam protection)
|
||||
# If you use reCaptcha, you must also set these parameters in staticman.yml
|
||||
siteKey : # Use your own site key, you need to apply for one on Google
|
||||
secret : # ENCRYPT your password by going to https://staticman3.herokuapp.com/v3/encrypt/<your-site-secret>
|
||||
|
||||
# --- Misc --- #
|
||||
|
||||
# Facebook App ID
|
||||
@@ -135,6 +149,9 @@ excerpt_length: 50
|
||||
# and RSS feed title
|
||||
title-separator: "-"
|
||||
|
||||
# Ruby Date Format
|
||||
date_format: "%B %-d, %Y"
|
||||
|
||||
# --- Don't need to touch anything below here (but you can if you want) --- #
|
||||
|
||||
# Output options (more information on Jekyll's site)
|
||||
|
||||
Reference in New Issue
Block a user