测试

你好

hellow word


1
2
3
#include<stdio.h>
main()
{}

hexo-sever运行

在博客站点文件夹下右键空白处,选择Git Bash Here,输入:hexo generate,回车,生成静态页面,
再输入:hexo server,回车,到localhost:4000预览博客效果,
最后输入:hexo deploy,回车,同步到github上去就行了。

https://penghui-pwld.github.io/