Skip to content
This repository has been archived by the owner on Jun 24, 2020. It is now read-only.

ikemo3/hugo-toc-fix

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

hugo-toc-fix

Hugoで、目次を修正するためのテーマです。

Issue #1778で議論されているように、 現在は<h1>から目次を作成するため、本文が<h2>から始まっていると動きません。 これを修正します。

前提条件

Theme ComponentsおよびHugo Pipesを使用するため、 Hugo 0.43以上が必要です。

テンプレートへの組み込み方法

テンプレートに以下の記述を追加してください。

{{- partialCached "hugo-toc-fix" . }}

また、無視したい見出しは<h2 data-toc-ignore="true">目次</h2>のように data-toc-ignore="true"を指定してください。

ライセンス

MITライセンスです。

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published