|
2 | 2 |
|
3 | 3 | [![npm version][npm-version-src]][npm-version-href] |
4 | 4 | [![npm downloads][npm-downloads-src]][npm-downloads-href] |
5 | | -[![License][license-src]][license-href] |
| 5 | +[](https://hits.seeyoufarm.com) |
6 | 6 |
|
7 | 7 | > Create a documentation with @nuxt/netlify-cms-docs |
8 | 8 |
|
9 | 9 | - [📖 Read the @nuxt/content-theme-docs documentation](https://content.nuxtjs.org/themes/docs) |
10 | 10 |
|
| 11 | +## Screenshot |
| 12 | + |
| 13 | +<img src="assets/nuxt-tailwind.png" alt="Nuxt Tailwind Docs" /> |
| 14 | +<img src="assets/netlify-cms.jpeg" alt="Netlify CMS" /> |
| 15 | + |
11 | 16 | ## Usage |
12 | 17 |
|
13 | 18 | With [yarn](https://yarnpkg.com/en/): |
14 | 19 |
|
15 | 20 | ```bash |
16 | | -yarn create nuxt-content-docs <project-name> |
| 21 | +yarn create nuxt-netlify-cms-docs <project-name> |
17 | 22 | ``` |
18 | 23 |
|
19 | 24 | Or with [npx](https://www.npmjs.com/package/npx) (`npx` is shipped by default since [npm](https://www.npmjs.com/get-npm) `5.2.0`) |
20 | 25 |
|
21 | 26 | ```bash |
22 | | -npx create-nuxt-content-docs <project-name> |
| 27 | +npx create-nuxt-netlify-cms-docs <project-name> |
23 | 28 | ``` |
24 | 29 |
|
25 | 30 | Or starting with npm v6.1 you can do: |
26 | 31 |
|
27 | 32 | ```bash |
28 | | -npm init nuxt-content-docs <project-name> |
| 33 | +npm init nuxt-netlify-cms-docs <project-name> |
29 | 34 | ``` |
30 | 35 |
|
31 | 36 | ## References |
32 | 37 |
|
33 | | -1. [Create Nuxt Content doc](https://github.com/nuxt/content/blob/dev/packages/create-nuxt-content-docs) |
| 38 | +1. [Create Nuxt Content doc](https://github.com/nuxt/content/blob/dev/packages/create-nuxt-netlify-cms-docs) |
34 | 39 |
|
35 | 40 | ## License |
36 | 41 |
|
37 | 42 | [MIT License](LICENSE) |
38 | 43 |
|
39 | 44 | <!-- Badges --> |
40 | | -[npm-version-src]: https://img.shields.io/npm/v/create-nuxt-content-docs/latest.svg |
41 | | -[npm-version-href]: https://npmjs.com/package/create-nuxt-content-docs |
42 | | - |
43 | | -[npm-downloads-src]: https://img.shields.io/npm/dt/create-nuxt-content-docs.svg |
44 | | -[npm-downloads-href]: https://npmjs.com/package/create-nuxt-content-docs |
45 | | - |
46 | | -[license-src]: https://img.shields.io/npm/l/@nuxt/content.svg |
47 | | -[license-href]: https://npmjs.com/package/@nuxt/content |
| 45 | +[npm-version-src]: https://img.shields.io/npm/v/create-nuxt-netlify-cms-docs/latest.svg |
| 46 | +[npm-version-href]: https://npmjs.com/package/create-nuxt-netlify-cms-docs |
48 | 47 |
|
49 | | -[lerna-src]: https://img.shields.io/badge/maintained%20with-lerna-cc00ff.svg |
50 | | -[lerna-href]: https://lerna.js.org/ |
| 48 | +[npm-downloads-src]: https://img.shields.io/npm/dt/create-nuxt-netlify-cms-docs.svg |
| 49 | +[npm-downloads-href]: https://npmjs.com/package/create-nuxt-netlify-cms-docs |
0 commit comments