root-devvoo / blog-comments

블로그 댓글 관리를 위한 repo
1 stars 0 forks source link

githublog/algolia/ #3

Open utterances-bot opened 2 years ago

utterances-bot commented 2 years ago

[github.io 블로그] minimal-mistakes 블로그 내 Algolia 기반 검색기능 적용하기 | ICEMAN’s Tech Blog

블로그 내 게시물 검색기능을 추가하고 싶어서 Travis CI를 통해 Algolia 검색 도구를 적용해보았다.

https://iceman-brandon.github.io/githublog/algolia/

root-devvoo commented 2 years ago

이미지 클릭 하시면 크게 나옵니다! (스마트폰 환경의 경우 이미지 클릭할 필요없이 확대가능)

root-devvoo commented 1 year ago

[2022년 12월 29일 기준] x표시가 되면서 Travis CI 에서 에러가 발생한다면? 해당 부분
RubyGems 버전과 관련된 이슈가 있어서
.travis.yml 파일에서

before_install:
  - bundle install

로 해줘야지 travis CI에서 성공적으로 넘어갑니다.

(gem install bundler 명령어 막히기 이전에 출력되었던 경고 메시지 참고)

Your RubyGems version (3.0.8) has a bug that prevents `required_ruby_version` from working for Bundler. Any scripts that use `gem install bundler` will break as soon as Bundler drops support for your Ruby version. Please upgrade RubyGems to avoid 
future breakage and silence this warning by running `gem update --system 3.2.3`