文章的YAML属性
key | description | default |
---|---|---|
layout | Layout | post(文章)或者page(页面) |
title | ||
date | 创建日期 | 创建日期 |
updated | 修改日期 | 文件修改日期 |
comments | 是否开启评论 | true |
tags | 标签 | 每一个标签占一行 以 - 开头 |
categories | 分类 | 同上,不过只建议分到一个类中 |
permalink | url中的名字(建议设置成英文) | 文件名 |
copyright | 自行设置的版权信息 | true or false |
其他
<!-- more -->
用在文章中,起到”阅读全文”的效果
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