forked from machine-learning-glossary/glossary
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
59 lines (58 loc) · 1.4 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
title: Machine Learning Glossary
email: [email protected]
description: > # this means to ignore newlines until "baseurl:"
This is an online glossary of terms for artificial intelligence,
machine learning, computer vision, natural language processing,
and statistics.
baseurl: "" # the subpath of your site, e.g. /blog
url: "https://machinelearning.wtf" # the base hostname & protocol for your site, e.g. http://example.com
github_baseurl: "https://github.com/machine-learning-glossary/glossary/edit/master/"
small_page_size: 200 # Minimum amount of characters a completed page should have.
defaults:
- scope:
path: "terms"
values:
layout: page
pandoc:
extensions:
- normalize
- smart
- mathjax
sass:
style: compressed
permalink: pretty
# Build settings
markdown: Pandoc
#theme: minima
gems:
- jekyll-last-modified-at
- jekyll-sitemap
- jekyll-pandoc
- jekyll-algolia
exclude:
- Gemfile
- Gemfile.lock
- vendor
- Dockerfile
- build.sh
- serve.sh
- CODE_OF_CONDUCT.md
- CONTRIBUTING.md
- DEPENDENCIES.md
- LICENSE.md
- README.md
- netlify.toml
algolia:
application_id: O2TYYMG19M
index_name: mlg
record_css_selector: "p,ul,ol,li,blockquote"
excluded_files:
- index.md
- all.html
- about.md
- acronyms.html
- meta/index.md
- meta/needs_review.html
- meta/no_references.html
- meta/no_related_terms.html
- meta/unfinished.html