52 lines
1.3 KiB
YAML
52 lines
1.3 KiB
YAML
baseURL: "https://blog.k4li.me/"
|
|
languageCode: en-us
|
|
title: pika - Blogs
|
|
theme: paperMod
|
|
|
|
enableRobotsTXT: true
|
|
|
|
params:
|
|
defaultTheme: dark
|
|
homeInfoParams:
|
|
Title: Welcome to my blog! Feel free to contribute some topics over on GiTea
|
|
socialIcons:
|
|
- name: "gitea"
|
|
url: "https://git.k4li.de/pika/"
|
|
ShowShareButtons: true
|
|
ShowReadingTime: true
|
|
ShowBreadCrumbs: true
|
|
ShowWordCount: true
|
|
enableEmoji: true
|
|
UseHugoToc: true
|
|
|
|
profileMode:
|
|
enabled: true
|
|
title: "Hi, I'm pika!"
|
|
subtitle: "You are currently at my dev-environment. Here I'm trying to get better in stuff like writing blogentries, and styling a website/creating one. So, take anything here with a grain of salt and have fun reading. Also be sure to checkout the GiTea instance!"
|
|
imageUrl: "/img/facepunch.svg"
|
|
imageWidth: 120
|
|
imageHeight: 120
|
|
buttons:
|
|
- name: BlogPosts
|
|
url: "/blog/"
|
|
- name: Archive
|
|
url: "/archive/"
|
|
- name: Tutorials
|
|
url: "/tutorials/"
|
|
- name: GiTea
|
|
url: "https://git.k4li.de/pika/"
|
|
|
|
menu:
|
|
main:
|
|
- identifier: Home
|
|
name: Home
|
|
url: /
|
|
weight: 1
|
|
- identifier: AboutMe
|
|
name: AboutMe
|
|
url: /blog/2024/1/
|
|
weight: 10
|
|
- identifier: HomePage
|
|
name: homePage
|
|
url: "https://homepage.k4li.me/"
|
|
weight: 20
|