personal-site/config.toml
Abdulkadir Furkan Şanlı 00dc91b6d1
Fix updated dates and correct eidma.md date
Signed-off-by: Abdulkadir Furkan Şanlı <me@abdulocra.cy>
2020-12-26 01:30:32 +01:00

52 lines
1.2 KiB
TOML
Raw Permalink 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
enableGitInfo = true
[params]
contentTypeName = "blog"
themeColor = "green"
showMenuItems = 0
showLanguageSelector = false
fullWidthTheme = false
centerTheme = true
favicon = "favicon.png"
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