Example: configure individual examples using embedded TOML
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.
Categories
This example belongs to the following categories: