cleaned up duplicate frontmatter post parameters in readme

This commit is contained in:
Gabriele Musco 2021-11-25 14:23:03 +01:00
parent 0ef7e1e210
commit 434a359023
No known key found for this signature in database
GPG Key ID: 0587A5D65B5DC99E
1 changed files with 12 additions and 19 deletions

View File

@ -222,14 +222,19 @@ links:
link: /posts link: /posts
``` ```
## Params supported in a post frontmatter # Post parameters
| Param | Description | Every post can have various parameters in the frontmatter, here are some that you may find useful
|-------|-------------|
| `tags` | An array of tags, useful for searching similar articles | - `title`: the title of the article
| `description` | A brief description of the post, useful for SEO optimization | - `date`: usually automatically populated, holds the date and time of the post creation
| `featured` | Boolean, indicate if the post should be shown as featured | - `description`: a brief description of the post, useful for SEO optimization
| `image` | The main image representing the post | - `tags`: an array of tags, useful for searching similar articles
- `image`: a link to a feature image for the article, shown in the preview as well
- `featured`: boolean, indicate if the post should be shown as featured
- `comments`: boolean, if true it enables comments for the current post, if false it disables them (default is true)
- `showDate`: boolean, true by default, if false hides the date. Useful for non-article pages where the date isn't important
- `norss`: boolean, if set to true the page will be skipped in the rss feed
## Generate icons ## Generate icons
@ -266,18 +271,6 @@ Ficurinia supports injecting custom content into the theme. There are several fi
| `layouts/partials/inject/header-after.html` | Before closing the header | | `layouts/partials/inject/header-after.html` | Before closing the header |
| `layouts/partials/inject/header-before.html` | At the beginning of the header | | `layouts/partials/inject/header-before.html` | At the beginning of the header |
# Post parameters
Every post can have various parameters in the frontmatter, here are some that you may find useful
- `title`: the title of the article
- `date`: usually automatically populated, holds the date and time of the post creation
- `tags`: a list of tags for your post
- `image`: a link to a feature image for the article, shown in the preview as well
- `comments`: boolean, if true it enables comments for the current post, if false it disables them (default is true)
- `showDate`: boolean, true by default, if false hides the date. Useful for non-article pages where the date isn't important
- `norss`: boolean, if set to true the page will be skipped in the rss feed
# Does *Ficurinia* mean anything? # Does *Ficurinia* mean anything?
It's Sicilian for Indian fig, also known as prickly pear cactus. It's Sicilian for Indian fig, also known as prickly pear cactus.