Friend Circle: Setup & Configuration
Use Friend-Circle-Lite as the data source and render the feed on the Links page.
views
| comments
1. What is Friend Circle#
Friend Circle shows an aggregated feed from your blogroll. In this theme it appears on the Links page:
src/pages/links/index.astro
2. Prepare the Data Source (Friend-Circle-Lite)#
This theme consumes Friend-Circle-Lite data (like all.json). Reference setup guide:
You should end up with a domain like:
fc.example.comtxtand ensure this is accessible:
https://fc.example.com/all.jsontxt3. Enable in the Theme#
Edit src/site.config.ts:
theme.personal.domains.friendCircle = 'fc.example.com'
After that, /links will automatically render the “Small Circle” section.
4. RSS Reminder#
If a site is in your links but never shows up in the feed, it usually means its RSS is missing or unreachable.