portal/_config.yml
sharadcodes 09d3c937cb upd plg
2019-11-26 00:34:00 +05:30

36 lines
542 B
YAML

title: Dark Reader
markdown: kramdown
url: ""
baseurl: "/jekyll-theme-dark-reader"
# for atom feed
author:
name: Sharad Raj Singh Maurya
email: dev_sharad@outlook.com
plugins:
- jekyll-paginate
- jemoji
- jekyll-seo-tag
- jekyll-sitemap
- jekyll-feed
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']