_config.yml in jumbo-jekyll-theme-5.7.0.1 vs _config.yml in jumbo-jekyll-theme-5.7.0.2
- old
+ new
@@ -31,11 +31,10 @@
- assets/css
plugins:
- japr
- jekyll_picture_tag
- jekyll-tidy
- - jekyll-paginate-v2
collections:
authors:
output: true
permalink: /author/:name/
liquid:
@@ -57,14 +56,10 @@
type: "authors"
values:
layout: author
include: ["_pages"]
# ----------- THEME / WEBSITE CONFIG ---------------------
-# Permalink style used for paginating pages
-paginate_path: /blog/:num/
-paginate_path_news: /news/:num/
-paginate_path_authors: /authors/:num/
# Blog images/thumbs dir
blog_images_dir: assets/images/content/
# Email
email: contact@linaro.org
# Company Address
@@ -141,26 +136,9 @@
jekyll_tidy:
# Toggle compression of HTML
compress_html: true
# JS Path added to exclude to stop errors.
exclude: ["assets/**/*.js", "robots.txt", "admin/config.yml"]
-# -------- jekyll-paginate-v2 --------
-pagination:
- # Default pagination path for Jekyll Posts
- # For other permalinks set in the front matter of the post index page
- permalink: /:num/
- # Enabled or not?
- enabled: true
- # Home many posts to display by default
- per_page: 9
- # Number of pages to show either side of the current page i.e - 1, 2, {3}, 4, 5
- trail:
- before: 2
- after: 2
- # Reverse the order of paginated pages
- sort_reverse: true
- # Field to sort posts by when paginating
- sort_field: "date"
autopages:
enabled: false
# -------- jekyll_relative_links --------
jekyll_relative_links:
process_all_collections: true