Add Social Icon Example

Added example of configuring site icons via [[params.social]]
This commit is contained in:
Devon 2021-04-10 11:31:58 -04:00 committed by GitHub
parent 6ae53c937d
commit f2ec16ecb5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -151,7 +151,15 @@ Check the [docs](docs/favicons.md).
## Social Icons: ## 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 = "<site>"
url = "<profile_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. :) If you need another one, just open an issue or create a pull request with your wished icon. :)