Skip to content

codenamu/codenamu.github.io

Repository files navigation

코드나무 / Codenamu

코드나무는 무엇인가요? / What's Codenamu?

열린 정부 실현을 위해 자발적으로 모인 시민들의 오픈 커뮤니티입니다.

It's open community of citizen volunteers for making open government in South Korea.

이 프로젝트는? / About this project

현재 코드나무 웹사이트는 2012년 5월 12일에 열정적인 코드나무 활동가들이 워드프레스로 구축했습니다. 더 많은 사람들이 코드나무에서 즐겁게 활동할 수 있도록 현재 사이트를 개선하고 있으며 이 프로젝트는 그 열정과 노력을 담는 그릇입니다.

Enthusiasts of codenamu have built current website of codenamu using wordpress at 12th May 2012. We're trying to make it better in this project for pleasant experience, more participation.

구현 환경 / Environments

Jekyll

프로젝트는 Jekyll 프레임워크를 기반으로 구현됩니다. Jekyll에 대한 설명은 http://jekyllrb.com/docs/home/ 를 참조해주시길 바랍니다.

This projects is built by Jekyll framework.

Jekyll 을 위한 기본 환경 / Environments for Jekyll

  1. Ruby - Jekyll을 실행시키기 위해서는 Ruby가 필요합니다. Ruby는 프로그램 언어입니다.
  2. gem - Jekyll 라이브러리를 gem을 통해 설치할 수 있습니다. gem은 ruby의 라이브러리를 관리하는 역활을 합니다.
  3. Ruby와 gem에 대한 설명은 외부의 사이트의 도움을 받도록 합시다. (ROR Lab. - http://rorlab.org/)

You can get informations about Ruby, Gem on RubyGems.org

Javascript

프로젝트의 많은 부분은 javascript로 개발되었습니다. javascript에 대한 학습은 Opentutorials 등을 이용해주세요.

개발하기 / Development

# clone this repo.
cd codenamu.github.io
bundle install
jekyll serve -w
open http://localhost:4000

관련 웹사이트 Other Sites