Skip to content

Use Frontmatter Title to Allow Automatic Listings #11

@hacdias

Description

@hacdias

Context: ipfs/specs#385 (comment).

Currently, the specs files do not use the title in the frontmatter, but in the file itself, which does not happen with the remaining pages. This makes generating listings harder.

Proposal is to add title and description to the frontmatter of the specs. This will allow us to automatically generate the listings of the pages, instead of keeping them manually.

{%- for post in collections.all -%}
  <li>{{ post.data.title }}</li>
{%- endfor -%}

Then, we can add a tag: ipip to the IPIPs and iterate over collections.ipips.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions