Add new Features:

- Block Alignments
- Tables
- Media with Links
- Block Sizes
This commit is contained in:
Michael Fabian 'Xaymar' Dirks
2021-12-28 19:43:39 +01:00
parent 83febcfc79
commit 6adf42d457
20 changed files with 263 additions and 27 deletions
+12 -3
View File
@@ -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.