Merge upstream
This commit is contained in:
@@ -7,6 +7,12 @@
|
||||
url: "https://blog.bryanroessler.com"
|
||||
baseurl: ""
|
||||
|
||||
# If you are building a GitHub project page then use these settings:
|
||||
#url: "http://username.github.io/projectname"
|
||||
#baseurl: "/projectname"
|
||||
|
||||
# Of course don't forget to change the username and projectname to YOUR username and project
|
||||
|
||||
# Name of website
|
||||
title: Bryan Roessler
|
||||
|
||||
@@ -118,9 +124,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
|
||||
@@ -134,6 +154,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)
|
||||
@@ -168,20 +191,72 @@ link-tags: true
|
||||
|
||||
# Exclude these files from production site
|
||||
exclude:
|
||||
- Gemfile
|
||||
- Gemfile.lock
|
||||
- node_modules
|
||||
- vendor/bundle/
|
||||
- vendor/cache/
|
||||
- vendor/gems/
|
||||
- vendor/ruby/
|
||||
- CHANGELOG.md
|
||||
- CNAME
|
||||
- Dockerfile
|
||||
- Gemfile
|
||||
- Gemfile.lock
|
||||
- LICENSE
|
||||
- README.md
|
||||
- Vagrantfile
|
||||
|
||||
# prose.io config
|
||||
prose:
|
||||
rooturl: '_posts'
|
||||
media: 'img'
|
||||
ignore:
|
||||
- 404.html
|
||||
- LICENSE
|
||||
- feed.xml
|
||||
- _config.yml
|
||||
- /_layouts
|
||||
- /_includes
|
||||
- /css
|
||||
- /img
|
||||
- /js
|
||||
metadata:
|
||||
_posts:
|
||||
- name: "layout"
|
||||
field:
|
||||
element: "hidden"
|
||||
value: "post"
|
||||
- name: "title"
|
||||
field:
|
||||
element: "text"
|
||||
label: "Post title"
|
||||
placeholder: "Title"
|
||||
alterable: true
|
||||
- name: "subtitle"
|
||||
field:
|
||||
element: "textarea"
|
||||
label: "Subtitle"
|
||||
placeholder: "A description of your post."
|
||||
alterable: true
|
||||
- name: "date"
|
||||
field:
|
||||
element: "text"
|
||||
label: "Date"
|
||||
help: "Enter date of post."
|
||||
placeholder: "yyyy-mm-dd"
|
||||
alterable: true
|
||||
- name: "image"
|
||||
field:
|
||||
element: "text"
|
||||
label: "Image"
|
||||
help: "Add a thumbnail image to your post."
|
||||
placeholder: "Thumbnail"
|
||||
alterable: true
|
||||
- name: "published"
|
||||
field:
|
||||
element: "checkbox"
|
||||
label: "Publish"
|
||||
help: "Check to publish post, uncheck to hide."
|
||||
|
||||
plugins:
|
||||
- jekyll-paginate
|
||||
- jekyll-sitemap
|
||||
|
||||
exclude: [vendor]
|
||||
|
||||
# Beautiful Jekyll / Dean Attali
|
||||
# 2fc73a3a967e97599c9763d05e564189
|
||||
|
||||
Reference in New Issue
Block a user