mirror of
https://github.com/adityatelange/hugo-PaperMod.git
synced 2023-12-21 10:22:58 +01:00
Sync changes from wiki
This commit is contained in:
parent
13e69e5662
commit
90555c99e8
@ -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 |
|
||||||
@ -117,10 +117,10 @@ Usage:
|
|||||||
|
|
||||||
```yml
|
```yml
|
||||||
params:
|
params:
|
||||||
ShowShareButtons: true
|
ShowShareButtons: true
|
||||||
```
|
```
|
||||||
|
|
||||||
```yml
|
```yml
|
||||||
params:
|
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
|
||||||
```
|
```
|
||||||
|
@ -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
|
||||||
|
@ -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 |
|
||||||
|
Loading…
Reference in New Issue
Block a user