76 lines
1.2 KiB
YAML
76 lines
1.2 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.kun.is/pim/static
|
|
mode: light
|
|
|
|
author:
|
|
name: Pim Kunis
|
|
bio: There can be only one
|
|
username: pim
|
|
avatar: /assets/img/avatar.jpg
|
|
|
|
url: "https://pim.kunis.nl"
|
|
baseurl: "/"
|
|
permalink: /:title/
|
|
|
|
collections:
|
|
posts:
|
|
output: true
|
|
|
|
markdown: CommonMarkGhPages
|
|
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
|
|
- jekyll-commonmark-ghpages
|
|
|
|
commonmark:
|
|
options: ["SMART", "FOOTNOTES"]
|
|
extensions: ["strikethrough", "autolink", "table", "tagfilter"]
|