반응형
1. syntaxhighlighter_3.0.83.zip파일 압축해제
2. 티스토리ADMIN -> 꾸미기 -> 스킨편집 -> html편집
- 파일 업로드 탭
script. style 파일 모두 업로드
- HTML 탭
</head>안에 아래 내용 삽입
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 | <!--link href= "./images/shThemeDefault.css" rel= "stylesheet" type= "text/css" /--> <link href= "./images/shThemeRDark.css" rel= "stylesheet" type= "text/css" > <script type= "text/javascript" src= "./images/shCore.js" ></script> <script type= "text/javascript" src= "./images/shBrushJScript.js" ></script> <script type= "text/javascript" src= "./images/shLegacy.js" ></script> <script type= "text/javascript" src= "./images/shBrushBash.js" ></script> <script type= "text/javascript" src= "./images/shBrushCpp.js" ></script> <script type= "text/javascript" src= "./images/shBrushCSharp.js" ></script> <script type= "text/javascript" src= "./images/shBrushCss.js" ></script> <script type= "text/javascript" src= "./images/shBrushDelphi.js" ></script> <script type= "text/javascript" src= "./images/shBrushDiff.js" ></script> <script type= "text/javascript" src= "./images/shBrushGroovy.js" ></script> <script type= "text/javascript" src= "./images/shBrushJava.js" ></script> <script type= "text/javascript" src= "./images/shBrushPhp.js" ></script> <script type= "text/javascript" src= "./images/shBrushPlain.js" ></script> <script type= "text/javascript" src= "./images/shBrushPython.js" ></script> <script type= "text/javascript" src= "./images/shBrushRuby.js" ></script> <script type= "text/javascript" src= "./images/shBrushScala.js" ></script> <script type= "text/javascript" src= "./images/shBrushSql.js" ></script> <script type= "text/javascript" src= "./images/shBrushVb.js" ></script> <script type= "text/javascript" src= "./images/shBrushXml.js" ></script> <script type= "text/javascript" > //SyntaxHighlighter.defaults["toolbar"] = false; // 툴바없애기 //SyntaxHighlighter.defaults["auto-links"] = false; // 자동 링크없애기 //SyntaxHighlighter.defaults["tab-size"] = 2; // 탭사이즈를 2로 설정 SyntaxHighlighter.all(); </script> |
반응형
'기타' 카테고리의 다른 글
윈도우 메모리 관리 툴 - RAMMAP (0) | 2018.03.08 |
---|---|
SyntaxHighlighter 옵션 (0) | 2018.02.27 |