diff --git a/README.md b/README.md index 5d9a930..ed97579 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/README.zh-CN.md b/README.zh-CN.md index 67ca66f..ad7b8a5 100644 --- a/README.zh-CN.md +++ b/README.zh-CN.md @@ -112,8 +112,8 @@ npm create astro@latest -- --template EveSunMaple/Frosti ## ๐ŸŽฏ ่ฎกๅˆ’ - [ ] ๆทปๅŠ ็›ฎๅฝ•(ๅทฒๅšๅฅฝไฝ†ๆฒกๆœ‰ๅ†™ CSS ) -- [ ] ๆทปๅŠ ๆ—ถ้—ด็บฟ็ป„ไปถ -- [ ] ๆทปๅŠ ๅ‹้“พ็ป„ไปถ +- [x] ๆทปๅŠ ๆ—ถ้—ด็บฟ็ป„ไปถ ~~(Apr 21, 2024)~~ +- [x] ๆทปๅŠ ๅ‹้“พ็ป„ไปถ ~~(Apr 21, 2024)~~ ## ๐Ÿ‘€ ้—ฎ้ข˜ diff --git a/package.json b/package.json index 533bda3..a12afae 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "frosti", "type": "module", - "version": "0.2.5", + "version": "1.0.0", "scripts": { "dev": "astro dev", "start": "astro dev", diff --git a/src/content/blog/markdown-style-guide.md b/src/content/blog/markdown-style-guide.md index aa41b78..bad6e54 100644 --- a/src/content/blog/markdown-style-guide.md +++ b/src/content/blog/markdown-style-guide.md @@ -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