Entries go in glossary.json. Markdown supported. At the moment the entries are sorted at render time in the js. At the later point it might be worth adding a github action to sort the file itself so one doesn't have to worry about where to add the entry.
At the moment all pages other than than the home page are being rendered in dark mode. My guess is that index.js errors out in other pages (perhaps due to the database change or it may have always been the case). I'm hoping to fix this with the settings panel update.
Add basic glossary functionality.
Entries go in glossary.json. Markdown supported. At the moment the entries are sorted at render time in the js. At the later point it might be worth adding a github action to sort the file itself so one doesn't have to worry about where to add the entry.
At the moment all pages other than than the home page are being rendered in dark mode. My guess is that index.js errors out in other pages (perhaps due to the database change or it may have always been the case). I'm hoping to fix this with the settings panel update.