forked from dieghernan/chulapa
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
251 lines (219 loc) · 8.34 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
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
# Find errors on this file with http://www.yamllint.com/
# Chulapa docs: https://dieghernan.github.io/chulapa/docs/02-config
# A. Site Settings /SEO options
# Overall options for your site, would affect your site SEO
# Default values are explained
locale : en-US #default["en-US"] format language-TERRITORY , e.g fr, en-GB, es-MX, pt-BR
title : Thibault Joubert #default["repository_name"]
title_separator : " | " #default [" | "]
subtitle : Microsoft 365 Security, Compliance and Identity thoughts # [your-repository-tagline]
description : Microsoft 365 Security, Compliance and Identity thoughts #default [your-repository-tagline]
url : https://www.thijoubert.com #See baseurl - On Github Pages you may leave it blank - If you use CNAME use your domain
baseurl : #On Github Pages you may leave it blank. Have a look to: https://byparker.com/blog/2014/clearing-up-confusion-around-baseurl/
words_per_minute : 200 #default[200]
timezone : Europe/Paris #"Europe/Madrid ,see https://jekyllrb.com/docs/configuration/options/ and https://en.wikipedia.org/wiki/List_of_tz_database_time_zones
# SEO
og_image : #default[author.avatar (see below)] or [github-avatar]
twitter_site : #Avoid @
author:
name : # Name Surname Company
avatar : https://github.com/thijoubert.png # Try a square file. Info: Your github avatar on https://github.com/[USERNAME].png
location : Lyon, France # New York, USA
links:
- url: https://www.linkedin.com/in/thijoubert #A link or email: https://twitter.com/jack, [email protected]
icon: "fab fa-linkedin" # A Fontawesome 5 code: fab fa-twitter - see https://fontawesome.com/
fa5_kit_code: # Your FontAwesome 5 kit code. If not provided a free hosted version (slower) will be loaded: https://fontawesome.com/
fa_v4_support: #Bool Add FontAwesome 4 support
# Web tracking - Google services https://analytics.google.com/analytics/web/
# gtag_id is the preferred option, see https://developers.google.com/analytics/devguides/collection/gtagjs/migration?hl=en
# analytics provided for backwards compatibility
gtag_id : G-J49NSDTLH9
analytics_id :
# Search providers
# Available free search engines:
# - lunr https://lunrjs.com/
# - algolia v4 https://www.algolia.com/ - needs further configuration
# - google custom search engine https://cse.google.es/
search:
provider : lunr #Select a provider for enable search: lunr, algolia, google
label : #default ["Search"] Text on navbar when search is enabled
landing_page : #default ["/search"] Link on navbar
lunr_maxwords : #default [30] lunr only - May slow down your site build
# algolia_logo : true #Displays algolia logo. Should be set to true if you are on a community plan, otherwise false.
google_cse_id: #Your cse id
# This site uses jekyll-algolia plugin https://community.algolia.com/jekyll-algolia/
# Recommended additional configuration provided, could be modified. Add your own parameters
algolia:
application_id : "KOIKA5PDQO"
index_name : "chulapa"
search_only_api_key : "7f1fe42bef3f03458cb3a911ebc7e0ac"
files_to_exclude: #Optional
- _layouts/*.html
- _includes/*.html
- docs/_pages/*
- docs/blog/*
extensions_to_index: #Optional
- html
- md
searchableAttributes: #Optional
- title
- headings
- unordered(content)
- unordered(subtitle)
- unordered(categories)
- unordered(collection)
- unordered(tags)
customRanking: #Optional
- desc(include_on_search)
- desc(title)
- desc(content)
- desc(subtitle)
comments:
provider: #Enable comments via Disqus https://disqus.com/
disqus_shortname: #Your site id : check your address https://{{ disqus.shortname }}.disqus.com/admin/
# B. Navigation
# Configure your navbar and the footer of your site
# Navbar:
# "brand" options would be set on the left side of your navbar
# "nav" would be set on the right side. Two-level nav links available
navbar:
style : dual
brand:
title : Home
#img: "./assets/img/site/brand-clear.png"
nav:
- title: Blog
url: /blog/
- title: Events
url: /events
- title : Archives
child :
- title : By date
url : /archive
- title : By tags
url : /tags
- title: About
child:
- title: About me
url: /aboutme
- title: Disclaimer
url: /disclaimer
#Social links to be placed on your site footer
footer:
links:
- label: "Linkedin"
url: https://www.linkedin.com/in/thijoubert #A link or email: https://twitter.com/jack, [email protected]
icon: "fab fa-linkedin" # A Fontawesome 5 code: fab fa-twitter - see https://fontawesome.com/
- label: "GitHub"
icon: "fab fa-github"
url: https://github.com/thijoubert/
# - label: "RSS"
# icon: "fa fa-rss"
# url: "./atom.xml"
# C. Theme Settings
# Google Fonts https://fonts.google.com/, add as many as you need
googlefonts:
# - url : # 'https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap'
# Theme and colors
chulapa-skin:
highlight : "github"
autothemer : true
vars :
primary: '#efebdd'
secondary: "#dfd7ba"
link-color: '#a19d8e'
# D. Jekyll Defaults and collections: see https://jekyllrb.com/
# Blog pagination: on this site /blog/index.html. https://jekyllrb.com/docs/pagination/
paginate: 4
paginate_path: "/blog/page:num/"
paginator_maxnum: 3 #default[3] Custom: max of number to be displayed on the paginator
# Collections https://jekyllrb.com/docs/step-by-step/09-collections/
collections:
demo:
output: true
permalink: /demo/:name
docs:
output: true
permalink: /docs/:name
skins:
output: true
permalink: /skins/:name
collections_dir : collections
permalink : /:year-:month/:title/
# Defaults https://jekyllrb.com/docs/configuration/front-matter-defaults/
defaults:
-
scope:
path: ""
values:
layout: "default"
header_type: "base"
include_on_search : false
cloudtag_url : "/tags" #This is where the link on tags would redirect
cloudcategory_url : "/categories" #This is where the link on categories would redirect
-
scope:
path: ""
type: "posts"
values:
header_type : "post"
include_on_search : true
include_on_feed : true
show_date : true
show_bottomnavs : true
show_sociallinks : true
show_comments : true
show_tags : true
show_categories : true
show_author : true
show_toc : false
-
scope:
path: ""
type: "demo"
values:
header_type : "hero"
show_bottomnavs : true
show_sociallinks : true
include_on_search : true
include_on_feed : true
# XX. Other settings - no need to modify
# HTML Compression
# - https://jch.penibelst.de/
compress_html:
clippings: all
blanklines: true
plugins:
- jekyll-github-metadata
- jekyll-paginate
- jekyll-include-cache
- jekyll-sitemap
# Exclude these files from production site
exclude:
- LICENSE
- README.md
- Gemfile
- vendor
include:
- _pages
# Conversion
markdown: kramdown
highlighter: rouge
lsi: false
excerpt_separator: "\n\n"
incremental: false
# Markdown Processing
kramdown:
input: GFM
hard_wrap: false
auto_ids: true
footnote_nr: 1
footnote_backlink: '↑'
entity_output: as_char
toc_levels: 2..6
smart_quotes: lsquo,rsquo,ldquo,rdquo
enable_coderay: false
# Sass/SCSS
sass:
sass_dir: _sass
style: compressed # https://sass-lang.com/documentation/file.SASS_REFERENCE.html#output_style