182 字
1 分钟
Simple Guides for Mizuki
This blog template is built with Astro. For the things that are not mentioned in this guide, you may find the answers in the Astro Docs.
Front-matter of Posts
---title: My First Blog Postpublished: 2023-09-09description: This is the first post of my new Astro blog.image: ./cover.jpgtags: [Foo, Bar]category: Front-enddraft: false---| Attribute | Description |
|---|---|
title | The title of the post. |
published | The date the post was published. |
pinned | Whether this post is pinned to the top of the post list. |
priority | The priority of the pinned post. Smaller value means higher priority (0, 1, 2…). |
description | A short description of the post. Displayed on index page. |
image | The cover image path of the post. 1. Start with http:// or https://: Use web image2. Start with /: For image in public dir3. With none of the prefixes: Relative to the markdown file |
tags | The tags of the post. |
category | The category of the post. |
licenseName | The license name for the post content. |
author | The author of the post. |
sourceLink | The source link or reference for the post content. |
draft | If this post is still a draft, which won’t be displayed. |
Where to Place the Post Files
Your post files should be placed in src/content/posts/ directory. You can also create sub-directories to better organize your posts and assets.
src/content/posts/├── post-1.md└── post-2/ ├── cover.webp └── index.md 分享
如果这篇文章对你有帮助,欢迎分享给更多人!
Simple Guides for Mizuki
https://nam-rood.online/posts/guide/ 部分信息可能已经过时
相关文章 智能推荐
1
人生首台MAC!
随笔 感谢老姐送来的Macbook M5 pro 24G+1T。
2
claude code使用教程
开发工具 用了很久的国内AI,最近和同事讨论的时候,我们组内四个人,有两个人都在用claude code,并且他们对此的评价及其高。并且之前在一个中转站内,免费领了20刀的额度,用了一下,给我震撼坏了。
3
闲谈–AI
随笔 最近code的时候,尤其是开始vibe coding之后,就特别想自己写一些小东西来玩。但是感觉没有什么特别好的点子,如果大家有什么想法,我可以尝试开发。(虽然应该没有人会读我的博客)
4
Bug日记–大模型短链接过期
AI 应用 用户反馈,和小紫苏(咱们开发的agent)对话时频繁报错,然后复现花了一天。为啥呢,那几天正好是coze下架了一批大模型接口,我们换了豆包的一款,之前是deepseek。然后我们就认为问题出自这。(后面发现确实有关系,但不是根本原因)但是测了一下,发现并TM不是。
5
gRPC远程调用框架
后端开发 由于加入学校的项目小组,走了的后端留下的是go的grpc框架,所以只能被迫同时学这两个玩意了,在日夜苦读了两个星期后,现在写点笔记。虽然觉得理解的还有一部分不够充分的。






