11d8fc4e54
Signed-off-by: Abdulkadir Furkan Şanlı <abdulocracy@disroot.org>
52 lines
1.4 KiB
TOML
52 lines
1.4 KiB
TOML
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"
|