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-포스팅실패

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