Basic duckduckgo search

This commit is contained in:
Simon-Martens
2023-12-12 13:52:26 +01:00
parent 76eaaed321
commit 3010e265a7
17 changed files with 119 additions and 49 deletions

View File

@@ -0,0 +1,14 @@
---
permalink: /index.json
---
[
{% for character in collections.characters %}
{
"title":"{{ character.data.title }}",
"url":"{{ character.url }}",
"content":"{% excerpt character %}"
}
{% if forloop.last == false %},{% endif %}
{% endfor %}
]