portal/_config.yml
2020-01-26 17:49:44 +01:00

23 lines
270 B
YAML

title: MEW-DOS v1.1
markdown: kramdown
url: ""
baseurl: ""
plugins:
- jekyll-paginate
paginate_path: "/blog/page:num/"
paginate: 4
future: true
defaults:
- scope:
path: ""
values:
layout: "post"
exclude: ['compile.sh', 'LICENSE', 'README.md']