diff --git a/.eslintignore b/.eslintignore index e6529fc0..65d51edd 100644 --- a/.eslintignore +++ b/.eslintignore @@ -2,3 +2,4 @@ build/*.js src/assets public dist +**/scripts/** diff --git a/CHANGELOG.md b/CHANGELOG.md index 861d7221..8cbe5e72 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [1.5.2] - 2021-05-09 + +### :wrench: Fixed + +- Fixed beian is not appearing on the footer [#89](https://github.com/auroral-ui/hexo-theme-aurora/issues/89) +- Fixed Valine Gravatar CDN not switching base on lang. [#92](https://github.com/auroral-ui/hexo-theme-aurora/issues/92) +- Fixed social links alignment issue in profile section. [#80](https://github.com/auroral-ui/hexo-theme-aurora/issues/80) +- Fixed feature article incorrect order. [#91](https://github.com/auroral-ui/hexo-theme-aurora/issues/91) + ## [1.5.1] - 2021-05-07 ### :sparkles: Added @@ -289,7 +298,8 @@ To read about the new configuration, go to the [usage document](https://aurora.t - NEW **`Custom pages`** - _Can add any custom pages, need to use the customized menu to display in the menu._ - NEW **`Page navbar`** - _Can set up a sidebar on the specific page, act as the sub-menu of the page._ -[unreleased]: https://github.com/auroral-ui/hexo-theme-aurora/compare/v1.5.1...HEAD +[unreleased]: https://github.com/auroral-ui/hexo-theme-aurora/compare/v1.5.2...HEAD +[1.5.2]: https://github.com/auroral-ui/hexo-theme-aurora/compare/v1.5.1...v1.5.2 [1.5.1]: https://github.com/auroral-ui/hexo-theme-aurora/compare/v1.5.0...v1.5.1 [1.5.0]: https://github.com/auroral-ui/hexo-theme-aurora/compare/v1.4.3...v1.5.0 [1.4.3]: https://github.com/auroral-ui/hexo-theme-aurora/compare/v1.4.2...v1.4.3 diff --git a/CHANGELOG_CN.md b/CHANGELOG_CN.md index ed9c4519..d0e79c89 100644 --- a/CHANGELOG_CN.md +++ b/CHANGELOG_CN.md @@ -1,9 +1,18 @@ -# Changelog +# 更变日志 -对这个项目的所有值得注意的变化都将记录在这个文件中。 +对这个项目的所有值得注意的变化都将记录在这个文档中。 ## [Unreleased] +## [1.5.2] - 2021-05-09 + +### :wrench: 修复 + +- 修复备案无法在脚步显示的问题 [#89](https://github.com/auroral-ui/hexo-theme-aurora/issues/89) +- 修复 Valine 头像用的 CDN 没有根据语言切换 CDN 地址 [#92](https://github.com/auroral-ui/hexo-theme-aurora/issues/92) +- 修复媒体链接没有居中的问题 [#80](https://github.com/auroral-ui/hexo-theme-aurora/issues/80) +- 修复推荐/置顶文章的顺序问题 [#91](https://github.com/auroral-ui/hexo-theme-aurora/issues/91) + ## [1.5.1] - 2021-05-07 ### :sparkles: 新增 @@ -278,7 +287,8 @@ cp -rf ./node_modules/hexo-theme-aurora/_config.yml ./_config.aurora.yml - NEW **`自定义页`** - _结合自定义菜单使用,可以加入自定义页面到导航之中。_ - NEW **`页面子导航`** - _可以给 `自定义页` 加入导航。_ -[unreleased]: https://github.com/auroral-ui/hexo-theme-aurora/compare/v1.5.1...HEAD +[unreleased]: https://github.com/auroral-ui/hexo-theme-aurora/compare/v1.5.2...HEAD +[1.5.2]: https://github.com/auroral-ui/hexo-theme-aurora/compare/v1.5.1...v1.5.2 [1.5.1]: https://github.com/auroral-ui/hexo-theme-aurora/compare/v1.5.0...v1.5.1 [1.5.0]: https://github.com/auroral-ui/hexo-theme-aurora/compare/v1.4.3...v1.5.0 [1.4.3]: https://github.com/auroral-ui/hexo-theme-aurora/compare/v1.4.2...v1.4.3 diff --git a/layout/index.ejs b/layout/index.ejs index 1a05378f..5b516d25 100644 --- a/layout/index.ejs +++ b/layout/index.ejs @@ -1 +1 @@ -
\ No newline at end of file +
\ No newline at end of file diff --git a/package.json b/package.json index 3578cb31..95e28b67 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "hexo-theme-aurora", - "version": "1.5.1", + "version": "1.5.2", "description": "Futuristic auroral theme for Hexo.", "author": "TriDiamond ", "license": "MIT", diff --git a/public/index.html b/public/index.html index b50a0a9b..b70265d2 100644 --- a/public/index.html +++ b/public/index.html @@ -53,6 +53,14 @@ href="https://cdnjs.cloudflare.com/ajax/libs/gitalk/1.7.2/gitalk.min.css" rel="stylesheet" /> + +