-
Notifications
You must be signed in to change notification settings - Fork 818
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
Conversation
Signed-off-by: Charlie Le <[email protected]>
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.
Thanks for setting this up!
@@ -0,0 +1,4 @@ | |||
--- | |||
title: News |
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:
- news (e.g. announcements and project updates)
- guides (e.g. native histograms, optimizing promql queries)
- 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.
Signed-off-by: Charlie Le <[email protected]>
Looks great. Nice work @CharlieTLe |
Signed-off-by: Charlie Le <[email protected]>
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.
Amazing
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.
Thanks!
What this PR does: Sets up a blog.
Which issue(s) this PR fixes:
Fixes #6471
Checklist
CHANGELOG.md
updated - the order of entries should be[CHANGE]
,[FEATURE]
,[ENHANCEMENT]
,[BUGFIX]