generated from jhudsl/OTTR_Template_Website
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path_site.yml
101 lines (100 loc) · 3.26 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
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
name: Open-source Tools for Training Resources
output_dir: 'docs'
navbar:
title: OTTR <img src="./resources/images/basic_otter_water.PNG" width = 10px>
left:
- text: ""
href: index.html
icon: fa-home
- text: "Getting Started with OTTR Websites"
href: editing_website.html
icon: fa-star
menu:
- text: "Prerequisites"
href: getting_started.html#prerequisites-for-using-ottr
icon: fa-asterisk
- text: "Getting Started"
href: getting_started.html
icon: fa-play
- text: "Start writing!"
href: editing_website.html
icon: fa-pen
- text: "Website checks"
href: editing_website.html#ottr-checks-on-pull-requests
icon: fa-check
- text: "Adding new pages"
href: editing_website.html#adding-new-pages
icon: fa-plus
- text: "Getting Started with OTTR Courses"
icon: fa-lightbulb
menu:
- text: "Prerequisites"
href: getting_started.html#prerequisites-for-using-ottr
icon: fa-asterisk
- text: "Getting Started"
href: getting_started.html
icon: fa-play
- text: "Start writing!"
href: writing_content_courses.html
icon: fa-pen
- text: "Course checks"
href: writing_content_courses.html#ottr-checks-on-pull-requests
icon: fa-check
- text: "Set up images"
href: writing_content_courses.html#set-up-images
icon: fa-images
- text: "Adding new pages"
href: writing_content_courses.html#adding-new-pages
icon: fa-plus
- text: "Choosing course publishing platforms"
href: course_publishing.html#choosing-publishing-platforms
icon: fa-tasks
- text: "Publishing with Bookdown"
href: course_publishing.html#publishing-with-bookdown
- text: "Publishing with Leanpub"
href: course_publishing.html#publishing-with-leanpub
- text: "Publishing with Coursera"
href: course_publishinghtml#publishing-with-coursera
- text: "About"
icon:
menu:
- text: "Customizing checks"
href: customize-robots.html
icon: fa-robot
- text: "Customizing style"
href: customize-style.html
icon: fa-palette
- text: "Customizing Docker"
href: customize-docker.html
icon: fa-gears
- text: "Citing sources"
href: more_features.html#citing-sources
icon: fa-quote-left
- text: "Giving credits"
href: more_features.html#giving-credits-to-contributors
icon: fa-award
- text: "Borrowing chapters"
href: more_features.html#borrowing-chapters
icon: fa-bookmark
- text: "Compatibility with Google Docs"
href: more_features.html#compatibility-with-google-docs
icon: fa-file
- text: "Google Analytics"
href: more_features.html#google-analytics
icon: fa-chart-line
- text: OTTR-fying an existing repository
href: ottr-fy.html
icon: glyphicon-sunglasses
- text: "About OTTR babies"
href: examples.html
- text: "Help"
href: faqs.html
icon: fa-handshake
- text: ""
href: https://github.com/jhudsl/OTTR_Template
icon: fa-github
output:
html_document:
css: style.css
includes:
after_body: resources/footer.html