not-matthias / apollo

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

feat: add matrix to social icons #44

Closed christianfosli closed 8 months ago

christianfosli commented 8 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 8 months ago

Thanks!