forked from uhm-descartes/descartes-modules
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
executable file
·43 lines (38 loc) · 1.09 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
# descrartes courses
descartes_courses:
- name: BUS 619
url: https://morea-framework.github.io/bus619
# 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: descartes-modules
baseurl: /descartes-modules
safe: false
morea_theme: spacelab
timezone: Pacific/Honolulu
morea_navbar_items:
# - Prerequisites
- Modules
#- Outcomes
#- Readings
#- Experiences
#- Assessments
logger_factory:
Morea: error
# MOREA PORTAL: The following fields are only needed if this site is part of a "Morea Portal".
# morea_course: bus619
# 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