2019-11-09 16:48:31 +01:00
|
|
|
|
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)
|
2019-11-18 23:14:02 +01:00
|
|
|
|
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"
|
2019-11-04 23:57:45 +01:00
|
|
|
|
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"
|
2019-12-07 17:34:42 +01:00
|
|
|
|
[[languages.en.menu.main]]
|
|
|
|
|
identifier = "music"
|
|
|
|
|
name = "music"
|
|
|
|
|
url = "https://music.abdulocra.cy"
|
2019-12-26 01:05:22 +01:00
|
|
|
|
|
|
|
|
|
[markup]
|
|
|
|
|
[markup.goldmark]
|
|
|
|
|
[markup.goldmark.renderer]
|
|
|
|
|
unsafe = true
|