Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/uPagge/uBlogger.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDave A-W <DaveA-W@users.noreply.github.com>2020-05-04 11:43:47 +0300
committerGitHub <noreply@github.com>2020-05-04 11:43:47 +0300
commit67617b82dcd4b6b42df543882b733f4d1bea87f6 (patch)
tree223328aa5a8c754b8e45c1af09c342bd51f029f2 /exampleSite/content
parent417851b1cd11c40c5e7b398a4b844fd4e415a56b (diff)
feat(profile): Add optional title above subtitle (#308)
Diffstat (limited to 'exampleSite/content')
-rw-r--r--exampleSite/content/posts/theme-documentation-basics.en.md2
-rw-r--r--exampleSite/content/posts/theme-documentation-basics.fr.md2
-rw-r--r--exampleSite/content/posts/theme-documentation-basics.zh-cn.md2
3 files changed, 6 insertions, 0 deletions
diff --git a/exampleSite/content/posts/theme-documentation-basics.en.md b/exampleSite/content/posts/theme-documentation-basics.en.md
index 94df5f0..c1a52e2 100644
--- a/exampleSite/content/posts/theme-documentation-basics.en.md
+++ b/exampleSite/content/posts/theme-documentation-basics.en.md
@@ -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
diff --git a/exampleSite/content/posts/theme-documentation-basics.fr.md b/exampleSite/content/posts/theme-documentation-basics.fr.md
index 517c07d..20c504f 100644
--- a/exampleSite/content/posts/theme-documentation-basics.fr.md
+++ b/exampleSite/content/posts/theme-documentation-basics.fr.md
@@ -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
diff --git a/exampleSite/content/posts/theme-documentation-basics.zh-cn.md b/exampleSite/content/posts/theme-documentation-basics.zh-cn.md
index d2afa2c..6924f41 100644
--- a/exampleSite/content/posts/theme-documentation-basics.zh-cn.md
+++ b/exampleSite/content/posts/theme-documentation-basics.zh-cn.md
@@ -311,6 +311,8 @@ hugo
gravatarEmail = ""
# 主页显示头像的 URL
avatarURL = "/images/avatar.png"
+ # {{< version 0.2.5 >}} 主页显示的网站标题
+ title = ""
# 主页显示的网站副标题
subtitle = "这是我的全新 Hugo 网站"
# 是否为副标题显示打字机动画