-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
50 lines (44 loc) · 1.12 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
# Site settings
title: non0
description: "Personal blog"
url: "https://arnaudlhutereau.github.io" # Actual base url of the website
baseurl: "/" # url of the jekyll blog. e.g. if you set url to "mysite.com" and baseurl to "blog", the jekyll website will work on "mysite.com/blog"
author:
name: "Arnaud L'hutereau"
email: "[email protected]"
url: "https://arnaudlhutereau.github.io"
permalink: /:year/:month/:day/:title:output_ext
#Plugins
plugins: [jekyll-paginate, jekyll-feed, jekyll-seo-tag, jekyll-sitemap]
#Pagination
paginate: 3
paginate_path: "/page:num/"
#SEO
logo: /assets/img/logo.jpg
social:
links: #List your social links here
- https://twitter.com/#
- https://www.github.com/ArnaudLhutereau
- https://www.linkedin.com/in/#
webmaster_verifications:
google:
bing:
alexa:
yandex:
baidu:
lang: fr_FR
#Highlighter
kramdown:
input: GFM
syntax_highlighter: rouge
syntax_highlighter_opts:
css_class: 'highlight'
span:
line_numbers: false
block:
line_numbers: false
start_line: 1
#Sass
sass:
style: compressed
sourcemap: never