personal-site/config.toml

57 lines
1.5 KiB
TOML
Raw Normal View History

baseURL = "https://abdulocra.cy/"
2019-11-04 09:12:41 +01:00
languageCode = "en-us"
2019-11-04 11:57:35 +01:00
title = "abdulocracy"
2019-11-04 09:12:41 +01:00
baseurl = "/"
theme = "terminal"
paginate = 5
[params]
# dir name of your blog content (default is `content/posts`)
contentTypeName = "posts"
# ["orange", "blue", "red", "green", "pink"]
2019-11-04 11:57:35 +01:00
themeColor = "pink"
2019-11-04 09:12:41 +01:00
# if you set this to 0, only submenu trigger will be visible
2019-11-04 11:57:35 +01:00
showMenuItems = 0
2019-11-04 09:12:41 +01:00
# show selector to switch language
showLanguageSelector = false
# set theme to full screen width
fullWidthTheme = false
# center theme with default width
2019-11-04 11:57:35 +01:00
centerTheme = true
2019-11-04 09:12:41 +01:00
# set a custom favicon (default is a `themeColor` square)
favicon = "img/favicon/favicon.png"
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"
subtitle = ""
2019-11-04 09:12:41 +01:00
keywords = ""
2019-11-04 11:57:35 +01:00
copyright = "© Abdulkadir Furkan Şanlı 2019"
menuMore = "menu"
2019-11-04 11:57:35 +01:00
readMore = "read more"
readOtherPosts = "read 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 = "/tags/university-notes"
[[languages.en.menu.main]]
identifier = "music"
name = "music"
url = "https://music.abdulocra.cy"
[markup]
[markup.goldmark]
[markup.goldmark.renderer]
unsafe = true