-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
77 lines (67 loc) · 1.76 KB
/
mkdocs.yml
File metadata and controls
77 lines (67 loc) · 1.76 KB
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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
# Project information
site_name: SCU AMTH 240 Discrete Mathematics for CS
site_description: SCU AMTH 240 notes and assignments, with Discrete and Combinatorial Mathematics, Grimaldi.
site_author: Amblizer
site_url: https://amth240.amblizer.xyz
# Repository
repo_name: EICamino/AMTH240
repo_url: https://github.com/EICamino/AMTH240
# Copyright
copyright: '<a href="https://amblizer.xyz">Amblizer</a> © 2018'
# Configuration
theme:
name: 'material'
language: 'en'
# favicon: 'assets/favicon.png'
palette:
primary: 'indigo'
accent: 'teal'
font:
text: 'Roboto'
code: 'Roboto Mono'
logo:
icon: 'import_contacts'
# Customization
extra:
social:
- type: github
link: https://github.com/EICamino
- type: quote-left
link: https://amblizer.xyz
- type: linkedin
link: https://www.linkedin.com/in/m-zhao
# - type: book
# link:
# - type: gamepad
# link:
# - type: instagram
# link:
extra_javascript:
- 'js/mathjax.js'
- 'https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.5/MathJax.js?config=TeX-MML-AM_CHTML'
# Google Analytics
# Extensions
markdown_extensions:
- codehilite:
linenums: true
- toc:
permalink: false
- pymdownx.arithmatex
- pymdownx.betterem:
smart_enable: all
# - pymdownx.caret
- pymdownx.critic
- pymdownx.details
- pymdownx.emoji:
emoji_generator: !!python/name:pymdownx.emoji.to_svg
- pymdownx.inlinehilite
# - pymdownx.magiclink
# - pymdownx.mark
- pymdownx.smartsymbols
- pymdownx.superfences
- pymdownx.tasklist:
custom_checkbox: true
- pymdownx.tilde
# disqus
extra:
disqus: amblizer