GitBlog - 기본 환경 설정
GItblog 기본 구축
Minimal Mistakes Jekyll theme 를 Fork하여 제작
테디노트 TeddyNote 를 시청하여 제작
- 기본환경
- 댓글
- 방문자 분석 With Google-Analytics
- 카테고리
- 태그
- 목차
- 검색엔진
- 내부검색
- SideIndex 추가하기
- 폰트 변경하기
- LATAX 추가하기 ( 수식 사용하기 )
에러 해결
설치 과정
- ruby 설치
- cmd 에서 bundler 설치
-
gem install bundle
-
-
해당 블로그 디렉토리에서 bundle 설치
-
cd /MyblogDir bundle install
-
- webric 추가
-
bundle add webrick
-
-
local로 띄우기
-
bundle exec jekyll serve
-
Comments