mirror of
https://github.com/Ellpeck/TinyLifeWeb.git
synced 2024-11-18 01:30:08 +01:00
20 lines
282 B
YAML
20 lines
282 B
YAML
permalink: devlogs/:title/
|
|
|
|
defaults:
|
|
- scope:
|
|
type: "posts"
|
|
values:
|
|
layout: "blog"
|
|
|
|
plugins:
|
|
- jekyll-postfiles
|
|
|
|
# markdown formatting
|
|
kramdown:
|
|
header_offset: 1
|
|
typographic_syms:
|
|
hellip: ...
|
|
mdash: ---
|
|
ndash: --
|
|
laquo: "<<"
|
|
raquo: ">>"
|