-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
195 lines (170 loc) · 4.38 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
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
# theme: jekyll-theme-cayman
# Exclude files from Jekyll build
remote_theme: "mmistakes/[email protected]"
minimal_mistakes_skin : "air" # "air", "aqua", "contrast", "dark", "dirt", "neon", "mint", "plum", "sunrise"
exclude:
- README.md
- LICENSE
- CNAME
- Gemfile
- Gemfile.lock
- vendor
# Installed gems
plugins:
- jekyll-include-cache
- jekyll-target-blank
- jekyll-redirect-from
- jekyll-paginate
- jekyll-sitemap
- jekyll-gist
- jekyll-feed
- jemoji
# Gem settings
# Site Author
author:
name : "Evelyn J Boettcher"
avatar : "/assets/img/index/evelyn_boettcher_2022_3_4.png"
bio : "Physicist and Founder"
location : "Dayton"
links:
- label: "Website"
icon: "fas fa-fw fa-link"
url: "https://www.didactex.com"
- label: "GitHub"
icon: "fas fa-code-branch"
url: "https://github.com/ejboettcher"
- label: "Instructables"
icon: "fas fa-file"
url: "https://www.instructables.com/member/Gem+City+Sewn/"
- label: "LinkedIn"
icon: "fab fa-linkedin-square fa-linkedin"
url: "https://www.linkedin.com/in/evelynboettcher/"
# Site settings
encoding: utf-8
locale : "en-US"
lang : en-US
title : "Evelyn J. Boettcher"
title_separator : "-"
subtitle : "CV"
tesser : "/assets/img/logos/[email protected]"
logo : "/assets/img/logos/[email protected]"
description: "Evelyn J. Boettcher CV"
#baseurl: "/evelyn_j_boettcher_cv"
#url: "https://ejboettcher.github.io"
baseurl: ""
url: "http://www.evelyn.boettcher.com"
#repo: "/evelyn_j_boettcher_cv"
repo: ""
repository: "evelyn_j_boettcher_cv/ejboettcher.github.io"
email: "[email protected]"
header:
overlay_image: "/assets/img/banner/green_painting.png"
caption: "Evelyn J. Boettcher"
image_description: "Green painting banner Image"
#google_analytics: UA-92956541-1
css_inline: false
markdown: kramdown
highlighter: rouge
kramdown:
syntax_highlighter: rouge
input: GFM
auto_ids: true
# Favicons
favicons:
16: '/assets/img/logos/[email protected]'
32: '/assets/img/logos/[email protected]'
64: '/assets/img/logos/[email protected]'
128: '/assets/img/logos/[email protected]'
256: '/assets/img/logos/[email protected]'
512: '/assets/img/logos/[email protected]'
1024: '/assets/img/logos/[email protected]'
# Define collections
# Analytics
analytics:
provider : "google-gtag" # false (default), "google", "google-universal", "google-gtag", "custom"
google:
tracking_id : "G-LQ3LRHD7NK"
anonymize_ip: false
# Collections
collections:
tutorials:
output: true
permalink: /tutorials/:path/
writings:
output: true
permalink: /writings/:path/
pandas:
output: true
permalink: /_pandas/:path/
# Defaults
defaults:
# _posts
- scope:
path: ""
type: posts
values:
layout: single
author_profile: true
read_time: true
share: true
related: true
# _tutorials
- scope:
path: ""
type: tutorials
values:
layout: single
author_profile: false
read_time: true
share: true
related: true
sidebar:
nav: "tutorials"
# _Writings
- scope:
path: ""
type: writings
values:
layout: single
author_profile: false
read_time: true
share: true
related: true
# _pandas
- scope:
path: ""
type: pandas
values:
author_profile: false
read_time: false
share: false
related: false
# Site Footer
footer:
links:
- label: "GitHub"
icon: "fab fa-fw fa-github"
url: "https://github.com/ejboettcher"
# Liquid
strict_front_matter: true
liquid:
error_mode: strict
## REVEALJS
# The Reveal theme
reveal_theme: didactex.css
# The Reveal transition
reveal_transition: default
# Path to the used theme (defaults to the Reveal.js standard theme path)
reveal_theme_path: ../reveal.js/dist/theme/
# Additional custom CSS paths
extra_css:
# Custom CSS for highlighting (defaults to reveal.js/lib/css/zenburn.css)
highlight_style_sheet:
# Embed Server-side speaker notes?
reveal_notes_server: false
# Additional reveal.js options
reveal_options:
# Additional reveal.js dependencies
reveal_dependencies:
# Reveal.js subdirectory
reveal_path: ../reveal.js/