50 lines
931 B
YAML
50 lines
931 B
YAML
# location
|
|
absolute: http://csbnw.no-ip.org:3838
|
|
baseurl: .
|
|
asset_prefix: /asset
|
|
static_prefix: /static
|
|
|
|
# variables
|
|
language: nl
|
|
title: Rik @ St Andrews
|
|
author: Rik Veenboer
|
|
email: rik.veenboer@gmail.com
|
|
github: https://github.com/boukefalos
|
|
disqus: boukefalos
|
|
analytics: UA-46375339-1
|
|
maps: AIzaSyCyIwGR-F48dFjAbwNr9JdOsfUYaUQxz1s
|
|
headers: [187b6ae, 54773b7, eae28bd]
|
|
|
|
# pagination
|
|
paginate: 15
|
|
|
|
# translations
|
|
all_posts: 'Alle # posts →'
|
|
read_more: '» Verder lezen...'
|
|
previous_page: '← Vorige pagina'
|
|
next_page: 'Volgende pagina →'
|
|
mentioned_in: 'Komt voor in:'
|
|
|
|
# collections
|
|
collections:
|
|
gallery:
|
|
output: true
|
|
permalink: /:collection/:name/
|
|
|
|
# defaults
|
|
defaults:
|
|
-
|
|
scope:
|
|
type: gallery
|
|
values:
|
|
layout: gallery-list
|
|
|
|
# other
|
|
gems: [jekyll-paginate]
|
|
markdown: rdiscount
|
|
rdiscount:
|
|
extensions: [smart]
|
|
exclude:
|
|
- LICENSE
|
|
- README
|
|
array: [] |