forked from change-hi/change-hi.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
executable file
·37 lines (34 loc) · 1002 Bytes
/
_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
# 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: Change-HI/EDU
baseurl: ""
morea_theme: spacelab
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 here3"
# 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