Skip to content

Commit ac75291

Browse files
committed
Add Home tab to navigation
1 parent 224703a commit ac75291

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

mkdocs.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,13 +123,14 @@ markdown_extensions:
123123
- pymdownx.tilde
124124

125125
nav:
126+
- Home: 'index.md'
126127
- Blog: 'writing/'
127128
- Contact: 'contact.md'
128129

129130
plugins:
130131
- social
131132
- search:
132-
separator: '[\s\u200b\-_,:!=\[\]()"`/]+|\.(?!\d)|&[lg]t;|(?!\b)(?=[A-Z][a-z])'
133+
separator: '[\s​\-_,:!=\[\]()"`/]+|\.(?!\d)|&[lg]t;|(?!)(?=[A-Z][a-z])'
133134
- minify:
134135
minify_html: true
135136
- blog:

0 commit comments

Comments
 (0)