Skip to content

Commit 14c11fd

Browse files
author
Jennifer Mankoff
committed
small changes to config
1 parent b951a81 commit 14c11fd

File tree

1 file changed

+11
-72
lines changed

1 file changed

+11
-72
lines changed

_config.yml

Lines changed: 11 additions & 72 deletions
Original file line numberDiff line numberDiff line change
@@ -3,26 +3,12 @@
33
# you will see them accessed via {{ site.title }}, {{ site.github_repo }}, and so on.
44
# You can create any custom variable you would like, and they will be accessible
55
# in the templates via {{ site.myvariable }}.
6-
title: Accessibility Classes Content
7-
tagline: All the content you need to start an accessibility class
8-
description: Learn about app accessibility; how accessibility can be incorporated into cutting edge computer science topics like machine learning and fabrication; and the interaction of accessibilty technology and society
9-
author: J. Mankoff
10-
baseurl: '/cseXXX/YYqq' # the subpath of your site, e.g. /blog
11-
url: 'https://courses.cs.washington.edu' # the base hostname & protocol for your site, e.g. http://example.com
12-
staff_email: [email protected]
13-
canvas_course: XXXX
14-
git_branch: NAME-YYqq
15-
discussion: https://edstem.org/us/courses/xxxx/discussion
16-
canvas: https://canvas.uw.edu/courses/zzzz
17-
submit: https://canvas.uw.edu/courses/zzzz/assignments/
18-
outcomes: https://canvas.uw.edu/courses/zzz/outcomes/
19-
room: BLD ###
20-
classtime: DDD TT:tt-TT:tt AM|PM
21-
classnum: CSEXXX
22-
quarter: "Quarter YYYY"
23-
closed:
24-
warning:
25-
copydate: "9/4/25"
6+
title: Just the Class
7+
tagline: A Jekyll template for course websites
8+
description: A modern, highly customizable, responsive Jekyll template for course websites
9+
author: Kevin Lin
10+
baseurl: '/just-the-class' # the subpath of your site, e.g. /blog
11+
url: 'https://kevinl.info' # the base hostname & protocol for your site, e.g. http://example.com
2612
exclude: [
2713
"Gemfile",
2814
"Gemfile.lock",
@@ -76,17 +62,7 @@ collections:
7662
revealjs:
7763
search_exclude: true
7864
nav_exclude: true
79-
syllabus:
80-
nav_exclude: true
81-
slides:
82-
nav_exclude: true
83-
modules_quals:
84-
nav_exclude: true
85-
modules_ugrad:
86-
nav_exclude: true
87-
modules_capstone:
88-
nav_exclude: true
89-
65+
9066
# Default layouts for each collection type
9167
defaults:
9268
- scope:
@@ -112,12 +88,6 @@ defaults:
11288
type: announcements
11389
values:
11490
layout: announcement
115-
- scope:
116-
path: ''
117-
type: syllabus
118-
values:
119-
layout: syllabus
120-
subpath: '/assets/imagse/'
12191

12292
compress_html:
12393
clippings: all
@@ -131,16 +101,7 @@ liquid:
131101
error_mode: strict
132102
strict_filters: true
133103

134-
toc:
135-
min_level: 1
136-
max_level: 2
137-
138-
font-awesome:
139-
assets: true
140-
141-
# Custom vars
142-
version: 1.1.0
143-
104+
markdown_slide_separator: ---
144105
permalink: "/:title"
145106
slideNumber:
146107
# Slide number formatting can be configured using these variables:
@@ -160,8 +121,8 @@ reveal:
160121
## The "normal" size of the presentation, aspect ratio will be preserved
161122
## when the presentation is scaled to fit different resolutions. Can be
162123
## specified using percentage units.
163-
width: 768
164-
height: 560
124+
width: 1200
125+
height: 960
165126
## Factor of the display size that should remain empty around the content
166127
margin: 0.1
167128
## Bounds for smallest/largest possible scale to apply to content
@@ -170,10 +131,10 @@ reveal:
170131
## Add the current slide number to the URL hash so that reloading the
171132
## page/copying the URL will return you to the same slide (true | _false_)
172133
hash: true ## must be true or fragments break
173-
174134
## Push each slide change to the browser history. Implies `hash: true` (true | _false_)
175135
## history: false
176136

137+
177138
## Display presentation control arrows
178139
## Show controls? (_true_ | false) default values for all settings shown as _val_
179140
## controls: true
@@ -185,28 +146,6 @@ reveal:
185146
## Disables the default revealjs slide layout (scaling and centering)
186147
## so that you can use custom CSS layout (true | _false_)
187148
## disableLayout: false
188-
## disables just centering
189-
center: false
190-
191-
mermaid:
192-
theme: dark
193-
194-
incremental: false
195-
preview-links: auto
196-
slide-tone: false
197-
progress: true
198-
history: false
199-
chalkboard:
200-
buttons: false
201-
theme: whiteboard
202-
multiplex: false
203-
## none/fade/slide/convex/concave/zoom
204-
transition: "none"
205-
title-slide-attributes:
206-
data-background-image: "/assets/images/people.png"
207-
data-background-position: right
208-
data-background-size: contain
209-
data-background-opacity: "0.5"
210149

211150
## The maximum number of pages a single slide can expand onto when printing
212151
## to PDF, unlimited by default (Number.POSITIVE_INFINITY)

0 commit comments

Comments
 (0)