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

github.com/ThemeTony/hugo-theme-tony.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFFRaycoder <nn_201312@163.com>2020-05-24 07:57:30 +0300
committerFFRaycoder <nn_201312@163.com>2020-05-24 07:57:30 +0300
commit33b6d136dcc84f08c74f29630ff5a8f5aa96af49 (patch)
treeb7e00b53e5378cf03a9fb2979b64371f14f0aa92
parent246818abe8ebca570b281b4cc98d2c9cf8b2bd44 (diff)
config.toml
-rw-r--r--exampleSite/config.toml10
-rw-r--r--exampleSite/config.zh.toml6
2 files changed, 8 insertions, 8 deletions
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index cb1c605..e5a1361 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -26,15 +26,15 @@ paginate = 10
# author information
[author]
# First name
- name = ""
+ name = "HUGO-THEME-TONY"
# Mailbox
- email = ""
+ email = "mail@example.com"
# Motto or introduction
- motto = ""
+ motto = "HUGO THEME TONY"
# Avatar
avatar = "/images/t.jpg"
# Website (default: baseURL)
- website = ""
+ website = "/"
# GitHub
github = ""
@@ -66,7 +66,7 @@ paginate = 10
title = "HUGO-THEME-TONY"
name = "HUGO-THEME-TONY"
icon = "ri-code-box-line"
- url = "https://htony.js.org/"
+ url = ""
# Markdown renderer
[markup]
diff --git a/exampleSite/config.zh.toml b/exampleSite/config.zh.toml
index 2b06fad..5133273 100644
--- a/exampleSite/config.zh.toml
+++ b/exampleSite/config.zh.toml
@@ -34,9 +34,9 @@ paginate = 10
# 头像
avatar = "/images/t.jpg"
# 网站(默认值:baseURL)
- website = "https://htony.js.org/"
+ website = "/"
# GitHub
- github = "https://github.com/ThemeTony/"
+ github = "
# 页面分类
[taxonomies]
@@ -66,7 +66,7 @@ paginate = 10
title = "HUGO-THEME-TONY"
name = "HUGO-THEME-TONY"
icon = "ri-code-box-line"
- url = "https://htony.js.org/"
+ url = "/"
# Markdown 渲染器
[markup]