Skip to content

Commit

Permalink
🎉 Update version to 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
EveSunMaple committed Jun 16, 2024
1 parent ed1c371 commit 9d47d02
Show file tree
Hide file tree
Showing 12 changed files with 1,820 additions and 1,012 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,3 +36,12 @@
### Features

* 新增 `busuanzi` 计数器

## [1.2.0] - 024-6-16

### Features

* `css` 已经改为 `scss`
* 自定义了 `waline` 的样式
* 完善了 `Footnotes` 的样式
* 添加图标
33 changes: 17 additions & 16 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

[**🖥️ Frosti Demo**](https://frosti.saroprock.com)   /   [**🌏 中文 README**](https://github.com/EveSunMaple/Frosti/blob/main/README.zh-CN.md)   /   [**❤️My Blog**](https://www.saroprock.com)

> [!NOTE]
> [!NOTE]
> For a better reading experience, please visit -> https://frosti.saroprock.com
## 🖥️ Preview
Expand All @@ -21,12 +21,12 @@
- ✅ Excellent loading speed
-**Light** / **Dark** mode available
- ✅ Various components for enriching article content
- Diverse alerts
- Code block copy buttons
- More content supported by [daisyUI](https://daisyui.com/)……
- Diverse alerts
- Code block copy buttons
- More content supported by [daisyUI](https://daisyui.com/)……
- ✅ Various components for enriching page content
- Timeline component
- Friends card component
- Timeline component
- Friends card component
- ✅ Comment system built with [Waline](https://waline.js.org/)
- ✅ Beautiful pages built with [Tailwind CSS](https://tailwindcss.com/) and [daisyUI](https://daisyui.com/)

Expand Down Expand Up @@ -105,14 +105,14 @@

## ✒️ Article Information

| Name | Meaning | Mandatory |
| :---: | :---: | :---: |
| title | Article title | Yes |
| description | Article description | Yes |
| pubDate | Article date | Yes |
| image | Article cover | No |
| tags | Article tags | No |
| badge | Article badge | No |
| Name | Meaning | Mandatory |
| :---------: | :-----------------: | :-------: |
| title | Article title | Yes |
| description | Article description | Yes |
| pubDate | Article date | Yes |
| image | Article cover | No |
| tags | Article tags | No |
| badge | Article badge | No |

## ⬇️ Usage

Expand All @@ -132,10 +132,11 @@ npm create astro@latest -- --template EveSunMaple/Frosti

- [ ] `global.css` is too messy
- [ ] **Light** / **Dark** mode transition currently not implemented
- [ ] ~~Website score has not reached 400 points yet~~ 395 points now
- [x] ~~Website score has not reached 400 points yet~~ `GET IT✨`

## 🎉 Thanks

@[Saicaca](https://github.com/saicaca) His inspiration was the main reason for me to create this theme.

@[WRXinYue](https://github.com/WRXinYue) Helped me a lot when I was first starting out.
@[WRXinYue](https://github.com/WRXinYue) Helped me a lot when I was first starting out.

14 changes: 7 additions & 7 deletions README.zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,6 @@

## ✒️ 文章信息


| 名称 | 含义 | 是否必要 |
| :---------: | :------: | :------: |
| title | 文章标题 ||
Expand All @@ -125,18 +124,19 @@ npm create astro@latest -- --template EveSunMaple/Frosti

## 🎯 计划

- [ ] 添加目录(已做好但没有写 CSS )
- [X] 添加时间线组件 ~~(Apr 21, 2024)~~
- [X] 添加友链组件 ~~(Apr 21, 2024)~~
- [ ] 添加目录(已做好但没有写 CSS )
- [x] 添加时间线组件 ~~(Apr 21, 2024)~~
- [x] 添加友链组件 ~~(Apr 21, 2024)~~

## 👀 问题

- [ ] `global.css` 过于混乱
- [ ] **白天** / **黑夜** 模式目前无法实现缓动
- [ ] ~~网站评分还没有到达 400 分~~ 当前 395 分
- [ ] `global.css` 过于混乱
- [ ] **白天** / **黑夜** 模式目前无法实现缓动
- [x] ~~网站评分还没有到达 400 分~~ `已经达成✨`

## 🎉 感谢

@[Saicaca](https://github.com/saicaca) 他的启迪是我制作此主题的主要原因

@[WRXinYue](https://github.com/WRXinYue) 在我前期入门时帮助了我很多

5 changes: 5 additions & 0 deletions astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@ import rehypeKatex from 'rehype-katex';

export default defineConfig({
site: 'https://www.saroprock.com',
style: {
scss: {
includePaths: ['./src/styles'],
},
},
integrations: [mdx(), sitemap(), tailwind()],
markdown: {
remarkPlugins: [
Expand Down
Loading

0 comments on commit 9d47d02

Please sign in to comment.