168 字
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. |
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.png └── index.md 分享
如果这篇文章对你有帮助,欢迎分享给更多人!
Simple Guides for Mizuki
https://mblog.xian5.de5.net/posts/guide/ 部分信息可能已经过时
相关文章 智能推荐
1
使用批处理脚本一键切换 Windows 系统代理并设置例外网址
教程 本文提供一段批处理脚本,实现 Windows 系统代理的一键切换与例外设置。脚本支持自动检测状态、切换代理并配置服务器地址及排除列表(支持通配符)。使用时需修改脚本配置并以管理员身份运行。该工具无需打开繁杂的 Internet 选项,能有效提升网络调试效率。
2
Proxmox VE中Intel e1000e网卡硬件单元挂起问题终极解决方案
教程 本文详细介绍了Proxmox VE环境中Intel e1000e系列网卡(I218-LM、I219-V等)出现硬件单元挂起(Hardware Unit Hang)问题的完整解决方案。通过日志分析、问题定位、多种解决策略对比以及验证方法,帮助用户彻底解决网卡导致的系统崩溃问题。
3
微X模块及其作者fkzhang的完整回顾与评价
项目评价 本文详细回顾了微X模块的完整生命周期,从起源、发展到终结的全过程,客观分析了开发者fkzhang的技术贡献与争议,并对这一曾经流行的微信增强工具有了全面的认识。
4
前沿科技周报:AI大模型与新兴技术的交汇点
科技 本周科技界聚焦于人工智能大模型的最新进展及其在各领域的应用,同时,量子计算、生物技术和可持续能源方面的新突破也备受关注。
5
Steam 手机令牌第三方验证器配置教程
教程 本教程指导如何使用 steamguard-cli 将 Steam 令牌迁移至 Bitwarden。首先需下载工具并移除官方验证器,在 PowerShell 中运行 setup 初始化并记录撤销代码;接着通过 QR 或文件提取 URI;最后导入 Bitwarden。注意:若 Bitwarden 显示 6 位数字,需将 URI 格式修改为 `steam://` 开头以兼容 Steam 的 5 位字母验证码。





