A simple, elegant, and fast static blog template! π Built with Astro
π₯οΈ Frosti Demo / π Chinese README / β€οΈMy Blog
[!TIP] It is recommended to preview this theme first
consts.ts
[!IMPORTANT] You need to configure the comment system yourself, see Waline for details on modifying
src\components\CommentWaline.astro
Name | Meaning | Required |
---|---|---|
title | Article title | Yes |
description | Article summary | Yes |
pubDate | Article date | Yes |
image | Article cover | No |
categories | Article categories | No |
tags | Article tags | No |
badge | Article badge | No |
[!TIP] You can pin your article by setting the
badge
attribute toPin
[!IMPORTANT] Frosti uses pnpm as the package manager. If you donβt have pnpm installed, please install it first.
Use Frosti by passing the --template
parameter to the create astro
command!
pnpm create astro@latest -- --template EveSunMaple/Frosti
[!NOTE] Frosti is built using pnpm by default. If you encounter any errors, please run
pnpm update
.[!TIP] You can also deploy Frosti using other methods such as Vercel, Netlify, etc. However, you need to be familiar with the basic usage of these services. Astro-supported deployment methods
If you have any questions or suggestions, feel free to submit an issue or communicate with the developers!
@Saicaca His inspiration was the main reason I created this theme
@WRXinYue Helped me a lot during my early days