Skip to content

Latest commit

 

History

History
51 lines (34 loc) · 774 Bytes

README.md

File metadata and controls

51 lines (34 loc) · 774 Bytes

新しい投稿をする手順

1. 記事作成
# source/_posts以下にmdファイル作成
$ hexo new "my new post"
2. 静的ファイル作成
$ hexo generate
3. push後にmasterにmerge

Quick Start

Create a new post

$ hexo new "My New Post"

More info: Writing

Run server

$ hexo server

More info: Server

Generate static files

$ hexo generate

More info: Generating

Deploy to remote sites

$ hexo deploy

More info: Deployment

favicon

docsフォルダにfavicon.pngを設置