正文宽度加宽
/themes/indigo/source/css/_partial/variable.less
把@contentWidth: 960px
改成@contentWidth: 90%
同时config
文件中修改cdn:false
Header高度调整
- themes/indigo/source/css/_partial/header.less`
修改content-header
下的
.content-header { |
把min-height
注释掉
修改padding:50px 16px 5px 256px;
根据https://github.com/OhYee/hexo-theme-indigo/tree/OhYee
更改
同时调整
themes/indigo/source/css/_partial/article.less
.post-card {
//margin-top: -150px;
margin-top: 0px;
min-height: 100px;
padding: 35px;
background: #fff;
border-radius: 4px;
box-shadow: 0 10px 30px rgba(0, 0, 0, .2);
.post-meta {
margin-top: 8px;
}
}修改
margin-top: 0px
更改主题
若是想要更改其他版本主题,如本主题其他人修改的主题,可以直接放到
/themes
文件夹下,重命名。再在./config.yml
里更改主题。