Skip to content

Commit fa682ea

Browse files
authored
Update _config.yml
1 parent 3889c9a commit fa682ea

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

_config.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,15 @@ minimal: false # use a dark header
1717
# Menu
1818

1919
navigation: # accepts {file, title, url, icon, sidebaricon}
20+
navigation: # accepts {file, title, url, icon, sidebaricon}
21+
- {title: "About", url: "/about/", icon: user}
22+
- {file: "index.html"}
23+
- {file: "README.md"}
24+
- {title: "CV", url: "Bettys cv updated.pdf", icon: file-alt}
25+
26+
include:
27+
- posts
28+
- assets
2029
- {file: "index.html", title: "/about/", icon: home}
2130
- {title: "Blog", file: "blog.md", icon: user}
2231
- {title: "CV", url: "Bettys cv updated.pdf", icon: file-alt}

0 commit comments

Comments
 (0)