diff --git a/navLinks.json b/navLinks.json new file mode 100644 index 0000000..ee0f5fc --- /dev/null +++ b/navLinks.json @@ -0,0 +1,35 @@ +[ + { + "href": "/", + "label": "Home" + }, + { + "label": "About", + "submenu": [ + { + "href": "/about/me", + "label": "About Me" + }, + { + "href": "/about/blog", + "label": "About This Blog" + } + ] + }, + { + "href": "/newsletter", + "label": "Newsletter" + }, + { + "href": "/tools", + "label": "Tools I use" + }, + { + "href": "/projects", + "label": "Projects" + }, + { + "href": "/contact", + "label": "Contact" + } +] diff --git a/sitemap.json b/sitemap.json index bf88f45..3063d91 100644 --- a/sitemap.json +++ b/sitemap.json @@ -1,6 +1,7 @@ [ { "loc": "/", "label": "Home" }, - { "loc": "/about", "label": "About Me" }, + { "loc": "/about/me", "label": "About Me" }, + { "loc": "/about/blog", "label": "About This Blog" }, { "loc": "/contact", "label": "Contact" }, { "label": "Blog",