Skip to content

Commit 4499d71

Browse files
committed
tag updates for blog
1 parent 4e2f1ee commit 4499d71

14 files changed

Lines changed: 126 additions & 13 deletions

BLOG-TAGGING-GUIDELINES.md

Lines changed: 113 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,113 @@
1+
# CollectionBuilder Blog Tagging Guidelines
2+
3+
This document provides standardized guidelines for tagging blog posts in the CollectionBuilder blog to ensure consistent organization and discoverability.
4+
5+
## Tag Format Rules
6+
7+
**Always use lowercase with hyphens (kebab-case):**
8+
-`student-reflection`
9+
-`project-spotlight`
10+
-`cb-sheets`
11+
-`Student Reflection`
12+
-`student_reflection`
13+
-`studentreflection`
14+
15+
**No spaces in tags** - replace with hyphens:
16+
-`oral-histories`
17+
-`3d-collections`
18+
-`oral histories`
19+
-`3d collections`
20+
21+
## Primary Content Categories
22+
23+
### Newsletter Posts (13 posts)
24+
**Tag:** `newsletter`
25+
- Monthly roundup posts (bulletins)
26+
- Community updates and announcements
27+
- Regular recurring content
28+
29+
### Student Work (8 posts)
30+
**Tag:** `student-reflection`
31+
- Student reflections and experiences
32+
- LIS student program participants
33+
- Personal learning journeys
34+
35+
### Featured Projects (5 posts)
36+
**Tag:** `project-spotlight`
37+
- Community project highlights
38+
- User case studies and implementations
39+
- Showcasing creative uses of CollectionBuilder
40+
41+
### Educational Content (7 posts)
42+
**Tag:** `teaching`
43+
- Classroom integration stories
44+
- Pedagogical approaches
45+
- Educational use cases
46+
47+
### Announcements (5 posts)
48+
**Tag:** `announcement`
49+
- Important CollectionBuilder news
50+
- Team changes and updates
51+
- Major feature releases
52+
53+
### Resources (1 post)
54+
**Tag:** `resources`
55+
- Helpful guides and references
56+
- Community-contributed content
57+
58+
## Technical Categories
59+
60+
### CollectionBuilder Templates
61+
- `cb-sheets` (5 posts) - CollectionBuilder-SHEETS related content
62+
- `cb-gh` (2 posts) - CollectionBuilder-GH related content
63+
- `cb-csv` (1 post) - CollectionBuilder-CSV related content
64+
65+
### Technical Content
66+
- `tech` (4 posts) - General technical discussions
67+
- `alert` (2 posts) - Important technical alerts and bugs
68+
- `tip` (1 post) - Technical tips and tricks
69+
- `ruby-jekyll` (1 post) - Ruby/Jekyll specific content
70+
71+
### Development
72+
- `cb-add-on` (2 posts) - Add-on tools and extensions
73+
- `customization` (1 post) - Customization guides
74+
- `github` (1 post) - GitHub-specific content
75+
76+
## Thematic Tags
77+
78+
### Subject Areas
79+
- `3d-collections` (1 post) - 3D content and viewers
80+
- `multilingual` (1 post) - Multi-language collections
81+
- `oral-histories` (2 posts) - Oral history projects
82+
83+
### Community & Events
84+
- `community` (5 posts) - Community building and engagement
85+
- `workshops` (4 posts) - Workshop announcements and recaps
86+
- `lis-student-program` (2 posts) - Library science student program
87+
88+
## Tag Usage Examples
89+
90+
### Newsletter Post
91+
```yaml
92+
tags: [newsletter, project-spotlight, cb-sheets, workshops]
93+
```
94+
95+
### Student Reflection
96+
```yaml
97+
tags: [student-reflection, lis-student-program, community]
98+
```
99+
100+
### Technical Alert
101+
```yaml
102+
tags: [alert, tech, cb-gh, github]
103+
```
104+
105+
### Teaching Post
106+
```yaml
107+
tags: [teaching, cb-sheets, workshops]
108+
```
109+
110+
---
111+
112+
*Last updated: June 2025*
113+
*For questions about tagging, contact the CollectionBuilder team.*

_posts/2023-11-06-collectionbuilder-examples.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: CollectionBuilder Examples Site Now Live
44
subtitle:
55
author: Julia Stone
66
publish-date: November 6, 2023
7-
tags: [projects, announcement]
7+
tags: [community, announcement, project-spotlight]
88
short_description: Our new CollectionBuilder Examples site features over 100 projects built with CollectionBuilder. Check it out and submit your project to be published on the site.
99
---
1010

