diff options
| author | Track3 <pengliabc@live.cn> | 2018-12-24 22:17:22 +0800 |
|---|---|---|
| committer | Track3 <pengliabc@live.cn> | 2018-12-24 22:17:22 +0800 |
| commit | feb4c387174eb035abe10354f4dd626a5c399e90 (patch) | |
| tree | 6120738f2efc44585027b2570302e8c2ae06febe /exampleSite/content/posts | |
| parent | 0abf3ea0125f3666c486c0da9edb4d238e510103 (diff) | |
| download | hermit-feb4c387174eb035abe10354f4dd626a5c399e90.tar.gz | |
Add basic toc support
Diffstat (limited to 'exampleSite/content/posts')
| -rw-r--r-- | exampleSite/content/posts/goisforlovers.md | 1 | ||||
| -rw-r--r-- | exampleSite/content/posts/hugoisforlovers.md | 1 | ||||
| -rw-r--r-- | exampleSite/content/posts/migrate-from-jekyll.md | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/exampleSite/content/posts/goisforlovers.md b/exampleSite/content/posts/goisforlovers.md index 3381ac0..41079d5 100644 --- a/exampleSite/content/posts/goisforlovers.md +++ b/exampleSite/content/posts/goisforlovers.md @@ -8,6 +8,7 @@ tags = [ "development", ] date = "2014-04-02" +toc = true +++ Hugo uses the excellent [Go][] [html/template][gohtmltemplate] library for diff --git a/exampleSite/content/posts/hugoisforlovers.md b/exampleSite/content/posts/hugoisforlovers.md index 3f76e82..747ab41 100644 --- a/exampleSite/content/posts/hugoisforlovers.md +++ b/exampleSite/content/posts/hugoisforlovers.md @@ -7,6 +7,7 @@ tags = [ "development", ] date = "2014-04-02" +toc = true +++ ## Step 1. Install Hugo diff --git a/exampleSite/content/posts/migrate-from-jekyll.md b/exampleSite/content/posts/migrate-from-jekyll.md index 78cf3b4..d5b2f54 100644 --- a/exampleSite/content/posts/migrate-from-jekyll.md +++ b/exampleSite/content/posts/migrate-from-jekyll.md @@ -1,6 +1,7 @@ --- date: 2014-03-10 title: Migrate to Hugo from Jekyll +toc: true --- ## Move static content to `static` |
