72 lines
1 KiB
YAML
72 lines
1 KiB
YAML
|
title: Pim Kunis
|
||
|
description: There can be only one
|
||
|
lang: en-US
|
||
|
timezone: Europe/Amsterdam
|
||
|
image: assets/img/avatar.jpg
|
||
|
repo: https://git.pizzapim.nl/pim/pizzeria
|
||
|
mode: light
|
||
|
|
||
|
author:
|
||
|
name: Pim Kunis
|
||
|
bio: There can be only one
|
||
|
username: pim
|
||
|
avatar: /assets/img/avatar.jpg
|
||
|
|
||
|
url: "https://pizzapim.nl"
|
||
|
baseurl: "/"
|
||
|
permalink: /:title/
|
||
|
|
||
|
collections:
|
||
|
posts:
|
||
|
output: true
|
||
|
|
||
|
markdown: kramdown
|
||
|
highlighter: rouge
|
||
|
kramdown:
|
||
|
syntax_highlighter: rouge
|
||
|
|
||
|
defaults:
|
||
|
- scope:
|
||
|
path: ""
|
||
|
values:
|
||
|
layout: post
|
||
|
comments: false
|
||
|
|
||
|
jekyll_compose:
|
||
|
post_default_front_matter:
|
||
|
modified:
|
||
|
tags: []
|
||
|
description:
|
||
|
draft_default_front_matter:
|
||
|
modified:
|
||
|
tags: []
|
||
|
description:
|
||
|
|
||
|
number_of_posts: 5
|
||
|
|
||
|
sass:
|
||
|
style: compressed
|
||
|
|
||
|
include:
|
||
|
- _redirects
|
||
|
- .htaccess
|
||
|
|
||
|
exclude:
|
||
|
- CNAME
|
||
|
- Gemfile
|
||
|
- Gemfile.lock
|
||
|
- LICENSE
|
||
|
- CHANGELOG.md
|
||
|
- README.md
|
||
|
- node_modules
|
||
|
- CODE_OF_CONDUCT.md
|
||
|
- CONTRIBUTING.md
|
||
|
- lighthouse.png
|
||
|
- klise-*.gem
|
||
|
- klise.gemspec
|
||
|
|
||
|
plugins:
|
||
|
- jekyll-feed
|
||
|
- jekyll-sitemap
|
||
|
- jekyll-postfiles
|