Initial commit

This commit is contained in:
Set Hallstrom 2020-07-03 18:47:56 +02:00
commit 6a348db52f
471 changed files with 76070 additions and 0 deletions

16
search.json Normal file
View file

@ -0,0 +1,16 @@
---
---
[
{% for post in site.categories.music %}
{
"title" : "{{ post.title }}",
"href" : "{{ post.url }}",
"date" : {
"day" : "{{ post.date | date: "%d" }}",
"month" : "{{ post.date | date: "%B" }}",
"year" : "{{ post.date | date: "%Y" }}"
}
}
{% unless forloop.last %},{% endunless %}
{% endfor %}
]