-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
189 lines (170 loc) · 4.38 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
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
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
# minimal mistakes Jekyll reference
# https://github.com/mmistakes/minimal-mistakes/blob/master/docs/_config.yml
remote_theme: mmistakes/minimal-mistakes
minimal_mistakes_skin: "dark"
title: Panther
subtitle: "Powerful Autonomous eNTity High-End Robot"
name: &name "Raffaello Bonghi"
description: &description "Panther is an outdoor tracked robot. This robot can interact with all objects around it."
url: https://rpanther.github.io
repository: "rpanther/rpanther.github.io"
teaser: /assets/images/intro.jpg
search: true
search_full_content: true
github: [metadata]
# SEO Related
google_site_verification: "HzifDWPrlsejyq7zKJkACAiypLC66t7z5sfJqDkkOf8"
twitter:
username: &twitter "raffaello86"
social:
links: # An array of links to social media profiles
- "https://twitter.com/raffaello86"
- "https://instagram.com/robo.panther"
analytics:
provider: "google-gtag"
google:
tracking_id: "G-Y2X9YJQ5KN"
anonymize_ip: true # default
author:
name : "Raffaello Bonghi"
bio : "Passion Robotics. Working in Robotics & AI. Ah Yes, in my spare time I work in robotics. Ph.D. in Robotics and automation engineer"
avatar : "https://rbonghi.github.io/assets/images/raffaello.jpg"
links:
- label: "Website"
icon: "fas fa-fw fa-link"
url: "https://rnext.it"
- label: "Twitter"
icon: "fab fa-fw fa-twitter-square"
url: "https://twitter.com/raffaello86"
- label: "LinkedIn"
icon: "fab fa-fw fa-linkedin"
url: "https://www.linkedin.com/in/raffaello-bonghi/"
- label: "Github"
icon: "fab fa-fw fa-github-square"
url: "https://github.com/rbonghi"
- label: "YouTube"
icon: "fab fa-fw fa-youtube"
url: "https://www.youtube.com/c/RaffaelloBonghi"
- label: "Instagram"
icon: "fab fa-fw fa-instagram"
url: "https://instagram.com/robo.panther"
- label: "Email"
icon: "fas fa-fw fa-envelope-square"
url: "mailto:[email protected]"
# Site Footer
footer:
links:
- label: "Twitter"
icon: "fab fa-fw fa-twitter-square"
url: "https://twitter.com/raffaello86"
- label: "LinkedIn"
icon: "fab fa-fw fa-linkedin"
url: "https://www.linkedin.com/in/raffaello-bonghi/"
- label: "Github"
icon: "fab fa-fw fa-github-square"
url: "https://github.com/rbonghi"
- label: "YouTube"
icon: "fab fa-fw fa-youtube"
url: "https://www.youtube.com/c/RaffaelloBonghi"
- label: "Instagram"
icon: "fab fa-fw fa-instagram"
url: "https://instagram.com/robo.panther"
- label: "Email"
icon: "fas fa-fw fa-envelope-square"
url: "mailto:[email protected]"
- label: "Terms"
icon: "fas fa-fw fa-link"
url: "/terms"
# Reading Files
include:
- .htaccess
- _pages
- ads.txt
exclude:
- README.md
- LICENSE
- Gemfile
- vendor
# Build settings
markdown: kramdown
highlighter: rouge
lsi: false
excerpt_separator: "\n\n"
incremental: false
collections:
project:
output: true
permalink: /:collection/:path/
control:
output: true
permalink: /:collection/:path/
defaults:
# _posts
- scope:
path: ""
type: posts
values:
layout: single
author_profile: true
read_time: true
share: true
related: true
show_date: true
# _pages
- scope:
path: "_pages"
type: pages
values:
layout: single
author_profile: true
# project
- scope:
path: "_project"
type: project
values:
layout: single
author_profile: false
share: true
read_time: true
sidebar:
nav: "project"
# control
- scope:
path: "_control"
type: control
values:
layout: single
author_profile: false
share: true
read_time: true
sidebar:
nav: "control"
# Outputting
permalink: /:categories/:title/
paginate: 5 # amount of posts to show
paginate_path: /page:num/
# timezone: # https://en.wikipedia.org/wiki/List_of_tz_database_time_zones
# Plugins (previously gems:)
plugins:
- jekyll-paginate
- jekyll-sitemap
- jekyll-gist
- jekyll-feed
- jemoji
- jekyll-include-cache
- jekyll-redirect-from
# mimic GitHub Pages with --safe
whitelist:
- jekyll-paginate
- jekyll-sitemap
- jekyll-gist
- jekyll-feed
- jemoji
- jekyll-include-cache
- jekyll-redirect-from
category_archive:
type: liquid
path: /categories/
tag_archive:
type: liquid
path: /tags/