From 63122f24ea30765c365df23bcb49c515814e2477 Mon Sep 17 00:00:00 2001 From: Aditya Telange <21258296+adityatelange@users.noreply.github.com> Date: Fri, 14 Jan 2022 12:55:07 +0530 Subject: [PATCH] Update docs for v6.0 --- Icons.md | 4 ++++ Installation.md | 1 + Translations.md | 6 +++--- Variables.md | 12 +++++++----- 4 files changed, 15 insertions(+), 8 deletions(-) diff --git a/Icons.md b/Icons.md index ff024e1..a0190c2 100644 --- a/Icons.md +++ b/Icons.md @@ -14,6 +14,7 @@ | `codepen` | codepen.io | | `cryptohack` | cryptohack.org | | `ctftime` | ctftime.org | +| `cv` | - | | `dev` | dev.to | | `discogs` | discogs.com | | `discord` | discord.com | @@ -45,6 +46,8 @@ | `mixcloud` | mixcloud.com | | `nuget` | nuget.org | | `paypal` | paypal.com | +| `phone` | - | +| `ploywork` | ploywork.com | | `qq` | qq.com | | `reddit` | reddit.com | | `researchgate` | researchgate.net | @@ -63,6 +66,7 @@ | `twitter` | twitter.com | | `unsplash` | unsplash.com | | `xda` | xda-developers.com | +| `xing` | xing.com | | `ycombinator` | ycombinator.com | | `youtube` | youtube.com | | `other` | - | diff --git a/Installation.md b/Installation.md index 9819f1d..2fd5b40 100644 --- a/Installation.md +++ b/Installation.md @@ -70,6 +70,7 @@ Or you can Download as Zip from Github Page and extract in your themes directory Direct Links: - [Master Branch (Latest)](https://github.com/adityatelange/hugo-PaperMod/archive/master.zip) +- [v6.0](https://github.com/adityatelange/hugo-PaperMod/archive/v6.0.zip) - [v5.0](https://github.com/adityatelange/hugo-PaperMod/archive/v5.0.zip) - [v4.0](https://github.com/adityatelange/hugo-PaperMod/archive/v4.0.zip) - [v3.0](https://github.com/adityatelange/hugo-PaperMod/archive/v3.0.zip) diff --git a/Translations.md b/Translations.md index 2a41716..efbb325 100644 --- a/Translations.md +++ b/Translations.md @@ -11,16 +11,16 @@ | German | de | prev_page, next_page, read_time, toc, translations, edit_post | | English | en | prev_page, next_page, read_time, toc, translations, home, edit_post, code_copy, code_copied | | Esperanto | eo | prev_page, next_page, read_time, toc, translations, home, code_copy, code_copied | -| Spanish | es | prev_page, next_page, read_time, toc, translations | +| Spanish | es | prev_page, next_page, read_time, toc, translations, home, code_copy, code_copied | | Farsi | fa | prev_page, next_page, read_time, toc, translations, home, code_copy, code_copied | -| French | fr | prev_page, next_page | +| French | fr | prev_page, next_page, read_time, toc, translations, home, code_copy, code_copied | | Hebrew | he | prev_page, next_page, read_time, toc, translations, home | | Hindi | hi | prev_page, next_page, read_time, toc, translations | | Hungarian | hu | prev_page, next_page, read_time, toc, translations | | Indonesian | id | prev_page, next_page, read_time, toc, translations | | Italian | it | prev_page, next_page, read_time, toc, translations | | Japanese | ja | prev_page, next_page, read_time, toc, translations, code_copy, code_copied | -| Korean | ko | prev_page, next_page | +| Korean | ko | prev_page, next_page, read_time, toc, translations, home, code_copy, code_copied | | Kurdish | ku | prev_page, next_page, read_time, toc, translations, home, code_copy, code_copied | | Mongolian | mn | prev_page, next_page, read_time, toc, translations, home, code_copy, code_copied | | Dutch | nl | prev_page, next_page, read_time, toc, translations, home, edit_post, code_copy, code_copied | diff --git a/Variables.md b/Variables.md index ac20860..8641fa8 100644 --- a/Variables.md +++ b/Variables.md @@ -88,11 +88,13 @@ profileMode: #### assets -| name | type | example | Description | -| ------------------------------ | ------- | ------------- | -------------------------------------------- | -| `assets.favicon` | string | 'icon.ico' | To set favicon, can be path or external link | -| `assets.disableHLJS` | boolean | true \| false | To disable Highlight.js loading | -| `assets.disableFingerprinting` | boolean | true \| false | To disable Sub-Resource integrity for assets | +| name | type | example | Description | +| -------------------------------- | ------- | ------------- | -------------------------------------------- | +| `assets.favicon` | string | 'icon.ico' | To set favicon, can be path or external link | +| `assets.disableHLJS` | boolean | true \| false | To disable Highlight.js loading | +| `assets.disableFingerprinting` | boolean | true \| false | To disable Sub-Resource integrity for assets | +| `assets.theme_color` | string | '#color' | To set custom meta theme-color | +| `assets.msapplication_TileColor` | string | '#color' | To set custom msapplication_TileColor | #### cover