This commit is contained in:
+17
-32
@@ -26,22 +26,21 @@ params:
|
||||
env: production # to enable google analytics, opengraph, twitter-cards and schema.
|
||||
title: Agile Führung von Engineering Teams
|
||||
description: "Agile Führung von Engineering Teams"
|
||||
keywords: [Blog, Portfolio, PaperMod]
|
||||
keywords: [Agilität, Führung, Portfolio, Leadership, Engineering, Engineering Management, Engineering Teams]
|
||||
author: Stan Nowogrudski
|
||||
# author: ["Me", "You"] # multiple authors
|
||||
images: ["/favicon-32x32.png", "/apple-icon-60x60.png"]
|
||||
DateFormat: "2 January, 2006"
|
||||
defaultTheme: auto # dark, light
|
||||
disableThemeToggle: false
|
||||
|
||||
ShowReadingTime: true
|
||||
ShowShareButtons: false
|
||||
ShowShareButtons: true
|
||||
ShowPostNavLinks: true
|
||||
ShowBreadCrumbs: true
|
||||
ShowCodeCopyButtons: false
|
||||
disableSpecial1stPost: false
|
||||
ShowCodeCopyButtons: true
|
||||
disableSpecial1stPost: true
|
||||
disableScrollToTop: false
|
||||
comments: true
|
||||
comments: false
|
||||
hidemeta: false
|
||||
hideSummary: false
|
||||
showtoc: false
|
||||
@@ -61,21 +60,6 @@ params:
|
||||
icon: /IMG_6308_510px.png
|
||||
iconHeight: 36
|
||||
|
||||
# profile-mode
|
||||
profileMode:
|
||||
enabled: false # needs to be explicitly set
|
||||
title: ExampleSite
|
||||
subtitle: "This is subtitle"
|
||||
imageUrl: "<img location>"
|
||||
imageWidth: 120
|
||||
imageHeight: 120
|
||||
imageTitle: my image
|
||||
buttons:
|
||||
- name: Posts
|
||||
url: posts
|
||||
- name: Tags
|
||||
url: tags
|
||||
|
||||
# home-info mode
|
||||
homeInfoParams:
|
||||
Title: "Agile Führung von Engineering Teams \U0001F44B"
|
||||
@@ -85,15 +69,7 @@ params:
|
||||
- name: github
|
||||
url: "https://github.com/poweronoff"
|
||||
- name: linkedin
|
||||
url: "https://www.linkedin.com/in/stan-nowogrudski-53aab1169/"
|
||||
|
||||
analytics:
|
||||
google:
|
||||
SiteVerificationTag: "XYZabc"
|
||||
bing:
|
||||
SiteVerificationTag: "XYZabc"
|
||||
yandex:
|
||||
SiteVerificationTag: "XYZabc"
|
||||
url: "https://www.linkedin.com/in/stan-nowogrudski-53aab1169/"
|
||||
|
||||
cover:
|
||||
hidden: false # hide everywhere but not in structured data
|
||||
@@ -101,6 +77,15 @@ params:
|
||||
hiddenInSingle: false # hide on single page
|
||||
responsiveImages: true
|
||||
linkFullImages: false
|
||||
|
||||
fuseOpts:
|
||||
isCaseSensitive: false
|
||||
shouldSort: true
|
||||
location: 0
|
||||
distance: 1000
|
||||
threshold: 0.4
|
||||
minMatchCharLength: 0
|
||||
keys: ["title", "permalink", "summary", "content"]
|
||||
|
||||
menu:
|
||||
main:
|
||||
@@ -113,13 +98,13 @@ menu:
|
||||
url: /tags/
|
||||
weight: 20
|
||||
- identified: about
|
||||
name: über mich
|
||||
name: Über mich
|
||||
url: /about/
|
||||
weight: 25
|
||||
|
||||
# Read: https://github.com/adityatelange/hugo-PaperMod/wiki/FAQs#using-hugos-syntax-highlighter-chroma
|
||||
# pygmentsUseClasses: true
|
||||
# markup:
|
||||
#markup:
|
||||
# highlight:
|
||||
# # anchorLineNos: true
|
||||
# codeFences: true
|
||||
|
||||
Reference in New Issue
Block a user