我的笔记站点自用 fork 版,修改了许多主题细节使其更符合我的审美。
本仓库仅分享自己的修改版,不处理任何 issue, pull request,不提供任何技术支持,不保证持续更新与维护。
主题预览:https://io.zouht.com/
- (archive.php) 面包屑导航格式改成:首页 > (分类方式) > (分类条目)
- (archive.php) 文章标题改为 h1
- (archive.php) 文章元数据格式修改,删去阅读数量显示
- (archive.php) 文章摘要使用
$this->content()显示,支持格式渲染(需要手动插入<!--more-->) - (footer.php) 修改底部主题信息
- (function.php) 修改版本号的格式
- (header.php) 引入
normalize.min.css标准化样式 - (index.php) 修改主题信息
- (index.php) 首页也显示面包屑导航
- (index.php) 文章标题修改(同 2)
- (index.php) 文章元数据修改(同 3)
- (index.php) 文章摘要修改(同 4)
- (+normalize.min.css) 新增标准化样式
- (+page-sitemap.php) 新增文章列表模板(在页面自定义模板里选择)
- (post.php) 文章元数据修改(同 3)
- (style.min.css) body 字体大小增大到 17px
- (style.min.css) 字体集修改,主要区别是西文字体,换成了有衬线的
- (style.min.css) 代码块取消滚动条,一律全部展开
- (style.min.css) 文章元数据字体大小增大到 1em
- (style.min.css) 一律打开 border-bottom 文章列表分割线
- (style.min.css) 文章内 h1 标题底部横线
- (style.min.css) 文章内 h2 标题底部灰色阴影