ENCHOYI

Github + Hexo 웹 페이지 만들기

Github Hexo
Github에서 제공하는 Github Pages라는 호스팅 서비스를 이용하면 개인 웹페이지를 무료로 생성할 수 있다. 생성된 웹페이지에 Hexo framework를 이용하여 테마를 입힌 과정을 기술한다. 준비사항: Node.js Git Github Account Github Pages Github Pages는 무료이다. 또한 가입형 블로그의 경우 제한된 프레임 안에서 사용해야 하기 때문에 편집시 제한이 많이 있다. 하지만 Github Pages의 경우 학습이 필요하긴 하지만 자유롭게 변경이 가능하다. Terminal ...
Read more

Hello World

Welcome to Hexo! This is your very first post. Check documentation for more info. If you get any problems when using Hexo, you can find the answer in troubleshooting or you can ask me on GitHub. Quick Start Create a new post 1$ hexo new "My New Post" More info: Writing Run server 1$ hexo server ...
Read more
Prev Next