2020-04-03 05:37:20 +00:00
|
|
|
url: "" # the base hostname & protocol for your site, e.g. http://example.com
|
|
|
|
baseurl: "" # the subpath of your site, e.g. /blog
|
|
|
|
title: "Bune City Blog" # the name of your site, e.g. ACME Corp.
|
|
|
|
exclude: [old/]
|
2020-04-05 17:00:57 +00:00
|
|
|
plugins: [jekyll-feed, jekyll-paginate-v2, classifier-reborn]
|
2020-04-05 16:20:03 +00:00
|
|
|
|
|
|
|
pagination:
|
|
|
|
enabled: true
|
|
|
|
per_page: 5
|
|
|
|
permalink: '/page/:num/'
|
|
|
|
title: ':title - page :num'
|
|
|
|
limit: 0
|
|
|
|
sort_field: 'date'
|
|
|
|
sort_reverse: true
|
|
|
|
|
2020-04-06 05:03:07 +00:00
|
|
|
autopages:
|
|
|
|
enabled: true
|
|
|
|
|
|
|
|
categories:
|
|
|
|
layouts:
|
|
|
|
- pagination.html
|
|
|
|
title: "Category: :cat"
|
|
|
|
permalink: /categories/:cat
|
|
|
|
|
|
|
|
tags:
|
|
|
|
layouts:
|
2020-04-06 05:36:23 +00:00
|
|
|
- pagination_tags.html
|
2020-04-06 05:03:07 +00:00
|
|
|
title: "Posts tagged with :tag"
|
|
|
|
permalink: /tags/:tag
|
|
|
|
|
|
|
|
collections:
|
|
|
|
enabled: false
|
|
|
|
|
|
|
|
|
2020-04-03 05:37:20 +00:00
|
|
|
defaults:
|
|
|
|
- scope:
|
|
|
|
path: ""
|
|
|
|
type: "posts"
|
|
|
|
values:
|
|
|
|
layout: "post"
|
2020-04-03 06:30:14 +00:00
|
|
|
excerpt_separator: "<!--more-->"
|
|
|
|
permalink: /:year/:month/:title
|