macos-defaults/build/vuepress/templates/category.md.handlebars
Yann Bertrand 551a2158f5
👷 Add a VuePress build Action
Co-authored-by: Franck Abgrall <abgrallkefran@gmail.com>
2020-09-20 11:18:39 +02:00

15 lines
307 B
Handlebars

---
metaTitle: '{{ name }} | macOS defaults'
---
# {{ name }}
{{# image }}
<img src="./{{ filename }}" alt="A screenshot of the {{ ../name }}"
width="{{ width }}" height="{{ height }}" style="height: auto" />
{{/ image }}
> {{{ description }}}
{{# keys }}
- [{{ title }}](./{{ key }}.html)
{{/ keys }}