-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_config.yml
More file actions
executable file
·138 lines (97 loc) · 2.93 KB
/
_config.yml
File metadata and controls
executable file
·138 lines (97 loc) · 2.93 KB
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
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
# Site settings
url: "https://hopetech.github.io"
# Forces https everywhere in your website, except when you serve it locally
# If you are not hosted on Github Pages, and your host doesn't support https
# then you should disable it
force-https: True
#############
# HTML Head #
#############
lang: "en"
author: "Elie Tournier"
title: "Elie 'hopetech' Tournier"
description: "Blog and website of Elie Tournier, blogging mainly for tech. Opinions expressed are mine."
keywords: "elie, tournier, personal, Mesa, XOrg"
favicon: "/img/favicon.ico"
################
# Header layout #
################
black-favicon: "/img/black-lab-glass.ico"
background-img: "../img/bg-free.jpg"
##############################
# Dynamic Text on the Header #
##############################
dynamic-typing: True
shuffle: True # Shuffle the lines.
loop: True
loop-count: False # Set False for infinite loop, or set any number for finite loop.
type-speed: 10
start-delay: 200
delete-delay: 5000
lines: # You can add HTML Tags in the Text
- text: "<font color=0x101010><b>Software and Image Processing Engineer</font>"
- text: "<font color=0x101010>Open source contributor</font>"
me-img: "/img/GitHub_picture.JPG"
##############################
# Color the browser elements #
##############################
color-browser: "#202020"
apple-status-bar-style: "black"
################
# Web app mode #
################
web-app-mode: True
# Icons for Web App mode
icon-36p: "/img/web-app/icon-36p.png"
icon-48p: "/img/web-app/icon-48p.png"
icon-72p: "/img/web-app/icon-72p.png"
icon-96p: "/img/web-app/icon-96p.png"
icon-144p: "/img/web-app/icon-144p.png"
icon-192p: "/img/web-app/icon-192p.png"
########
# Blog #
########
post-preview-words: 96
paginate: 5
email-share: True
twitter-share: True
reddit-share: True
syntax-highlight: True
###########
# Contact #
###########
email: "tournier.elie@gmail.com"
################
# Author Blurb #
################
# The author blurb goes underneath blog posts.
author_blurb: "My name is Elie Tournier, I'm a French software engineer. Open-source entousiast, I contribute to Mesa, an open-source implementation of the OpenGL specification - a system for rendering interactive 3D graphics."
##################
# Social Buttons #
##################
social:
- title: "linkedin"
url: "https://www.linkedin.com/in/elietournier"
- title: "github"
url: "https://github.com/hopetech"
############
# 404 page #
############
404-img: "/img/labtocat.png"
################################################################################
# NB! Tread carefully if you want to change the variables below this point!
# Sections shown in the index page
pages_list:
About: 'about'
Blog: 'latest-post'
Contact: 'contact'
# Exclusion list from the generated _site
exclude: ["LICENSE", "README.md", "scripts"]
# Pagination path
paginate_path: "blog/page:num/"
# Enable minification SASS
sass:
style: compressed
gems:
- jekyll-paginate
- jemoji