mirror of
https://github.com/chylex/Blog.git
synced 2024-10-29 19:42:46 +01:00
30 lines
475 B
YAML
30 lines
475 B
YAML
title: The chylex non-periodical
|
|
url: https://blog.chylex.com
|
|
|
|
theme: jekyll-theme-cayman
|
|
permalink: /:title
|
|
paginate: 5
|
|
paginate_path: /page/:num
|
|
|
|
plugins:
|
|
- jekyll-feed
|
|
- jekyll-paginate
|
|
- jekyll-seo-tag
|
|
- jekyll-sitemap
|
|
|
|
defaults:
|
|
-
|
|
scope:
|
|
path: "" # all files
|
|
values:
|
|
layout: "default"
|
|
-
|
|
scope:
|
|
path: ""
|
|
type: "posts"
|
|
values:
|
|
subtitle: "%pub"
|
|
permalink: /post/:title
|
|
breadcrumbs:
|
|
- type: self
|