1- # 🍥Fuwari
2- ![ Node.js >= 20] ( https://img.shields.io/badge/node.js-%3E%3D20-brightgreen )
3- ![ pnpm >= 9] ( https://img.shields.io/badge/pnpm-%3E%3D9-blue )
4- [](https://deepwiki.com/saicaca/fuwari)
5- [ ![ FOSSA Status] ( https://app.fossa.com/api/projects/git%2Bgithub.com%2Fsaicaca%2Ffuwari.svg?type=shield&issueType=license )] ( https://app.fossa.com/projects/git%2Bgithub.com%2Fsaicaca%2Ffuwari?ref=badge_shield&issueType=license )
1+ # BytetheCookies Blog - based on Fuwari Template
62
73A static blog template built with [ Astro] ( https://astro.build ) .
84
9- [ ** 🖥️ Live Demo (Vercel)** ] ( https://fuwari.vercel.app )
10-
11- ![ Preview Image] ( https://raw.githubusercontent.com/saicaca/resource/main/fuwari/home.png )
12-
13- 🌏 README in
14- [ ** 中文** ] ( https://github.com/saicaca/fuwari/blob/main/docs/README.zh-CN.md ) /
15- [ ** 日本語** ] ( https://github.com/saicaca/fuwari/blob/main/docs/README.ja.md ) /
16- [ ** 한국어** ] ( https://github.com/saicaca/fuwari/blob/main/docs/README.ko.md ) /
17- [ ** Español** ] ( https://github.com/saicaca/fuwari/blob/main/docs/README.es.md ) /
18- [ ** ไทย** ] ( https://github.com/saicaca/fuwari/blob/main/docs/README.th.md ) /
19- [ ** Tiếng Việt** ] ( https://github.com/saicaca/fuwari/blob/main/docs/README.vi.md ) /
20- [ ** Bahasa Indonesia** ] ( https://github.com/saicaca/fuwari/blob/main/docs/README.id.md ) (Provided by the community and may not always be up-to-date)
21-
22- ## ✨ Features
23-
24- - [x] Built with [ Astro] ( https://astro.build ) and [ Tailwind CSS] ( https://tailwindcss.com )
25- - [x] Smooth animations and page transitions
26- - [x] Light / dark mode
27- - [x] Customizable theme colors & banner
28- - [x] Responsive design
29- - [x] Search functionality with [ Pagefind] ( https://pagefind.app/ )
30- - [x] [ Markdown extended features] ( https://github.com/saicaca/fuwari?tab=readme-ov-file#-markdown-extended-syntax )
31- - [x] Table of contents
32- - [x] RSS feed
33-
345## 🚀 Getting Started
356
3671 . Create your blog repository:
@@ -57,10 +28,14 @@ title: My First Blog Post
5728published: 2023-09-09
5829description: This is the first post of my new Astro blog.
5930image: ./cover.jpg
60- tags: [Foo, Bar]
61- category: Front-end
31+ authors: [akiidjk, anotherAuthor] # Optional, it not specified, the Anonymous author will be used
32+ solves: 10 # Optional, number of solves if it' s a CTF writeup -1 for remove it
33+ points: 500 # Optional, points awarded if it's a CTF writeup -1 for remove it
34+ firstblood: true # Optional, set to true if it's the first solve
35+ tags: [web,crypto,etc../]
36+ category: CTFName
6237draft: false
63- lang: jp # Set only if the post' s language differs from the site' s language in `config.ts`
38+ lang: en # Set only if the post's language differs from the site's language in `config.ts`
6439---
6540` ` `
6641
0 commit comments