Skip to content

Commit

Permalink
Merge branch '1.x' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
bennyxguo committed Apr 19, 2021
2 parents d8fb9a5 + ab772d3 commit cac44d1
Show file tree
Hide file tree
Showing 20 changed files with 243 additions and 110 deletions.
66 changes: 54 additions & 12 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,42 @@
# Changelog

All notable changes to this project will be documented in this file.
All notable changes to the "aurora-future" extension will be documented in this file.

# 1.4.1 (2021-04-16)
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [1.4.2] - 2021-04-19

### :sparkles: Added

- Added author link configuration for default author. [#61](https://github.com/auroral-ui/hexo-theme-aurora/issues/61)
- Dia bot adapted to configured theme gradient. [#54](https://github.com/auroral-ui/hexo-theme-aurora/issues/54)

### :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.
- 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).
- 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 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.
- Fixed code fence alignment issue [#57](https://github.com/auroral-ui/hexo-theme-aurora/issues/57)

## [1.4.1] - 2021-04-16

### 🔥 Hotfix

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

# 1.4.0 (2021-04-15)
## [1.4.0] - 2021-04-15

### ✨ New features

Expand All @@ -18,7 +46,7 @@ All notable changes to this project will be documented in this file.

> Document for configuring `Dia` bot <br> https://aurora.tridiamond.tech/guide/plugins.html#bot-dia
# 1.3.0 (2021-04-09)
## [1.3.0] - 2021-04-09

### ✨ New features

Expand All @@ -37,14 +65,14 @@ All notable changes to this project will be documented in this file.
- Removed unused Hexo API.
- Updated a new default cover image for articles.

# 1.2.1 (2021-04-08)
## [1.2.1] - 2021-04-08

### 🛠 Fixes

- Fixed tags not showing.
- Changed China CDN back to bootcdn.

## 1.2.0 (2021-04-08)
## [1.2.0] - 2021-04-08

### ✨ New features

Expand All @@ -67,7 +95,7 @@ All notable changes to this project will be documented in this file.
- Fixed `favicon` is not displaying when configured.
- Fixed `site_meta`'s `cdn` condition error.

## 1.1.2 (2021-04-04)
## [1.1.2] - 2021-04-04

### Features

Expand All @@ -87,13 +115,13 @@ All notable changes to this project will be documented in this file.
- Changed unit test engine to Jest.
- Removed the duplicated article date display.

## 1.1.1 (2021-04-04)
## [1.1.1] - 2021-04-04

### Bug fixes

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

## 1.1.0 (2021-04-03)
## [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!

Expand Down Expand Up @@ -131,7 +159,7 @@ For new configuration setup and usage please read the [usage document](https://a
- Fixed horizontal article's tag skeleton display error.
- Fixed Gitalk not creating an issue on custom page. (#20)

## 1.0.2 (2021-04-01)
## [1.0.2] - 2021-04-01

### Improvements

Expand All @@ -152,15 +180,15 @@ For new configuration setup and usage please read the [usage document](https://a
- Fixed default page generation script (#5)
- Fixed recent comment cache logic (#6)

## 1.0.1 (2021-03-30)
## [1.0.1] - 2021-03-30

### Bug Fixes

- Fixed page generation script (#4)
- Fixed default page generation script (#5)
- Fixed recent comment cache logic (#6)

## 1.0.0 (2021-03-30)
## [1.0.0] - 2021-03-30

### ⭐️ Features

Expand Down Expand Up @@ -189,3 +217,17 @@ For new configuration setup and usage please read the [usage document](https://a
- <span class="tag new-tag">NEW</span> **`Post navigation`** - _Can navigate to the previous and next article at the end of the article page._
- <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.2...HEAD
[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
[1.4.0]: https://github.com/auroral-ui/hexo-theme-aurora/compare/v1.3.0...v1.4.0
[1.3.0]: https://github.com/auroral-ui/hexo-theme-aurora/compare/v1.2.1...v1.3.0
[1.2.1]: https://github.com/auroral-ui/hexo-theme-aurora/compare/v1.2.0...v1.2.1
[1.2.0]: https://github.com/auroral-ui/hexo-theme-aurora/compare/v1.1.2...v1.2.0
[1.1.2]: https://github.com/auroral-ui/hexo-theme-aurora/compare/v1.1.1...v1.1.2
[1.1.1]: https://github.com/auroral-ui/hexo-theme-aurora/compare/v1.1.0...v1.1.1
[1.1.0]: https://github.com/auroral-ui/hexo-theme-aurora/compare/v1.0.2...v1.1.0
[1.0.2]: https://github.com/auroral-ui/hexo-theme-aurora/compare/v1.0.1...v1.0.2
[1.0.1]: https://github.com/auroral-ui/hexo-theme-aurora/compare/v1.0.0...v1.0.1
[1.0.0]: https://github.com/auroral-ui/hexo-theme-aurora/releases/tag/v1.0.0
61 changes: 50 additions & 11 deletions CHANGELOG_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,38 @@

对这个项目的所有值得注意的变化都将记录在这个文件中。

# 1.4.1 (2021-04-16)
## [Unreleased]

## [1.4.2] - 2021-04-19

### :sparkles: Added

- 增加了默认作者的作者链接配置。 [#61](https://github.com/auroral-ui/hexo-theme-aurora/issues/61)
- Dia bot 适应配置的主题梯度。 [#54](https://github.com/auroral-ui/hexo-theme-aurora/issues/54)

### :crystal_ball: Changed

- 内容标题下划线支持主题渐变配置。 [#56](https://github.com/auroral-ui/hexo-theme-aurora/issues/56)
- 使用主题渐变制作所有主要颜色。
- 增强的主题渐变适用于整个主题。
- 将 prism 颜色方案更改为 VSCode 主题。 [Aurora Future](https://github.com/auroral-ui/hexo-theme-aurora).
- 更新 `CHANGELOG` 的格式,使用了 [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) 的格式。

### :wrench: Fixed

- 修正了代码默认颜色受主题颜色影响的问题。
- 修复了 HR 线的样式被打破的问题。 [#53](https://github.com/auroral-ui/hexo-theme-aurora/issues/53)
- 修正了标签样式不对齐的问题。 [#59](https://github.com/auroral-ui/hexo-theme-aurora/issues/59)
- 修正了粗体链接文本与破碎的风格。
- 修正代码栅栏对齐问题。 [#57](https://github.com/auroral-ui/hexo-theme-aurora/issues/57)

## [1.4.1] - 2021-04-16

### 🔥 热修复补丁

- 修复国际 CDN 有无效链接 (#52)

# 1.4.0 (2021-04-15)
## [1.4.0] - 2021-04-15

### ✨ 新特性

Expand All @@ -18,7 +43,7 @@

> 机器人 `Dia` 的配置文档请看: <br> https://aurora.tridiamond.tech/guide/plugins.html#bot-dia
# 1.3.0 (2021-04-09)
## [1.3.0] - 2021-04-09

### ✨ 新特性

Expand All @@ -37,14 +62,14 @@
- 删除未使用的 Hexo API。
- 更新了文章的新默认封面图片。

# 1.2.1 (2021-04-08)
## [1.2.1] - 2021-04-08

### 🛠 修复

- 修复了标签不显示的问题。
- 把中国 CDN 改为使用 bootcdn。

## 1.2.0 (2021-04-08)
## [1.2.0] - 2021-04-08

### ✨ 新功能

Expand All @@ -67,7 +92,7 @@
- 修复了 `图标` 在配置了不显示的问题。
- 修复 `site_meta``cdn` 的错误判断。

## 1.1.2 (2021-04-04)
## [1.1.2] - 2021-04-04

### 功能

Expand All @@ -87,13 +112,13 @@
- 将单元测试引擎改为 Jest
- 删除了重复的文章日期显示

## 1.1.1 (2021-04-04)
## [1.1.1] - 2021-04-04

### Bug 修复

- 修复 NPM 没有 truncate-html 依赖,导致无法 `hexo g`

## 1.1.0 (2021-04-03)
## [1.1.0] - 2021-04-03

这个版本开始,主题可以简单地使用 NPM 或 Yarn 安装,让主题用户更容易使用!

Expand Down Expand Up @@ -132,7 +157,7 @@ cp -rf ./node_modules/hexo-theme-aurora/_config.yml ./_config.aurora.yml
- 修复了推荐文章中的标签骨架显示错误。
- 修复了 Gitalk 在自定义页面不会创建 issue 的问题。 (#20)

## 1.0.2 (2021-04-01)
## [1.0.2] - 2021-04-01

### 更新

Expand All @@ -147,15 +172,15 @@ cp -rf ./node_modules/hexo-theme-aurora/_config.yml ./_config.aurora.yml
- 删除了没有必要的 CNAME 文件. (#7)
- 修复了有文章不显示内容的问题. (#8)

## 1.0.1 (2021-03-30)
## [1.0.1] - 2021-03-30

### Bug 修复

- 修复页面生成脚本 (#4)
- 修复默认页面生成脚本 (#5)
- 修复了 Gitalk 最近评论的缓存机制 (#6)

## 1.0.0 (2021-03-30)
## [1.0.0] - 2021-03-30

### ⭐️ 博客功能

Expand All @@ -182,3 +207,17 @@ cp -rf ./node_modules/hexo-theme-aurora/_config.yml ./_config.aurora.yml
- <span class="tag done-tag">✔</span> **`自定义菜单`** - _可以自定义添加外部链接、内部链接、自定义页面。_
- <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.2...HEAD
[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
[1.4.0]: https://github.com/auroral-ui/hexo-theme-aurora/compare/v1.3.0...v1.4.0
[1.3.0]: https://github.com/auroral-ui/hexo-theme-aurora/compare/v1.2.1...v1.3.0
[1.2.1]: https://github.com/auroral-ui/hexo-theme-aurora/compare/v1.2.0...v1.2.1
[1.2.0]: https://github.com/auroral-ui/hexo-theme-aurora/compare/v1.1.2...v1.2.0
[1.1.2]: https://github.com/auroral-ui/hexo-theme-aurora/compare/v1.1.1...v1.1.2
[1.1.1]: https://github.com/auroral-ui/hexo-theme-aurora/compare/v1.1.0...v1.1.1
[1.1.0]: https://github.com/auroral-ui/hexo-theme-aurora/compare/v1.0.2...v1.1.0
[1.0.2]: https://github.com/auroral-ui/hexo-theme-aurora/compare/v1.0.1...v1.0.2
[1.0.1]: https://github.com/auroral-ui/hexo-theme-aurora/compare/v1.0.0...v1.0.1
[1.0.0]: https://github.com/auroral-ui/hexo-theme-aurora/releases/tag/v1.0.0
40 changes: 19 additions & 21 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,19 +42,6 @@ Aurora is a next generation theme using Aurora colours and UI elements. It give

![](https://img-blog.csdnimg.cn/20210328003140590.png)

## 🏅 My sponsors (Coffee Suppliers)

Keep me working on this project 💙

[Click here to check out how to sponsor me.](https://github.com/auroral-ui/hexo-theme-aurora#-donation)

### 🥇 Golden Supplier

<p>
<a href="https://github.com/TriDiamond" alt="TriDiamond"><img src="https://avatars.githubusercontent.com/u/24708758?v=4" height="50" width="50"></a>
<a href="https://github.com/MozLee" alt="MozLee"><img src="https://q4.qlogo.cn/g?b=qq&nk=68879747&s=100" height="50" width="50"></a>
</p>

## 🏳️‍🌈 What's in Aurora?

**Let's us take a look at the feature list and plans for Aurora:**
Expand Down Expand Up @@ -93,17 +80,16 @@ Keep me working on this project 💙

- Related posts - _Show a list of the related posts at the end of an article. _

## 🍼 Feedback
## 🏅 My sponsors (Coffee Suppliers)

> Please check the [ISSUES](https://github.com/auroral-ui/hexo-theme-aurora/issues) before try to use the following contact methods!
> Maybe the question you have had being asked by others or it's already being answered. Thanks!
Keep me working on this project 💙

You can give me feedback or issue you have through the following methods:
### 🥇 Golden Supplier

- **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
<p>
<a href="https://github.com/TriDiamond" alt="TriDiamond"><img src="https://avatars.githubusercontent.com/u/24708758?v=4" height="50" width="50"></a>
<a href="https://github.com/MozLee" alt="MozLee"><img src="https://q4.qlogo.cn/g?b=qq&nk=68879747&s=100" height="50" width="50"></a>
</p>

## 💰 Donation

Expand Down Expand Up @@ -131,6 +117,18 @@ Thanks for your love in advance! ☀️

> 所有赞助人将被列为咖啡支持者,并在本节的赞助人名单中显示。
## 🍼 Feedback

> Please check the [ISSUES](https://github.com/auroral-ui/hexo-theme-aurora/issues) before try to use the following contact methods!
> Maybe the question you have had being asked by others or it's already being answered. Thanks!
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

## 💬 Join the Community

- [Github Discussion](https://github.com/auroral-ui/hexo-theme-aurora/discussions)
Expand Down
9 changes: 5 additions & 4 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,11 @@
#! @docs https://aurora.tridiamond.tech/guide/configuration.html
#! ---------------------------------------------------------------
site:
subtitle: TriDiamond's Blog
author: 三钻
nick: TriDiamond
description: 一位正在重塑知识的技术人 <br /> @ <b>公众号:技术银河</b>
subtitle: Aurora's Blog
author: Aurora
nick: Auroral UI
description:
link: '/'
language: en
multi_language: true
logo: https://img-blog.csdnimg.cn/20210313122054101.png
Expand Down
Loading

0 comments on commit cac44d1

Please sign in to comment.