White Cabinet

Hugo Theme

Creating the link page

Posted on 9 Mar, 2020

You can create a page to list important links. This will be placed below the infobar for landscape-oriented screens, or just above the footer for portrait-oriented screens.

links_fig

The list of links can be created directly as the index.md file in the /content/link directory. To show the link to the link page, add

[Params]
  link = "DISPLAYED NAME"
  linkPath = "en/link"

in the config.toml. The “DISPLAYED NAME” corresponds to the string that will be shown on the page. You can customize the linkPath if you need to place the index.md in a directory other than /content/link. Note the language specification.