Web/main/_config.yaml

23 lines
349 B
YAML
Raw Normal View History

permalink: blog/:title
2021-12-01 18:12:11 +01:00
plugins:
- jekyll-feed
# markdown formatting
kramdown:
header_offset: 1
2022-07-17 15:35:53 +02:00
typographic_syms:
hellip: ...
2022-07-17 15:35:53 +02:00
mdash: ---
ndash: --
laquo: "<<"
raquo: ">>"
2021-12-01 18:12:11 +01:00
# atom feed information
url: https://ellpeck.de
title: Ellpeck.de
2022-07-17 15:35:53 +02:00
description: Ell's Little Internet Place
2021-12-01 18:12:11 +01:00
author: Ellpeck
feed:
2022-07-17 15:37:09 +02:00
posts_limit: 10000