diff --git a/README.md b/README.md index 02c2eb39..0aa2ad98 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ --- -预览:[程序员小航](http://hao.liuzhihang.com/) +预览:[程序员小航](http://liuzhihang.com/) WIP 文档:[语雀](https://www.yuque.com/liuzhihangs/halo-theme-hao) @@ -70,7 +70,16 @@ Halo-Theme-Hao 使用 GPL-v3.0 协议开源,请遵守开源协议。 +## 其他 +如果你对主题有什么建议或者意见,欢迎提 PR & issue。 + +想了解更多信息可以关注 「 程序员小航 」。 + +- 发送 "hao群" 可以加群 (群验证信息最好是个人网站) +- 发送"加好友",可以加我微信,我拉你进群 (群二维码失效时) + +> 卖服务器的广告人,就不要加了。 ## Contributors ✨ diff --git a/package.json b/package.json index b1d99f61..bb1ea155 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "halo-theme-hao", - "version": "1.0.0-beta.2", + "version": "1.0.0", "dependencies": { } } diff --git a/templates/assets/zhheo/zhheoblog.css b/templates/assets/zhheo/zhheoblog.css index df66ab4b..ed27f0e1 100644 --- a/templates/assets/zhheo/zhheoblog.css +++ b/templates/assets/zhheo/zhheoblog.css @@ -8096,6 +8096,27 @@ span.fund_name { width: calc(100% - 300px); } +/* 当隐藏边栏时,显示 100% */ +.layout.hide-aside > div:first-child { + width: 100%; +} + +/* 侧边栏在左侧时,显示 100% */ +.layout.left-aside > div:first-child { + -webkit-box-ordinal-group: 2; + -moz-box-ordinal-group: 2; + -o-box-ordinal-group: 2; + -ms-flex-order: 2; + -webkit-order: 2; + order: 2; +} + +/* 侧栏在左侧时,关闭左边距,打开右边距 */ +.layout.left-aside .aside-content { + padding-right: 15px; + padding-left: 0px !important; +} + /* 主页分类 */ div#categoryList { display: flex; diff --git a/theme.yaml b/theme.yaml index 880e66a3..946a3488 100644 --- a/theme.yaml +++ b/theme.yaml @@ -13,5 +13,5 @@ spec: repo: 'https://github.com/liuzhihang/halo-theme-hao' settingName: "theme-hao-setting" configMapName: "theme-hao-configMap" - version: beta.2 + version: 1.0.0 require: 2.0.0