Merge pull request #289 from ryder-d/master

Added Social Icons Example
This commit is contained in:
Djordje Atlialp 2021-04-11 13:17:44 +02:00 committed by GitHub
commit c65d56dc7e
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. :)