Skip to content

kongdf/kongdf.github.io

Repository files navigation

blog.astro

在线预览:https://kongdf.com

基于 Astro + 主题Fuwari

⚙️ 文章 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: zh      # 仅当文章语言与 `config.ts` 中的网站语言不同时需要设置
top: true # 置顶
---

🧞 指令

下列指令均需要在项目根目录执行:

Command Action
pnpm installpnpm add sharp 安装依赖
pnpm dev localhost:4321 启动本地开发服务器
pnpm build 构建网站至 ./dist/
pnpm preview 本地预览已构建的网站
pnpm new-post <filename> 创建新文章
pnpm astro ... 执行 astro add, astro check 等指令
pnpm astro --help 显示 Astro CLI 帮助

About

使用astro搭建的博客

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published