Skip to content

Create README.md #1

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
49 changes: 49 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,49 @@
# hexo
my hexo web
优势
使用hexo+GitHub Pages 建站,免流量
绑定一级域名
使用markdown编辑 (hexo-hey)
使用终端上传和控制
在hexo官方文档下建立本地环境
git hexo hey
编辑网站设置 config.yml
打开终端,cd 到网站目录
运行 hexo g 生成静态
运行 hexo s 打开服务
修改网站内容 /admin
hexo clean
hexo g
hexo d -g
上传成功
绑定域名,两个A,一个CNAME
在github代码见CNAME,或设置里,输入刚刚CNAME的地址
完成

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