Skip to content

Commit 2af6285

Browse files
committed
Enable blog tags, categories, and projects
Signed-off-by: Charlie Le <[email protected]>
1 parent b1bdb45 commit 2af6285

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

website/config.toml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,15 @@ defaultContentLanguageInSubdir = false
1616
# Useful when translating.
1717
enableMissingTranslationPlaceholders = true
1818

19-
disableKinds = ["taxonomy", "taxonomyTerm"]
19+
disableKinds = []
20+
[taxonomies]
21+
tag = "tags"
22+
category = "categories"
23+
project = "projects"
24+
[params.taxonomy]
25+
taxonomyCloud = ["projects", "tags"] # set taxonomyCloud = [] to hide taxonomy clouds
26+
taxonomyCloudTitle = ["Our Projects", "Tag Cloud"] # if used, must have same length as taxonomyCloud
27+
taxonomyPageHeader = ["tags", "categories"] # set taxonomyPageHeader = [] to hide taxonomies on the page headers
2028

2129
# Highlighting config
2230
pygmentsCodeFences = true

website/content/en/blog/news/first-post/index.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
date: 2025-04-26
33
title: "Introducing the Cortex Blog: Sharing Our Journey"
44
linkTitle: Hello Cortex!
5+
tags: [ "blog", "cortex", "community", "updates" ]
6+
categories: [ "blog" ]
7+
projects: [ "cortex" ]
58
description: >
69
Welcome to the Cortex blog! We're excited to share updates, best practices, and community highlights around everything Cortex. Stay tuned for technical deep-dives, deployment strategies, and more.
710
author: Charlie Le ([@charlietle](https://twitter.com/charlietle))

0 commit comments

Comments
 (0)