portal/_config.yml

22 lines
268 B
YAML

title: IT-L@B Lehrlingsportal
markdown: kramdown
url: ""
plugins:
- jekyll-paginate
paginate_path: "/blog/page:num/"
paginate: 4
future: true
defaults:
- scope:
path: ""
values:
layout: "post"
exclude: ['compile.sh', 'LICENSE', 'README.md']