26 lines
421 B
TOML
26 lines
421 B
TOML
baseURL = 'https://inkletblot.com/'
|
|
languageCode = 'en-us'
|
|
title = "Ink's Space"
|
|
|
|
[params]
|
|
favicon = "/favicon.ico"
|
|
stylesheet = "/style.css"
|
|
|
|
[[menu.main]]
|
|
identifier = "me"
|
|
name = "Me"
|
|
url = "/home/"
|
|
weight = 1
|
|
|
|
[[menu.main]]
|
|
identifier = "posts"
|
|
name = "Posts"
|
|
url = "/posts/"
|
|
weight = 2
|
|
|
|
[[menu.main]]
|
|
identifier = "links"
|
|
name = "Links"
|
|
url = "/links/"
|
|
weight = 3
|