27 lines
750 B
TOML
27 lines
750 B
TOML
baseURL = 'https://selfhosted.rsmsn.co/'
|
|
relativeURLs = true
|
|
languageCode = 'en-us'
|
|
title = 'Rsmsn Blog'
|
|
subtitle = 'A mostly technical blog & series of experiences working in tech and my homelab'
|
|
theme = 'terminal'
|
|
themesDir = './themes/'
|
|
|
|
[params]
|
|
dateFormat = "02 Jan 2006"
|
|
|
|
[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
|
|
showTimeToRead = true
|
|
showBreadcrumb = true
|
|
|
|
[mediaTypes]
|
|
[mediaTypes."application/javascript"]
|
|
suffixes = ["js","jsm","mjs"]
|