[Hexo] 명령어 정리

Hexo 명령어 정리


# 초안 생성

명령어

$ hexo new draft [파일명]

예제

$ hexo new draft hello-world

# 초안을 포스트로 옮기기(Draft to Post)

명령어

$ hexo publish [파일명]

예제

$ hexo publish hello-world

# 포스트 생성

명령어

$ hexo new [파일명]

예제

$ hexo new hello-world

# 배포하기

$ hexo clean // clean을 하지 않으면 deploy를 해도 페이지가 업데이트 되지 않는 경우가 발생한다
$ hexo deploy --generate

# 기타사항

포스트파일의 Front-matter에 아래와 같이 작성하시면 됩니다.

---
title: PHP 0001과 같이 번호 지정 하기
tags: 
    - Hexo
    - HelloWorld
categories:
    - Hexo
date: 2017-08-31 12:00:00
---

위의 포스트 Front-matter에 아래 사항을 추가하시면됩니다

아래에서 지정한 images 폴더의 위치는 source 폴더의 하위경로 입니다.

thumbnail: /images/logo.jpg