-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
20 changed files
with
460 additions
and
135 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,61 @@ | ||
|
||
- 2021-1-8 | ||
添加fancybox插件 | ||
添加友情链接页面 | ||
调整配置 | ||
|
||
|
||
- 2021-1-7 | ||
修复up酱在手机端文章页面显示错位的问题 | ||
添加部分动画效果 | ||
修复分类页不显示括号的问题的‘()’ | ||
|
||
- 2021-1-5 | ||
添加twikoo评论系统 | ||
修复页面刷新后toc进度条清0的问题 | ||
添加本地搜索(search插件) | ||
主题css、js资源url可自定义 | ||
自定义引入外部js、css、等资源 | ||
添加首页显示文章数 | ||
修复当手机端打开导航栏菜单是屏幕大小有变化后,无法上下滚动浏览内容 | ||
添加404页面 | ||
调整部分字体在手机端显示过大的bug | ||
|
||
- 2021-1-4 | ||
添加valine评论系统 | ||
添加waline评论系统 | ||
调整手机端页面样式 | ||
添加手机端toc目录 | ||
添加开/关首页是否显示cover图片 | ||
添加文章页是否显示up酱 | ||
添加主题配色 | ||
配置文件添加CDN选项 | ||
添加右侧选项、回到顶部、直达评论、手机端展开toc按钮 | ||
调整up酱显示逻辑 | ||
页面统计采用valine、waline自带的功能(待适配twikoo后也是如此) | ||
|
||
|
||
- 2021-1-3 | ||
添加up酱(回到顶部) | ||
添加开/关toc滚动条 | ||
添加css压缩 | ||
|
||
- 2021-1-2 | ||
调整css,从纯css调整到stylue预处理 | ||
添加toc目录,优化a标签锚点滚动 | ||
调整toc长度超出内容区(显示滚动条) | ||
toc目录进行宽度调整 | ||
更新标签页、分类页、归档页 | ||
标签页、分类页、归档页添加分页 | ||
更新首页cover,不适应可以不写 | ||
调整分页在手机端不对其的情况 | ||
调整部分样式 | ||
|
||
- 2021-1-1 | ||
修复手机端代码块行号于代码不匹配bug | ||
调整手机端版权框显示问题 | ||
调整手机端文章底部tag和social-share显示bug | ||
修复文章无tag时,文章底部显示icon图标的bug | ||
|
||
- 2020-12-31 | ||
首发第一个版本1.0.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
layout/_partial/scripts.ejs → layout/_partial/import_botton.ejs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
<script src="<%-theme.CDN.index_js%>"></script> | ||
<% theme.import.script.forEach(function(script, i){ %> | ||
<% theme.import.botton.forEach(function(script, i){ %> | ||
<%-script%> | ||
<% }) %> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
<% theme.import.head.forEach(function(style, i){ %> | ||
<%-style%> | ||
<% }) %> |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.