diff options
| author | Track3 <34504964+Track3@users.noreply.github.com> | 2018-12-28 23:24:34 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-12-28 23:24:34 +0800 |
| commit | c7ebd82a83c4fd854407f9695d22c4d969cd49ca (patch) | |
| tree | f05d3f1f73ae78a08932e788d565bb35ff7aa40c /exampleSite | |
| parent | 1770524126121164f3b566fa74d88db536d644d3 (diff) | |
| parent | 451d527ae61cc47bf11d63d3d03054384e1bd237 (diff) | |
| download | hermit-c7ebd82a83c4fd854407f9695d22c4d969cd49ca.tar.gz | |
Merge pull request #18 from Track3/feature-toc
Add support for Table of Contents
Diffstat (limited to 'exampleSite')
| -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` |
