-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy path_site.yml
122 lines (122 loc) · 3.81 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
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
### Site settings
###
### comments are prefaced with three pound signs
### remove comments to add sections
name: "cv"
output_dir: "."
exclude: ["update_cv.R"]
navbar:
title: "Steven Myles's CV"
left:
- text: Sections
icon: fa-caret-square-o-down
menu:
- text: "Professional Experience"
href: "#professional-experience"
###- text: "Teaching Experience"
### href: "#teaching-experience"
- text: "Education"
href: "#education"
- text: "Professional Development Coursework"
href: "#professional-development-coursework"
- text: "Certifications"
href: "#certifications"
- text: "Selected Additional Experience"
href: "#selected-additional-experience"
###- text: "Publications"
### href: "#publications"
- text: "Presentations"
href: "#presentations"
- text: "Software"
href: "#software"
- text: "Service Positions and Activities"
href: "#service-positions-and-activities"
- text: "Awards and Honors"
href: "#awards-and-honors"
- text: PDF version
icon: fa-file-pdf
href: stevenmyles_cv.pdf
### links with icons, comment or delete this for links as a dropdown
right:
- text: Main Site
### icon: fa-home
href: https://stevemyles.site/
### - text: Twitter
### icon: fa-twitter
### href: https://twitter.com/username
- text: LinkedIn
### icon: fa-linkedin-in
href: https://www.linkedin.com/in/stevenmyles
- text: GitHub
### icon: fa-code
href: https://github.com/scumdogsteev
### - text: Gitlab
### icon: fa-gitlab
### href: https://gitlab.com/username
- text: Blog
### icon: fa-link
href: https://stevemyles.site/blog/
- text: Tumblr
### icon: fa-tumblr-square
href: https://steve.mylesandmyles.info/
### - text: Reddit
### icon: fa-reddit
### href: https://www.reddit.com/user/username
### - text: Stack Overflow
### icon: fa-stack-overflow
### href: https://stackoverflow.com/users/userid/username
### - text: Medium
### icon: fa-medium
### href: https://medium.com/@username
### - text: Google Scholar
### icon: fa-google
### href: https://scholar.google.com/citations?user=userid
- text: Email
### icon: fa-envelope
href: mailto:steve[at]mylesandmyles.info
### links dropdown below
### right:
### - text: Links
### icon: fa-caret-square-o-down
### menu:
### - text: Main Site
### icon: fa-home
### href: https://stevemyles.site/
### - text: Twitter
### icon: fa-twitter
### href: https://twitter.com/username
### - text: LinkedIn
### icon: fa-linkedin-square
### href: https://www.linkedin.com/in/stevenmyles
### - text: GitHub
### icon: fa-github
### href: https://github.com/scumdogsteev
### - text: Gitlab
### icon: fa-gitlab
### href: https://gitlab.com/username
### - text: Blog
### icon: fa-link
### href: https://stevemyles.site/blog/
### - text: Tumblr
### icon: fa-tumblr
### href: https://steve.mylesandmyles.info/
### - text: Reddit
### icon: fa-reddit
### href: https://www.reddit.com/user/username
### - text: Stack Overflow
### icon: fa-stack-overflow
### href: https://stackoverflow.com/users/userid/username
### - text: Medium
### icon: fa-medium
### href: https://medium.com/@username
### - text: Google Scholar
### icon: fa-google
### href: https://scholar.google.com/citations?user=userid
output:
html_document:
theme: cosmo
highlight:
include:
in_header: includes/header.html
after_body: includes/footer.html
css: css/styles.css