728x90 반응형 Jekyll5 Jekyll - Github Pages에 jekyll theme deploy하기 1. 원하는 테마를 포크 한다. 2. 레포지토리 이름을 {내 깃허브아이디}.github.io로 지정한다. 3. 포크된 레포지토리의 Settings로 간다. 4. Pages에서 "Build and deployment" 항목의 Source를 "GitHub Actions"로 바꾼다. 5. 설정 파일을 만드는 선택이 나오므로 눌러서 jekyll.yml 설정 파일을 만든다. 6. 레포지토리의 Actions로 가서 Deploying 진행 과정을 기다린다. 7. 생성이 완료되었다면 {내 깃허브아이디}.github.io로 접속한다. 참고: https://www.youtube.com/shorts/Kq28yBigDYw 2023. 9. 25. Jekyll - 깃허브 페이지 Jekyll ---layout: home # Index page--- 에러 해결 방법 .github/workflows/pages-deploy.yml ruby-version: 3.1 ruby-version을 3에서 3.1로 변경하고 branches를 master로 수정하니 해결이 된 것 같다. 또 안되면 3.1에서 3으로 수정하니깐 제대로 작동이 된다(?????????????) 출처: https://velog.io/@hashnsalt/Github-Blog-%EB%A7%8C%EB%93%A4%EA%B8%B0-2 📒Github Blog 만들기-2 22/08/01 7월 31일자 겪은 수 많은 오류가 서막이었음을 그땐 깨닫지 못했습니다 내 목표는 github로 기술 블로그를 개설하는 것. 선택한 테마는 Chirpy theme. velog.io 2023. 8. 31. Jekyll - {{ }}, {% %} 사용하기 (escape liquid template) Jekyll에서 마크다운을 작성하던 중 liquid template 문법을 사용을 해 깃허브 페이지에 디플로잉을 해보았는데 이상하게 결과가 출력이 되지 않았다. 알고 보니 Jekyll에서는 따로 {% raw %} {% endraw %}를 사용해 예외 처리를 시켜줘야 하는 것이었다. 작성 방법 {% raw %} {{ example }} {% endraw %} {% raw %} {% example %} {% endraw %} 결과 {{ example }} {% example %} 출처: https://atomic0x90.github.io/jekyll/markdown/2019/06/08/escape-liquid-template.html atomic0x90(Yujun Han) c와 c++ 를 사용하는 방법 설명.. 2023. 3. 7. Jekyll - 빠른 시작, Docs https://jekyllrb-ko.github.io/docs/ Quickstart Jekyll is a static site generator. It takes text written in your favorite markup language and uses layouts to create a static website. You can tweak the site’s look and feel, URLs, the data displayed on the page, and more. jekyllrb.com 2023. 3. 3. Jekyll - 테마 사이트 모음 http://jekyllthemes.org/ Jekyll Themes jekyllthemes.org jamstackthemes.dev Jekyll Over 1000 themes and starters for Jamstack and static site generators. jamstackthemes.dev jekyllthemes.io Jekyll Themes – a curated directory Find the best Jekyll themes for your next project – a curated directory of themes, templates and resources for building Jekyll websites. jekyllthemes.io 출처: https://jekyllrb-.. 2023. 3. 2. 이전 1 다음 728x90 반응형