macos-defaults/build/vuepress/__snapshots__/write-homepage.test.js.snap
Yann Bertrand a8e5700d8f
💄 Add Netlify image width & height
Improve CLS as expected by Lighthouse
2020-11-07 12:16:05 +01:00

116 lines
4.9 KiB
Text

// Jest Snapshot v1, https://goo.gl/fbAQLP
exports[`write-homepage no categories should write an empty readme.md file using the home template 1`] = `
"---
metaTitle: 'macOS defaults'
---
# macOS \`defaults\` list
Uncomplete list of macOS \`defaults\` commands with demos ✨
## 💻 Commands
## 🤔 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 using [VuePress](https://vuepress.vuejs.org/). Take a look at [my report](https://github.com/yannbertrand/macos-defaults/tree/master/build/vuepress#readme) if you want to use it.
<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>
"
`;
exports[`write-homepage one category, no page should write a readme.md file using the home template 1`] = `
"---
metaTitle: 'macOS defaults'
---
# macOS \`defaults\` list
Uncomplete list of macOS \`defaults\` commands with demos ✨
## 💻 Commands
### Category
## 🤔 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 using [VuePress](https://vuepress.vuejs.org/). Take a look at [my report](https://github.com/yannbertrand/macos-defaults/tree/master/build/vuepress#readme) if you want to use it.
<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>
"
`;
exports[`write-homepage one category, one page should write a readme.md file using the home template 1`] = `
"---
metaTitle: 'macOS defaults'
---
# macOS \`defaults\` list
Uncomplete list of macOS \`defaults\` commands with demos ✨
## 💻 Commands
### Category
- [Page](./category/page.html)
## 🤔 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 using [VuePress](https://vuepress.vuejs.org/). Take a look at [my report](https://github.com/yannbertrand/macos-defaults/tree/master/build/vuepress#readme) if you want to use it.
<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>
"
`;
exports[`write-homepage one category, two pages should write a readme.md file using the home template 1`] = `
"---
metaTitle: 'macOS defaults'
---
# macOS \`defaults\` list
Uncomplete list of macOS \`defaults\` commands with demos ✨
## 💻 Commands
### Category
- [Page 1](./category/page1.html)
- [Page 2](./category/page2.html)
## 🤔 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 using [VuePress](https://vuepress.vuejs.org/). Take a look at [my report](https://github.com/yannbertrand/macos-defaults/tree/master/build/vuepress#readme) if you want to use it.
<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>
"
`;
exports[`write-homepage two categories, one page in each should write a readme.md file using the home template 1`] = `
"---
metaTitle: 'macOS defaults'
---
# macOS \`defaults\` list
Uncomplete list of macOS \`defaults\` commands with demos ✨
## 💻 Commands
### Category 1
- [Page](./category1/page.html)
### Category 2
- [Page](./category2/page.html)
## 🤔 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 using [VuePress](https://vuepress.vuejs.org/). Take a look at [my report](https://github.com/yannbertrand/macos-defaults/tree/master/build/vuepress#readme) if you want to use it.
<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>
"
`;