13 lines
342 B
TOML
13 lines
342 B
TOML
baseURL = 'https://blog.ewpt3ch.dev/'
|
|
languageCode = 'en-us'
|
|
title = "Eric's Ramblings"
|
|
theme = 'hyde'
|
|
|
|
[Menus]
|
|
main = [
|
|
{Name = "Git", URL = "https://gitea.ewpt3ch.dev/ewpt3ch"}
|
|
]
|
|
|
|
[params]
|
|
description = "My wanderings through technology mostly to document how I did things yesterday so I can make new mistakes tomorrow"
|