diff options
Diffstat (limited to '_config.yml')
-rw-r--r-- | _config.yml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/_config.yml b/_config.yml new file mode 100644 index 0000000..f82b166 --- /dev/null +++ b/_config.yml @@ -0,0 +1,9 @@ +permalink: /post/:title +exclude: + - makefile + - license +defaults: + - scope: + type: posts + values: + layout: post |