728x90
반응형
js 기준
<script>
jQuery( document ).ready(function() {
const html_toc = '<div class="toc"><div class="title">목차</div><ol id="toc"></ol></div>';
if ( $( ".entry-content h2" ).length > 1 ) {
$('.entry-content h2:first-of-type').before(html_toc);
}
$("#toc").toc( {content: ".entry-content", headings: "h2,h3,h4" , top: -90, isBlink : true, blinkColor : '#21B9DE' } )
});
</script>
자동목차 js
css 자동목차
/* toc */
.toc {
margin: 40px 20px 30px 20px;
background: #f3f5f7;
padding: 15px 20px;
border: 1px solid #e1e5ed;
max-width: none;
}
@media only screen and (min-width: 768px) {
.toc {
margin: 60px 0 30px 0;
max-width: 360px;
}
}
.toc .title {
font-weight: bold;
font-size: 1rem;
}
.toc ol {
list-style-type: decimal;
margin-inline-start: 20px;
font-size: 1rem;
}
씨에스에스 자동목차 /* toc */ .toc { margin: 40px 20px 30px 20px; background: #f3f5f7; padding: 15px 20px; border: 1px solid #e1e5ed; max-width: none; } @media only screen and (min-width: 768px) { .toc { margin: 60px 0 30px 0; max-width: 360px; } } .toc .title { font-weight: bold; font-size: 1rem; } .toc ol { list-style-type: decimal; margin-inline-start: 20px; font-size: 1rem; }
728x90
반응형
'코딩, 개발 꾸준히 하면 볕날선생만큼 한다.' 카테고리의 다른 글
Core Architecting on 거시기 (0) | 2021.10.13 |
---|---|
IBM 클라우드 + 쿠버네티스 + 워드프레스 구성 (0) | 2021.10.11 |
작업표시줄 먹통 일 때 :: 작업표시줄 안나올때 feat. 윈도우 11 (0) | 2021.09.04 |
https://tistory3.daumcdn.net/tistory/3924289/skin/images/jquery.toc.js (0) | 2021.08.31 |
구글 클라우드 플랫폼 평생 무료 로 워드프레스 이용은 불가하다 / 2021년 8월 29일 기준. (0) | 2021.08.28 |
아이비엠 IBM 클라우드 프리 티어 (0) | 2021.08.04 |
신기한 코드 기록 :: 디톡스 레코더 - 움직인거 실행한 액션 행동한거를 코딩으로 짜줌 (0) | 2021.07.08 |
워드프레스 만들기 (0) | 2021.07.03 |