You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docs: rewrite 'Configure your blog' to use GitHub profile social links
Replace the Set Up Blog workflow table with a simple instruction to add
social account links on github.com/settings/profile. Clarify that only
YouTube and HN are supported (LinkedIn/X/Facebook require API keys).
Distinguish My Videos (channel) from My Watching (playlists).
Copy file name to clipboardExpand all lines: README.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -58,14 +58,14 @@ Go to [**Settings → Pages → Build and deployment**](../../settings/pages) an
58
58
59
59
### 3. Configure your blog (optional)
60
60
61
-
Connect optional content sources — no code or API keys needed:
61
+
Connect optional content sources by linking your social accounts on your GitHub profile — no code or API keys needed.
62
62
63
-
| What to set | Where it shows up | How |
64
-
|-------------|-------------------|-----|
65
-
| Your **Hacker News username**|[My Reading](#my-reading--hacker-news) section | Run the **[Set Up Blog](../../actions/workflows/setup-blog.yml)** workflow ([Actions tab](../../actions) → Set Up Blog → Run workflow) |
66
-
| Your **YouTube playlist ID(s)**|[My Watching](#my-watching--youtube-playlists) section | Same workflow, or add a `YOUTUBE_PLAYLIST_IDS`[repository variable](../../settings/variables/actions)|
63
+
Go to [**github.com/settings/profile**](https://github.com/settings/profile), scroll to **Social accounts**, and add links to your:
67
64
68
-
The **[Set Up Blog](../../actions/workflows/setup-blog.yml)** workflow saves your settings as [GitHub Actions repository Variables](../../settings/variables/actions) ([Settings → Secrets and variables → Actions → Variables](../../settings/variables/actions)). Settings are stored per-fork, so they never appear in source code and forks start with a clean slate.
65
+
-**YouTube channel** — videos from your channel appear in the **My Videos** section; add playlist IDs separately (see [My Watching](#my-watching--youtube-playlists)) for the **My Watching** sidebar
66
+
-**Hacker News profile** — your submissions and comments appear in the **My Reading** section
67
+
68
+
> **Supported:** YouTube and Hacker News. LinkedIn, X/Twitter, and Facebook are not supported — they require API keys to pull content.
69
69
70
70
> **Tip:** You can skip this step entirely and come back later — the blog works out of the box with just GitHub Issues.
0 commit comments