personal-site/config.toml
Abdulkadir Furkan Şanlı 11d8fc4e54
Add link to music server to menu
Signed-off-by: Abdulkadir Furkan Şanlı <abdulocracy@disroot.org>
2019-12-07 17:34:42 +01:00

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