Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,9 @@ description: "Cozystack v1.4.0 brings a schema-driven dashboard, persistent work
images:
- "cozystack-1-4-banner.jpg"
article_types:
- announcement
- release
topics:
- platform
- release
---

{{< figure src="cozystack-1-4-banner.jpg" alt="Cozystack v1.4.0 release banner" width="720" >}}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,9 @@ description: "Cozystack v1.5.0 adds opt-in Gateway API ingress via Cilium, TLS f
images:
- "cozystack-1-5-banner.jpg"
article_types:
- announcement
- release
topics:
- platform
- release
---

{{< figure src="cozystack-1-5-banner.jpg" alt="Cozystack v1.5.0 release banner — Gateway API, default backups, Flux sharding, TLS, and GPU passthrough" width="720" >}}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ images:
- "ghostlock-cozystack-assessment.png"
article_types:
- news
- talos
topics:
- security
- talos
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ images:
- "januscape-talos-fix.png"
article_types:
- how-to
- talos
topics:
- security
- talos
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ images:
- "tenant-network-isolation.png"
article_types:
- tech-article
- networking
topics:
- networking
- security
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ images:
- "using-cozystack-independently.png"
article_types:
- news
- community
- announcement
topics:
- community
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ images:
- "linstor-drbd-replicated-storage.png"
article_types:
- tech-article
- storage
topics:
- storage
- linstor
Expand Down
44 changes: 44 additions & 0 deletions data/taxonomy.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
# Closed vocabularies for the two blog taxonomy axes.
#
# The axes are orthogonal and must stay disjoint: no term may appear in both.
# article_types — what kind of material this is (the genre)
# topics — what the material is about (the subject area)
#
# A post normally carries exactly one article_type and one or more topics.
#
# Adding a term is a deliberate act: a one-off term creates a taxonomy page
# with a single entry, which is thin content for search engines. Prefer an
# existing term, and add a new one only when a subject genuinely recurs.
#
# This file is the source of truth for the publishing validator. Keep both
# lists alphabetical.

article_types:
- announcement
- case
- how-to
- news
- release
- tech-article

topics:
- backup
- cilium
- cncf
- community
- drbd
- events
- gpu
- install
- kubernetes
- kubevirt
- linstor
- networking
- observability
- opensearch
- platform
- postgresql
- security
- storage
- talos
- virtualization
Loading