Site configuration
MWC's sitewide configuration is set in site/config.toml
, as described in
Zola's configuration docs.
MWC-specific configuration options are stored in the [extra]
section and documented below.
favicon
is a path to the site favicon.logo
is a path to the logo image.logo_width
is the width the logo should be displayed (in pixels).code_action
is a unicode string (probably an emoji) which serves as an icon indicating that students should run some code.teacher_name
is a string representing the teacher's name.release
is the MWC release version, using semantic versioning.header_menu
is a list of maps indicating header items. Each map requires keystext
andhref
.footer_menu
is a list of maps indicating footer items. Each map requires keystext
andhref
.