Sync changes from wiki

This commit is contained in:
Aditya Telange 2022-12-18 22:52:07 +05:30
parent 13e69e5662
commit 90555c99e8
No known key found for this signature in database
GPG Key ID: 82E844EF3DA99E77
3 changed files with 20 additions and 10 deletions

View File

@ -80,7 +80,7 @@ draft: true
| `steam` | steampowered.com | | `steam` | steampowered.com |
| `strava` | strava.com | | `strava` | strava.com |
| `telegram` | telegram.org | | `telegram` | telegram.org |
| `tiktok | tiktok.com | | `tiktok` | tiktok.com |
| `twitch` | twitch.tv | | `twitch` | twitch.tv |
| `twitter` | twitter.com | | `twitter` | twitter.com |
| `unsplash` | unsplash.com | | `unsplash` | unsplash.com |

View File

@ -76,13 +76,6 @@ Direct Links:
- [v2.0](https://github.com/adityatelange/hugo-PaperMod/archive/v2.0.zip) - [v2.0](https://github.com/adityatelange/hugo-PaperMod/archive/v2.0.zip)
- [v1.0](https://github.com/adityatelange/hugo-PaperMod/archive/v1.0.zip) - [v1.0](https://github.com/adityatelange/hugo-PaperMod/archive/v1.0.zip)
### Finally ...
Add in `config.yml`:
```yml
theme: "PaperMod"
```
### Method 4 ### Method 4
- Install [Go programming language](https://go.dev/doc/install) in your operating system. - Install [Go programming language](https://go.dev/doc/install) in your operating system.
@ -106,6 +99,22 @@ module:
hugo mod get -u hugo mod get -u
``` ```
### Finally ...
Add in `config.yml`:
```yml
theme: "PaperMod"
```
---
## Videos featuring Papermod
You can go through few videos which are available on YouTube for getting to know the creator's thoughts as well as the setup process.
▶️ https://youtube.com/playlist?list=PLeiDFxcsdhUrzkK5Jg9IZyiTsIMvXxKZP
--- ---
## Quick Links ## Quick Links

View File

@ -46,6 +46,7 @@ weight: 5
| `comments` | boolean | true \| false | To show/hide comments | | `comments` | boolean | true \| false | To show/hide comments |
| `hideFooter` | boolean | true \| false | To Hide Footer Text om the end of page | | `hideFooter` | boolean | true \| false | To Hide Footer Text om the end of page |
| `CanonicalLinkText` | string | 'Originally published at' | To show text before canonical URL's hostname | | `CanonicalLinkText` | string | 'Originally published at' | To show text before canonical URL's hostname |
| `displayFullLangName` | boolean | true \| false | To show `languageName` under a language in Language switch header |
| `analytics.google.SiteVerificationTag` | string | "XYZabc" | Site Verification Tag for Google Analytics | | `analytics.google.SiteVerificationTag` | string | "XYZabc" | Site Verification Tag for Google Analytics |
| `analytics.bing.SiteVerificationTag` | string | "XYZabc" | Site Verification Tag for Bing | | `analytics.bing.SiteVerificationTag` | string | "XYZabc" | Site Verification Tag for Bing |
| `analytics.yandex.SiteVerificationTag` | string | "XYZabc" | Site Verification Tag for Yandex | | `analytics.yandex.SiteVerificationTag` | string | "XYZabc" | Site Verification Tag for Yandex |