mirror of
https://github.com/adityatelange/hugo-PaperMod.git
synced 2023-12-21 10:22:58 +01:00
add some dummy config params
This commit is contained in:
parent
e677bc6c94
commit
64a5a06393
13
config.yml
13
config.yml
@ -3,14 +3,27 @@ title: PaperMod
|
|||||||
paginate: 8
|
paginate: 8
|
||||||
theme: hugo-PaperMod
|
theme: hugo-PaperMod
|
||||||
enableInlineShortcodes: true
|
enableInlineShortcodes: true
|
||||||
|
enableRobotsTXT: true
|
||||||
|
|
||||||
|
# googleAnalytics: UA-123-45
|
||||||
|
|
||||||
|
minify:
|
||||||
|
disableXML: true
|
||||||
|
minifyOutput: true
|
||||||
|
|
||||||
params:
|
params:
|
||||||
env: production
|
env: production
|
||||||
description: "Theme PaperMod - https://github.com/adityatelange/hugo-PaperMod"
|
description: "Theme PaperMod - https://github.com/adityatelange/hugo-PaperMod"
|
||||||
author: Theme PaperMod
|
author: Theme PaperMod
|
||||||
|
# author: ["Me", "You"] # multiple authors
|
||||||
ShowReadingTime: true
|
ShowReadingTime: true
|
||||||
defaultTheme: auto
|
defaultTheme: auto
|
||||||
ShowShareButtons: true
|
ShowShareButtons: true
|
||||||
|
|
||||||
|
# images: ""
|
||||||
|
# assets:
|
||||||
|
# favicon: '<path / external url>'
|
||||||
|
|
||||||
profileMode:
|
profileMode:
|
||||||
enabled: false
|
enabled: false
|
||||||
title: PaperMod
|
title: PaperMod
|
||||||
|
Loading…
Reference in New Issue
Block a user