From f2ec16ecb5963e86ff362f7570106ee5e7bbec7a Mon Sep 17 00:00:00 2001 From: Devon Date: Sat, 10 Apr 2021 11:31:58 -0400 Subject: [PATCH] Add Social Icon Example Added example of configuring site icons via [[params.social]] --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b64bb01..0b9b361 100644 --- a/README.md +++ b/README.md @@ -151,7 +151,15 @@ Check the [docs](docs/favicons.md). ## Social Icons: -Take a look into this [list](docs/svgs.md) +A large variety of social icons are available and can be configured like this: + +```toml +[[params.social]] + name = "" + url = "" +``` + +Take a look into this [list](docs/svgs.md) of available icon options. If you need another one, just open an issue or create a pull request with your wished icon. :)