-
팀블로그를 운영해봅시다
운영취지 기존의 회사 IT 팀들이 소통에 폐쇄적이었다면 오픈소스와 협업에 눈을 뜨면서 소통을 적극적으로 하려고 마음가짐이 바뀌었고 적극적인 소통이야 말로 IT 팀내부의 구성원들 역량도 함께 성장할 수 있다고 믿기에 외부와의 소통 채널로 팀블로그를 깃허브에 운영해보려고 합니다 부가적으로는 깃허브내에 기여하는 방법을 기본적으로 숙지시키려고 합니다
byoungchul.kim's profile imagebyoungchul.kim
2019-01-07 09:20
-
new post
## new post 새글
byoungchul.kim's profile imagebyoungchul.kim
2017-11-17 13:52
-
Git 개념잡기
GIT 개념 소스 코드 관리를 위한 분산 버전관리 시스템 CVS, Subversion 과 같은 영역을 담당하지만 2017년 현재는 GIT 이 독주 상태 버전관리 영역 로컬 PC : Working Dir => Index (Stage) => HEAD GITHUB : Repository 기본개념도 fetch vs pull fetch : 원격 저장소의 소스를 로컬 저장소로 가져온다 pull : fetch 후에 Merge 작업까지 수행한다 다른사람 Repository 내용으로 내 Repository 를 다시 맞추려면 다른사람 Repository 를 Pull 로 가져와서 git pull upstream master 내 Repository...
byoungchul.kim's profile imagebyoungchul.kim
2017-11-06 13:52
-
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. 로컬...
byoungchul.kim's profile imagebyoungchul.kim
2017-11-02 13:00
-
Setting Jekyll
Jekyll 세팅 Windows 에 세팅하느라 좀 힘들었다. Default 로 깔면 에러없이 잘 되는데 필요한 plugin 들 깔고 이것저것 하다보니 에러들을 많나서 구글링으로 외국사이트에서 열심히 해결법 찾느라 생각보단 시간이 좀 걸렸지만 덕분에 여러가지 대처법과 Ruby + Jekyll 에 대한 개념도 생겼다. 이제 github pages 를 사용해서 기술블로그를 운영할 수 있을 것 같다
byoungchul.kim's profile imagebyoungchul.kim
2017-10-19 08:55
-
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...
byoungchul.kim's profile imagebyoungchul.kim
2017-10-17 08:33