-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
73 lines (62 loc) · 1.53 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
title: "Geekify"
email: "[email protected]"
description: "Yet another maker's blog"
repository: "mchacher/mchacher.github.io"
url: "https://mchacher.github.io"
#baseurl: "https://mchacher.github.io"
include:
- _pages
- assets
- index.html
exclude:
- TODO.md
- README.md
- "*.org"
- "*ltximg*"
plugins:
- jekyll-paginate
- jekyll-feed
- jekyll-include-cache
- jekyll-remote-theme
# Build settings
markdown: kramdown
theme: "minimal-mistakes-jekyll"
remote_theme: "mmistakes/minimal-mistakes"
minimal_mistakes_skin: "geekify"
logo: "/assets/images/geekify_logo.png"
# settings for author profile
author:
name : "Marc Chachereau"
avatar : "/assets/images/headshot.jpg"
bio : "I enjoy writing about things I'm interested in - mostly electronics, software engineering and 3D printing.
All these domains combined, makes me a maker, enjoying home automation or any other areas where I can put my creativity to work."
location: "Grenoble area, France"
github : mchacher
linkedin: marc-chachereau-067a9a4
#comment
comments:
provider: "disqus"
disqus:
shortname: "mchacher"
# pagination for blog page
paginate: 10 # number of posts to show
paginate_path: /page:num/
# default YAML front matter
defaults:
# all
- scope:
path: ""
values:
layout: single
title: " "
title_separator: "|"
author_profile: true
- scope:
path: ""
type: posts
values:
layout: single
toc: true
toc_label: "Contents"
read_time: false
comments: true