From 90555c99e8165c6dacf73d613dfbbfff88c4e7d6 Mon Sep 17 00:00:00 2001 From: Aditya Telange <21258296+adityatelange@users.noreply.github.com> Date: Sun, 18 Dec 2022 22:52:07 +0530 Subject: [PATCH] Sync changes from wiki --- content/posts/papermod/papermod-icons.md | 6 ++--- .../posts/papermod/papermod-installation.md | 23 +++++++++++++------ content/posts/papermod/papermod-variables.md | 1 + 3 files changed, 20 insertions(+), 10 deletions(-) diff --git a/content/posts/papermod/papermod-icons.md b/content/posts/papermod/papermod-icons.md index e0c5cf63..b098516e 100644 --- a/content/posts/papermod/papermod-icons.md +++ b/content/posts/papermod/papermod-icons.md @@ -80,7 +80,7 @@ draft: true | `steam` | steampowered.com | | `strava` | strava.com | | `telegram` | telegram.org | -| `tiktok | tiktok.com | +| `tiktok` | tiktok.com | | `twitch` | twitch.tv | | `twitter` | twitter.com | | `unsplash` | unsplash.com | @@ -117,10 +117,10 @@ Usage: ```yml params: - ShowShareButtons: true + ShowShareButtons: true ``` ```yml 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 ``` diff --git a/content/posts/papermod/papermod-installation.md b/content/posts/papermod/papermod-installation.md index ff41f240..68e6309a 100644 --- a/content/posts/papermod/papermod-installation.md +++ b/content/posts/papermod/papermod-installation.md @@ -76,13 +76,6 @@ Direct Links: - [v2.0](https://github.com/adityatelange/hugo-PaperMod/archive/v2.0.zip) - [v1.0](https://github.com/adityatelange/hugo-PaperMod/archive/v1.0.zip) -### Finally ... - -Add in `config.yml`: - -```yml -theme: "PaperMod" -``` ### Method 4 - Install [Go programming language](https://go.dev/doc/install) in your operating system. @@ -106,6 +99,22 @@ module: 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 diff --git a/content/posts/papermod/papermod-variables.md b/content/posts/papermod/papermod-variables.md index 29f09113..8f1a14b7 100644 --- a/content/posts/papermod/papermod-variables.md +++ b/content/posts/papermod/papermod-variables.md @@ -46,6 +46,7 @@ weight: 5 | `comments` | boolean | true \| false | To show/hide comments | | `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 | +| `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.bing.SiteVerificationTag` | string | "XYZabc" | Site Verification Tag for Bing | | `analytics.yandex.SiteVerificationTag` | string | "XYZabc" | Site Verification Tag for Yandex |