Hi there! 👋
This is the Frosti theme
A clean, elegant, and fast static blog template
介绍
Cool Blog
功能
- Simplicity: Frosti boasts a minimalist design that keeps your content front and center.
- Speed: With lightning-fast loading times, Frosti ensures your readers won’t be left twiddling their thumbs.
- Day/Night Modes: Enjoy your reading experience in both light and dark modes for optimal comfort.
- Component Rich: Frosti comes packed with a variety of components to enhance your articles and pages.
标签
\Frosti
├── 400.png
├── astro.config.mjs
├── categories.txt
├── CHANGELOG.md
├── LICENSE
├── package-lock.json
├── package.json
├── pnpm-lock.yaml
├── public
| ├── favicon.ico
| ├── favicon.svg
| ├── fonts
| | └── CascadiaCode.woff2
| ├── home.webp
| ├── profile.webp
| └── view.png
├── README.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
| | ├── HeaderMenu.astro
| | ├── License.astro
| | ├── page
| | | ├── LinkCard.astro
| | | ├── LinkThere.astro
| | | └── TimeLine.astro
| | ├── ProfileCard.astro
| | ├── ProfileCardFooter.astro
| | ├── ProfileCardMenu.astro
| | ├── ProjectCard.astro
| | ├── ProjectJS.astro
| | └── ThemeIcon.astro
| ├── consts.ts
| ├── content
| | ├── blog
| | | ├── markdown-style-guide.md
| | | └── using-mdx.mdx
| | └── config.ts
| ├── env.d.ts
| ├── layouts
| | └── BaseLayout.astro
| ├── pages
| | ├── about.mdx
| | ├── blog
| | | ├── tag
| | | ├── [...page].astro
| | | └── [...slug].astro
| | ├── friend.mdx
| | ├── frosti.mdx
| | ├── index.mdx
| | ├── project.mdx
| | └── rss.xml.js
| ├── scripts
| | ├── copybutton.mjs
| | └── time.mjs
| └── styles
| ├── global.scss
| └── waline.scss
├── tailwind.config.js
└── tsconfig.json
文章
npm create astro@latest -- --template EveSunMaple/
Future Plans:
做的更好