Skip to content

Commit

Permalink
Add platform X supporting in README (#780)
Browse files Browse the repository at this point in the history
Merge pull request 780
  • Loading branch information
utzcoz committed May 21, 2024
1 parent a35b5ab commit 44d99bc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,7 @@ Minima 2.x | Minima 3.0

You can add links to the accounts you have on other sites, with respective icon as an SVG graphic, via the config file.
From `Minima-3.0` onwards, the social media data is sourced from config key `minima.social_links`. It is a list of key-value pairs, each entry
corresponding to a link rendered in the footer. For example, to render links to Jekyll GitHub repository and twitter account, one should have:
corresponding to a link rendered in the footer. For example, to render links to Jekyll GitHub repository and Twitter account, one should have:

```yaml
minima:
Expand Down Expand Up @@ -315,6 +315,7 @@ The theme ships with an icon for `rss` and icons of select social-media platform
- `telegram`
- `twitter`
- `whatsapp`
- `x`
- `youtube`

To render a link to a platform not listed above, one should first create a file at path `_includes/social-icons/<PLATFORM>.svg` comprised of
Expand Down

0 comments on commit 44d99bc

Please sign in to comment.