本文演示 Hexo 的**资源文件夹(Asset Folder)**功能。开启此功能后,每篇文章可以拥有独立的附件文件夹,方便管理图片和其他资源。
Hello World
Welcome to Hexo! This is your very first post. Check documentation for more info. If you get any problems when using Hexo, you can find the answer in troubleshooting or you can ask me on GitHub.
Quick Start
Create a new post
1 | $ hexo new "My New Post" |
More info: Writing
Run server
1 | $ hexo server |
More info: Server
Generate static files
1 | $ hexo generate |
More info: Generating
Deploy to remote sites
1 | $ hexo deploy |
More info: Deployment
Front-matter 高级用法详解
Front-matter 是每篇文章顶部的 YAML 或 JSON 区块,用于定义文章的元数据。掌握 Front-matter 是高效使用 Hexo 的关键。
Markdown 渲染效果演示
Hexo 使用 Markdown 作为写作语法。本文将展示各种 Markdown 元素在 Hexo 中的渲染效果,帮助你了解如何写出排版精美的文章。
Hexo 基础功能入门
欢迎来到 Hexo 的世界!本文将通过实例介绍 Hexo 最基础、最常用的功能,帮助你从一个完全的小白变成能够独立维护博客的站长。