_posts/2023-11-07-introducing-collectionbuilder-sheets.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: Introducing CollectionBuilder-Sheets
44
subtitle:
55
author: Devin Becker
66
publish-date: November 7, 2023
7-
tags: [SHEETS, tech, announcement]
7+
tags: [cb-sheets, tech, announcement]
88
short_description: SHEETS is the newest and most versatile CollectionBuilder template. Users can now build CollectionBuilder exhibits directly from a Google Sheet.
99
tldr: SHEETS is the newest and most versatile CollectionBuilder template. Users can now build CollectionBuilder exhibits directly from a Google Sheet.
1010
---

_posts/2023-11-30-november-roundup.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: 'CollectionBuilder Bulletin: November 2023'
44
subtitle:
55
author: Julia Stone
66
publish-date: November 30, 2023
7-
tags: [newsletter]
7+
tags: [newsletter, cb-sheets, teaching, workshops]
88
short_description: 'Check out our monthly round-up for November 2023 featuring CollectionBuilder news and updates, upcoming events, and more.'
99
tldr: 'Check out our monthly round-up for November 2023 featuring CollectionBuilder news and updates, upcoming events, and more.'
1010
---

_posts/2024-01-29-oral-history-projects.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: "Building Oral History Projects: CollectionBuilder and Oral History as Da
44
subtitle:
55
author: Julia Stone
66
publish-date: January 29, 2024
7-
tags: [oral histories, resources]
7+
tags: [resources, oral-histories]
88
short_description: This blog post highlights helpful strategies, resources, and project examples to help guide you as you begin or continue work on oral history collections.
99
---
1010

_posts/2024-01-31-meridian-library-district.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: "Project Spotlight: Q&A with Bryan Cottle, Meridian Library District Digi
44
subtitle:
55
author: Julia Stone; Bryan Cottle
66
publish-date: January 31, 2024
7-
tags: [project spotlight]
7+
tags: [project-spotlight, community]
88
short_description: This blog post highlights helpful strategies, resources, and project examples to help guide you as you begin or continue work on oral history collections.
99
---
1010

_posts/2024-02-02-january-roundup.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: 'CollectionBuilder Bulletin: January 2024'
44
subtitle:
55
author: Julia Stone
66
publish-date: February 2, 2024
7-
tags: [newsletter]
7+
tags: [newsletter, oral-histories, project-spotlight, lis-student-program]
88
short_description: 'Check out our monthly round-up for January 2024 featuring CollectionBuilder news and updates, upcoming events, and more.'
99
tldr: 'Check out our monthly round-up for January 2024 featuring CollectionBuilder news and updates, upcoming events, and more.'
1010
---

_posts/2024-03-01-february-roundup.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: 'CollectionBuilder Bulletin: February 2024'
44
subtitle:
55
author: Julia Stone
66
publish-date: March 1, 2024
7-
tags: [newsletter]
7+
tags: [newsletter, workshops, cb-sheets, teaching]
88
short_description: 'Check out our monthly round-up for February 2024 featuring CollectionBuilder news and updates, upcoming events, and more.'
99
tldr: 'Check out our monthly round-up for February 2024 featuring CollectionBuilder news and updates, upcoming events, and more.'
1010
---

_posts/2024-04-01-march-roundup.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: 'CollectionBuilder Bulletin: March 2024'
44
subtitle:
55
author: Julia Stone
66
publish-date: April 1, 2024
7-
tags: [newsletter]
7+
tags: [newsletter, teaching, workshops, cb-sheets]
88
short_description: 'Check out our monthly round-up for March 2024 featuring CollectionBuilder news and updates, upcoming events, and more.'
99
tldr: 'Check out our monthly round-up for March 2024 featuring CollectionBuilder news and updates, upcoming events, and more.'
1010
---

_posts/2024-04-22-cb-moritz-mahr.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: "Q&A with Moritz Mähr, Stadt.Geschichte.Basel and cb-translate"
44
subtitle:
55
author: Julia Stone; Moritz Mähr
66
publish-date: April 22, 2024
7-
tags: [project spotlight]
7+
tags: [project-spotlight, community, multilingual]
88
short_description: In this post, CB Community Liaison Julia Stone reflects upon her time with the CollectionBuilder team and discusses what she is looking forward to next in her career journey.
99
---
1010

0 commit comments

Comments
 (0)