-
Notifications
You must be signed in to change notification settings - Fork 2
/
_config.yml
123 lines (117 loc) · 2.59 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
# Site Configuration
title: Frootlab
subtitle: Smart Analytics
url: https://www.frootlab.org
relation: https://frootlab.github.io
logo: frootlab.png
locale: en_US
language: en
copyright: © 2020 Frootlab
google-analytics: UA-136312456-1
cloudinary: frootlab
background:
default: images/bg/default.svg
description:
Learn more about automated collaborative data science at the homepage and
corporate blog of the Frootlab Organization and the Vivid Code framework
keywords:
Frootlab, Smart Analytics, Machine Learning, Collaborative Data Science,
AutoML, AI, ANN, Cloud-Assisted Meta Programming
# Jekyll Configuration
markdown: kramdown
highlighter: rouge
excerpt_separator: "<!--more-->"
kramdown:
auto_ids: true
footnote_nr: 1
entity_output: as_char
toc_levels: 1..6
enable_coderay: false
sass:
sass_dir: _sass
style: compressed
include: [_pages]
exclude:
[README.md, Gemfile, Gemfile.lock, _site, src, vendor, CNAME, LICENSE,
Rakefile, .sass-cache, .DS_Store]
plugins:
- jekyll-archives
- jekyll-feed
- jekyll-redirect-from
- jekyll-sitemap
whitelist:
- jekyll-redirect-from
# Collections
collections:
authors:
output: true
news:
output: true
permalink: /microblog/:categories/:slug
posts:
output: true
permalink: /blog/:categories/:short_year:y_day-:slug:output_ext
projects:
output: true
tags: # Remove when GitHub Pages supports jekyll-archives
output: true
permalink: /blog/tag/:title:output_ext
# Front Matter Defaults
defaults:
- scope:
type: "posts"
values:
layout: "post"
license: "CC BY 4.0"
navid: "blog"
scroll-indicator: true
- scope:
type: "news"
values:
layout: "post"
sections: false
license: "CC0 1.0"
navid: "microblog"
image-meta:
cloudinary: "pexels/323645"
- scope:
type: "projects"
values:
layout: "project"
navid: "projects"
license: "GPL-3.0"
- scope:
type: "authors"
values:
layout: "author"
- scope:
type: "tags"
values:
layout: "tags"
# jekyll-archives Configuration
# https://github.com/jekyll/jekyll-archives
jekyll-archives:
enabled:
- tags
layouts:
tag: tags
permalinks:
tag: '/blog/tag/:name/'
# jekyll-feed Configuration
# https://github.com/jekyll/jekyll-feed
feed:
categories:
- corporate
- science
collections:
- news
# jekyll-compress-html Configuration
# https://github.com/penibelst/jekyll-compress-html
compress_html:
clippings: all
comments: ["<!-- ", " -->"]
endings: all
profile: false
blanklines: false
ignore:
envs: []