2020-09-17 10:58:09 +02:00
|
|
|
---
|
2021-01-13 16:02:37 +01:00
|
|
|
title: "Icons"
|
2020-10-27 14:26:59 +01:00
|
|
|
summary: List of all Icons supported by PaperMod
|
2021-01-20 15:47:35 +01:00
|
|
|
date: 2021-01-20
|
|
|
|
weight: 4
|
2020-10-27 14:16:08 +01:00
|
|
|
aliases: ["/papermod-icons"]
|
|
|
|
tags: ["PaperMod"]
|
2020-09-17 10:58:09 +02:00
|
|
|
author: "Aditya Telange"
|
2021-01-13 16:02:37 +01:00
|
|
|
draft: true
|
2020-09-17 10:58:09 +02:00
|
|
|
---
|
2020-09-24 08:02:20 +02:00
|
|
|
|
|
|
|
## Social Icons
|
2020-10-27 14:16:08 +01:00
|
|
|
|
2021-02-07 17:25:52 +01:00
|
|
|
| No. | Name | Platform Link |
|
|
|
|
| --- | --------------- | ------------------------------- |
|
|
|
|
| 1 | `123rf` | 123rf.com |
|
|
|
|
| 2 | `adobestock` | stock.adobe.com |
|
|
|
|
| 3 | `behance` | behance.net |
|
|
|
|
| 4 | `buymeacoffee` | buymeacoffee.com |
|
|
|
|
| 5 | `codepen` | codepen.io |
|
|
|
|
| 6 | `cryptohack` | cryptohack.org |
|
2021-03-31 08:10:14 +02:00
|
|
|
| 7 | `ctftime` | ctftime.org |
|
|
|
|
| 8 | `dev` | dev.to |
|
|
|
|
| 9 | `discogs` | discogs.com |
|
|
|
|
| 10 | `discord` | discord.com |
|
|
|
|
| 11 | `dreamstime` | dreamstime.com |
|
|
|
|
| 12 | `dribbble` | dribbble.com |
|
|
|
|
| 13 | `email` | - |
|
|
|
|
| 14 | `facebook` | facebook.com |
|
2021-08-14 16:40:00 +02:00
|
|
|
| 15 | `flickr` | flickr.com |
|
|
|
|
| 16 | `freepik` | freepik.com |
|
|
|
|
| 17 | `gitea` | gitea.io |
|
|
|
|
| 18 | `github` | github.com |
|
|
|
|
| 19 | `gitlab` | gitlab.com |
|
|
|
|
| 20 | `goodreads` | goodreads.com |
|
|
|
|
| 21 | `hackerone` | hackerone.com |
|
|
|
|
| 22 | `hackerrank` | hackerrank.com |
|
|
|
|
| 23 | `hackthebox` | hackthebox.eu |
|
|
|
|
| 24 | `instagram` | instagram.com |
|
|
|
|
| 25 | `itchio` | itch.io |
|
|
|
|
| 26 | `kakaotalk` | kakaocorp.com/service/KakaoTalk |
|
|
|
|
| 27 | `keybase` | keybase.io |
|
|
|
|
| 28 | `kofi` | ko-fi.com |
|
|
|
|
| 29 | `lastfm` | last.fm |
|
|
|
|
| 30 | `liberapay` | liberapay.com |
|
|
|
|
| 31 | `linkedin` | linkedin.com |
|
|
|
|
| 32 | `mastodon` | mastodon.social |
|
|
|
|
| 33 | `matrix` | matrix.org |
|
|
|
|
| 34 | `medium` | medium.com |
|
|
|
|
| 35 | `mixcloud` | mixcloud.com |
|
|
|
|
| 36 | `nuget` | nuget.org |
|
|
|
|
| 37 | `paypal` | paypal.com |
|
|
|
|
| 38 | `qq` | qq.com |
|
|
|
|
| 39 | `reddit` | reddit.com |
|
|
|
|
| 40 | `rss` | - |
|
|
|
|
| 41 | `serverfault` | serverfault.com |
|
|
|
|
| 42 | `soundcloud` | soundcloud.com |
|
|
|
|
| 43 | `shutterstock` | shutterstock.com |
|
|
|
|
| 44 | `slack` | slack.com |
|
|
|
|
| 45 | `snapchat` | snapchat.com/add |
|
|
|
|
| 46 | `sourcerer` | sourcerer.io |
|
|
|
|
| 47 | `spotify` | spotify.com |
|
|
|
|
| 48 | `stackoverflow` | stackoverflow.com |
|
|
|
|
| 49 | `steam` | steampowered.com |
|
|
|
|
| 50 | `telegram` | telegram.org |
|
|
|
|
| 51 | `twitch` | twitch.tv |
|
|
|
|
| 52 | `twitter` | twitter.com |
|
|
|
|
| 53 | `unsplash` | unsplash.com |
|
|
|
|
| 54 | `xda` | xda-developers.com |
|
|
|
|
| 55 | `youtube` | youtube.com |
|
|
|
|
| 56 | `other` | - |
|
2021-01-20 15:47:35 +01:00
|
|
|
|
|
|
|
Usage :
|
|
|
|
|
|
|
|
```
|
2021-02-07 17:25:52 +01:00
|
|
|
socialIcons:
|
|
|
|
- name: "kofi"
|
|
|
|
url: "https://kofi.com"
|
|
|
|
- name: "twitter"
|
|
|
|
url: "https://twitter.com"
|
2021-01-20 15:47:35 +01:00
|
|
|
```
|
2020-09-17 10:58:09 +02:00
|
|
|
|
|
|
|
---
|
|
|
|
|
2020-09-24 08:02:20 +02:00
|
|
|
## Share Icons
|
2020-09-17 10:58:09 +02:00
|
|
|
|
2021-02-07 17:25:52 +01:00
|
|
|
| No. | Platform |
|
|
|
|
| --- | --------------------------------------------------------------- |
|
|
|
|
| 1 | `twitter` (also generates hash tags from tags linked with post) |
|
|
|
|
| 2 | `linkedin` |
|
|
|
|
| 3 | `reddit` |
|
|
|
|
| 4 | `facebook` |
|
|
|
|
| 5 | `whatsapp` |
|
|
|
|
| 6 | `telegram` |
|
2020-09-17 10:58:09 +02:00
|
|
|
|
|
|
|
Usage:
|
|
|
|
|
|
|
|
```yml
|
|
|
|
params:
|
2021-08-14 16:40:00 +02:00
|
|
|
ShowShareButtons: true
|
2020-09-17 10:58:09 +02:00
|
|
|
```
|