Extend Hugo’s functionality Hugo does not have plugins (like some other SSG’s) that can alter the way Hugo works, but luckily most functionalities do not require that. Below a list of add-on functionalities for Hugo. They are all easy to install and, most important, very easy to adjust to your needs. Let’s give WordPress users a run for their money!| Hugo Codex
Introduction Breadcrumb paths are a single line of links (often placed above the title) that show a page’s location in the site hierarchy. Every website should have breadcrumbs, as it benefits SEO as well as the users understanding of the sites structure. How it works This code looks at the Ancestors variable to create the breadcrumb path. This approach has a small footprint. Additionally, this code does not require the breadcrumbs to be explicitly defined in the front matter / YAML.| Hugo Codex