aboutsummaryrefslogtreecommitdiff
path: root/_config.yml
blob: dc5d159d4104acaab5f25cd69a7928233f8ecf98 (plain)
1
2
3
4
5
6
7
8
9
10
11
title: "Loek's blog"
permalink: /post/:title
exclude:
  - makefile
  - license
defaults:
  - scope:
      type: posts
    values:
      layout: post
      lang: "en"