aboutsummaryrefslogtreecommitdiff
path: root/hugo.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'hugo.yaml')
-rw-r--r--hugo.yaml111
1 files changed, 111 insertions, 0 deletions
diff --git a/hugo.yaml b/hugo.yaml
new file mode 100644
index 0000000..9c60b2c
--- /dev/null
+++ b/hugo.yaml
@@ -0,0 +1,111 @@
+baseURL: https://preview.ortlepp.ms/
+title: Thorsten Ortlepp
+theme: PaperMod
+
+buildDrafts: false
+buildFuture: false
+buildExpired: false
+
+disableKinds:
+ - robotstxt
+ - section
+ - taxonomy
+ - term
+
+services:
+ rss:
+ limit: 5
+
+timeZone: Europe/Berlin
+
+minify:
+ minifyOutput: true
+ tdewolff:
+ html:
+ keepQuotes: true
+ keepWhitespace: false
+
+privacy:
+ disqus:
+ disable: true
+ googleAnalytics:
+ disable: true
+ instagram:
+ disable: true
+ twitter:
+ 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 DevOps-Engineer. In meiner Freizeit gehe ich gerne wandern. Außerdem bin ich Sauerteig-Nerd.
+ socialIcons: # optional
+ - name: xing
+ url: "https://www.xing.com/profile/Thorsten_Ortlepp3"
+ - name: git
+ url: "https://git.ortlepp.ms/web/"
+ - name: sauerteig
+ url: "https://www.sauerteigboerse.de/Teige/Details?id=1859"
+ 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 DevOps engineer. In my spare time I like to go hiking. Furthermore, I am a sourdough nerd.
+ socialIcons: # optional
+ - name: xing
+ url: "https://www.xing.com/profile/Thorsten_Ortlepp3"
+ - name: git
+ url: "https://git.ortlepp.ms/web/"
+ - name: sourdough
+ url: "https://www.sauerteigboerse.de/Teige/Details?id=1859"
+ xCustomLegalText: "Legal notice"
+ xCustomLegalLink: "/en/legal-notice/"
+ weight: 2