Skip to content

Commit

Permalink
Packed for version 1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bennyxguo committed May 3, 2021
1 parent 938ae18 commit b9c0ca9
Show file tree
Hide file tree
Showing 27 changed files with 211 additions and 125 deletions.
3 changes: 2 additions & 1 deletion .prettierrc
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,6 @@
"singleQuote": true,
"useTabs": false,
"trailingComma": "none",
"printWidth": 80
"printWidth": 80,
"arrowParens": "avoid"
}
87 changes: 63 additions & 24 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,51 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [1.5.0] - 2021-05-03

### :sparkles: Added

- Adaptive feature article layout (added a new `Pinned article layout!!`)
- Able to switch between Feature and Pinned Mode.
- If total article is less than 3, will switch to Pinned mode automatically.
- Attached `Pinned` and `Feature` tag to article card.
- Feature and Pinned article will be display at the top of the article list.
- [:book: Docs](https://aurora.tridiamond.tech/guide/theme.html#feature-layout)
- Added VuePress like custom containers [#77](https://github.com/auroral-ui/hexo-theme-aurora/issues/77)
- `Info` container
- `Warning` container
- `Danger` Container
- `Detail` Container
- [:book: Preview](https://tridiamond.tech/post/aurora%2Fcustom-quotes)
- Added more SEO meta(s) [#76](https://github.com/auroral-ui/hexo-theme-aurora/issues/76)
- Added `description`
- Added `keywords`
- Added `author`
- [:book: Docs](https://aurora.tridiamond.tech/guide/site-meta.html#seo-meta)

### :crystal_ball: Changed

- Improved Home page article performance
- Change the animation for hovering on the article card.
- Removed shadow change on hover.
- Removed image cover display change on hover.

### :wrench: Fixed

- Fixed pages' cover not displaying
- Fixed scrolling issue on mobile browsers [#79](https://github.com/auroral-ui/hexo-theme-aurora/issues/79)
- Fixed post page navigation incorrect list style
- Fixed custom page title not adapted to i18n setting
- Fixed social link `<a>` tag layer
- Fixed invalid link styles

## [1.4.3] - 2021-04-25

### :sparkles: Added

- Added support for mailto link. [#74](https://github.com/auroral-ui/hexo-theme-aurora/issues/74)
- Added support for the mailto link. [#74](https://github.com/auroral-ui/hexo-theme-aurora/issues/74)
- Added police beian info in footer [#72](https://github.com/auroral-ui/hexo-theme-aurora/issues/72)
- Multi author supports custom social links.
- Multi-author supports custom social links.

### :crystal_ball: Changed

Expand All @@ -39,14 +77,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### :crystal_ball: Changed

- Content header underline support theme gradient config [#56](https://github.com/auroral-ui/hexo-theme-aurora/issues/56)
- Made all the main colors using the theme gradient.
- Made all the theme colours using the theme gradient.
- Enhanced theme gradient to apply to the whole theme.
- Changed prism color scheme to VSCode theme [Aurora Future](https://github.com/auroral-ui/hexo-theme-aurora).
- Changed prism colour scheme to VSCode theme [Aurora Future](https://github.com/auroral-ui/hexo-theme-aurora).
- Updated `CHANGELOG` style to [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) format.

### :wrench: Fixed

- Fixed code default color being affected by theme colors.
- Fixed code default colour being affected by theme colours.
- Fixed HR line style broken [#53](https://github.com/auroral-ui/hexo-theme-aurora/issues/53)
- Fixed misaligned tag style [#59](https://github.com/auroral-ui/hexo-theme-aurora/issues/59)
- Fixed bold link text with broken style.
Expand All @@ -56,7 +94,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### 🔥 Hotfix

- Fixing international CDN has invalid links.(#52)
- Fixing international CDN has invalid links (#52).

## [1.4.0] - 2021-04-15

Expand All @@ -73,13 +111,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### ✨ New features

- Added default cover image.
- Added the ability of setting up a sub-folder (#34)
- Added the ability to set up a sub-folder (#34)
- Added custom social link configuration (#38)

### 🛠 Fixes

- Fixed recent comment's post time is incorrect (#45)
- Fixed article page author info's text color (#42)
- Fixed article page author info's text colour (#42)
- Fixed invalid path for Axios

### 🔮 Changes
Expand All @@ -99,7 +137,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### ✨ New features

- Added default article `cover image`. (#39)
- With `multi-author`, now you will see the statistic and author info in the article page profile. (Statistic of each author will be calculated separately.) (#26)
- With `"multi-author"`, now you will see the statistic and author info in the article page profile. (Author's statistics are calculated separately.) (#26)
- Added `unit test` for some of the features and scripts. (#31)
- Added `lazy load` for article images.

Expand All @@ -111,8 +149,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### 🛠 Fixes

- Fixed `sticky` not calculated correctly after changing the behavior of the footer.
- Fixed theme breaking when `categories` and `tags` are not bind to any articles (#33)
- Fixed `sticky` not calculated correctly after changing the behaviour of the footer.
- Fixed theme breaking when `categories` and `tags` are not bound to any articles (#33)
- Fixed `mobile menu` is not adapted to the new menu i18n setup (#36)
- Fixed `favicon` is not displaying when configured.
- Fixed `site_meta`'s `cdn` condition error.
Expand All @@ -129,23 +167,23 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- Fixed dropdown menu triggered locale changes (#21)
- Removed default configs from theme configs, avoid configs being carried to theme configs.
- Fixed incorrect sum of site word count (#23)
- Fixed the incorrect sum of the site word count (#23)

### Improvements/Changes

- Improved tag click box size.
- Improved tag's clickable box size.
- Changed unit test engine to Jest.
- Removed the duplicated article date display.

## [1.1.1] - 2021-04-04

### Bug fixes

- Fixed truncate-html not in the dependencies requirement, cause `hexo g` failing.
- Fixed `"truncate-html"` plugin is not in the dependencies requirement, cause `hexo g` failing.

## [1.1.0] - 2021-04-03

Since this version, the theme can be simply installed using NPM or Yarn, makes it much easier for theme users!
Since this version, the theme could be installed using NPM or Yarn, which will make it much easier for theme users!

```shell
npm install hexo-theme-aurora --save
Expand All @@ -156,45 +194,45 @@ yarn add hexo-theme-aurora
Config file `_config.yml` now need to be added in the root folder of your Hexo blog.
You simply create a `_config.aurora.yml` to change the theme.

To get a default theme template, simply run the following command: (This is for linux OS, for Windows, you can copy it yourself from node_modules folder. )
To get a default theme template, simply run the following command: (This is for Linux OS, for Windows, you can copy it yourself from node_modules folder. )

```shell
cp -rf ./node_modules/hexo-theme-aurora/_config.yml ./_config.aurora.yml
```

For new configuration setup and usage please read the [usage document](https://aurora.tridiamond.tech).
To read about the new configuration, go to the [usage document](https://aurora.tridiamond.tech).

### Features

- Theme can be installed by using NPM or Yarn.
- Beian now support `number` and `link` properties. (#18)
- Gitalk now support configuring the `proxy` property. (#16)
- Gitalk now supports configuring the `proxy` property. (#16)
- Added 3 different configurable profile avatar styles.
- Added sponsor list to README.md

### Improvements

- Changed the outdated QQ avatar API url.
- Changed the outdated QQ avatar API URL.

### Bug Fixes

- Fixed horizontal article's tag skeleton display error.
- Fixed Gitalk not creating an issue on custom page. (#20)
- Fixed Gitalk not creating an issue on the custom page. (#20)

## [1.0.2] - 2021-04-01

### Improvements

- Added scrollbar style for webkit browsers.
- Article allow no category and tags, default category and tag will be displayed.
- Added scrollbar style for WebKit browsers.
- When the article has no category and tags, the default category and tag will be displayed.

### Bug Fixes

- Fixed dark_mode config not taking effect. (#14)
- Fixed the site language setting not taking effect (#12)
- Fixed navigator tips not showing under light mode (#9)
- Removing unnecessary CNAME (#7)
- Fixed content empty when excerpt exist. (#8)
- Fixed content empty when excerpt exists. (#8)

### Bug Fixes

Expand Down Expand Up @@ -240,7 +278,8 @@ For new configuration setup and usage please read the [usage document](https://a
- <span class="tag new-tag">NEW</span> **`Custom pages`** - _Can add any custom pages, need to use the customized menu to display in the menu._
- <span class="tag new-tag">NEW</span> **`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.4.3...HEAD
[unreleased]: https://github.com/auroral-ui/hexo-theme-aurora/compare/v1.5.0...HEAD
[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
[1.4.2]: https://github.com/auroral-ui/hexo-theme-aurora/compare/v1.4.1...v1.4.2
[1.4.1]: https://github.com/auroral-ui/hexo-theme-aurora/compare/v1.4.0...v1.4.1
Expand Down
40 changes: 39 additions & 1 deletion CHANGELOG_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,43 @@

## [Unreleased]

## [1.5.0] - 2021-05-03

### :sparkles: 新增

- 自适应 “推荐文章” 布局 (增加了一个新的 “`置顶文章布局`” !!)
- 能够在“推荐文章”和“置顶文章”模式之间自由切换
- 如果总文章少于 3 篇,将自动切换到“置顶文章”模式
- 在文章卡上添加了“置顶”和“推荐”标签
- [:book: 文档](https://aurora.tridiamond.tech/zh/guide/theme.html#推荐布局模式)
- 增加了与 VuePress 一样的自定义容器 [#77](https://github.com/auroral-ui/hexo-theme-aurora/issues/77)
- `Info` 容器
- `Warning` 容器
- `Danger` 容器
- `Detail` 容器
- [预览](https://tridiamond.tech/post/aurora%2Fcustom-quotes)
- 支持了更多的 SEO meta 数据 [#76](https://github.com/auroral-ui/hexo-theme-aurora/issues/76)
- 添加了 `description`
- 添加了 `keywords`
- 添加了 `author`
- [:book: 文档](https://aurora.tridiamond.tech/zh/guide/site-meta.html#seo-meta)

### :crystal_ball: 修改

- 改善首页文章的性能
- 改良了文章卡片的 hover 动画
- 移除 hover 时的阴影变化
- 移除 hover 时图像封面显示的变化

### :wrench: 修复

- 修复了自定义页面不显示封面图的问题
- 修复了移动端浏览器无法滑动菜单的问题 [#79](https://github.com/auroral-ui/hexo-theme-aurora/issues/79)
- 修复了文章详情页中文章导航的 list 样式问题
- 修复自定义页面标题不适应 i18n 设置
- 修复了社会链接 `<a>` 标签的层级
- 修复了错误链接样式

## [1.4.3] - 2021-04-25

### :sparkles: 新增
Expand Down Expand Up @@ -230,7 +267,8 @@ cp -rf ./node_modules/hexo-theme-aurora/_config.yml ./_config.aurora.yml
- <span class="tag new-tag">NEW</span> **`自定义页`** - _结合自定义菜单使用,可以加入自定义页面到导航之中。_
- <span class="tag new-tag">NEW</span> **`页面子导航`** - _可以给 `自定义页` 加入导航。_

[unreleased]: https://github.com/auroral-ui/hexo-theme-aurora/compare/v1.4.3...HEAD
[unreleased]: https://github.com/auroral-ui/hexo-theme-aurora/compare/v1.5.0...HEAD
[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
[1.4.2]: https://github.com/auroral-ui/hexo-theme-aurora/compare/v1.4.1...v1.4.2
[1.4.1]: https://github.com/auroral-ui/hexo-theme-aurora/compare/v1.4.0...v1.4.1
Expand Down
11 changes: 7 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,9 +110,10 @@ However you could just **share this project with your friends**, that would _hel

Thanks for your love in advance! ☀️

| Donating using Paypal |
| :--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------: |
| <a href="https://www.buymeacoffee.com/tridiamond" target="_blank"><img src="https://cdn.buymeacoffee.com/buttons/v2/default-yellow.png" alt="Buy Me A Coffee" height="60" width="217" style="height: 60px !important;width: 217px !important;" ></a> |
| Donating using Paypal |
| :--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------: |
| <a href="https://www.buymeacoffee.com/tridiamond" target="_blank"><img src="https://media.giphy.com/media/o7RZbs4KAA6tvM4H6j/giphy.gif" alt="Buy Me A Coffee" width="217" style="width: 217px !important;" ></a> |
| <a href="https://ko-fi.com/tridiamond" target="_blank"><img src="https://media.giphy.com/media/jp92jmyPqZeHheeIN6/giphy.gif" alt="Buy Me A Coffee" width="217" style="width: 217px !important;" ></a> |

> All donator will be enlisted as Coffee Supporter and displayed in the Sponsor list in this section.
Expand All @@ -133,14 +134,16 @@ You can give me feedback or issue you have through the following methods:

- **For any questions please post it to the [Github Discussion](https://github.com/auroral-ui/hexo-theme-aurora/discussions) before considering opening an issue.**
- If you found a bug for the theme, create an [issue!](https://github.com/auroral-ui/hexo-theme-aurora/issues/new) to notify the developer for a fix.
- Join QQGroup `909955326`
- Join [Telegram](https://t.me/joinchat/R2m4eho2lbcHLR7nDvxd6A) Group
- [Aurora 中文社区](https://support.qq.com/products/318025)
- 加入 QQ 群 `909955326`

## 💬 Join the Community

- [Github Discussion](https://github.com/auroral-ui/hexo-theme-aurora/discussions)
- Join QQGroup `909955326`
- [Join Telegram Group](https://t.me/joinchat/R2m4eho2lbcHLR7nDvxd6A)
- [Aurora 中文社区](https://support.qq.com/products/318025)
- Discord

<a href="https://discord.gg/VC7CrYfds5" target="_blank"><img src="https://discordapp.com/api/guilds/801943105913225246/widget.png?style=banner3" alt="ObsidiaNext Community Discord Server"></a>
6 changes: 5 additions & 1 deletion _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ menu:
theme:
dark_mode: true
profile_shape: diamond # support `circle`, `diamond`, `rounded`
feature: true
gradient:
color_1: '#24c6dc'
color_2: '#5433ff'
Expand Down Expand Up @@ -144,7 +145,10 @@ copy_protection:
cn: 博客内容遵循 署名-非商业性使用-相同方式共享 4.0 国际 (CC BY-NC-SA 4.0) 协议
en: This content is shared under the CC BY-NC-SA 4.0 protocol (Non-Commercial)

# Enable Aurora Bot Dia
#! ---------------------------------------------------------------
#! Enable Aurora Bot Dia
#! @docs https://aurora.tridiamond.tech/guide/site-meta.html#custom-meta
#! ---------------------------------------------------------------
aurora_bot:
enable: false
locale: en
Expand Down
Loading

0 comments on commit b9c0ca9

Please sign in to comment.