diff --git a/README.md b/README.md index c49e9d78..74162434 100644 --- a/README.md +++ b/README.md @@ -291,6 +291,14 @@ $ hexo new page categories and adding `type: categories` to the front-matter of `source/categories/index.md`. +Finally, don't forget to create a link to these pages, for example in the navigation menu: + +```yml +nav: + tags: /tags/ + categories: /categories/ +``` + ### Local search