-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
69 lines (62 loc) · 1.41 KB
/
_config.yml
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
skin: "/assets/css/skins/light.css"
locale: en-US
title: "nonomino"
description: "This site may or may not guide you to life, the universe and everything."
baseurl:
url: "https://nonomino.is-a.dev"
logo: /images/avatar.jpg
date_format: "%B %-d, %Y"
read_time: true
words_per_minute: 150
exclude: ["Gemfile.lock"]
verbose: false
mathjax: false
search_full_content: true
author:
name: nonomino
picture: /images/avatar.jpg
email: nonomino@perso.be
motto: inveniam viam aut faciam
liquid:
error_mode: strict
permalink: /:categories/:title/
markdown: kramdown
feed:
path: atom.xml
kramdown:
auto_ids : true
entity_output : as_char
toc_levels : [1, 2, 3, 4, 5, 6]
smart_quotes : lsquo,rsquo,ldquo,rdquo
input : GFM
hard_wrap : false
footnote_nr : 1
show_warnings : false
plugins:
- jekyll-seo-tag
- jekyll-sitemap
- jekyll-feed
- jekyll-paginate
defaults:
- scope:
path: "_posts"
type: posts
values:
layout: post
share: true
footer_links:
- title: email
url: mailto:nonomino@perso.be
icon: icon mail-out
- title: Linkedin
url: https://likedin.com/in/nonomino
icon: icon linkedin
- title: GitHub
url: https://github.com/nonomino
icon: icon github
- title: Duolingo
url: https://duolingo.com/profile/nonominox
icon: icon duolingo
- title: Feed
url: atom.xml
icon: icon rss