Skip to content

Commit

Permalink
Added author link configuration for default author. (#61)
Browse files Browse the repository at this point in the history
  • Loading branch information
bennyxguo committed Apr 19, 2021
1 parent e391299 commit 00b9f13
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
9 changes: 5 additions & 4 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,11 @@
#! @docs https://aurora.tridiamond.tech/guide/configuration.html
#! ---------------------------------------------------------------
site:
subtitle: TriDiamond's Blog
author: 三钻
nick: TriDiamond
description: 一位正在重塑知识的技术人 <br /> @ <b>公众号:技术银河</b>
subtitle: Aurora's Blog
author: Aurora
nick: Auroral UI
description:
link: '/'
language: en
multi_language: true
logo: https://img-blog.csdnimg.cn/20210313122054101.png
Expand Down
2 changes: 1 addition & 1 deletion scripts/lib/helpers/mapper.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ function authorMapper(author, configs) {
slug: 'blog-author',
avatar:
configs.theme_config.site.avatar || configs.theme_config.site.logo,
link: '',
link: configs.theme_config.site.link || '/',
description: configs.theme_config.site.description,
socials: configs.theme_config.socials
})
Expand Down

0 comments on commit 00b9f13

Please sign in to comment.