website/_config.yml

31 regels
515 B
YAML

title: Franzi does business ... sort of
header: franzi.business
timezone: Europe/Berlin
author: Franziska 'kunsi' Kunsmann
pagination:
enabled: true
per_page: 3
offset: 2
permalink: '/blog/:num.html'
title: ':title - page :num of :max'
limit: 0
sort_field: 'date'
sort_reverse: true
sass:
style: compressed
defaults:
-
scope:
path: "" # an empty string here means all files in the project
values:
layout: "default"
plugins:
- jekyll-feed
- jekyll-paginate-v2