blog/_config.yml

89 lines
1.5 KiB
YAML

name: "Samuel's Website"
## DEFAULT FRONT-MATTER VALUES ##
defaults:
- scope:
path: ""
values:
image: /img/portrait.jpg
- scope:
path: ""
type: "posts"
values:
description: "A blog post to read on the new Samuel's website"
## ___________________________ ##
## SEO ##
title: "Samuel Forestier"
description: "Samuel's new personal website"
url: https://samuel.forestier.app
author:
name: "Samuel FORESTIER"
email: samuel+blog@forestier.app
url: https://samuel.forestier.app
logo: /img/portrait.jpg
## ___ ##
## PLUGINS ##
plugins:
- jemoji
- jekyll-seo-tag
- jekyll-sitemap
- jekyll-redirect-from
- jekyll-mentions
- jekyll-paginate-v2
markdown: kramdown
emoji:
src: "/img/"
## _______ ##
## PERMALINK ##
permalink: /blog/:categories/:title
## _________ ##
## COMMENTS ##
comments:
enable: true
url: https://comments.forestier.app
## ________ ##
## SEARCH BAR ##
search: true
## __________ ##
## FEED ##
feed:
limit: 15
## ____ ##
## PAGINATION ##
pagination:
enabled: true
per_page: 8
sort_reverse: true
permalink: '/page/:num/'
title: ':title'
trail:
before: 1
after: 3
autopages:
enabled: true
categories:
layouts:
- 'posts_index.html'
title: 'Posts in :cat'
permalink: '/blog/:cat'
collections:
enabled: false
tags:
enabled: false
## __________ ##
## BUILD OPTIONS ##
exclude:
- README.md
incremental: false # Waiting for [jekyll/jekyll#4112].
strict_front_matter: true
## _____________ ##