blob: 99573cca7151829fce4cf490d88df8005c3c3d90 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
title: blog.pipeframe.xyz
domain: blog.pipeframe.xyz
exclude:
- makefile
- license
- readme.md
collections:
items:
permalink: /post/:title
output: true
defaults:
- scope:
type: items
values:
layout: default
lang: en
toc: true
output: true
post: true
markdown: kramdown
sass:
style: compressed
sourcemap: development
stale_threshold: 63072000 # 2 years
|