personal-site/config.toml

52 lines
1.2 KiB
TOML
Raw Normal View History

baseURL = "https://abdulocra.cy/"
2019-11-04 09:12:41 +01:00
languageCode = "en-us"
theme = "terminal"
paginate = 5
[params]
contentTypeName = "blog"
themeColor = "green"
2019-11-04 11:57:35 +01:00
showMenuItems = 0
2019-11-04 09:12:41 +01:00
showLanguageSelector = false
fullWidthTheme = false
2019-11-04 11:57:35 +01:00
centerTheme = true
favicon = "favicon.png"
enableGitInfo = true
showLastUpdated = true
updatedDatePrefix = "updated"
2019-11-04 09:12:41 +01:00
[languages]
[languages.en]
languageName = "English"
2019-11-04 11:57:35 +01:00
title = "abdulocracy's personal site"
owner = "Abdulkadir Furkan Şanlı"
2019-11-04 11:57:35 +01:00
subtitle = ""
2019-11-04 09:12:41 +01:00
keywords = ""
copyright = ""
menuMore = "menu"
readMore = "more"
readOtherPosts = "other posts"
2019-11-04 09:12:41 +01:00
[languages.en.params.logo]
2019-11-04 11:57:35 +01:00
logoText = "abdulocracy"
2019-11-04 09:12:41 +01:00
logoHomeLink = "/"
[languages.en.menu]
[[languages.en.menu.main]]
identifier = "about"
2019-11-04 11:57:35 +01:00
name = "about"
2019-11-04 09:12:41 +01:00
url = "/about"
[[languages.en.menu.main]]
2019-11-04 11:57:35 +01:00
identifier = "uni-notes"
name = "university notes"
url = "/university-notes"
[[languages.en.menu.main]]
identifier = "music"
name = "music"
url = "https://music.abdulocra.cy"
[markup]
[markup.goldmark]
[markup.goldmark.renderer]
unsafe = true