Colin's web


  • 首页

  • 归档

  • 标签

Hello World

发表于 2018-06-12

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

git note

发表于 2018-03-14

push all source hexo to github

1
2
3
4
5
6
7
8
9
10
11
12
# _config.yaml
deploy:
- type: git
repo: git@github.com:<username>/<username>.github.io.git
branch: master
- type: git
repo: git@github.com:<username>/<username>.github.io.git
branch: src
extend_dirs: /
ignore_hidden: false
ignore_pattern:
public: .

my first article

发表于 2018-03-14

This is my web blog

1
2

Hello, my blog

colin

colin

3 日志
3 标签
© 2018 colin
由 Hexo 强力驱动
主题 - NexT.Muse