mirror of
https://github.com/saicaca/fuwari.git
synced 2026-01-11 06:42:53 +01:00
feat: use .ts instead of .yaml for configurations
This commit is contained in:
@@ -22,7 +22,7 @@ Fuwari (not the final name maybe) is a static blog template built with [Astro](h
|
||||
## 🚀 How to Use
|
||||
|
||||
1. Fork this repo.
|
||||
2. Edit the config file `fuwari.config.yml` to customize your blog.
|
||||
2. Edit the config file `src/config.ts` to customize your blog.
|
||||
3. Run `npm run new-post -- <filename>` to create a new post and edit it in `src/content/posts/`.
|
||||
4. Deploy your blog to Vercel, Netlify, GitHub Pages, etc. following [the guides](https://docs.astro.build/en/guides/deploy/).
|
||||
|
||||
|
||||
Reference in New Issue
Block a user