aboutsummaryrefslogtreecommitdiff
path: root/exampleSite
diff options
context:
space:
mode:
authorTrack3 <34504964+Track3@users.noreply.github.com>2018-12-28 23:24:34 +0800
committerGitHub <noreply@github.com>2018-12-28 23:24:34 +0800
commitc7ebd82a83c4fd854407f9695d22c4d969cd49ca (patch)
treef05d3f1f73ae78a08932e788d565bb35ff7aa40c /exampleSite
parent1770524126121164f3b566fa74d88db536d644d3 (diff)
parent451d527ae61cc47bf11d63d3d03054384e1bd237 (diff)
downloadhermit-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.md1
-rw-r--r--exampleSite/content/posts/hugoisforlovers.md1
-rw-r--r--exampleSite/content/posts/migrate-from-jekyll.md1
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`