1,创建一般的文章:hexo new "文章名称"
2,创建"关于我"等页面:hexo new page "about"这里的about要和在主题的_config.yml文件中的menu中进行匹配
如:menu:
Home: /
Archives: /archives
About: /about
那创建关于我的页面:hexo new page "about" 在编辑创建出来的md文件,然后部署就能看到
3,创建友情链接:在主题的配置中:
links_title: 友情链接
links:
CSDN: http://blog.csdn.net/u012900536
4,打赏链接:
打赏
reward_comment: 您的支持将鼓励我继续创作!
wechatpay: /images/wechat-reward-image.JPG
5,设置网站信息:
title: 标题
subtitle: 副标题
description: 描述
author: 作者
avatar: /images/图标
language: zh-Hans(中文)