Skip to main content

max / makenotwork

1.8 KB · 45 lines History Blame Raw
1 # Your Feed
2
3 Your feed at `/feed` shows new releases from creators, projects, and tags you follow, sorted newest-first. Every item is there because you chose to follow something that produced it, part of [Discovery Through Exploration]./discovery.md#discovery-through-exploration.
4
5 ## What Appears
6
7 - New items published by creators you follow
8 - New items added to projects you follow
9 - New items matching tags you follow
10
11 Each entry shows the item title, creator, cover image, type, price, and publication date.
12
13 ## Following
14
15 Follow from any creator profile, project page, or tag page by clicking the Follow button.
16
17 You can follow three kinds of things:
18
19 | Follow type | What you see in your feed |
20 |-------------|--------------------------|
21 | **Creator** | Everything they publish, across all their projects |
22 | **Project** | New items added to that specific project |
23 | **Tag** | New items from any creator tagged with that tag, or anything under it |
24
25 Following a tag follows its whole branch. Follow `audio` and you get everything
26 tagged anywhere beneath it, down to the most specific tag. Follow
27 `audio.genre.techno` and you get only that. Pick the rung that matches how wide
28 you want the feed to be.
29
30 Unfollow the same way: click the Follow button again.
31
32 ## RSS Alternative
33
34 Your feed is also available as a signed RSS feed (find the URL in Settings). The HMAC-signed URL lets your RSS reader fetch it without a session cookie.
35
36 ## How It Differs from Discover
37
38 **Discover** shows all public content, filtered by search and filters, how you find new creators. **Feed** shows only content from things you follow, how you keep up with creators you know. Both are chronological.
39
40 ## See Also
41
42 - [How Fans Find Your Work]./discovery.md: The Discover page and search
43 - [RSS Feeds]./rss.md: RSS for creators and fans
44 - [Fan Guide]./fan-guide.md: Overview for fans
45