portal/_config.yml
2020-01-25 01:48:39 +01:00

28 lines
367 B
YAML

title: Meow
markdown: kramdown
url: ""
baseurl: "/neko/welp"
plugins:
- jekyll-paginate
paginate_path: "/page:num/"
paginate: 5
collections_dir: all_collections
collections:
posts:
output: true
projects:
output: true
defaults:
- scope:
path: ""
values:
layout: "post"
exclude: ['sitemap.xml','feed.xml', 'LICENSE', 'README.md']