git » website.git » main » tree

[main] / hugo.yaml

baseURL: https://www.ortlepp.ms/
title: Thorsten Ortlepp
theme: PaperMod

buildDrafts: false
buildFuture: false
buildExpired: false

disableKinds:
  - robotstxt
  - section
  - taxonomy
  - term

services:
  rss:
    limit: 3

timeZone: Europe/Berlin

minify:
  minifyOutput: true
  tdewolff:
    html:
      keepQuotes: true
      keepWhitespace: false

privacy:
  disqus:
    disable: true
  googleAnalytics:
    disable: true
  instagram:
    disable: true
  x:
    disable: true
  vimeo:
    disable: true
  youtube:
    disable: true

params:
  env: production
  author: Thorsten Ortlepp
  defaultTheme: auto
  disableThemeToggle: false
  ShowReadingTime: false
  ShowShareButtons: false
  ShowCodeCopyButtons: false
  ShowFullTextinRSS: true
  ShowToc: false
  ShowPostNavLinks: false
  ShowBreadCrumbs: false
  ShowWordCount: false
  disableSpecial1stPost: true
  disableScrollToTop: true
  disableAnchoredHeadings: true
  hideMeta: true
  displayFullLangName: true
  comments: false
  profileMode:
    enabled: true
    imageUrl: images/thorsten.png
    imageTitle: Thorsten Ortlepp
  footer:
    hideCopyright: true
  custom_css:
    - css/custom.css

defaultContentLanguage: de
defaultContentLanguageInSubdir: false

languages:
  de:
    contentDir: content/de
    disabled: false
    languageCode: de
    languageName: Deutsch
    params:
      profileMode:
        title: Hallo!
        subtitle: Mein Name ist Thorsten Ortlepp. Ich bin Softwareentwickler und liebe Java. In meiner Freizeit gehe ich gerne wandern. Außerdem bin ich Sauerteig-Nerd.
      socialIcons:
        - name: git
          url: "https://git.ortlepp.ms/web"
        - name: linkedin
          url: "https://www.linkedin.com/in/thorsten-ortlepp-78aab2363"
        - name: xing
          url: "https://www.xing.com/profile/Thorsten_Ortlepp3"
        - name: sauerteig
          url: "https://sauerteigboerse.volkermampft.de/sauerteige/muenster-hiltrup/aslan-79.html"
      xCustomLegalText: "Impressum & Datenschutz"
      xCustomLegalLink: "/impressum-datenschutz/"
    weight: 1
  en:
    contentDir: content/en
    disabled: false
    languageCode: en
    languageName: English
    params:
      profileMode:
        title: Hi!
        subtitle: My name is Thorsten Ortlepp. I am a software developer and I love Java. In my spare time I like to go hiking. Furthermore, I am a sourdough nerd.
      socialIcons:
        - name: git
          url: "https://git.ortlepp.ms/web"
        - name: linkedin
          url: "https://www.linkedin.com/in/thorsten-ortlepp-78aab2363"
        - name: xing
          url: "https://www.xing.com/profile/Thorsten_Ortlepp3"
        - name: sourdough
          url: "https://sauerteigboerse.volkermampft.de/sauerteige/muenster-hiltrup/aslan-79.html"
      xCustomLegalText: "Legal notice"
      xCustomLegalLink: "/en/legal-notice/"
    weight: 2