Skip to content
Permalink
main
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
 
 
Cannot retrieve contributors at this time
site_name: "Template MKDocs"
#site_dir: "pages/aa9863/6005-CEM"
site_url: https://github.coventry.ac.uk/pages/CUEH/6005CEM/ #Update this to
repo_name: cueh/6005CEM
repo_url: https://github.coventry.ac.uk/CUEH/6005CEM
theme:
name: material
features:
- navigation.top #Have a "Go to top button
#- toc.integrate # Intergrate the pages TOC into the Nav
#- navigation.tabs #We can have Top level as tabs, but I dont really like it.
custom_dir: custom_theme
font: false
palette:
- scheme: default
toggle:
icon: material/weather-night
name: Switch to dark mode
- scheme: slate
toggle:
icon: material/weather-sunny
name: Switch to light mode
extra:
analytics: #Allow use of Analytics
provider: plausible
script: '<!-- Analytics Script to go here -->'
version: #Aloow versioning via Mike. (https://squidfunk.github.io/mkdocs-material/setup/setting-up-versioning/)
provider: mike
markdown_extensions:
- meta
- admonition
- codehilite
- def_list
- footnotes
- abbr
- pymdownx.tabbed #For Tabbed Sourcecode
- pymdownx.superfences
- pymdownx.details
- pymdownx.keys
- pymdownx.tasklist
- pymdownx.smartsymbols
- pymdownx.tilde
- pymdownx.arithmatex:
generic: true
- pymdownx.emoji: #Custom Icons (Looks like we need the Emojii)
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg
options:
custom_icons:
- custom_theme/.icons
extra_css:
- assets/stylesheets/custom.css
extra_javascript:
- assets/javascripts/config.js
- https://polyfill.io/v3/polyfill.min.js?features=es6
- https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js
nav:
- Home: index.md
- Essentials:
- Module Guide: essentials/moduleguide.md
- Assesment:
- Assessment Overview: assessment/assessment.md
- Assessment Example: assessment/ExampleCW.md