aboutsummaryrefslogtreecommitdiff
path: root/_config.yml
diff options
context:
space:
mode:
Diffstat (limited to '_config.yml')
-rw-r--r--_config.yml8
1 files changed, 6 insertions, 2 deletions
diff --git a/_config.yml b/_config.yml
index 2e1ba16..1c542f1 100644
--- a/_config.yml
+++ b/_config.yml
@@ -1,17 +1,21 @@
title: "Loek's Blog"
domain: blog.pipeframe.xyz
-permalink: /post/:title/
exclude:
- makefile
- license
- readme.md
+collections:
+ items:
+ permalink: /post/:title/
+ output: true
defaults:
- scope:
- type: posts
+ type: items
values:
layout: default
lang: en
toc: true
+ output: true
markdown: kramdown
sass:
style: compressed