aboutsummaryrefslogtreecommitdiff
path: root/_config.yml
blob: 4f986b74074ed5a45b2b75ceac2839427a1a0b2a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
title: "Loek's Blog"
rss:
  url: https://blog.pipeframe.xyz/atom.xml
permalink: /post/:title/
exclude:
  - makefile
  - license
defaults:
  - scope:
      type: posts
    values:
      layout: default
      lang: en
      toc: true
markdown: kramdown
sass:
  style: compressed
  sourcemap: development
gems:
  - jekyll-liquify