nicojensen.de/_config.yaml
Nico Jensen 6ad68f0556 Livestand import
Importieren des aktuellen Standes zu Github
2019-03-14 13:33:39 +01:00

34 lines
712 B
YAML

# Site settings
title: nicojensen.de · by Nico Jensen
owner: Nico Jensen
email: moin@nicojensen.de
description: > # this means to ignore newlines until "baseurl:"
A webseite about Nico Jensen's life, photografie and a lot of stupid stuff
baseurl: ""
url: "https://www.nicojensen.de"
twitter_username: _nyansen
github_username: nyansen
markdown: kramdown
permalink: /:year/:month/:day/:title/
paginate: 10
paginate_path: "/blog/page/:num/"
collections:
authors:
output: true
defaults:
- scope:
path: ""
type: "posts"
values:
layout: "default"
- scope:
path: ""
values:
layout: "default"
plugins:
- jekyll-sitemap
- jekyll-seo-tag
- jekyll-feed