-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
38 lines (38 loc) · 1.07 KB
/
mkdocs.yml
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
site_name: MATH 375
docs_dir: docs
theme_dir: theme
site_url: http://uvicnotes.github.io/MATH-375/
repo_url: https://github.com/UVicNotes/MATH-375
site_description: Course Notes for MATH 375 - Philosophy of Mathematics
site_author: Brynn Hawker
google_analytics:
- 'UA-91401009-1'
- 'auto'
pages:
- Home: 'index.md'
- Notes:
- 'Introduction': 'notes/1-introduction.md'
- "Frege's Logicism": 'notes/2-freges-logicism.md'
- "Set Theory": 'notes/3-set-theory.md'
- "Intuitionism": 'notes/4-intuitionism.md'
- "Consistency": 'notes/5-consistency.md'
- Appendices:
- 'Logic': 'appx/logic.md'
extra_javascript:
- https://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML
- https://cdn.rawgit.com/UVicNotes/UVicNotes/81099952ba789829fab1840e5d26cb5a2bf62011/helpers/mathjax.js
markdown_extensions:
- mdx_math
- mdx_del_ins
- codehilite(css_class=code)
- admonition
- smarty
- iconfonts:
base: icon
- toc:
permalink: True
extra:
version: 'Spring 2017'
palette:
primary: 'indigo'
accent: 'orange'