summaryrefslogtreecommitdiff
path: root/_config.yml
blob: fcffdb7a8ed8be1a8b8f89709eb8dcff9416a94c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
title: "Writing Corner"
lang: "en"

plugins:
  - jekyll-feed
  - jekyll-seo-tag
  - jekyll-paginate-v2

gems: [jekyll-paginate-v2]

pagination:
  enabled: true
  per_page: 5
  permalink: '/page/:num/'
  title: ':title - page :num of :max'
  limit: 0
  sort_field: 'date'
  sort_reverse: true