프로그래밍 소스에 컬러를 Syntax Highlighter를 구글 블로그(blogger,blogspot) 설치
2016.5.16 바뀐내용 소스가 변경됨에 따라 내용도 업데이트 구글 블러거는 티스토리같이 js나 css업로드를 허용하지 않지만 템플릿을 지원하므로 간단하게 소스줄을 추가하여 사용가능 합니다. 우선 관리자페이지에 템플릿-> html편집으로 들어간다. <head>바로밑에 추가. <script src= "https://alexgorbatchev.com/pub/sh/current/scripts/shCore.js" type= "text/javascript" /> <script src= "https://alexgorbatchev.com/pub/sh/current/scripts/shBrushCss.js" type= "text/javascript" /> <script src= "https://alexgorbatchev.com/pub/sh/current/scripts/shBrushJava.js" type= "text/javascript" /> <script src= "https://alexgorbatchev.com/pub/sh/current/scripts/shBrushBash.js" type= "text/javascript" /> <script src= "https://alexgorbatchev.com/pub/sh/current/scripts/shBrushCpp.js" type= "text/javascript" /> <script src= "https://alexgorbatchev.com/pub/sh/current/scripts/shBrushXml.js" type= "text/javascript" /> <script src=...