Do first proper configuration

This commit is contained in:
Abdulkadir Furkan Şanlı
2019-11-04 11:57:35 +01:00
parent 8aa992c824
commit 367d04d43b
7 changed files with 84 additions and 32 deletions

View File

@@ -1,6 +1,6 @@
baseURL = "https://022385.xyz/"
languageCode = "en-us"
title = "My New Hugo Site"
title = "abdulocracy"
baseurl = "/"
theme = "terminal"
paginate = 5
@@ -9,39 +9,39 @@ paginate = 5
# dir name of your blog content (default is `content/posts`)
contentTypeName = "posts"
# ["orange", "blue", "red", "green", "pink"]
themeColor = "orange"
themeColor = "pink"
# if you set this to 0, only submenu trigger will be visible
showMenuItems = 2
showMenuItems = 0
# show selector to switch language
showLanguageSelector = false
# set theme to full screen width
fullWidthTheme = false
# center theme with default width
centerTheme = false
centerTheme = true
# set a custom favicon (default is a `themeColor` square)
# favicon = "favicon.ico"
favicon = "favicon.png"
[languages]
[languages.en]
languageName = "English"
title = "Terminal"
subtitle = "A simple, retro theme for Hugo"
title = "abdulocracy's personal site"
subtitle = ""
keywords = ""
copyright = ""
menuMore = "Show more"
readMore = "Read more"
readOtherPosts = "Read other posts"
copyright = "© Abdulkadir Furkan Şanlı 2019"
menuMore = ""
readMore = "read more"
readOtherPosts = "read other posts"
[languages.en.params.logo]
logoText = "Terminal"
logoText = "abdulocracy"
logoHomeLink = "/"
[languages.en.menu]
[[languages.en.menu.main]]
identifier = "about"
name = "About"
name = "about"
url = "/about"
[[languages.en.menu.main]]
identifier = "showcase"
name = "Showcase"
url = "/showcase"
identifier = "uni-notes"
name = "university notes"
url = "/tags/university-notes"