mirror of
https://gitlab.com/thelazyoxymoron/siddhartha-golu-website.git
synced 2025-07-27 08:57:59 +02:00
55 lines
1.2 KiB
YAML
55 lines
1.2 KiB
YAML
baseURL: "https://thelazyoxymoron.me/"
|
|
languageCode: en-us
|
|
title: The Lazy Oxymoron
|
|
theme: "PaperMod"
|
|
|
|
menu:
|
|
main:
|
|
- identifier: categories
|
|
name: Categories
|
|
url: /categories/
|
|
weight: 10
|
|
- identifier: search
|
|
name: Search
|
|
url: /search/
|
|
weight: 20
|
|
- identifier: tags
|
|
name: Tags
|
|
url: /tags/
|
|
weight: 30
|
|
|
|
params:
|
|
defaultTheme: auto # options: light, dark
|
|
disableThemeToggle: false
|
|
profileMode:
|
|
enabled: true
|
|
title: "Siddhartha Golu"
|
|
subtitle: "Welcome to my preferred dumping ground for thoughts."
|
|
imageUrl: "images/siddhartha.jpg"
|
|
imageTitle: "My default image everywhere"
|
|
imageWidth: 120
|
|
imageHeight: 140
|
|
buttons:
|
|
- name: "About Me"
|
|
url: about
|
|
- name: Articles
|
|
url: articles
|
|
|
|
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
|