-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
78 lines (72 loc) · 1.73 KB
/
_config.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
domain: itnp.kr
title: 사람과 기술
email: itnpeople@naver.com
description: >-
baseurl: ""
# Build settings
markdown: kramdown
exclude:
- Gemfile
- Gemfile.lock
- .idea/
- .gitignore
- README.md
collections:
cate:
js:
output: true
linux:
output: true
defaults:
- scope:
path: _posts
type: posts
values:
layout: post
permalink: /post/:title
category:
- {code: 'linux', name: 'Linux', desc: "S/W 개발자입장에서 리눅스를 사용하는 방법과 Apache 등 여러가지 오픈플랫폼 설치하는 방법을 공유합니다"}
- {code: 'java', name: 'Java', desc: "Spring framework 과 java 개발과 관련된 팁을 공유합니다."}
- {code: 'python', name: 'Python', desc: "파이썬을 활용한 구현 예제들을 공유합니다."}
- {code: 'cloud', name: 'Cloud', desc: "마이크로서비스, 서비스 메시 관련 기술을 공유합니다."}
- {code: 'tip', name: 'Tips', desc: "개인적 필요에 의해서 정리한 각종 개발 및 운영팁 모음입니다."}
is_google_analytics: true
tips_category:
- name: Popular contents
subjects:
- git
- shell
- network
- kubectl
- name: Development
subjects:
- shell
- network
- git
- go-lang
- jmeter
- nuxt-framework
- etc
- name: Kubernetes
subjects:
- kubectl
- kubeadm
- kubernetes network
- kubernetes monitoring
- kubernetes certificates
- kubernetes authorization
- kubernetes apiserver authentication
- client-go
- etcd
- name: Istio
subjects:
- istio
- install istio
- install kiali
- name: Cloud Native
subjects:
- docker
- helm
- cloud providers
- minikube
- ecosystem projects