-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
89 lines (73 loc) · 1.63 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
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
# Site setings
name: "Benoît Patra's blog"
title: "Benoît Patra's blog"
tagline: "Discussions on software engineering"
description: 'Discussions on software engineering and machine learning'
url: https://www.benoitpatra.com # required by seo-tag plugins and others
baseurl:
exclude:
- jekyll-ignore
# Add your GA Tracking Id
ga_analytics: UA-71053026-1
disqus: benoitpatra
# used by both template and Jekyll SEO TAG pluging
logo: '/assets/images/logo.png'
# jekyll-seo-tag
author:
name: Benoit Patra
twitter: benoitpatra
image: 'authorimage2.jpg'
# theme
greetings: "Hi, I am Benoît Patra, welcome to my personal blog."
#Social for Jekyll SEO
social:
name: Benoît Patra
links:
- https://twitter.com/benoitpatra
- https://www.linkedin.com/in/benoit-patra
- https://github.com/bpatra
# used by both theme and SEO-tag
twitter:
username: benoitpatra # used by theme
card: summary_large_image
# Social links for template
github: 'bpatra'
linkedin: 'benoit-patra'
feed: 'feed.xml'
jekyll-archives:
enabled:
- month
- categories
- tags
layouts: archive
permalinks:
month: '/:year/:month/'
category: '/category/:name/'
tags: '/tag/:tag/'
# Navigation
navigation:
- text: Home
url: /
- text: Archives
url: /archives/
- text: About
url: /about/
- text: Academic (past)
url: /academic/
# Required Plugins
plugins_dir:
- jekyll-paginate
- jekyll-seo-tag
- jekyll-sitemap
- jekyll-archives
# Pagination
paginate: 5
paginate_path: /page:num/
# Permalinks
permalink: /:year/:month/:day/:title/
# Other
markdown: kramdown
# Sass
sass:
sass_dir: _sass
style: compressed