more config fixes
This commit is contained in:
parent
1c90b94d0d
commit
8941b82fb5
26
config.yml
26
config.yml
|
@ -18,7 +18,7 @@ pygmentsUseClasses: true
|
|||
|
||||
minify:
|
||||
disableXML: true
|
||||
minifyOutput: true
|
||||
minifyOutput: false
|
||||
|
||||
outputs:
|
||||
home:
|
||||
|
@ -78,25 +78,15 @@ params:
|
|||
ShowRssButtonInSectionTermList: true
|
||||
ShowToc: false
|
||||
comments: false
|
||||
images: ["papermod-cover.png"]
|
||||
|
||||
profileMode:
|
||||
enabled: false
|
||||
title: PaperMod
|
||||
imageUrl: "#"
|
||||
imageTitle: my image
|
||||
# imageWidth: 120
|
||||
# imageHeight: 120
|
||||
buttons:
|
||||
- name: Archives
|
||||
url: archives
|
||||
- name: Tags
|
||||
url: tags
|
||||
|
||||
homeInfoParams:
|
||||
Title: "Ignorance is bliss..."
|
||||
Content: >
|
||||
Welcome to Christoph Cullmann's personal web site.
|
||||
|
||||
socialIcons:
|
||||
- name: github
|
||||
url: "https://github.com/christoph-cullmann"
|
||||
|
@ -111,14 +101,10 @@ params:
|
|||
- name: email
|
||||
url: "mailto:christoph@cullmann.io"
|
||||
|
||||
# label:
|
||||
# text: "Home"
|
||||
# icon: icon.png
|
||||
# iconHeight: 35
|
||||
|
||||
# analytics:
|
||||
# google:
|
||||
# SiteVerificationTag: "XYZabc"
|
||||
label:
|
||||
text: "Ignorance is bliss..."
|
||||
icon: /images/christoph_avatar.png
|
||||
iconHeight: 32
|
||||
|
||||
assets:
|
||||
disableHLJS: true
|
||||
|
|
Loading…
Reference in a new issue