Skip to content

Setup blog with first post #6725

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Apr 28, 2025
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
10 changes: 9 additions & 1 deletion website/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,15 @@ defaultContentLanguageInSubdir = false
# Useful when translating.
enableMissingTranslationPlaceholders = true

disableKinds = ["taxonomy", "taxonomyTerm"]
disableKinds = []
[taxonomies]
tag = "tags"
category = "categories"
project = "projects"
[params.taxonomy]
taxonomyCloud = ["projects", "tags"] # set taxonomyCloud = [] to hide taxonomy clouds
taxonomyCloudTitle = ["Our Projects", "Tag Cloud"] # if used, must have same length as taxonomyCloud
taxonomyPageHeader = ["tags", "categories"] # set taxonomyPageHeader = [] to hide taxonomies on the page headers

# Highlighting config
pygmentsCodeFences = true
Expand Down
37 changes: 37 additions & 0 deletions website/content/en/blog/2025/first-post.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
---
date: 2025-04-26
title: "Introducing the Cortex Blog: Sharing Our Journey"
linkTitle: Hello Cortex!
tags: [ "blog", "cortex", "community", "updates" ]
categories: [ "blog" ]
projects: [ "cortex" ]
description: >
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.
author: Charlie Le ([@charlietle](https://twitter.com/charlietle))
---

Welcome to the official Cortex blog!

We’re kicking things off here to share updates, best practices,
technical deep-dives, and community highlights around everything Cortex.
Whether you're operating a Cortex cluster, integrating it into your observability platform,
or just starting to explore scalable time-series databases — you're in the right place.

In the coming weeks, you can expect posts on:
- Real-world Cortex deployment strategies and lessons learned
- Tips for running Cortex efficiently at scale
- Deep dives into key Cortex concepts like blocks storage, ruler sharding, and query federation
- Guides to help new contributors get involved with the project
- Interviews with maintainers and users from across the community
- Roadmap insights and upcoming features we're excited about

Cortex has grown a lot thanks to a vibrant community of operators, contributors, and partners.
This blog will be another space for us to connect, learn from each other, and push the project even further.

Stay tuned — the first technical post is coming soon!

If there's a topic you’d love to see covered, feel free to reach out or open a discussion in our [Cortex community forums](https://github.com/cortexproject/cortex/discussions).

Thanks for being part of the journey! 🚀

— The Cortex Team
4 changes: 4 additions & 0 deletions website/content/en/blog/_index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
---
title: Blog
menu: {main: {weight: 30}}
---
Loading