Instructions tweak on tags

This commit is contained in:
Patrick Hagan 2020-04-28 18:25:30 -07:00 committed by R. Tyler Croy
parent b89f08fc74
commit 1809259da9
No known key found for this signature in database
GPG Key ID: E5C92681BEF6CEA2
1 changed files with 4 additions and 3 deletions

View File

@ -95,9 +95,10 @@ attribute tells the rendering engine to use the "post" layout.
`title` will be the displayed title of the post.
`tags` are descriptive terms for this post. You can make up new tags,
but check the generated `tag` directory to see `tags` other posters have already
used.
They can be used to search for all posts for a specific or area,
but check the `tag` directory to see tags other posters have already
used. If you use new tags, run the `generate-tags` script to populate
the `tag` directory with the appropriate files.
Tags can be used to search for all posts for a specific or area,
such as "tutorials" or "plugins".
Tags must contain only numbers and lower-case letters.
Tags must not contain spaces.