16 lines
630 B
YAML
16 lines
630 B
YAML
baseURL: 'https://blog.rakowskiii.com/'
|
|
languageCode: 'en-us'
|
|
title: 'Dev Logbook'
|
|
theme: "PaperMod"
|
|
|
|
params:
|
|
defaultTheme: "light"
|
|
homeInfoParams:
|
|
Title: "Dev Journey Logbook"
|
|
Subtitle: "A place to document my journey as a developer"
|
|
Content: >
|
|
Hi, I'm Joe Doe and this is my journey as a developer. I'm currently learning web development and I'm documenting my journey here. I hope you find something useful here. Feel free to reach out to me if you have any questions or feedback.
|
|
socialIcons:
|
|
- name: github
|
|
title: View Source on Github
|
|
url: "https://gitea.rakowskiii.com/johndoe/logbook" |