Skip to content

wyf9/fuwari

 
 

Repository files navigation

wyf9's Blog

个人 blog 站点仓库, 使用 fuwari 构建

Site: wyf9.top

常用命令

pnpm run dev 启动开发服务器 (:4321)
pnpm run preview 启动预览服务器
pnpm run build 构建静态站点

Frontmatter 语法 (官方)

---
title: My First Blog Post
published: 2023-09-09
description: This is the first post of my new Astro blog.
image: ./cover.jpg
tags: [Foo, Bar]
category: Front-end
draft: false
lang: jp      # Set only if the post's language differs from the site's language in `config.ts`
---

LICENSE

代码部分使用 MIT License

文章 / 内容部分使用 CC-BY-NC-SA License

About

Personal Blog based on saicaca/fuwari | 创建 blog 请 Fork saicaca/fuwari 而非我的仓库(

Topics

Resources

License

Contributing

Stars

Watchers

Forks

Languages

  • Astro 45.4%
  • TypeScript 18.5%
  • Svelte 11.1%
  • Stylus 9.8%
  • JavaScript 8.5%
  • CSS 6.7%