jekyll static website

github pages setup

repo 만들기

  • 레포를 만들고 레포 이름을 [githubID].github.io 만든다

    내 사이트는 diasm3.github.io 이다

  • 이후 setting에서 pages를 활성화 해준다

로컬로 실행시 명령어

~ $ gem install bundler jekyll
~ $ jekyll new my-aweosome-stie
~ $ cd my-aweosome-stie
~/my-awesome-site $ bundle exec jekyll serve