-
Notifications
You must be signed in to change notification settings - Fork 2
/
_site.yml
60 lines (60 loc) · 1.94 KB
/
_site.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
name: "datavishist"
title: "History of Data Visualization"
output_dir: "docs" #for GH pages: docs directory of main branch
exclude: ["figureinfo", "Synopsis_RMDs", "*.txt", "desktop.ini", "fig-code.zip"]
navbar:
logo:
image: images/favicon_io/favicon-32x32.png
left:
- text: "Home"
href: index.html
icon: fa-home fa-2x # handy way to use FontAwesome icons in nav!
right:
- text: "Authors"
href: authors.html
- text: "About"
href: about.html
- text: "Reviews"
href: reviews.html
- text: "Related pubs"
href: related.html
- text: "Chapters"
menu:
- text: 'Introduction'
href: ch00-intro.html
- text: '1. In the Beginning'
href: ch01-beginning.html
- text: '2. The First Graph Got it Right'
href: ch02-langren.html
- text: '3. The Birth of Data'
href: ch03-data.html
- text: '4. Vital Statistics: William Farr, John Snow and Cholera'
href: ch04-vital.html
- text: '5. The Big Bang: William Playfair, the Father of Modern Graphics'
href: ch05-playfair.html
- text: '6. The Origin and Development of the Scatterplot'
href: ch06-scat.html
- text: '7. The Golden Age of Statistical Graphics'
href: ch07-golden.html
- text: '8. Escaping Flatland'
href: ch08-flatland.html
- text: '9. Visualizing Time and Space'
href: ch09-motion.html
- text: '10. Graphs as Poetry'
href: ch10-poetry.html
- text: "Learning more"
href: learning_more.html
- text: "Discussion"
href: discussion.html
- icon: fab fa-github
href: https://github.com/friendly/HistDataVis
- icon: fab fa-twitter
href: https://twitter.com/datavisFriendly
output:
distill::distill_article:
css: "css/styles.css"
includes:
in_header:
- header.html
- meta.html
after_body: footer.html