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://blog.ipox.cn/posts/guide/ 部分信息可能已经过时
相关文章 智能推荐
1
模块C的杂七杂八操作
物联网运维 物联网运维模块C考试喂饭级教程,涵盖虚拟机配置、Docker 环境搭建、Nginx/MySQL 部署、离线部署边缘服务器、Tomcat 安装配置等全部内容。
2
模块B的杂七杂八操作
IoT 2026-06-12
3
搭建 MySQL 服务器
系统配置 在 Linux 环境下安装、配置 MySQL 服务器,并开放远程连接。
4
虚拟机配置与 Docker + Nginx + MySQL 环境搭建
系统配置 在 VirtualBox 虚拟机中配置 NAT + Host-Only 双网卡网络,并使用 Docker Compose 部署 Nginx 和 MySQL 服务。
5
Packet Tracer企业级VLAN/OSPF/静态路由主干互通配置笔记
网络 2025-11-26















