Hexo Theme Setting
Hueman Theme로 변경하기 블로그의 root 폴더에서 아래 명령을 실행시킨다. 123# 아래 명령어는 github의 해당 theme repo주소에서 다운받고 # 블로그 내부에 있는 themes 라는 폴더에 hueman이라는 폴더를 생성한다.$ git clone https://github.com/ppoffice/hexo-theme-hueman.git
Hueman Theme로 변경하기 블로그의 root 폴더에서 아래 명령을 실행시킨다. 123# 아래 명령어는 github의 해당 theme repo주소에서 다운받고 # 블로그 내부에 있는 themes 라는 폴더에 hueman이라는 폴더를 생성한다.$ git clone https://github.com/ppoffice/hexo-theme-hueman.git
Hexo에서 Post만들기 1blog $ hexo new [layout] <title> Hexo에는 세가지 layout이 있다.post - source/_posts 위치에 저장, .md파일 형태draft - source/_drafts 위치에 저장, .md파일 형태, post의 내용이 완성되지 않아서 사이트에 올리고 싶지 않을 때 임시저장 비슷
1. Node.js가 설치된 상태의 터미널에서 npm i -g hexo-cli 입력12# npm 을 이용해 hexo-cli 설치$ npm i -g hexo-cli 2. hexo init blog 입력123456# hexo init 만 실행하면 현재 디렉토리에서 초기 설정파일 생성# 아래는 blog 라는 이름의 폴더를 생성해서 그 안에 Hexo 블로그를 위한