aboutsummaryrefslogtreecommitdiff
path: root/_config.yml
blob: 6d8c836db1ae3feaf26c40ef7916474abff555c2 (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: 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
gems:
  - jekyll-liquify