-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsources.example.yaml
More file actions
53 lines (46 loc) · 1.8 KB
/
Copy pathsources.example.yaml
File metadata and controls
53 lines (46 loc) · 1.8 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
# WP Trend Watcher — Source Configuration
#
# Copy this file to sources.yaml and customize.
# If sources.yaml is missing, the built-in defaults are used.
#
# Each source needs: id, name, feedUrl
# Optional: url (homepage), tier (1 or 2, default 2)
sources:
# ── Tier 1: Core WordPress sources ──────────────────────────────
- id: wordpress-developer-blog
name: WordPress Developer Blog
url: https://developer.wordpress.org/news/
feedUrl: https://developer.wordpress.org/news/feed/
tier: 1
- id: make-core
name: Make Core
url: https://make.wordpress.org/core/
feedUrl: https://make.wordpress.org/core/feed/
tier: 1
- id: wordpress-org-news
name: WordPress.org News
url: https://wordpress.org/news/
feedUrl: https://wordpress.org/news/feed/
tier: 1
- id: acf-blog
name: ACF Blog
url: https://www.advancedcustomfields.com/blog/
feedUrl: https://www.advancedcustomfields.com/blog/feed/
tier: 1
# ── Tier 2: Broader ecosystem ──────────────────────────────────
- id: gutenberg-times
name: Gutenberg Times
url: https://gutenbergtimes.com/
feedUrl: https://gutenbergtimes.com/feed/
tier: 2
- id: acf-chat-fridays
name: ACF Chat Fridays
url: https://www.advancedcustomfields.com/blog/tag/acf-chat-fridays/
feedUrl: https://www.advancedcustomfields.com/blog/tag/acf-chat-fridays/feed/
tier: 2
# ── Your own sources ───────────────────────────────────────────
# - id: my-plugin-blog
# name: My Plugin Blog
# url: https://myplugin.com/
# feedUrl: https://myplugin.com/feed/
# tier: 2