1
0
mirror of https://github.com/danbee/danbarber.me synced 2025-03-04 08:59:10 +00:00
danbarber.me/_config.yml
Dan Barber d90eaacf60
Upgrade to Jekyll 3
Removed Kramdown Pygments so we'll have to replace that. Also upgraded
jekyll-assets which meant some futzing around with bourbon.
2016-01-21 18:32:12 +00:00

63 lines
1.0 KiB
YAML

url: http://danbarber.me
title: Dan Barber
author: Dan Barber
markdown: Kramdown
subscribe_rss: '/atom.xml'
gems:
- jekyll-paginate
- jekyll_video_tag
- jekyll-assets
- bourbon
simple_search: https://duckduckgo.com/
exclude: ['Gemfile', 'Gemfile.lock', 'README.md']
permalink: /:title
excerpt_separator: '<!-- more -->'
paginate: 10
paginate_path: "blog/page/:num"
recent_posts: 5
excerpt_link: "Read on &rarr;"
assets:
prefix: "/assets"
assets:
- "*.png"
- "bundle.css"
digest: true
sources:
- _assets/css
- _assets/images
- _assets/icons
- _assets/javascripts
- _assets/stylesheets
- _assets/fonts
- _assets/img
- _assets/js
picture:
source: "_pictures"
output: "assets"
markup: "picture"
presets:
full-width:
ppi: [1, 2]
attr:
itemprop: "image"
source_large:
media: "(min-width: 769px)"
width: "800"
source_medium:
media: "(min-width: 480px)"
width: "640"
source_default:
width: "400"
kramdown:
input: GFM