Git Product home page Git Product logo

leechanwoo-kor.github.io's Introduction

CodeFactor License: MIT

leechanwoo-kor.github.io

local setting (windows)

Jekyll Themes

Ruby 설치

  • Jekyll은 Ruby 언어로 만들어졌기 때문에 Jekyll을 설치하기 전에 Ruby를 먼저 설치해야 한다.
  • 설치 중 Add Ruby executables to your PATH 옵션을 체크하면 윈도우에서 환경 변수를 설정하는 번거로움을 생략할 수 있다
  • 설치가 완료 되면 Ruby cmd 창이 실행되는데 만약 창을 닫게 되면 Ruby cmd에서 ridk install 명령어로 실행할 수 있다
  • RubyInstaller2 화면이 나오면 ENTER를 눌러 MSYS2를 설치해준다.

Jekyll과 Bundler 설치

  • 루비 설치가 완료되면 Ruby cmd에서 gem install bundler jekyll 명령어로 Jekyll과 Bundler를 설치한다.
  • 설치가 완료되면 jekyll -v 명령어로 Jekyll이 제대로 설치 되었는지 확인한다.
  • Jekyll 공식홈페이지

Bundle install

  • Jekyll까지 설치 되었으면 블로그를 clone한 디렉터리로 이동한다.
    • 필요시 Gemfile을 수정하고 필요한 플러그인을 추가한다.
  • 이후 터미널에서 bundle install 명령어를 입력한다.

run

$ bundle exec jekyll serve
$ open http://localhost:4000

commit - push

$ git add .
$ git commit -m '...'
$ git push origin main

leechanwoo-kor.github.io's People

Contributors

leechanwoo-kor avatar

Stargazers

 avatar  avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.