/kabkee.github.io

Primary LanguageJavaScriptMIT LicenseMIT

빠른 시작 방법

    gem install bundler jekyll

    jekyll new my-awesome-site

    cd my-awesome-site

    bundle install
    
    bundle exec jekyll serve

# => 브라우저로 http://localhost:4000 에 접속.