aboutsummaryrefslogtreecommitdiff
path: root/_config.yml
blob: f2546ec5ff0e32e0faafb8b66bdf8e12f7035057 (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