1 parent 71cf0fe commit 9322bbeCopy full SHA for 9322bbe
1 file changed
mkdocs.yml
@@ -3,12 +3,6 @@ site_description: Operating Systems notes from the University of Guelph
3
site_author: Sabrina Haniff
4
site_url: https://sabrinahaniff.github.io/CIS3110-Notes/
5
6
-docs_dir: .
7
-site_dir: site
8
-
9
-exclude_docs: |
10
- site/
11
12
theme:
13
name: material
14
palette:
@@ -42,12 +36,8 @@ markdown_extensions:
42
36
- pymdownx.highlight:
43
37
anchor_linenums: true
44
38
- pymdownx.superfences
45
- - pymdownx.tabbed:
46
- alternate_style: true
47
39
- admonition
48
40
- pymdownx.details
49
- - attr_list
50
- - md_in_html
51
41
- tables
52
- toc:
53
permalink: true
0 commit comments