File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- site_name : CIS*3110 — Operating Systems
1+ site_name : CIS*3110 - Operating Systems
22site_description : Operating Systems notes from the University of Guelph
33site_author : Sabrina Haniff
44site_url : https://sabrinahaniff.github.io/CIS3110-Notes/
55
66theme :
77 name : material
8+ font :
9+ text : Inter
10+ code : JetBrains Mono
811 palette :
912 - scheme : default
1013 primary : teal
@@ -22,9 +25,12 @@ theme:
2225 - navigation.tabs
2326 - navigation.sections
2427 - navigation.top
28+ - navigation.indexes
2529 - search.highlight
2630 - search.suggest
31+ - search.share
2732 - content.code.copy
33+ - content.code.annotate
2834 - toc.follow
2935
3036plugins :
@@ -35,15 +41,29 @@ markdown_extensions:
3541 generic : true
3642 - pymdownx.highlight :
3743 anchor_linenums : true
38- - pymdownx.superfences
44+ - pymdownx.superfences :
45+ custom_fences :
46+ - name : mermaid
47+ class : mermaid
48+ format : !!python/name:pymdownx.superfences.fence_code_format
49+ - pymdownx.tabbed :
50+ alternate_style : true
51+ - pymdownx.tasklist :
52+ custom_checkbox : true
3953 - admonition
4054 - pymdownx.details
55+ - attr_list
56+ - md_in_html
4157 - tables
4258 - toc :
4359 permalink : true
4460
4561extra_javascript :
46- - https://unpkg.com/mathjax@3/es5/tex-mml-chtml.js
62+ - https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js
63+ - https://unpkg.com/mermaid@10/dist/mermaid.min.js
64+
65+ extra_css :
66+ - stylesheets/extra.css
4767
4868nav :
4969 - Home : README.md
5676 - 6. Memory Management : 06-memory-management.md
5777 - 7. Virtual Memory : 07-virtual-memory.md
5878 - 8. File Systems : 08-file-systems.md
59- - Quick Reference : Quick-Reference-Guide.md
79+ - Quick Reference : Quick-Reference-Guide.md
You can’t perform that action at this time.
0 commit comments