Example: configure individual examples using embedded TOML

ribbity-org/ribbity-docs#8


you can set options for individual posts by using TOML.

To do this, write TOML configuration as below,

priority = 999 # sort order - 999 is default, lowest priority. 1 is highest.
frontpage = false # true to show up on front page
ignore = false # true to ignore this issue entirely

and enclose it in --- both before and after. The TOML will then be parsed by ribbity and the options will be applied.

Generally, you will want to hide these options from viewers. This can be done by enclosing them in Markdown / HTML comment markers, that is, putting <!-- and --> around the TOML configuration section.

Example

Here is an example - this is a screenshot of issue 1 in the editor.

Screen Shot 2022-05-19 at 6 15 16 AM

Categories

This example belongs to the following categories: