mirror of
https://github.com/adityatelange/hugo-PaperMod.git
synced 2023-12-21 10:22:58 +01:00
Update docs
upto 3a8df78(master)
parent
33ebbb8cf3
commit
51fc030be1
@ -409,13 +409,9 @@ params:
|
||||
|
||||
Adds a `copy` button in code block to copy the code it contains
|
||||
|
||||
- Enabled by default.
|
||||
|
||||
To disable use
|
||||
|
||||
```yml
|
||||
params:
|
||||
disableCodeCopy: true
|
||||
ShowCodeCopyButtons: true
|
||||
```
|
||||
|
||||
---
|
||||
|
@ -7,6 +7,7 @@
|
||||
| Catalan | ca | prev_page, next_page, read_time, toc, translations, home |
|
||||
| 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 |
|
||||
| Farsi | fa | prev_page, next_page, read_time, toc, translations |
|
||||
| French | fr | prev_page, next_page |
|
||||
@ -17,9 +18,13 @@
|
||||
| Italian | it | prev_page, next_page, read_time, toc, translations |
|
||||
| Japanese | ja | prev_page, next_page, read_time, toc, translations |
|
||||
| Korean | ko | prev_page, next_page |
|
||||
| Mongolian | mn | prev_page, next_page, read_time, toc, translations, home, code_copy, code_copied |
|
||||
| Portuguese | pt | prev_page, next_page, read_time, toc, translations |
|
||||
| Russian | ru | prev_page, next_page, read_time, toc, translations |
|
||||
| Turkish | tr | prev_page, next_page, read_time, toc, translations, home, code_copy, code_copied |
|
||||
| Ukrainian | uk | prev_page, next_page, read_time, toc, translations, home, code_copy, code_copied |
|
||||
| Uzbek | uz | prev_page, next_page, read_time, toc, translations, home |
|
||||
| Vietnamese | vi | prev_page, next_page, read_time, toc, translations, home, code_copy, code_copied |
|
||||
| Chinese | zh | prev_page, next_page, read_time, toc, translations |
|
||||
|
||||
## Want to add your Language ?
|
||||
|
@ -16,13 +16,14 @@
|
||||
| `images` | string | 'myimage.png' | Link or path of image for opengraph, twitter-cards |
|
||||
| `keywords` | list | [blog, page] | Add keywords for Home page |
|
||||
| `DateFormat` | string | "January 2, 2006" | The format of date strings in the website. [Details](https://gohugo.io/functions/format/) |
|
||||
| `languageAltTitle` | string | "English" | Alternate title in Multilingual Mode |
|
||||
| `ShowReadingTime` | boolean | true \| false | To show read time in post meta |
|
||||
| `ShowShareButtons` | boolean | true \| false | To show/hide share buttons under post |
|
||||
| `ShowCodeCopyButtons` | boolean | true \| false | To show/hide Code Copy button |
|
||||
| `defaultTheme` | string | light \| dark \| auto | To set default theme |
|
||||
| `disableThemeToggle` | boolean | true \| false | To disable theme toggle icon shown besides label |
|
||||
| `disableSpecial1stPost` | boolean | true \| false | To disable no-card special appearance of 1st post |
|
||||
| `disableScrollToTop` | boolean | true \| false | To disable ScrollToTop button |
|
||||
| `disableCodeCopy` | boolean | true \| false | To disable Code Copy button |
|
||||
| `hideMeta` | boolean | true \| false | To Hide meta elements : date, read-time, author and available-translations for page |
|
||||
| `hideSummary` | boolean | true \| false | To Hide summary being shown in list pages |
|
||||
| `showtoc` | boolean | true \| false | To show/hide Table of Contents |
|
||||
|
Loading…
Reference in New Issue
Block a user