19 lines
604 B
TOML
19 lines
604 B
TOML
baseURL = 'localhost'
|
|
languageCode = 'en-us'
|
|
title = 'Rsmsn Blog'
|
|
subtitle = 'A mostly technical blog & series of experiences working in tech and my homelab'
|
|
theme = 'dark-theme-editor'
|
|
|
|
[params.globalFrontmatter]
|
|
author = "Norm Rasmussen"
|
|
description = "A blog site about my homelab journey, command line commands to remember, and other thoughts around technology."
|
|
keywords = "cli,tech,site,blog,homelab,selfhosted,self-hosted"
|
|
|
|
[params.page]
|
|
includeToc = true
|
|
showAuthor = true
|
|
showDate = true
|
|
dateFormate = "2023.09.14"
|
|
showTimeToRead = true
|
|
showBreadcrumb = true
|