Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/gevhaz/hugo-theme-notrack.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon <gevhaz@tutanota.com>2020-06-09 21:28:49 +0300
committerSimon <gevhaz@tutanota.com>2020-06-09 21:28:49 +0300
commit25c7d5fee4d965ce6af1c08e6e01324e0feedbff (patch)
tree0c6ef81f2fab94aad1d9546a8b3e3c327dcd0a57
parent1a100eac77208307b9ba175316eebaf2ce2bbbe0 (diff)
Updated readme
-rw-r--r--README.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/README.md b/README.md
index e5f9818..812c580 100644
--- a/README.md
+++ b/README.md
@@ -216,6 +216,10 @@ params:
nBlogLatest: 6
```
+An alternative way to create the content for the homepage is to have a headless
+bundle `content/homepage`. The content of the files in this directory will be
+populate the the top of the homepage, like in the Hugo Basic Example.
+
## How to create a blog
1. Add some posts with e.g. `hugo new blog/post-1.md` etc.