less than 1 minute read


GItblog 기본 구축

Minimal Mistakes Jekyll themeFork하여 제작
테디노트 TeddyNote시청하여 제작

  1. 기본환경
  2. 댓글
  3. 방문자 분석 With Google-Analytics
  4. 카테고리
  5. 태그
  6. 목차
  7. 검색엔진
  8. 내부검색
  9. SideIndex 추가하기
  10. 폰트 변경하기
  11. LATAX 추가하기 ( 수식 사용하기 )

에러 해결

  1. GitBlog-포스팅실패

설치 과정

  1. ruby 설치
  2. cmd 에서 bundler 설치
    • gem install bundle
      
  3. 해당 블로그 디렉토리에서 bundle 설치

    • cd /MyblogDir
      bundle install
      
  4. webric 추가
    • bundle add webrick
      
  5. local로 띄우기

    • bundle exec jekyll serve
      
      

Comments