Skip to content

Commit

Permalink
✒️ UPDATE README AND 1.0.0!
Browse files Browse the repository at this point in the history
  • Loading branch information
EveSunMaple committed Apr 21, 2024
1 parent dc78f8d commit 5a8d2dc
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 71 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -112,8 +112,8 @@ npm create astro@latest -- --template EveSunMaple/Frosti
## 🎯 Plans

- [ ] Add table of contents (done but CSS not written)
- [ ] Add timeline component
- [ ] Add friends link component
- [x] Add timeline component ~~(Apr 21, 2024)~~
- [x] Add friends link component ~~(Apr 21, 2024)~~

## 👀 Issues

Expand Down
4 changes: 2 additions & 2 deletions README.zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -112,8 +112,8 @@ npm create astro@latest -- --template EveSunMaple/Frosti
## 🎯 计划

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

## 👀 问题

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "frosti",
"type": "module",
"version": "0.2.5",
"version": "1.0.0",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
Expand Down
66 changes: 0 additions & 66 deletions src/content/blog/markdown-style-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,72 +8,6 @@ tags:
badge: Guide
---

```sh
\Frosti
├── astro.config.mjs
├── categories.txt
├── index.png
├── package-lock.json
├── package.json
├── pnpm-lock.yaml
├── public
| ├── favicon.svg
| ├── fonts
| | └── CascadiaCode.woff2
| ├── home.webp
| └── profile.webp
├── README.md
├── README.zh-CN.md
├── src
| ├── components
| | ├── BaseCard.astro
| | ├── BaseHead.astro
| | ├── blog
| | | ├── error.astro
| | | ├── info.astro
| | | ├── success.astro
| | | └── warning.astro
| | ├── Comment.astro
| | ├── EnvelopeCard.astro
| | ├── Footer.astro
| | ├── FormattedDate.astro
| | ├── Header.astro
| | ├── HeaderLink.astro
| | ├── License.astro
| | ├── page
| | | ├── FriendCard.astro
| | | └── TimeLine.astro
| | ├── ProfileCard.astro
| | ├── ProfileCardFooter.astro
| | ├── ProfileCardMenu.astro
| | └── ThemeIcon.astro
| ├── consts.ts
| ├── content
| | ├── blog
| | | ├── markdown-style-guide.md
| | | └── using-mdx.mdx
| | └── config.ts
| ├── env.d.ts
| ├── layouts
| | └── BaseLayout.astro
| ├── pages
| | ├── about.astro
| | ├── blog
| | | ├── tag
| | | ├── [...page].astro
| | | └── [...slug].astro
| | ├── friend.astro
| | ├── index.astro
| | ├── project.astro
| | └── rss.xml.js
| ├── scripts
| | └── copybutton.mjs
| └── styles
| └── global.css
├── tailwind.config.js
├── tsconfig.json
└── view.png
```
Here is a sample of some basic Markdown syntax that can be used when writing Markdown content in Astro.

## Headings
Expand Down

0 comments on commit 5a8d2dc

Please sign in to comment.