Update _config.yml
This commit is contained in:
parent
36ad3dcf62
commit
39236c6392
@ -20,17 +20,6 @@ navbar-links:
|
|||||||
About me: "http://deanattali.com"
|
About me: "http://deanattali.com"
|
||||||
Support me: "http://deanattali.com/aboutme/#feed-meeee"
|
Support me: "http://deanattali.com/aboutme/#feed-meeee"
|
||||||
|
|
||||||
# --- Local development options ---
|
|
||||||
|
|
||||||
# If your website is hosted locally rather than on GitHub, then you need to uncomment the next two parameters to set the url and baseurl
|
|
||||||
# ***If you're not sure what this mean, then leave this section as it is. Only modify the url and baseurl if you know what you're doing!***
|
|
||||||
|
|
||||||
# url is the the website domain URL without a trailing slash
|
|
||||||
#url: ""
|
|
||||||
|
|
||||||
# baseurl should be an empty string
|
|
||||||
#baseurl: ""
|
|
||||||
|
|
||||||
# --- Logo --- #
|
# --- Logo --- #
|
||||||
|
|
||||||
# Image to show in the navigation bar - works best with a square image
|
# Image to show in the navigation bar - works best with a square image
|
||||||
@ -213,56 +202,6 @@ exclude:
|
|||||||
- README.md
|
- README.md
|
||||||
- Vagrantfile
|
- Vagrantfile
|
||||||
|
|
||||||
# prose.io config
|
|
||||||
prose:
|
|
||||||
rooturl: '_posts'
|
|
||||||
media: 'img'
|
|
||||||
ignore:
|
|
||||||
- 404.html
|
|
||||||
- LICENSE
|
|
||||||
- feed.xml
|
|
||||||
- _config.yml
|
|
||||||
- /_layouts
|
|
||||||
- /_includes
|
|
||||||
- /assets
|
|
||||||
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:
|
plugins:
|
||||||
- jekyll-paginate
|
- jekyll-paginate
|
||||||
- jekyll-sitemap
|
- jekyll-sitemap
|
||||||
|
Loading…
Reference in New Issue
Block a user