Add new Features:
- Block Alignments - Tables - Media with Links - Block Sizes
This commit is contained in:
+12
-3
@@ -58,6 +58,15 @@ permalink: '/articles/:year/:month/:day/:slug/'
|
||||
#ignore_theme_config: true
|
||||
#theme: null
|
||||
|
||||
collections:
|
||||
posts:
|
||||
output: false
|
||||
guides:
|
||||
output: true
|
||||
permalink: '/guides/:path/'
|
||||
label: "Guides"
|
||||
sort_by: title
|
||||
|
||||
defaults:
|
||||
- scope:
|
||||
path: ""
|
||||
@@ -66,7 +75,7 @@ defaults:
|
||||
layout: "default"
|
||||
comments: true
|
||||
- scope:
|
||||
path: "guides"
|
||||
path: "_guides"
|
||||
type: "page"
|
||||
values:
|
||||
layout: "default"
|
||||
@@ -137,7 +146,7 @@ pagination:
|
||||
#permalink: '/page/:num' # Pages are html files, linked jekyll extensionless permalink style.
|
||||
|
||||
# Optional the title format for the paginated pages (supports :title for original page title, :num for pagination page number, :max for total number of pages)
|
||||
title: ':title - page :num'
|
||||
title: ':title [:num/:max]'
|
||||
|
||||
# Limit how many pagenated pages to create (default: 0, means all)
|
||||
limit: 0
|
||||
@@ -197,7 +206,7 @@ autopages:
|
||||
layouts:
|
||||
- 'index.liquid'
|
||||
title: ':coll' # :coll is replaced by the collection name
|
||||
permalink: '/collection/:coll'
|
||||
permalink: '/:coll'
|
||||
silent: false
|
||||
slugify:
|
||||
mode: 'default' # :coll is slugified.
|
||||
|
||||
Reference in New Issue
Block a user