-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.xml
More file actions
103 lines (102 loc) · 3.23 KB
/
index.xml
File metadata and controls
103 lines (102 loc) · 3.23 KB
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
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
<?xml version="1.0" encoding="utf-8"?>
<skin>
<information>
<name>SlateNote</name>
<version>1.0.1</version>
<description>기술 블로그에 적합한 Tistory 블로그 스킨</description>
<license>MIT License</license>
</information>
<author>
<name>Devkuk</name>
<homepage>https://devkuk.tistory.com</homepage>
</author>
<default>
<recentEntries>10</recentEntries>
<recentComments>10</recentComments>
<recentTrackbacks>10</recentTrackbacks>
<itemsOnPage>10</itemsOnPage>
<tree>
<color>000000</color>
<bgColor>ffffff</bgColor>
<activeColor>000000</activeColor>
<activeBgColor>eee</activeBgColor>
<labelLength>30</labelLength>
<showValue>1</showValue>
</tree>
<recentTags>
<color>000000</color>
<bgColor>ffffff</bgColor>
<activeColor>000000</activeColor>
<activeBgColor>eee</activeBgColor>
</recentTags>
</default>
<variables>
<variablegroup name="프로필 설정">
<variable>
<name>job-title</name>
<label>직책 / 포지션</label>
<type>STRING</type>
<option />
<default>Frontend Developer</default>
<description>사이드바 프로필 아래에 표시될 직책을 입력하세요.</description>
</variable>
<variable>
<name>github-link</name>
<label>GitHub 주소</label>
<type>STRING</type>
<option />
<default></default>
<description>예: https://github.com/username (비우면 숨김)</description>
</variable>
<variable>
<name>x-link</name>
<label>X(구 트위터) 주소</label>
<type>STRING</type>
<option />
<default></default>
<description>예: https://x.com/username (비우면 숨김)</description>
</variable>
<variable>
<name>linkedin-link</name>
<label>LinkedIn 주소</label>
<type>STRING</type>
<option />
<default></default>
<description>예: https://www.linkedin.com/in/username (비우면 숨김)</description>
</variable>
<variable>
<name>email-link</name>
<label>이메일</label>
<type>STRING</type>
<option />
<default></default>
</variable>
<variable>
<name>youtube-link</name>
<label>YouTube 주소</label>
<type>STRING</type>
<option />
<default></default>
<description>예: https://youtube.com/@channel (비우면 숨김)</description>
</variable>
<variable>
<name>instagram-link</name>
<label>Instagram 주소</label>
<type>STRING</type>
<option />
<default></default>
<description>예: https://instagram.com/username (비우면 숨김)</description>
</variable>
<variable>
<name>website-link</name>
<label>개인 웹사이트 주소</label>
<type>STRING</type>
<option />
<default></default>
<description>예: https://myportfolio.com (비우면 숨김)</description>
</variable>
</variablegroup>
</variables>
</skin>