Skip to content

Commit b1bdb45

Browse files
committed
Setup blog with first post
Signed-off-by: Charlie Le <[email protected]>
1 parent 33f363e commit b1bdb45

File tree

3 files changed

+42
-0
lines changed

3 files changed

+42
-0
lines changed

website/content/en/blog/_index.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
---
2+
title: Blog
3+
menu: {main: {weight: 30}}
4+
---
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
---
2+
title: News
3+
weight: 20
4+
---
Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
---
2+
date: 2025-04-26
3+
title: "Introducing the Cortex Blog: Sharing Our Journey"
4+
linkTitle: Hello Cortex!
5+
description: >
6+
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.
7+
author: Charlie Le ([@charlietle](https://twitter.com/charlietle))
8+
---
9+
10+
Welcome to the official Cortex blog!
11+
12+
We’re kicking things off here to share updates, best practices,
13+
technical deep-dives, and community highlights around everything Cortex.
14+
Whether you're operating a Cortex cluster, integrating it into your observability platform,
15+
or just starting to explore scalable time-series databases — you're in the right place.
16+
17+
In the coming weeks, you can expect posts on:
18+
- Real-world Cortex deployment strategies and lessons learned
19+
- Tips for running Cortex efficiently at scale
20+
- Deep dives into key Cortex concepts like blocks storage, ruler sharding, and query federation
21+
- Guides to help new contributors get involved with the project
22+
- Interviews with maintainers and users from across the community
23+
- Roadmap insights and upcoming features we're excited about
24+
25+
Cortex has grown a lot thanks to a vibrant community of operators, contributors, and partners.
26+
This blog will be another space for us to connect, learn from each other, and push the project even further.
27+
28+
Stay tuned — the first technical post is coming soon!
29+
30+
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).
31+
32+
Thanks for being part of the journey! 🚀
33+
34+
— The Cortex Team

0 commit comments

Comments
 (0)