-
Notifications
You must be signed in to change notification settings - Fork 41
/
_config.yml
executable file
·66 lines (59 loc) · 1.39 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
title: Best of Machine Learning
email: [email protected]
description: >-
The best resources in Machine Learning & AI
baseurl: ""
url: "https://bestofml.com"
analytics-id: UA-108818402-5
github: RemoteML/bestofml
maintainers:
- dmonn
plugins:
- jekyll-assets
- kramdown
- uglifier
- jekyll-sitemap
source: src
destination: www
markdown: kramdown
cards:
data: resources # yaml file in _data (without .yml)
comments: false
group_by:
name: category # field in yaml to group by
caption: category # name of category (ex: industries)
fa-icon: folder-open
fa-style: far # valid: fas (solid), far (regular), fal (light), fab (brand)
meta: # use this section to display card info, in addition to 'group_by'
- name: tags
caption: tags
fa-icon: tags
fa-style: fa
- name: url
caption: www
fa-icon: globe
fa-style: fas
compress_html:
ignore:
envs: ["development"]
clippings: []
comments: all
endings: []
startings: []
blanklines: false
profile: false
assets:
sources:
- _assets/vendor
digest: true
compression: true
gzip: false
defaults:
js: { integrity: false } # true on JEKYLL_ENV=production
css: { integrity: false } # true on JEKYLL_ENV=production
img: { integrity: false } # true on JEKYLL_ENV=production
compress:
css: false
js: uglifier
include:
- CNAME