32 lines
582 B
TOML
32 lines
582 B
TOML
baseURL = 'https://rockcampbell.com/'
|
|
canonifyURLs = true
|
|
languageCode = 'en-us'
|
|
title = 'rockcampbell'
|
|
|
|
theme = 'parchment'
|
|
googleAnalytics = 'G-LMKPZJ98Y8'
|
|
|
|
contentDir = "content"
|
|
|
|
[Params]
|
|
description = "Writer, thinker, technologist. Morning briefs, Stoic reflections, self-hosting, and systems thinking."
|
|
|
|
[[menus.main]]
|
|
name = "Posts"
|
|
url = "/posts/"
|
|
weight = 1
|
|
|
|
[[menus.main]]
|
|
name = "Tags"
|
|
url = "/tags/"
|
|
weight = 2
|
|
|
|
[[menus.footer]]
|
|
name = "RSS"
|
|
url = "/index.xml"
|
|
weight = 1
|
|
|
|
[[menus.footer]]
|
|
name = "Site Index"
|
|
url = "/explore/"
|
|
weight = 2
|