• Github 연결해서 소스 적용하기

    프로그램 설치 단계 Step 1. Git program 설치하기 - Git Program Download Step 2. Git GUI Tool 설치하기 - Git GUI Tool Download 추천 : SourceTree, GitHub Desktop SourceTree 한글설정은 도구>옵션>일반에서 설정 Step 3. Text Editor 설치하기 - Atom Text Editor Download 추천 Packages : Markdown-preview, markdown-format 참조문서 : Atom 을 마크다운 에디터로 사용하기 깃허브와 연결하기 Step 1. 깃허브 계정생성하기 - Github 가입 Step 2. 깃허브에서 Repository 만들기 참조 : Create Repository Step 3. 로컬...

  • Setting Jekyll

    Jekyll 세팅 Windows 에 세팅하느라 좀 힘들었다. Default 로 깔면 에러없이 잘 되는데 필요한 plugin 들 깔고 이것저것 하다보니 에러들을 많나서 구글링으로 외국사이트에서 열심히 해결법 찾느라 생각보단 시간이 좀 걸렸지만 덕분에 여러가지 대처법과 Ruby + Jekyll 에 대한 개념도 생겼다. 이제 github pages 를 사용해서 기술블로그를 운영할 수 있을 것 같다

  • Jekyll 기본 페이지

    You’ll find this post in your _posts directory. Go ahead and edit it and re-build the site to see your changes. You can rebuild the site in many different ways, but the most common way is to run jekyll serve, which launches a web server and auto-regenerates your site when a file is updated. To add new posts, simply add a file in the _posts directory that follows the convention YYYY-MM-DD-name-of-post.ext and includes the necessary...