Next 当前不支持设置文章封面。butterfly的侧边时钟看着挺不错,但不能用了…显示的字太小了,看着有点费劲。

\butterfly\layout\includes\widget 注释掉小喇叭

1
2
//- i.fas.fa-bullhorn.fa-shake 抖动很烦人
i.fas.fa-bullhorn

source\css\_layout\aside.styl 禁用头像旋转,social 图标旋转也是这样注释。

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
.avatar-img
overflow: hidden
margin: 0 auto
width: 110px
height: 110px
border-radius: 70px

img
width: 100%
height: 100%
transition: filter 375ms ease-in .2s, transform .3s
object-fit: cover
// 禁止旋转
// &:hover
// transform: rotate(360deg)

禁用设置旋转,在layout\includes\rightside.pug,去掉fa-spin

1
2
3
4
#rightside-config-show
if needCogBtn
button#rightside-config(type="button" title=_p("rightside.setting"))
i.fas.fa-cog(class=theme.rightside_config_animation ? 'fa-spin' : '')

`source\css\_layout\footer.styl` 修改页脚颜色

1
2
background-color: $light-blue
background: #b7b7b5!important