-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
113 lines (102 loc) · 3.21 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
#Welcome to Jekyll!
#
# This config file is meant for settings that affect your whole site, values
# which you are expected to set up once and rarely edit after that. If you find
# yourself editing these this file very often, consider using Jekyll's data files
# feature for the data you need to update frequently.
#
# For technical reasons, this file is *NOT* reloaded automatically when you use
# 'jekyll serve'. If you change this file, please restart the server process.
# Site settings
# These are used to personalize your new site. If you look in the HTML files,
# you will see them accessed via {{ site.title }}, {{ site.github_repo }}, and so on.
# You can create any custom variable you would like, and they will be accessible
# in the templates via {{ site.myvariable }}.
title: Math 300
tagline: Transition to Advanced Mathematics
honors: true
description: Thinking and communicating like a mathematician.
baseurl: '' # the subpath of your site, e.g. /blog
url: 'https://300.f22.matthewrobertballard.com' # the base hostname & protocol for your site, e.g. http://example.com
exclude: ["Gemfile", "Gemfile.lock", "LICENSE", "README.md"]
# logo: '/assets/images/beta.png'
# pdf2svg: '/opt/homebrew/bin/pdf2svg'
# destination: '../UofSC-Spring-2022-Math-300-H01.github.io'
term: Fall
year: 2022
meeting_time: Mondays, Wednesdays, and Fridays 8:30-9:45 AM
meeting_location: LeConte College Room 348
office : LeConte College Room 341
office_hours: TBD
bulletin_desc: Rigor of mathematical thinking and proof writing via logic, sets, and functions. Intended to bridge the gap between lower-level (computational-based) and upper-level (proof-based) mathematics courses.
prereqs: C or better in MATH 142, or consent of the Undergraduate Director
textbook:
teams_url:
github_org:
github_classroom:
# google_analytics:
# Theme settings
# remote_theme: pmarsceill/[email protected]
# theme: "just-the-docs"
color_scheme: usc
search_enabled: true
heading_anchors: true
permalink: pretty
aux_links:
Matthew Ballard:
- 'https://www.matthewrobertballard.com'
Microsoft Teams:
- ''
footer_content: '<a href="https://300.f22.matthewrobertballard.com/about_this_webpage/">About this webpage.</a> Copyright © 2022 Matthew Ballard. Distributed with an <a href="https://github.com/UofSC-Fall-2022-Math-300-H01.github.io/tree/master/LICENSE.txt\">MIT license.</a> '
# Collections for website data
collections:
staffers:
modules:
schedules:
announcements:
homework:
# Default layouts for each collection type
defaults:
- scope:
path: ''
type: staffers
values:
subpath: '/assets/images/'
- scope:
path: ''
type: modules
values:
layout: module
- scope:
path: ''
type: schedules
values:
layout: schedule
- scope:
path: ''
type: announcements
values:
layout: announcement
- scope:
path: ''
type: homework
values:
layout: page
# - scope:
# path: ''
# type: worksheets
# values:
# layout: page
compress_html:
clippings: all
comments: all
endings: all
startings: []
blanklines: false
profile: false
kramdown:
math_engine: nil
# parse_block_html: true
plugins:
- jekyll-seo-tag
# - jekyll-katex