forked from vega/vega-lite
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
55 lines (50 loc) · 1.41 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
title: Vega-Lite
description: Vega-Lite - a high-level grammar for statistical graphics.
Vega-Lite provides a higher-level grammar for visual analysis,
comparable to ggplot or Tableau, that generates complete Vega specifications.
Vega-Lite specifications consist of simple mappings of variables
in a data set to visual encoding channels such as x, y, color, and size.
These mappings are then translated into detailed visualization
specifications in the form of Vega specification language.
Vega-Lite produces default values for visualization components
(e.g., scales, axes, and legends) in the output Vega specification
using a rule-based approach, but users can explicit specify these properties
to override default values.
baseurl: "/vega-lite" # the subpath of your site, e.g. /blog/
url: "http://vega.github.io" # the base hostname & protocol for your site
twitter:
username: vega_vis
exclude:
- bin
- .github
- .vscode
- coverage
- Gemfile
- Gemfile.lock
- node_modules
- scripts
- test
- test-gallery
- test-runtime
- typings
- package.json
- yarn.lock
- bower.json
- tsconfig.json
- tslint.json
- nodemon.json
- LICENSE
- README.md
- src
- examples/specs/data
- examples/compiled/data
markdown: kramdown
highlighter: rouge
kramdown:
input: GFM
syntax_highlighter: rouge
auto_id_stripping: true
plugins:
- jekyll-sitemap
- jekyll-seo-tag
- jekyll-mentions