mirror of https://github.com/theNewDynamic/gohugo-theme-ananke.git

Regis Philibert
02.22.2022 6b66dc32d490feb10f938e704600d05f63245e94
README.md
@@ -135,7 +135,7 @@
- name*: It matches the built-in service reference (Ex: twitter, github)
- url*: The url of the handle's profile on the service (Ex: https://twitter.com/theNewDynamic, https://github.com/
theNewDynamic)
- rel: Optional. Allows to add a `rel` attribute to the follow link. Useful for Mastodon verification which requires a `rel="me"` on the link.
```yaml
params:
  ananke_socials:
@@ -143,6 +143,9 @@
    url: https://twitter.com/theNewDynamic
  - name: github
    url: https://github.com/theNewDynamic
  - name: mastodon
    url: https://social.example.com/@username
    rel: me
```
If user needs to overwrite default `color` and `label` of the service, they simply need to append the following to the entry: