pengzhanbo 385059f214
docs: update en docs (#708)
* docs: update en docs

* chore: tweak

* chore: tweak

* chore: tweak
2025-10-09 15:46:05 +08:00

44 lines
1.4 KiB
Markdown

---
title: Friend Links Page
icon: carbon:friendship
createTime: 2025/10/08 22:44:28
permalink: /en/guide/friend-links/
---
## Friend Links
The friend links page is not automatically generated, but you can create it as needed.
Create any `*.md` file in your `{sourceDir}/` directory, such as `friends.md`. Then configure it using `frontmatter` in this file.
```md title="friends.md"
---
friends: true
title: Friend Links
description: Description text for friend links
permalink: /friends/
contentPosition: after
list:
-
name: pengzhanbo
link: https://github.com/pengzhanbo
avatar: https://github.com/pengzhanbo.png
desc: Even if slow, persist without stop; even if falling behind, even if failing, one must be able to reach the goal they are heading towards.
-
name: pengzhanbo
link: https://github.com/pengzhanbo
avatar: https://github.com/pengzhanbo.png
desc: Even if slow, persist without stop; even if falling behind, even if failing, one must be able to reach the goal they are heading towards.
---
Custom content <!-- Markdown content will be inserted into the friend links page -->
```
The theme will generate the friend links page based on the configuration.
You need to manually configure the entry link for the friend links page in an appropriate location in the `navbar`.
### Configuration
View the [documentation](../../config/frontmatter/friend.md) for more configuration information.