-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
48 lines (42 loc) · 906 Bytes
/
mkdocs.yml
File metadata and controls
48 lines (42 loc) · 906 Bytes
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
site_name: IDEAS
site_description: A lightweight, versioned notebook of research notes and essays.
site_url: https://ideas.onlyideas.art
repo_url: https://github.com/lachlanchen/IDEAS
repo_name: lachlanchen/IDEAS
docs_dir: docs
site_dir: site
theme:
name: material
language: en
favicon: assets/favicon.png
logo: assets/logo.svg
features:
- navigation.tabs
- navigation.indexes
- navigation.instant
- navigation.top
- search.suggest
- search.highlight
- content.code.copy
- toc.integrate
plugins:
- search
- awesome-pages
markdown_extensions:
- admonition
- codehilite
- toc:
permalink: true
- footnotes
- def_list
- attr_list
extra:
social:
- icon: fontawesome/brands/github
link: https://github.com/lachlanchen/IDEAS
nav:
- Home: index.md
- Ideas:
- ideas/index.md
- Publications:
- publications/index.md