not-matthias / apollo

Modern and minimalistic blog theme.
https://not-matthias.github.io/apollo
MIT License
133 stars 77 forks source link

feat: add matrix to social icons #44

Closed christianfosli closed 10 months ago

christianfosli commented 10 months ago

Adds the matrix icon to social icons.

Matrix is a decentralized instant messaging protocol. It works similar to email but for instant messaging.

I verified that it works with the following config:

socials = [
    { name = "matrix", url = "https://matrix.to/#/@christianfosli:matrix.org", icon = "matrix" },
]
not-matthias commented 10 months ago

Thanks!