writing

hexo.io Writing

hexo.io

To create a new post or new page, you can the following command:
새 글과 새 페이지를 만들기 위해서는, 아래 명령으로 할 수 있다:

1
hexo new [layout] <title>

post is the default layout, but you can supply your own. You can change the default layout
by editing the default_layout setting in _config.yml.

Layout

There are three default layout in Hexo: post, page and draft.