Skip to content

Commit b46c306

Browse files
committed
tag updates
1 parent a1b5773 commit b46c306

File tree

1 file changed

+37
-0
lines changed

1 file changed

+37
-0
lines changed

src/data/tags.yaml

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,47 @@
1+
## Category tags (displayed as primary tag on post cards)
12
- id: Getting Started
23
description: Guides about basic concepts
34
image: img/tag-getting-started.jpg
5+
- id: Announcement
6+
description: News, introductions, and site updates about FuryStack
7+
- id: Architecture
8+
description: Design decisions, refactoring, and framework internals
9+
- id: Frontend
10+
description: Shades UI library, components, routing, and theming
11+
12+
## Thematic tags (cross-cutting topics for related post discovery)
13+
- id: tutorial
14+
description: Step-by-step instructional posts
15+
- id: refactoring
16+
description: Posts about code or API refactoring
17+
- id: breaking-changes
18+
description: Posts covering breaking API changes
19+
- id: dependency-injection
20+
description: Dependency injection and Inversion of Control patterns
21+
- id: data-storage
22+
description: Data stores, repositories, and the data layer
23+
- id: rest-api
24+
description: REST API design, implementation, and consumption
25+
- id: ui-components
26+
description: UI components, theming, and layout systems
27+
- id: showcase
28+
description: The Shades Showcase App and its evolution
29+
- id: routing
30+
description: Client-side routing concepts and implementations
31+
- id: migration
32+
description: Migration stories and upgrade guides
33+
- id: site
34+
description: Posts about this blog and the FuryStack website
35+
- id: validation
36+
description: Data validation and schema enforcement
37+
38+
## General tags
439
- id: FuryStack
540
description: General announcements and updates about the FuryStack framework
641
- id: Welcome
742
description: Introductory posts about the FuryStack site and project
43+
44+
## Package tags
845
- id: boilerplate
946
description: The Boilerplate project is your best friend if you want to get familiar with FuryStack or start a new FuryStack project
1047
image: img/tag-boilerplate.jpg

0 commit comments

Comments
 (0)