diff --git a/config/_default/menus.toml b/config/_default/menus.toml index cafa933..561f938 100644 --- a/config/_default/menus.toml +++ b/config/_default/menus.toml @@ -10,17 +10,17 @@ url = "/posts" weight = 2 -# [[main]] -# identifier = "open-sources" -# name = "Open Sources" -# url = "/open-sources" -# weight = 2 - [[main]] - identifier = "categories" - name = "Categories" - url = "/categories" - weight = 3 + identifier = "projects" + name = "Projects" + url = "/projects" + weight = 2 + +# [[main]] +# identifier = "categories" +# name = "Categories" +# url = "/categories" +# weight = 3 [[main]] identifier = "tags" diff --git a/content/open-sources/_index.md b/content/open-sources/_index.md deleted file mode 100644 index 5641d65..0000000 --- a/content/open-sources/_index.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -title: "Open Sources" -header: "Open Sources" # Optional ---- - -Project ... \ No newline at end of file diff --git a/content/projects/_index.md b/content/projects/_index.md new file mode 100644 index 0000000..bfcee8b --- /dev/null +++ b/content/projects/_index.md @@ -0,0 +1,6 @@ +--- +title: "Projects" +header: "Projects" # Optional +--- + +WIP \ No newline at end of file