블로그 생성
github jekyll-theme : https://github.com/topics/jekyll-theme
minimal-mistakes-quick start guide : https://mmistakes.github.io/minimal-mistakes/docs/quick-start-guide/
이미지 추가
youtube : https://youtu.be/1UEOWcKcVdk
업데이트 내역 실시간 동기화
youtube : https://youtu.be/0TeHUqSAb6Q
기능 : 편집 내용을 동기화 하기 전 확인 가능
jekyll : https://jekyllrb.com/docs/
ruby installer(window) : https://rubyinstaller.org/
window+r > cmd
gem install jekyll
gem install bundler
project folder > shift+mouse right
bundle exec jekyll serve
주소창 : localhost:4000
typora 편집 후 저장 > localhost에 실시간 반영
error
before :
source "https://rubygems.org"
gemspec
after :
source "https://rubygems.org"
gem "github-pages", group: :jekyll_plugins
gem "tzinfo-data"
gem "wdm", "~> 0.1.0" if Gem.win_platform?
# If you have any plugins, put them here!
group :jekyll_plugins do
gem "jekyll-paginate"
gem "jekyll-sitemap"
gem "jekyll-gist"
gem "jekyll-feed"
gem "jemoji"
gem "jekyll-include-cache"
gem "jekyll-algolia"
end
gem "webrick", "~> 1.7"
before :
repository : # GitHub username/repo-name e.g. "mmistakes/minimal-mistakes"
after :
repository : "lilclown97/lilclown97.github.io"