极客公园技术团队

发现商业新变量

Eric's avatar Eric

如何在这里写作/开发?

Quick Start

Install

1
npm install hexo-cli -g

Clone

1
2
3
git clone https://github.com/GeekPark/GeekPark.github.io.git
cd GeekPark.github.io
yarn

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

如果有修改 请提交 PR