mirror of
https://github.com/danbee/danbarber.me
synced 2025-03-04 08:59:10 +00:00
Use correct template for posts
This commit is contained in:
parent
5f861561ba
commit
da156a5b66
29
_config.yml
29
_config.yml
@ -8,29 +8,42 @@ collections:
|
|||||||
uploads:
|
uploads:
|
||||||
title: Uploads
|
title: Uploads
|
||||||
output: true
|
output: true
|
||||||
|
|
||||||
url: http://danbarber.me
|
url: http://danbarber.me
|
||||||
author: Dan Barber
|
author: Dan Barber
|
||||||
markdown: Kramdown
|
markdown: Kramdown
|
||||||
description: Web designer and developer for thoughtbot in London. Drummer and all
|
description: Web designer and developer for thoughtbot in London. Drummer and all
|
||||||
round musician.
|
round musician.
|
||||||
|
|
||||||
subscribe_rss: "/atom.xml"
|
subscribe_rss: "/atom.xml"
|
||||||
|
|
||||||
gems:
|
gems:
|
||||||
- jekyll-paginate
|
- jekyll-paginate
|
||||||
- jekyll-archives
|
- jekyll-archives
|
||||||
- jekyll-assets
|
- jekyll-assets
|
||||||
- jekyll_video_tag
|
- jekyll_video_tag
|
||||||
- bourbon
|
- bourbon
|
||||||
|
|
||||||
simple_search: https://duckduckgo.com/
|
simple_search: https://duckduckgo.com/
|
||||||
|
|
||||||
exclude:
|
exclude:
|
||||||
- Gemfile
|
- Gemfile
|
||||||
- Gemfile.lock
|
- Gemfile.lock
|
||||||
- README.md
|
- README.md
|
||||||
|
|
||||||
permalink: "/:title"
|
permalink: "/:title"
|
||||||
excerpt_separator: "<!-- more -->"
|
excerpt_separator: "<!-- more -->"
|
||||||
paginate: 10
|
paginate: 10
|
||||||
paginate_path: blog/page/:num
|
paginate_path: blog/page/:num
|
||||||
recent_posts: 5
|
recent_posts: 5
|
||||||
excerpt_link: Read on →
|
excerpt_link: Read on →
|
||||||
|
|
||||||
|
post_layout: post
|
||||||
|
page_layout: page
|
||||||
|
|
||||||
|
post_template: post.markdown
|
||||||
|
page_template: page.markdown
|
||||||
|
|
||||||
jekyll-archives:
|
jekyll-archives:
|
||||||
enabled:
|
enabled:
|
||||||
- categories
|
- categories
|
||||||
@ -55,15 +68,14 @@ assets:
|
|||||||
- _assets/fonts
|
- _assets/fonts
|
||||||
features:
|
features:
|
||||||
liquid: true
|
liquid: true
|
||||||
|
|
||||||
picture:
|
picture:
|
||||||
source: _pictures
|
source: _pictures
|
||||||
output: assets
|
output: assets
|
||||||
markup: picture
|
markup: picture
|
||||||
presets:
|
presets:
|
||||||
full-width:
|
full-width:
|
||||||
ppi:
|
ppi: [1, 2]
|
||||||
- 1
|
|
||||||
- 2
|
|
||||||
attr:
|
attr:
|
||||||
itemprop: image
|
itemprop: image
|
||||||
source_large:
|
source_large:
|
||||||
@ -74,10 +86,9 @@ picture:
|
|||||||
width: '640'
|
width: '640'
|
||||||
source_default:
|
source_default:
|
||||||
width: '400'
|
width: '400'
|
||||||
|
|
||||||
photo-square:
|
photo-square:
|
||||||
ppi:
|
ppi: [1, 2]
|
||||||
- 1
|
|
||||||
- 2
|
|
||||||
attr:
|
attr:
|
||||||
class: photo-square
|
class: photo-square
|
||||||
itemprop: image
|
itemprop: image
|
||||||
@ -89,10 +100,9 @@ picture:
|
|||||||
width: '640'
|
width: '640'
|
||||||
source_default:
|
source_default:
|
||||||
width: '400'
|
width: '400'
|
||||||
|
|
||||||
photo-wide:
|
photo-wide:
|
||||||
ppi:
|
ppi: [1, 2]
|
||||||
- 1
|
|
||||||
- 2
|
|
||||||
attr:
|
attr:
|
||||||
class: photo-square
|
class: photo-square
|
||||||
itemprop: image
|
itemprop: image
|
||||||
@ -104,5 +114,6 @@ picture:
|
|||||||
width: '780'
|
width: '780'
|
||||||
source_default:
|
source_default:
|
||||||
width: '490'
|
width: '490'
|
||||||
|
|
||||||
kramdown:
|
kramdown:
|
||||||
input: GFM
|
input: GFM
|
||||||
|
|||||||
@ -1,5 +1,6 @@
|
|||||||
---
|
---
|
||||||
title: "{}"
|
title: "{}"
|
||||||
layout: {}
|
layout: {}
|
||||||
|
categories:
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user