-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy path_config.yml
162 lines (142 loc) Β· 3.32 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
# minimal mistakes Jekyll reference
# https://github.com/mmistakes/minimal-mistakes/blob/master/docs/_config.yml
remote_theme: mmistakes/minimal-mistakes
minimal_mistakes_skin: "contrast"
title: "PizzaRobotics"
subtitle: ":pizza: We are ItalianMakers. We make Robots. In Pizza we crust"
name: &name "PizzaRobotics"
description: &description "We are ItalianMakers. We make Robots. In Pizza we crust"
url: https://pizzarobotics.org
repository: "pizzarobotics/pizzarobotics.github.io"
teaser: assets/images/pizzarobotics.png
search: true
search_full_content: true
github: [metadata]
twitter:
username: &twitter "pizzarobotics"
discord:
id: 846753051402174494
social:
links: # An array of links to social media profiles
- "https://twitter.com/pizzarobotics"
- "https://instagram.com/pizzarobotics"
analytics:
provider: "google-gtag"
google:
tracking_id: "G-6M2HNXPRHF"
anonymize_ip: true # default
# Site Footer
footer:
links:
- label: "Website"
icon: "fas fa-fw fa-link"
url: "https://pizzarobotics.org"
- label: "Twitter"
icon: "fab fa-fw fa-twitter-square"
url: "https://twitter.com/pizzarobotics"
- label: "Github"
icon: "fab fa-fw fa-github-square"
url: "https://github.com/pizzarobotics"
- label: "YouTube"
icon: "fab fa-fw fa-youtube"
url: "https://www.youtube.com/channel/UCVh659_qQa_bjDOg3Jhyf_w"
- label: "Instagram"
icon: "fab fa-fw fa-instagram"
url: "https://instagram.com/pizzarobotics"
- label: "Email"
icon: "fas fa-fw fa-envelope-square"
url: "mailto:[email protected]"
# Reading Files
include:
- .htaccess
- _pages
exclude:
- README.md
- LICENSE
- Gemfile
- vendor
# Build settings
markdown: kramdown
highlighter: rouge
lsi: false
excerpt_separator: "\n\n"
incremental: false
collections:
team:
output: true
permalink: /:collection/:path/
event:
output: true
permalink: /:collection/:path/
projects:
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
# _team
- scope:
path: ""
type: team
values:
layout: single
author_profile: true
share: true
read_time: false
# _projects
- scope:
path: ""
type: projects
values:
layout: single
author_profile: true
share: true
read_time: true
# _pages
- scope:
path: "_pages"
type: pages
values:
layout: single
author_profile: true
# 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/
after_footer_scripts :
- /assets/js/cookie-consent.js
- /assets/js/copyCode.js