forked from vega/vega-lite
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
25 lines (21 loc) · 1.36 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
# Github Pages' Jekyll Site settings
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: "" # the subpath of your site, e.g. /blog/
url: "http://vega.github.io/vega-lite/" # the base hostname & protocol for your site
exclude: [bin, coverage, examples/_original, examples/_output, examples/_diff, Gemfile, Gemfile.lock, gulp, lib, node_modules, scripts, test, typings, package.json, bower.json]
# Build settings
markdown: redcarpet # use redcarpet to enable backtick code
redcarpet:
#https://george-hawkins.github.io/basic-gfm-jekyll/redcarpet-extensions.html
extensions: ["tables", "fenced_code_blocks", "footnotes", "autolink", "strikethrough", "superscript", "with_toc_data"]