34 lines
709 B
YAML
34 lines
709 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://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
|