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
|
||||
theme: hugo-PaperMod
|
||||
enableInlineShortcodes: true
|
||||
enableRobotsTXT: true
|
||||
|
||||
# googleAnalytics: UA-123-45
|
||||
|
||||
minify:
|
||||
disableXML: true
|
||||
minifyOutput: true
|
||||
|
||||
params:
|
||||
env: production
|
||||
description: "Theme PaperMod - https://github.com/adityatelange/hugo-PaperMod"
|
||||
author: Theme PaperMod
|
||||
# author: ["Me", "You"] # multiple authors
|
||||
ShowReadingTime: true
|
||||
defaultTheme: auto
|
||||
ShowShareButtons: true
|
||||
|
||||
# images: ""
|
||||
# assets:
|
||||
# favicon: '<path / external url>'
|
||||
|
||||
profileMode:
|
||||
enabled: false
|
||||
title: PaperMod
|
||||
|
Loading…
Reference in New Issue
Block a user