-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yaml
91 lines (80 loc) · 1.99 KB
/
_config.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
theme: jekyll-theme-so-simple
skin: "/assets/css/skins/default.css"
locale: en-GB
title: "Franck's stuff"
description: "This is where I document and comment on those titbits I keep stumbling on during my day job, and my evening browsing"
url: https://franck-chester.github.io/
logo:
read_time: false
date_format: "%Y-%m-%d"
copyright: |
[![Build and deploy Jekyll site to GitHub Pages](https://github.com/franck-chester/franck-chester.github.io/actions/workflows/jekyll.yaml/badge.svg)](https://github.com/franck-chester/franck-chester.github.io/actions/workflows/jekyll.yaml)<br/>
© Franck-Chester. Powered by [Jekyll](https://jekyllrb.com) & [So Simple](So Simple).
google_fonts:
- name: "Source Sans Pro"
weights: "400,400i,700,700i"
- name: "Lora"
weights: "400,400i,700,700i"
liquid:
error_mode: strict
markdown: kramdown
# Pagination - https://jekyllrb.com/docs/pagination/
paginate: 10
paginate_path: /page:num/
search_full_content: true
# Taxonomy pages
category_archive_path: "/categories/#"
tag_archive_path: "/tags/#"
plugins:
- jekyll-seo-tag
- jekyll-sitemap
- jekyll-feed
- jekyll-paginate
- jekyll-titles-from-headings
- jemoji
collections:
links:
output: true
titles_from_headings:
enabled: true
strip_title: true
collections: true
defaults:
-
scope:
path: "_posts"
type: posts
values:
layout: post
comments: true
share: true
-
scope:
path: "_drafts"
type: posts
values:
layout: post
comments: true
share: true
-
scope:
path: "_links"
type: "links"
values:
layout: link
# Site Author
author:
name: Franck
picture: /assets/images/franck.png
email:
twitter:
links:
- title: GitHub
url: https://github.com/franck-chester
icon: fab fa-github-square
# Footer Links
footer_links:
- title: GitHub
url: https://github.com/franck-chester/franck-chester.github.io
icon: fab fa-github-square
mixpanel_token: 1234