Move zet
This commit is contained in:
parent
247ff913b3
commit
b96f5b114c
60 changed files with 0 additions and 0 deletions
16
old/zet/source/zets.json.twig
Normal file
16
old/zet/source/zets.json.twig
Normal file
|
@ -0,0 +1,16 @@
|
|||
---
|
||||
permalink: /notes.json
|
||||
use: [zets]
|
||||
---
|
||||
|
||||
[
|
||||
{% for note in data.zets|sort((a,b) => b.date <=> a.date) %}
|
||||
{
|
||||
"id": {{ note.filename|replace({".md": ""}) }},
|
||||
"date": {{ note.date }},
|
||||
"title": "{{ note.title }}",
|
||||
"url": "{{ site.url }}/{{ note.url|trim("/") }}"
|
||||
}
|
||||
{%~ if not loop.last %},{% endif %}
|
||||
{% endfor %}
|
||||
]
|
Loading…
Add table
Add a link
Reference in a new issue