Skip to content

Instantly share code, notes, and snippets.

@demun
Created November 4, 2012 12:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 2 You must be signed in to fork a gist
  • Save demun/4011670 to your computer and use it in GitHub Desktop.
Save demun/4011670 to your computer and use it in GitHub Desktop.
티스토리 스킨 xml 파일
<?xml version="1.0" encoding="utf-8"?>
<skin>
<information>
<name>스킨이름</name>
<version>버젼번호</version>
<description>
<![CDATA[
스킨에 대한 설명
]]>
</description>
<license>
<![CDATA[
라이센스에 대한 설명
]]>
</license>
</information>
<author>
<name>스킨 제작지 아름</name>
<homepage>홈페이지 주소</homepage>
<email>제작자 이메일주소</email>
</author>
<default>
<recentEntries>5</recentEntries>
<recentComments>5</recentComments>
<recentTrackbacks>5</recentTrackbacks>
<itemsOnGuestbook>10</itemsOnGuestbook>
<tagsInCloud>30</tagsInCloud>
<sortInCloud>3</sortInCloud>
<expandComment>0</expandComment>
<expandTrackback>0</expandTrackback>
<lengthOfRecentNotice>30</lengthOfRecentNotice>
<lengthOfRecentEntry>30</lengthOfRecentEntry>
<lengthOfRecentComment>30</lengthOfRecentComment>
<lengthOfRecentTrackback>30</lengthOfRecentTrackback>
<lengthOfLink>30</lengthOfLink>
<showListOnCategory>1</showListOnCategory>
<showListOnArchive>1</showListOnArchive>
<trackbackMessage>
<none>Trackback &lt;span class="cnt"&gt;0&lt;/span&gt;</none>
<single>Trackback &lt;span class="cnt"&gt;1&lt;/span&gt;</single>
</trackbackMessage>
<commentMessage>
<none>Comment &lt;span class="cnt"&gt;0&lt;/span&gt;</none>
<single>Comment &lt;span class="cnt"&gt;1&lt;/span&gt;</single>
</commentMessage>
<tree>
<color>000000</color>
<bgColor>ffffff</bgColor>
<activeColor>000000</activeColor>
<activeBgColor>eeeeee</activeBgColor>
<labelLength>27</labelLength>
<showValue>1</showValue>
</tree>
<contentWidth>680</contentWidth>
<toolbar>white</toolbar>
<layout>2</layout>
</default>
</skin>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment