9 lines
202 B
TOML
9 lines
202 B
TOML
baseURL = 'https://me.marlow.boats'
|
|
languageCode = 'en-uk'
|
|
title = 'My Self-Hosted Blog'
|
|
theme = 'PaperMod'
|
|
|
|
[params]
|
|
defaultTheme = "auto"
|
|
showShareButtons = true
|
|
showCodeCopyButtons = true |