mirror of
https://github.com/the-second-city/do-as-sudo.git
synced 2025-10-29 03:56:02 -07:00
23 lines
411 B
TOML
23 lines
411 B
TOML
baseURL = 'https://blog.tiltowait.dev/'
|
|
languageCode = 'en-us'
|
|
title = 'do as sudo'
|
|
theme = 'bear'
|
|
|
|
[permalinks]
|
|
blog = "/:slug"
|
|
tags = "/blog/:slug"
|
|
|
|
[params]
|
|
title = 'do as sudo'
|
|
description = 'thoughts, dev notes, and musings during a freebsd migration'
|
|
favicon = 'images/favicon.png'
|
|
|
|
hideMadeWithLine = true
|
|
enablePostNavigator = true
|
|
|
|
[[menu.main]]
|
|
name = 'home'
|
|
url = '/'
|
|
weight = 1
|
|
|