This repository was archived by the owner on Dec 16, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
128 lines (118 loc) · 2.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
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
124
125
126
127
128
name: D3plus
markdown: kramdown
kramdown:
input: GFM
syntax_highlighter: rouge
plugins:
- jekyll-redirect-from
permalink: /blog/:categories/:year/:month/:day/:title/
collections:
docs:
output: false
examples:
output: true
permalink: examples/:path
defaults:
- scope:
type: examples
values:
layout: example
width: 800
navigation:
# - text: Download
# url: /d3plus.zip
# icon: download
- text: Examples
url: /examples/
icon: code
- text: Documentation
url: /docs/
icon: book
# - text: Workshops
# url: /workshops/
- text: Accessibility
url: /accessibility/
icon: universal-access
# - text: Blog
# url: /blog/
# icon: rss
- text: Github
url: https://github.com/alexandersimoes/d3plus
icon: github
workshops:
nav_11_19_2013:
title: "Workshop 1: November 19th, 2013"
links:
- text: Intro
url: intro
- text: D3js
url: d3js
- text: Data and Attributes
url: d3plus
- text: Tree Map
url: tree_map
- text: Stacked
url: stacked
- text: Pie Scatter
url: pie_scatter/
- text: Network
url: network
- text: Rings
url: rings
- text: Future Development
url: future
nav_11_29_2013:
title: "Workshop 2: November 29th, 2013"
links:
- text: Intro
url: intro
- text: SVG
url: svg
- text: D3js
url: d3js
- text: Data and Attributes
url: d3plus
- text: Getting Started
url: started
- text: Tree Map
url: tree_map
- text: Stacked
url: stacked
- text: Pie Scatter
url: pie_scatter/
- text: Network
url: network
- text: Rings
url: rings
- text: Future Development
url: future
nav_03_19_2014:
title: "Workshop 3: March 19th, 2014 (Networks)"
links:
- text: Intro
url: intro
- text: Local Environment
url: env
- text: Downloading D3plus
url: download
- text: Formatting Edges
url: edges
- text: Viz
url: viz
- text: Your Data
url: your_data
- text: Rings
url: rings
- text: Customizing
url: customizing
- text: Tree Map
url: tree_map
nav_04_03_2015:
title: "Workshop 4: April 3rd, 2015 (Int'l Trade)"
links:
- text: Intro
url: intro
- text: Local Environment
url: env
- text: Downloading D3plus
url: download