1
0
mirror of https://github.com/danbee/danbarber.me synced 2025-03-04 08:59:10 +00:00
danbarber.me/_config.yml

146 lines
2.5 KiB
YAML
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

---
title: Dan Barber
timezone: UTC
baseurl: ""
collections:
posts:
title: Posts
output: true
uploads:
title: Uploads
output: true
title_photos: Dan Barber Photos
author: Dan Barber
markdown: Kramdown
description: Web designer and developer for thoughtbot in London. Drummer and all
round musician.
plugins:
- jekyll-paginate-v2
- jekyll-archives
- jekyll-assets
- jekyll-picture-tag
- jekyll_video_tag
- jekyll-inline-svg
- bourbon
simple_search: https://duckduckgo.com/
exclude:
- Gemfile
- Gemfile.lock
- README.md
- bin
include:
- _redirects
defaults:
- scope:
path: "_posts"
values:
title: ""
pagination:
collection: "posts"
enabled: true
per_page: 10
permalink: "page/:num/"
sort_reverse: true
permalink: ":year/:month/:day/:title"
excerpt_separator: "<!-- more -->"
recent_posts: 5
excerpt_link: Read on &rarr;
post_layout: post
page_layout: page
post_template: post.markdown
page_template: page.markdown
jekyll-archives:
enabled:
- categories
- tags
layout: page
permalinks:
year: "/:year/"
month: "/:year/:month/"
day: "/:year/:month/:day/"
tag: "/tags/:name/"
category: "/categories/:name/"
assets:
prefix: "/assets"
assets:
- "*.png"
- bundle.css
digest: true
sources:
- _assets/images
- _assets/icons
- _assets/javascripts
- _assets/stylesheets
features:
liquid: true
picture:
source: _pictures
output: assets
markup: picture
presets:
photo-thumb:
ppi: [1, 2]
attr:
class: photo-thumb
itemprop: image
source_default:
width: 300
height: 300
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'
photo-square:
ppi: [1, 2]
attr:
class: photo-square
itemprop: image
source_large:
media: "(min-width: 769px)"
width: '800'
source_medium:
media: "(min-width: 480px)"
width: '640'
source_default:
width: '400'
photo-wide:
ppi: [1, 2]
attr:
class: photo-square
itemprop: image
source_large:
media: "(min-width: 769px)"
width: '1024'
source_medium:
media: "(min-width: 480px)"
width: '780'
source_default:
width: '490'
kramdown:
input: GFM