tranquilpeak1 Github 블로그 만들기 (with Hexo) # 프로젝트 생성 1. 다운로드 및 설치 git : https://git-scm.com/downloads nodejs : https://nodejs.org/ko/ 2. 프로젝트 생성 # hexo-cli 설치 $ npm install hexo-cli -g # hexo 프로젝트 생성 $ hexo init $ cd $ npm install 3. 확인 # 구동 $ cd $ hexo server # 접속 https://localhost:4000 # tranquilpeak 테마적용 1. 테마 다운로드 hexo-theme-tranquilpeak 해당 파일이 들어있는 폴더명을 tranquilpeak으로 변경하여 /themes/ 디렉토리로 이동 hexo 프로젝트의 /_config.yml 파일을 열어 themes: tra.. 2021. 9. 9. 이전 1 다음