Solitude Docs

Friend Links

Manage friend links with categories, site metadata, and application guidance.

Purpose

Manage friend links with categories, site metadata, and application guidance.

Create the page

Create a page under source/links/index.md and set a clear title.

---
title: Friend Links
date: 2026-01-01
type: links
---

Create the data file

Put repeatable content in source/_data/links.yml.

items:
  - name: Example item
    description: Replace this with your own content.
    link: https://example.com

Theme configuration

Enable the page module in the theme configuration when the feature requires a switch.

pages:
  links:
    enable: true
    data: links.yml

File structure

Blog Directory
source
_data
links.yml
links
index.md

Field reference

  • name: display name.
  • description: short explanatory text.
  • link: optional external or internal URL.
  • cover: optional image path when the page layout supports covers.
  • tags: optional labels used for grouping or filtering.

Start with one or two items, confirm the page renders, then expand the data file.