23 lines
342 B
TOML
23 lines
342 B
TOML
baseURL = "/"
|
|
languageCode = "en-us"
|
|
title = "chmod 777"
|
|
relativeURLS = true
|
|
|
|
theme = "hello-friend-ng"
|
|
|
|
[params]
|
|
defaultTheme = "dark"
|
|
homeSubtitle = "never type this command"
|
|
|
|
[params.logo]
|
|
logoText = "chmod 777"
|
|
logoCursorColor = "#c0c0c0"
|
|
logoCursorAnimate = "0s"
|
|
|
|
|
|
[menu]
|
|
[[menu.main]]
|
|
identifier = "posts"
|
|
name = "Posts"
|
|
url = "posts/"
|