Some checks reported errors
continuous-integration/drone/push Build encountered an error
111 lines
3.0 KiB
YAML
111 lines
3.0 KiB
YAML
baseURL: "https://poweronoff.click/"
|
|
title: Agile Führung von Engineering Teams
|
|
paginate: 5
|
|
theme: PaperMod
|
|
|
|
enableRobotsTXT: true
|
|
buildDrafts: false
|
|
buildFuture: false
|
|
buildExpired: false
|
|
enableEmoji: true
|
|
|
|
googleAnalytics: UA-179789773-1
|
|
|
|
minify:
|
|
disableXML: true
|
|
minifyOutput: true
|
|
|
|
outputs:
|
|
home:
|
|
- HTML
|
|
- RSS
|
|
- JSON
|
|
|
|
|
|
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: [Agilität, Führung, Portfolio, Leadership, Engineering, Engineering Management, Engineering Teams]
|
|
author: Stan Nowogrudski
|
|
images: ["/favicon-32x32.png", "/apple-icon-60x60.png"]
|
|
DateFormat: "2 January, 2006"
|
|
defaultTheme: auto # dark, light
|
|
disableThemeToggle: false
|
|
|
|
ShowReadingTime: true
|
|
ShowShareButtons: true
|
|
ShowPostNavLinks: true
|
|
ShowBreadCrumbs: true
|
|
ShowCodeCopyButtons: true
|
|
disableSpecial1stPost: true
|
|
disableScrollToTop: false
|
|
comments: false
|
|
hidemeta: false
|
|
hideSummary: false
|
|
showtoc: false
|
|
tocopen: false
|
|
|
|
assets:
|
|
# disableHLJS: true # to disable highlight.js
|
|
# disableFingerprinting: true
|
|
favicon: "/favicon.ico"
|
|
favicon16x16: "/favicon.ico"
|
|
favicon32x32: "/favicon-32x32.png"
|
|
apple_touch_icon: "/apple-icon-60x60.png"
|
|
safari_pinned_tab: "/apple-icon-57x57.png"
|
|
|
|
label:
|
|
text: "Stan Nowogrudski"
|
|
icon: /IMG_6308_510px.png
|
|
iconHeight: 36
|
|
|
|
# home-info mode
|
|
homeInfoParams:
|
|
Title: "Agile Führung von Engineering Teams \U0001F44B"
|
|
Content: In dem Blog schreibe ich meine Gedanken über Führung, Technologie, Programmierung, Architektur und vieles mehr auf.
|
|
|
|
socialIcons:
|
|
- name: github
|
|
url: "https://github.com/poweronoff"
|
|
- name: linkedin
|
|
url: "https://www.linkedin.com/in/stan-nowogrudski-53aab1169/"
|
|
- name: twitter
|
|
url: "https://twitter.com/djsteamson"
|
|
|
|
cover:
|
|
hidden: false # hide everywhere but not in structured data
|
|
hiddenInList: false # hide on list pages and home
|
|
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:
|
|
- identifier: categories
|
|
name: Categories
|
|
url: /categories/
|
|
weight: 10
|
|
- identifier: tags
|
|
name: Tags
|
|
url: /tags/
|
|
weight: 20
|
|
- identifier: about
|
|
name: Über mich
|
|
url: /about/
|
|
weight: 25
|
|
- identifier: howto-work-with-me
|
|
name: How to work with me
|
|
url: /howto-work-with-stan
|
|
weight: 30
|
|
|