retypeapp / retype

Retype is an ✨ ultra-high-performance✨ static site generator that builds a website based on simple text files.
https://retype.com
Other
1.01k stars 201 forks source link

Page metadata: Add keywords to use with retype search #673

Open Canadastartes opened 5 months ago

Canadastartes commented 5 months ago

Is there a way we can add hidden keywords to a page that the retype search will use?

Something like this in the page configuration would be very useful:

---
label: Sample
layout: page
order: 100
keywords:
  - hidden keyword
  - second hidden keyword
---
# Sample

This is a sample page demonstrating page metadata.