Skip to content

Commit 8c52b1a

Browse files
author
Summer
committed
first commit
0 parents  commit 8c52b1a

File tree

194 files changed

+15830
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

194 files changed

+15830
-0
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
.DS_Store
2+
.idea

CHANGELOG.md

Lines changed: 187 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,187 @@
1+
# 变更记录 (CHANGELOG)
2+
3+
- v1.0.0
4+
- 删除首页轮播图
5+
- 删除文章卡片图片
6+
- 亮色极简主题风格
7+
8+
---
9+
10+
> 以下是原 hexo-theme-matery 的 changelog。
11+
12+
13+
## 中文版
14+
15+
- v2.0.0
16+
- 新增了对 Hexo 5.0.0 的支持,并推荐升级使用 Hexo 5.0.0,去除了对 `hexo-prism-plugin` 插件的依赖,可直接使用自带的 `prismjs` 插件;
17+
- 新增了背景图功能;
18+
- 新增了畅言、腾讯兔小巢、哔哔、 `Artitalk` 等评论或说说功能;
19+
- 开始阅读部分行为修改;
20+
- 修改了 TOC 目录高度为自适应;
21+
- 修复了搜索的相关问题;
22+
- 其他小问题修改;
23+
- v1.3.2
24+
- 新增了繁体字的支持;
25+
- 新增了 404 页面;
26+
- 其他小问题修改;
27+
- v1.3.1
28+
- 新增了 `kbd` 样式;
29+
- 修复了子目录部署时词云中链接有误的问题;
30+
- 移除了 TOC 中的竖线;
31+
- 修复了首页 icon 图标中的 tooltip 不显示的问题;
32+
- 修复生成静态文件时,每天切换 banner 不生效的问题;
33+
- 更新了 `miniValine` 中的一些配置;
34+
- v1.3.0
35+
- 新增了支持子目录部署的功能(如:`Gitee`);
36+
- 新增了 `MiniValine` 评论系统;
37+
- 新增了 `jsdelivr` 的支持;
38+
- 修复了诸多发现的 bug;
39+
- v1.2.2
40+
- 新增了自定义文章 `keywords` 的功能;
41+
- 新增静态彩带点击切换的功能和配置;
42+
- 将文章字数统计、彩带和站点运行时间等功能默认设置为 `false`
43+
- 修改了文章的 `description` 的 meta 属性优先读取文章的 `summary` 属性;
44+
- 修改了文章标题的 HTML 标签,从 `div` 改成了 `h1` 标题;
45+
- 修改了页脚年份显示不正确的问题;
46+
- 去掉了站点运行时间中多余的 `setTimeout` 代码;
47+
- v1.2.1
48+
- 新增了 TOC 的展开目录层级设置和滚动条功能,防止目录较多的时候目录溢出;
49+
- 修改了首页的展示方式为以前的模式;
50+
- 修复首页按钮没有边框的问题;
51+
- 修复了音乐及吸底模式、视频、推荐文章等不激活时仍然生成首页卡片的问题;
52+
- 修复 wordCount 插件未安装的问题,修改了部分配置;
53+
- 修复音乐的 JSON 配置中有单引号的情况页面不显示的音乐的问题
54+
- 修复标签云在Hexo4.0下链接失效的问题;
55+
- v1.2.0
56+
- 新增了 [DaoVoice](http://www.daovoice.io/)[Tidio](https://www.tidio.com/) 的在线聊天功能;
57+
- 新增了两级菜单的功能;
58+
- 新增了打字效果的副标题;
59+
- 新增了网页内容预加载的功能;
60+
- 新增了首页 banner 是否每日切换的配置功能;
61+
- 新增了显示 ICP 备案信息的功能,默认未开启;
62+
- 新增了百度分析的配置;
63+
- 新增了代码块的语言显示、一键复制、显示行号等功能;
64+
- 新增了首页轮播图和推荐文章可自定义配置的功能;
65+
- 新增了文章页面显示更新日期;
66+
- 新增了转载规则的图标;
67+
- 修改了分享的布局和显示方式;
68+
- 升级更新了部分依赖库的版本;
69+
- 其他细节修改和优化;
70+
- v1.1.0
71+
- 新增了 `emoji` 的支持;
72+
- 新增了站点运行时间统计及配置;
73+
- 新增了留言板的功能,默认未开启;
74+
- 新增了 `Twitter``Facebook`、知乎的社交链接;
75+
- 更新了 `Valine` 的版本为最新版;
76+
- 其他小细节的修改;
77+
- v1.0.4
78+
- 新增了能为每篇文章都自定义转载规则的功能;
79+
- 修复上一页、下一页的自定义 `summary` 不显示的问题;
80+
- 修复了友情链接显示错位的问题,改为了瀑布流的布局方式;
81+
- 其他小细节 bug 的修改;
82+
- v1.0.3
83+
- 新增了`TOC`展开、收缩的按钮和相关配置,默认显示此按钮;
84+
- v1.0.2
85+
- 升级了 [Materialize](https://materializecss.com/) 框架版本为`1.0.0`,重构和修改了升级过程中的部分文件或问题;
86+
- 新增了首页封面的全屏轮播特效,可以将更重要的文章设置到首页轮播中;
87+
- 修复首页第一个按钮是中文的问题
88+
- 修复了 iPhone 上点击搜索输入获取焦点的问题;
89+
- 修复了 iPhone 上输入框获取焦点后页面放大的问题;
90+
- 修复一些文章或 UI 显示问题;
91+
- v1.0.1
92+
- 调整 `css``js` 的文件请求路径在主题的`_config.yml`中配置,便于你更快捷的配置自己的 CDN;
93+
- 新增代码是否折行为可配置,默认为折行;
94+
- 默认激活 `TOC` 功能,并新增为某篇文章关闭 `TOC``Front-matter` 配置选项;
95+
- 修复文章滚动时,高亮的目录选项不准确的问题;
96+
- `IOS`下移除搜索框自动获得焦点属性,防止自动获得焦点后导致视图上移;
97+
- v1.0.0
98+
- 新增了所有基础功能;
99+
100+
---
101+
102+
## 英文版
103+
104+
- v2.0.0
105+
- Added support for Hexo 5.0.0, and it is recommended to upgrade to Hexo 5.0.0, remove the dependency on the `hexo-prism-plugin`, you can directly use the built-in `prismjs`;
106+
- Added background image;
107+
- Added comment or talk support such as 畅言、腾讯兔小巢、哔哔、 `Artitalk`;
108+
- Modifications to "Start Reading";
109+
- Modified TOC directory height to be adaptive;
110+
- Fixed search related bugs;
111+
- Fixed Other minor bugs;
112+
- v1.3.2
113+
- Added support for traditional characters;
114+
- Added 404 page;
115+
- Fixed other minor issues;
116+
- v1.3.1
117+
- Added `kbd` style;
118+
- Fixed an issue with incorrect links in the word cloud when deploying sub directories;
119+
- Removed vertical lines in TOC;
120+
- Fixed the problem that the `tooltip` in the home icon is not displayed;
121+
- Fixed the issue that switching banners every day does not take effect when generating static files;
122+
- Updated some configurations in `miniValine`;
123+
- v1.3.0
124+
- new supporting sub directory deployment(e.g.: `Gitee`);
125+
- new `MiniValine` comment system;
126+
- new `jsdelivr` supported;
127+
- Fixed many bugs;
128+
- v1.2.2
129+
- Add the function of customizing post `keywords`;
130+
- Add the function and configuration of static ribbon click switch;
131+
- Set the word count, ribbon and site running time as `false` by default;
132+
- Modify the meta attribute of the post's `description` to read the post's `summary` attribute first;
133+
- Modified HTML tag of article title from `div` to` h1` title;
134+
- Fixed the problem of incorrect footer `year` display;
135+
- Removed redundant `setTimeout` js code from site runtime;
136+
- v1.2.1
137+
- Added TOC's expand directory level settings and scroll bar function to prevent directory overflow when there are many directories;
138+
- Modified the display mode of the homepage to the previous mode;
139+
- Fixed the problem that the home button has no border;
140+
- Fixed an issue where the homepage card was still generated when the music and bottom suction modes, videos, recommended articles, etc. were not activated;
141+
- Fixed the problem that wordCount plugin is not installed, and modified some configurations;
142+
- Fixed the issue that the page does not display music when there are single quotes in the JSON configuration of the music;
143+
- Fixed the problem of tag cloud link failure under Hexo4.0;
144+
- v1.2.0
145+
- Added online chat function of [DaoVoice](http://www.daovoice.io/) and [Tidio](https://www.tidio.com/);
146+
- Added the ability to have two levels of menus;
147+
- Added a subtitle for typing effects;
148+
- Added the ability to preload web content;
149+
- Added the configuration function of the home banner whether to switch daily;
150+
- Added the ability to display ICP filing information, which is not enabled by default;
151+
- Added configuration for Baidu analysis;
152+
- Added language display, one-click copy, display line number and other functions of the code block;
153+
- Added the ability to customize the configuration of the home page car map and recommended articles;
154+
- Added article page to display update date;
155+
- Added an icon for the reload rule;
156+
- Modified the layout and display of the sharing;
157+
- Upgraded and updated versions of some dependent libraries;
158+
- other details to modify and optimize;
159+
- v1.1.0
160+
- Added support for `emoji`;
161+
- Added site run time statistics and configuration;
162+
- Added the function of message board, it is not enabled by default;
163+
- Added `Twitter`, `Facebook`, and `zhihu` social links;
164+
- Updated the version of `Valine` to the latest version;
165+
- modification of other minor details;
166+
- v1.0.4
167+
- Added the ability to customize the reprint rules for each post;
168+
- Fix the problem that the custom summary of the previous page and the next page does not display;
169+
- Fixed the problem that the link of the friends link was misplaced and changed to the layout of the waterfall stream;
170+
- Other minor bugs fixes;
171+
- v1.0.3
172+
- Added `TOC` expansion, shrink button and related configuration, this button is displayed by default;
173+
- v1.0.2
174+
- Upgraded the [Materialize](https://materializecss.com/) framework version to `1.0.0`, refactoring and modifying some files or problems during the upgrade process;
175+
- Added a full-screen carousel effect on the front cover of the home page to set more important posts to the home page carousel;
176+
- Fix the first button on the front page is Chinese;
177+
- Fixed an issue where clicking search input on the iPhone to get focus;
178+
- Fixed an issue where the page was enlarged after the input box on the iPhone got focus;
179+
- Fix some posts or UI display issues;
180+
- v1.0.1
181+
- Adjust the file request path of `css` and `js` in the `_config.yml` of the theme, so that you can quickly configure their own CDN;
182+
- Whether the new code is configurable or not, the default is a line break;
183+
- The `TOC` function is activated by default, and the `Front-matter` configuration option for `TOC` is turned off for a post;
184+
- Fixed an issue where the highlighted directory option was inaccurate when scrolling through the post;
185+
- Remove the search box under `IOS` to automatically get the focus attribute, preventing the view from moving up after automatically getting the focus;
186+
- v1.0.0
187+
- Added all the basic features;

0 commit comments

Comments
 (0)