Skip to content

Commit 0756523

Browse files
committed
changed mkdocs config
1 parent b8b399a commit 0756523

File tree

1 file changed

+10
-7
lines changed

1 file changed

+10
-7
lines changed

mkdocs.yml

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,12 @@ theme:
55
palette:
66
primary: 'green'
77
accent: 'green'
8-
logo:
9-
icon: 'library_books'
8+
icon:
9+
logo: 'material/library_books'
10+
features:
11+
- instant
12+
- tabs
13+
language: en
1014

1115
plugins:
1216
- search
@@ -31,11 +35,10 @@ repo_url: 'https://github.com/ericmjl/bayesian-analysis-recipes'
3135

3236
extra:
3337
social:
34-
- type: 'envelope'
35-
link: 'http://www.shortwhale.com/ericmjl'
36-
- type: 'github'
38+
- icon: 'material/mail'
39+
- icon: 'fontawesome/brands/github'
3740
link: 'https://github.com/ericmjl'
38-
- type: 'twitter'
41+
- icon: 'fontawesome/brands/twitter'
3942
link: 'https://twitter.com/ericmjl'
40-
- type: 'linkedin'
43+
- icon: 'fontawesome/brands/linkedin'
4144
link: 'https://linkedin.com/in/ericmjl'

0 commit comments

Comments
 (0)