blob: 1c542f1aeebdd3c26ef89e9842f80b9ccfc7f070 (
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
26
|
title: "Loek's Blog"
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
markdown: kramdown
sass:
style: compressed
sourcemap: development
gems:
- jekyll-liquify
nojs-search: https://google.com/search
|