This repository has been archived on 2024-04-26. You can view files and clone it, but cannot push or open issues or pull requests.
static/jekyll/_config.yml

76 lines
1.2 KiB
YAML

title: Pim Kunis
description: A pig's gotta fly
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: A pig's gotta fly
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"]