mirror of
https://gitlab.com/thelazyoxymoron/siddhartha-golu-website.git
synced 2025-07-27 04:47:59 +02:00
86 lines
1.8 KiB
YAML
86 lines
1.8 KiB
YAML
baseURL: "https://thelazyoxymoron.me/"
|
|
languageCode: en-us
|
|
title: The Lazy Oxymoron
|
|
theme: "PaperMod"
|
|
|
|
buildDrafts: false
|
|
|
|
menu:
|
|
main:
|
|
- identifier: archive
|
|
name: Archive
|
|
url: archives
|
|
weight: 10
|
|
- identifier: categories
|
|
name: Categories
|
|
url: categories
|
|
weight: 20
|
|
- identifier: tags
|
|
name: Tags
|
|
url: /tags/
|
|
weight: 30
|
|
- identifier: search
|
|
name: Search
|
|
url: /search/
|
|
weight: 40
|
|
|
|
params:
|
|
env: production
|
|
title: The Lazy Oxymoron
|
|
description: "Siddhartha's digital garden"
|
|
keywords: [Blog, Portfolio, Minimal, Digital-Garden]
|
|
author: ["Siddhartha"]
|
|
defaultTheme: auto # options: light, dark
|
|
disableThemeToggle: false
|
|
|
|
ShowReadingTime: true
|
|
ShowShareButtons: true
|
|
ShowPostNavLinks: true
|
|
ShowBreadCrumbs: true
|
|
ShowCodeCopyButtons: true
|
|
disableSpecial1stPost: false
|
|
disableScrollToTop: false
|
|
comments: false
|
|
hidemeta: false
|
|
hideSummary: false
|
|
showtoc: false
|
|
tocopen: false
|
|
|
|
cover:
|
|
hidden: true
|
|
hiddenInList: true
|
|
hiddenInSingle: false
|
|
|
|
|
|
profileMode:
|
|
enabled: true
|
|
title: "Siddhartha Golu"
|
|
subtitle: "Welcome to my preferred dumping ground for my thoughts."
|
|
imageUrl: "images/siddhartha.jpg"
|
|
imageTitle: "My default image everywhere"
|
|
imageWidth: 120
|
|
imageHeight: 140
|
|
buttons:
|
|
- name: "About Me"
|
|
url: about
|
|
- name: Posts
|
|
url: archives
|
|
|
|
socialIcons:
|
|
- name: "Twitter"
|
|
url: "https://twitter.com/thelazyoxymoron/"
|
|
- name: "Goodreads"
|
|
url: "https://www.goodreads.com/thelazyoxymoron"
|
|
- name: "Flickr"
|
|
url: "https://flickr.com/photos/thelazyoxymoron/"
|
|
- name: "Letterboxd"
|
|
url: "https://letterboxd.com/Carte_Blanche/"
|
|
- name: "LinkedIn"
|
|
url: "https://www.linkedin.com/in/thelazyoxymoron/"
|
|
|
|
outputs:
|
|
home:
|
|
- HTML
|
|
- RSS
|
|
- JSON
|