feat(profile): Add optional title above subtitle (#308)
This commit is contained in:
@@ -304,6 +304,8 @@ Please open the code block below to view the complete sample configuration :(far
|
||||
gravatarEmail = ""
|
||||
# URL of avatar shown in home page
|
||||
avatarURL = "/images/avatar.png"
|
||||
# {{< version 0.2.5 >}} title shown in home page
|
||||
title = ""
|
||||
# subtitle shown in home page
|
||||
subtitle = "This is My New Hugo Site"
|
||||
# whether to use typeit animation for subtitle
|
||||
|
||||
@@ -309,6 +309,8 @@ Please open the code block below to view the complete sample configuration :(far
|
||||
gravatarEmail = ""
|
||||
# URL of avatar shown in home page
|
||||
avatarURL = "/images/avatar.png"
|
||||
# {{< version 0.2.5 >}} title shown in home page
|
||||
title = ""
|
||||
# subtitle shown in home page
|
||||
subtitle = "This is My New Hugo Site"
|
||||
# whether to use typeit animation for subtitle
|
||||
|
||||
@@ -311,6 +311,8 @@ hugo
|
||||
gravatarEmail = ""
|
||||
# 主页显示头像的 URL
|
||||
avatarURL = "/images/avatar.png"
|
||||
# {{< version 0.2.5 >}} 主页显示的网站标题
|
||||
title = ""
|
||||
# 主页显示的网站副标题
|
||||
subtitle = "这是我的全新 Hugo 网站"
|
||||
# 是否为副标题显示打字机动画
|
||||
|
||||
Reference in New Issue
Block a user