Files
alicanzeybek.xyz/hugo.toml
2026-01-16 22:24:07 +03:00

47 lines
1.1 KiB
TOML

baseURL = 'https://example.org/'
languageCode = 'en-us'
title = 'Ali Can Zeybek'
theme = 'terminal'
pagination.pagerSize = 5
[params]
contentTypeName = "posts"
showMenuItems = 2
fullWidthTheme = false
centerTheme = false
[languages]
[languages.en]
title = "Ali Can Zeybek"
keywords = ""
copyright = ""
menuMore = "Show more"
readMore = "Read more"
readOtherPosts = "Read other posts"
[languages.en.params.logo]
logoText = "Ali Can Zeybek"
logoHomeLink = "/"
[languages.en.menu]
[[languages.en.menu.main]]
identifier = "journal"
name = "journal"
url = "/journal"
[[languages.en.menu.main]]
identifier = "coffee"
name = "coffee"
url = "/coffee"
[[languages.en.menu.main]]
identifier = "computer"
name = "computer"
url = "/computer"
[[languages.en.menu.main]]
identifier = "infrastructure"
name = "infrastructure"
url = "/infrastructure"
[[languages.en.menu.main]]
identifier = "software"
name = "software"
url = "/software"