diff --git a/_config.yml b/_config.yml index 075a362..41446bf 100755 --- a/_config.yml +++ b/_config.yml @@ -45,7 +45,9 @@ post: titlePosition: center # left | center 文章标题的位置 # 相对于source目录下的头像url -favicon: /img/favicon.webp +favicon: /img/favicon.webp # 默认方形头像 +isRoundedAvatar: false # 是否圆形头像 +isAvatarRotating: false # 圆形头像是否开启悬浮旋转 # 是否启用一些特色工具 false | true tool: diff --git a/layout/_partial/post-header.ejs b/layout/_partial/post-header.ejs index 76ffd5d..7c3de34 100755 --- a/layout/_partial/post-header.ejs +++ b/layout/_partial/post-header.ejs @@ -14,14 +14,38 @@