diff --git a/src/config.yml b/src/config.yml index 2a40c07..98ff84f 100644 --- a/src/config.yml +++ b/src/config.yml @@ -28,23 +28,18 @@ permalinks: menu: main: - - identifier: "about" - name: "About" - title: "About" - url: "/about/" - weight: 0 + - identifier: "posts" + name: "Posts" + title: "Posts" + url: "/posts/" + weight: 10 - identifier: "archive" name: "Archive" title: "Archive" url: "/archive/" - weight: 0 - - identifier: "projects" - name: "Projects" - title: "Projects" - url: "/projects/" - weight: 0 - - identifier: "colophon" - name: "Colophon" - title: "Colophon" - url: "/colophon/" - weight: 0 + weight: 20 + - identifier: "about" + name: "About" + title: "About" + url: "/about/" + weight: 30