You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7-1Lines changed: 7 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -166,12 +166,18 @@ Change these values to match the pages on your site. Each menu item is composed
166
166
167
167
#### Displaying an image in the navigation bar
168
168
169
-
You can add an image to the navigation bar by defining the `avatar` parameter in `_config.yml`. The image should be a square (width = height).
169
+
You can add an image to the middle of the navigation bar by defining the `avatar` parameter in `_config.yml`. The image should be a square (width = height). This image will disappear once the user scrolls down in the page.
170
170
171
171
```yaml
172
172
avatar: "/path/to/image.png"
173
173
```
174
174
175
+
You can also place an image in the top-left corner of the navigation bar instead of your website's title. This is done with the `title-img` parameter in `_config.yml`:
176
+
177
+
```yaml
178
+
title-img: "/path/to/image.png"
179
+
```
180
+
175
181
### Add your name/email/social media links to the footer
176
182
177
183
You can add contact information and social media links in the footer. They will be displayed as nice little logos, to give the footer a clean feel. Add the following to your `_config.yml` file:
0 commit comments