generated from morea-framework/morea
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
executable file
·39 lines (35 loc) · 1.01 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
# MOREA CONFIGURATION FILE
# See https://morea-framework.github.io/docs/instructors/config-yml
# SITE SPECIFIC: The following fields are typically changed for each site
name: ECON 627 Fall 2024
baseurl: /econ627fall24
morea_theme: cerulean
timezone: Pacific/Honolulu
morea_navbar_items:
# - Prerequisites
- Modules
- Outcomes
- Readings
- Experiences
- Assessments
- Schedule
logger_factory:
Morea: error
# MOREA PORTAL: The following fields are only needed if this site is part of a "Morea Portal".
# morea_course: ics311
# morea_domain: http://morea-framework.github.io/
# morea_google_analytics_tracking_id: "<your tracking id here>"
# morea_head_breadcrumb_link: "http://cnn.com"
# morea_head_breadcrumb_label: "CNN Site"
# INTERNAL CONFIGURATION: The following fields are not normally edited by users.
markdown: kramdown
kramdown:
hard_wrap: false
input: GFM
syntax_highlighter: rouge
mathjax: true
exclude: [morea]
keep_files: [schedule/schedule-info.js]
plugins:
- jekyll-gist
#Update _config.yml