GitBlog - Tags
GItblog 기본 구축
Minimal Mistakes Jekyll theme 를 Fork하여 제작
테디노트 TeddyNote 를 시청하여 제작
- 기본환경
- 댓글
- 방문자 분석 With Google-Analytics
- 카테고리
- 태그
- 목차
- 검색엔진
- 내부검색
- SideIndex 추가하기
- 폰트 변경하기
- LATAX 추가하기 ( 수식 사용하기 )
에러 해결
Gitblog에 Tag를 추가하기
_pages 에 tag-archive.md 추가
--- title: "Tag" layout: "tags" permalink: /tags/ author_profile: true sidebar_main: true ---
_data/navigation.yml 에 아래 값 추가
- title: "Tag" url: /tags/
Post Option에 값 추가
layout: single title: "GitBlog - Tags" categories: Gitblog tag: [blog, git, init]
만약 1개만 원한다면 배열이 아니라 1개만 작성하면 된다. e.g
tag: blog
Comments