-
Notifications
You must be signed in to change notification settings - Fork 825
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
Changes from 1 commit
Commits
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
--- | ||
title: Blog | ||
menu: {main: {weight: 30}} | ||
--- |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
--- | ||
title: News | ||
weight: 20 | ||
--- |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
--- | ||
date: 2025-04-26 | ||
title: "Introducing the Cortex Blog: Sharing Our Journey" | ||
linkTitle: Hello 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 |
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do we plan to have separate categories for our blogs?
Are we able to add tags. Maybe those tags should be enough
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, I think we should have separate categories on our blog. The initial categories I was thinking about were:
We are able to add tags as well. Here's a screenshot of what a blog post looks like with tags and what clicking on one of the tags looks like.

