27
config.toml
27
config.toml
@@ -1,36 +1,31 @@
|
||||
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
|
||||
contentTypeName = "blog"
|
||||
themeColor = "green"
|
||||
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"
|
||||
favicon = "favicon.png"
|
||||
enableGitInfo = true
|
||||
showLastUpdated = true
|
||||
updatedDatePrefix = "updated"
|
||||
|
||||
[languages]
|
||||
[languages.en]
|
||||
languageName = "English"
|
||||
title = "abdulocracy's personal site"
|
||||
owner = "Abdulkadir Furkan Şanlı"
|
||||
subtitle = ""
|
||||
keywords = ""
|
||||
copyright = "© Abdulkadir Furkan Şanlı 2019"
|
||||
copyright = ""
|
||||
menuMore = "menu"
|
||||
readMore = "read more"
|
||||
readOtherPosts = "read other posts"
|
||||
readMore = "more"
|
||||
readOtherPosts = "other posts"
|
||||
|
||||
[languages.en.params.logo]
|
||||
logoText = "abdulocracy"
|
||||
@@ -44,7 +39,7 @@ paginate = 5
|
||||
[[languages.en.menu.main]]
|
||||
identifier = "uni-notes"
|
||||
name = "university notes"
|
||||
url = "/tags/university-notes"
|
||||
url = "/university-notes"
|
||||
[[languages.en.menu.main]]
|
||||
identifier = "music"
|
||||
name = "music"
|
||||
|
||||
Reference in New Issue
Block a user