Skip to content

Blogrolls

Arthur Freitas edited this page Jul 18, 2021 · 2 revisions

Blogrolls are linked lists shown in your site's sidebar. Like menus, you can set up as many blogrolls as you want using the _data/blogroll.yml data file.

- title: Blogroll # The blogroll title shown in the sidebar
  links: # The list of links in this blogroll
    - title: Link 1
      url: "https://example.com"
    - title: Link 2
      url: "https://example.net"
    - title: Link 3
      url: "https://example.org"
- title: Blogroll 2
  links:
    - title: Link 1
      url: "https://example.com"
    - title: Link 2
      url: "https://example.net"
    - title: Link 3
      url: "https://example.org"
Clone this wiki locally