What is the best Open Source CMS for HUGO?

It’s a good question. In CloudCannon, we recommend using a data file for navigation, something like this:

- title: "Home"
  link: "/"
- title: "About"
  link: "/about/"
- title: "Services"
  link: "/services/"

Then in CloudCannon, you can easily add, reorder, update and delete items to your navigation.

1 Like