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 1 commit
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
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}}
---
4 changes: 4 additions & 0 deletions website/content/en/blog/news/_index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
---
title: News
Copy link
Contributor

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

Copy link
Member Author

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:

  1. news (e.g. announcements and project updates)
  2. guides (e.g. native histograms, optimizing promql queries)
  3. community (e.g. interviews with maintainers and the community)

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.
blog-tag
blog-tag-cloud

weight: 20
---
34 changes: 34 additions & 0 deletions website/content/en/blog/news/first-post/index.md
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
Loading