Skip to content

Conversation

@hg9336099029
Copy link

@hg9336099029 hg9336099029 commented Oct 8, 2025

Resolves #2938

✔️ Checklist

  • Check for common mistakes:
    • Wrap plain URLs in <> to linkify them (learn more).
    • Use the right level of headings: The page title will use a level 1 headings, so your headings should use level 2 and below.
    • Use internal links: when linking to another page on https://matrix.org, use the Zola [label](@/target.md) syntax.
  • For blog posts:
    • Verify the date and post ordering on the /blog page, especially for multiple posts on the same day. Prefer UTC format, e.g. 2025-12-01T14:00:00Z for Dec 1st, 2025, 2pm UTC.
    • Set the correct author and category. Browse existing ones at https://matrix.org/author/ and https://matrix.org/category/ to match them.
  • Let us know if you are contributing in a specific role, such as on behalf of an organisation or team, for example.
  • Let us know if your PR is time-sensitive in any way.
  • Mention any issues related to the PR. Use GitHub keywords as appropriate.
  • Your individual commits or pull request is signed off.

Signed-off-by: harsh Gupta <hg9336099029@gmail.com>
@HarHarLinks HarHarLinks added enhancement This would be an improvement to the website. blog This issue is related to the blog section labels Oct 9, 2025
@HarHarLinks HarHarLinks requested a review from a team October 9, 2025 16:42
Copy link
Collaborator

@HarHarLinks HarHarLinks left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for your enthusiasm.

Please check that your editor applies our .editorconfig file when editing this repository; particularly you are missing some newlines at the end. See https://gist.github.com/olivertappin/19a95236d8b69f1c9eadfc799a9ab7fc for more info about newlines at the end of files.

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

we use scss in this project. please learn more at https://www.getzola.org/documentation/content/sass/

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

while we are enthusiastic about blog entries from the community about matrix, contributions such as this one is not what we are looking for on the blog.

Comment on lines +26 to +38
{% set title_lower = blog_page.title | lower %}
{% set category = "other" %}
{% if "this week in matrix" in title_lower %}
{% set category = "weekly" %}
{% elif "release" in title_lower %}
{% set category = "release" %}
{% elif "project" in title_lower %}
{% set category = "project" %}
{% elif "update" in title_lower or "account" in title_lower %}
{% set category = "announcement" %}
{% elif "corruption" in title_lower or "incident" in title_lower %}
{% set category = "incident" %}
{% endif %}
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

you might be ahead of the curve here - we need to decide how we want the filters to work

Comment on lines +9 to +17
<!-- Filter Buttons -->
<div id="filter-buttons" style="margin-bottom: 1rem;">
<button class="filter-btn active" data-filter="all">All</button>
<button class="filter-btn" data-filter="weekly">This Week in Matrix</button>
<button class="filter-btn" data-filter="release">Releases</button>
<button class="filter-btn" data-filter="project">Projects</button>
<button class="filter-btn" data-filter="announcement">Announcements</button>
<button class="filter-btn" data-filter="incident">Incidents</button>
</div>
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

we also need to decide, which categories we want listed here

@MTRNord
Copy link
Contributor

MTRNord commented Nov 13, 2025

This PR appears to be stale. Closing as per our Guidelines. You are welcome to reopen if you want to continue working on this.

@MTRNord MTRNord closed this Nov 13, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

blog This issue is related to the blog section enhancement This would be an improvement to the website.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add filters in the blog archive

3 participants