|
| 1 | +## Category tags (displayed as primary tag on post cards) |
1 | 2 | - id: Getting Started |
2 | 3 | description: Guides about basic concepts |
3 | 4 | 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 |
4 | 39 | - id: FuryStack |
5 | 40 | description: General announcements and updates about the FuryStack framework |
6 | 41 | - id: Welcome |
7 | 42 | description: Introductory posts about the FuryStack site and project |
| 43 | + |
| 44 | +## Package tags |
8 | 45 | - id: boilerplate |
9 | 46 | description: The Boilerplate project is your best friend if you want to get familiar with FuryStack or start a new FuryStack project |
10 | 47 | image: img/tag-boilerplate.jpg |
|
0 commit comments