Skip to content

Latest commit

 

History

History
41 lines (31 loc) · 1.36 KB

README.md

File metadata and controls

41 lines (31 loc) · 1.36 KB

할 일

  • post: spring의 이해

  • post: java의 이해 (jvm, jdk, jre 등)

  • post: jsp, servlet

  • post: ajax, jquery

  • post: 빌드 환경 (ant, grade, maven)

  • vscode 유용한 플러그인 설정

  • github 방명록이든, 댓글 환경 구축

  • post 시리즈 링크 - html 컴포넌트 만들기??

  • about 페이지 (author 부분) 정리하기

  • example post 지우기 (documentatin 포함)

  • 카테고리 정리하기 (새로운 카테고리 이름 수정)

  • favicon 디자인, 적용하기


---

Hydejack Starter Kit

A quicker, cleaner way to get started blogging with Hydejack.

Quick Start

Running locally

  1. Clone repository (git users), or download and unzip.
  2. Open terminal, cd into root directory (where _config.yml is located)
  3. Run bundle install 1
  4. Run bundle exec jekyll serve
  5. Open http://localhost:4000/hydejack-starter-kit/

What's next?

  • Open files and read the comments
  • Read the docs
  • Buy the PRO version to get the project and resume layout, newsletter subscription box, custom forms, and more.

Footnotes

  1. Requires Bundler. Install with gem install bundler.