personal-site/config.toml
Abdulkadir Furkan Şanlı 7cfdc791a7
Fix stuff
Signed-off-by: Abdulkadir Furkan Şanlı <me@abdulocra.cy>
2020-12-26 00:46:21 +01:00

52 lines
1.2 KiB
TOML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

baseURL = "https://abdulocra.cy/"
languageCode = "en-us"
theme = "terminal"
paginate = 5
[params]
contentTypeName = "blog"
themeColor = "green"
showMenuItems = 0
showLanguageSelector = false
fullWidthTheme = false
centerTheme = true
favicon = "favicon.png"
enableGitInfo = true
showLastUpdated = true
updatedDatePrefix = "updated"
[languages]
[languages.en]
languageName = "English"
title = "abdulocracy's personal site"
owner = "Abdulkadir Furkan Şanlı"
subtitle = ""
keywords = ""
copyright = "© Abdulkadir Furkan Şanlı 2020 :: CC BY-ND"
menuMore = "menu"
readMore = "more"
readOtherPosts = "other posts"
[languages.en.params.logo]
logoText = "abdulocracy"
logoHomeLink = "/"
[languages.en.menu]
[[languages.en.menu.main]]
identifier = "about"
name = "about"
url = "/about"
[[languages.en.menu.main]]
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