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

github.com/Lednerb/bilberry-hugo-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIgor Baiborodine <igor@kiroule.com>2022-02-20 02:57:04 +0300
committerGitHub <noreply@github.com>2022-02-20 02:57:04 +0300
commitcf65edf0e577b5e642f88c251d90b4f6f42d381c (patch)
treee3465c86df66d5fbc928c36913f39073c4c48991
parentb7a8c582df24d722d212a5daf5ee966a25a50e8c (diff)
Update documentation on post types
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 1b4480f..0acc50d 100644
--- a/README.md
+++ b/README.md
@@ -127,7 +127,7 @@ environment-specific settings for a Hugo-based website.
### Post Types
Bilberry theme comes with a set of predefined post types, namely `article`, `audio`, `code`, `gallery`, `link`, `page`, `quote`, `status`, and `video` where the `article` type is the default one.
-To create a new content, use the `hugo new` command. Content can be created in two ways: a single page or a page bundle.
+To create a new content, use the `hugo new` command. Content can be created in two ways: a single page or a [page bundle](https://gohugo.io/content-management/page-bundles/).
To create new content as a single page, you can use the following command:
```shell