35 lines
719 B
YAML
35 lines
719 B
YAML
# location
|
|
absolute: http://localhost
|
|
baseurl: jekyll
|
|
|
|
# variables
|
|
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
|
|
|
|
# pagination
|
|
paginate: 3
|
|
all_posts: 'Alle posts →'
|
|
all_posts_description: 'Bekijk alle # posts.'
|
|
read_more: '» Verder lezen...'
|
|
previous_page: '← Vorige pagina'
|
|
next_page: 'Volgende pagina →'
|
|
|
|
# other
|
|
gems: [jekyll-paginate]
|
|
markdown: redcarpet
|
|
highlighter: pygments
|
|
safe: false
|
|
environment: dev
|
|
artifact_commit: dev
|
|
artifact_branch: master
|
|
asset_prefix: /jekyll/asset
|
|
static_prefix: /jekyll/static
|
|
exclude:
|
|
- LICENSE
|
|
- README
|