Seeking help with not found page when clicking on the navigation link within a page on a hugo site

Seeking help with not found page error when clicking on the navigation link within a page on a hugo site
please see below:

link to code: GitHub - laithse1/Infra-site-new at Infra-branch

Thank you in advance!!

when I click on the page name such as IMS

You repository and site structure are… unexpected.

  • Why is everything inside of “inventory” when it should be in the project root?
  • Where is your content?
  • Where is your config?
  • Where is your themes directory?
  • etc.

A typical structure is shown here:
https://gohugo.io/getting-started/directory-structure/

You might want to spend a couple of minutes going through the quick start guide:
https://gohugo.io/getting-started/quick-start/

@jmooring here is my content and the config related files. I am putting everything in inventory as an examplewebsite to test this theme . will re-structure later

@jmooring link to code: Infra-site-new/inventory/exampleSite at Infra-branch · laithse1/Infra-site-new · GitHub

See my previous comment regarding structure. I have no idea how to build your site.

1 Like

Thank you