docs: remove linking to nuxt-themes org

This commit is contained in:
Sébastien Chopin 2023-12-08 10:39:24 +01:00
parent 88498bea99
commit 6f44e9470c
2 changed files with 13 additions and 16 deletions

View File

@ -13,7 +13,7 @@ One of the core features of Nuxt 3 is the layers and extending support. You can
- Create utility and composable library using [`composables/`](/docs/guide/directory-structure/composables) and [`utils/`](/docs/guide/directory-structure/utils) directories - Create utility and composable library using [`composables/`](/docs/guide/directory-structure/composables) and [`utils/`](/docs/guide/directory-structure/utils) directories
- Create Nuxt module presets - Create Nuxt module presets
- Share standard setup across projects - Share standard setup across projects
- Create [Nuxt themes](https://github.com/nuxt-themes) - Create Nuxt themes
## Usage ## Usage
@ -39,5 +39,15 @@ Watch Learn Vue video about Nuxt Layers.
## Examples ## Examples
- [Nuxt Docus Theme](https://github.com/nuxt-themes/docus#readme) ::card-group
- [Nuxt Content Wind Theme](https://github.com/Atinux/content-wind#readme) ::card
---
icon: i-simple-icons-github
title: Content Wind Theme
to: https://github.com/Atinux/content-wind
target: _blank
ui.icon.base: text-black dark:text-white
---
A lightweight Nuxt theme to build a Markdown driven website. Powered by Nuxt Content, TailwindCSS and Iconify.
::
::

View File

@ -63,10 +63,6 @@ Additionally, certain other files in the layer directory will be auto-scanned an
:: ::
::callout
If you're interested in deepening your understanding about layers, consider examining a fully fleshed out [`nuxt.config.ts`](/docs/guide/directory-structure/nuxt-config) file on the [Docus theme](https://github.com/nuxt-themes/docus/blob/main/nuxt.config.ts).
::
## Starter Template ## Starter Template
To get started you can initialize a layer with the [nuxt/starter/layer template](https://github.com/nuxt/starter/tree/layer). This will create a basic structure you can build upon. Execute this command within the terminal to get started: To get started you can initialize a layer with the [nuxt/starter/layer template](https://github.com/nuxt/starter/tree/layer). This will create a basic structure you can build upon. Execute this command within the terminal to get started:
@ -77,15 +73,6 @@ npx nuxi init --template layer nuxt-layer
Follow up on the README instructions for the next steps. Follow up on the README instructions for the next steps.
::callout
Check [nuxt-themes/starter](https://github.com/nuxt-themes/starter) for a more opinionated starter for authoring Nuxt themes. It can be initialized with:
```bash [Terminal]
npx nuxi init --template gh:nuxt-themes/starter my-theme
```
::
## Publishing Layers ## Publishing Layers
You can publish and share layers by either using a remote source or an npm package. You can publish and share layers by either using a remote source or an npm package.