website/_config.yml

34 lines
572 B
YAML
Raw Normal View History

2021-08-15 06:43:30 +00:00
title: Franzi (kunsi)
2019-09-06 15:06:45 +00:00
header: franzi.business
2021-07-09 15:18:19 +00:00
url: https://franzi.business
2019-09-06 15:06:45 +00:00
timezone: Europe/Berlin
author: Franziska 'kunsi' Kunsmann
pagination:
enabled: true
per_page: 3
2021-08-27 15:14:39 +00:00
collection: 'blog'
permalink: '/blog/:num/'
2019-09-06 15:06:45 +00:00
title: ':title - page :num of :max'
2021-08-27 15:14:39 +00:00
limit: 1000
2019-09-06 15:06:45 +00:00
sort_field: 'date'
sort_reverse: true
2021-08-27 15:14:39 +00:00
permalink: /:year/:month/:title.html
2019-09-06 15:06:45 +00:00
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