macos-defaults/build/github/templates/home.md.handlebars
Yann Bertrand a8e5700d8f
💄 Add Netlify image width & height
Improve CLS as expected by Lighthouse
2020-11-07 12:16:05 +01:00

20 lines
889 B
Handlebars

# macos-defaults
Uncomplete list of macOS `defaults` commands with demos ✨
## 💻 Commands
{{# categories }}
## [{{ name }}](./{{ folder }}/readme.md)
{{# keys }}
- [{{ title }}](./{{ ../folder }}/{{ key }}/readme.md)
{{/ keys}}
{{/ categories }}
## 🤔 How do I add a command?
Please update [this file](https://github.com/yannbertrand/macos-defaults/blob/master/defaults.yml) that I use to [build multiple websites](https://github.com/yannbertrand/macos-defaults/#readme) like this one.
## ❤️ I like this website, how can I build the same?
Thank you! I built it from scratch. Take a look at [my report](https://github.com/yannbertrand/macos-defaults/tree/master/build/github#readme) if you want to do the same.
<a href="https://www.netlify.com">
<img src="https://www.netlify.com/img/global/badges/netlify-light.svg" alt="Deploys by Netlify" width="114" height="51" />
</a>