23 lines
375 B
YAML
23 lines
375 B
YAML
permalink: blog/:title.html
|
|
|
|
plugins:
|
|
- jekyll-feed
|
|
- jekyll-postfiles
|
|
|
|
# markdown formatting
|
|
kramdown:
|
|
header_offset: 1
|
|
typographic_syms:
|
|
hellip: ...
|
|
mdash: ---
|
|
ndash: --
|
|
laquo: "<<"
|
|
raquo: ">>"
|
|
|
|
# atom feed information
|
|
url: https://ellpeck.de
|
|
title: Ellpeck.de
|
|
description: Ell's Little Internet Place
|
|
author: Ellpeck
|
|
feed:
|
|
posts_limit: 10000
|