matrix.org/navigation.toml
Kim Brose 91838ca1b3
Blog categories update and related misc fixes (#2724)
* alt text for the atom feed link is atom, not rss

* show all categories/authors on blog category/author lists

* add icon and clearer text to taxonomy feeds

* only link to ~~more~~ all posts when there are more

* update matrix conf blog entry tags

ref #2661

* unify Neil (Johnson) blog author

* add proper taxonomy plurals

* sort blog post categories when displaying

* fix old blog posts

* update Matrix Conf blog post categories

ref #2661

* categorize and update holiday specials

* categorize and update FOSDEM blog posts

* update some blog post categories

* switch blog date format to YYYY-MM-DD

* add dates to category/author list view

* don't show time on blog posts

Signed-off-by: HarHarLinks <2803622+HarHarLinks@users.noreply.github.com>

---------

Signed-off-by: HarHarLinks <2803622+HarHarLinks@users.noreply.github.com>
2025-05-23 12:28:04 +02:00

29 lines
1.4 KiB
TOML

header = [
{ title = "Spec", href = "https://spec.matrix.org" },
{ title = "Foundation", section = "foundation" },
{ title = "Blog", href = "/blog/" },
{ title = "Docs", href = "/docs/" },
{ title = "Ecosystem", section = "ecosystem" },
{ title = "Support us", href = "/support" },
{ title = "Try Matrix", href = "/try-matrix/", primary = true },
]
footer_internal = [
{ title = "Donate", href = "/support" },
{ title = "Shop", href = "https://shop.matrix.org" },
{ title = "Security Disclosure Policy", href = "/security-disclosure-policy" },
{ title = "Security Hall of Fame", href = "/security-hall-of-fame" },
{ title = "Code of Conduct", href = "/legal/code-of-conduct" },
{ title = "Legal", href = "/legal" },
{ title = "Contact", href = "/contact" },
{ title = "Site Source", href = "https://github.com/matrix-org/matrix.org/" },
]
footer_external = [
{ image = "github.svg", alt = "GitHub", href = "https://github.com/matrix-org" },
{ image = "gitlab.svg", alt = "GitLab", href = "https://gitlab.matrix.org/" },
{ image = "mastodon.svg", alt = "Mastodon", href = "https://mastodon.matrix.org/@matrix" },
{ image = "twitter.svg", alt = "Twitter", href = "https://twitter.com/matrixdotorg" },
{ image = "youtube.svg", alt = "YouTube", href = "https://www.youtube.com/channel/UCVFkW-chclhuyYRbmmfwt6w" },
{ image = "rss.svg", alt = "Atom Feed", href = "/atom.xml" },
]