Update demo

This commit is contained in:
Aditya Telange 2023-12-15 21:52:06 +05:30
parent 0dfff4e1ce
commit ff475e3fd7
No known key found for this signature in database
GPG key ID: 82E844EF3DA99E77
15 changed files with 590 additions and 556 deletions

View file

@ -1,11 +1,11 @@
---
title: "Icons"
title: "Social-Icons / Share-Icons"
summary: List of all Icons supported by PaperMod
date: 2021-01-20
weight: 4
aliases: ["/papermod-icons"]
tags: ["PaperMod"]
author: "Aditya Telange"
tags: ["PaperMod", "Docs"]
author: ["Aditya Telange"]
draft: true
---
@ -92,7 +92,7 @@ draft: true
Usage :
```
```yml {linenos=true}
socialIcons:
- name: "kofi"
url: "https://kofi.com"
@ -104,23 +104,23 @@ socialIcons:
## Share Icons
| Platform |
| --------------------------------------------------------------- |
| `twitter` (also generates hash tags from tags linked with post) |
| `linkedin` |
| `reddit` |
| `facebook` |
| `whatsapp` |
| `telegram` |
| Platform |
| ------------------------------------------------------------------- |
| `twitter` (also generates `#hashtags` from _tags_ linked with post) |
| `linkedin` |
| `reddit` |
| `facebook` |
| `whatsapp` |
| `telegram` |
Usage:
```yml
```yml {linenos=true}
params:
ShowShareButtons: true
ShowShareButtons: true
```
```yml
```yml {linenos=true}
params:
ShareButtons: ["linkedin", "twitter"] # To customize which share buttons to be enabled on page
ShareButtons: ["linkedin", "twitter"] # To customize which share buttons to be enabled on page
```