You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(studio): upgrade deps and match studio parsing rules (#90)
* chore(deps): upgrade content and studio module
* chore(deps): upgrade
* fix(content): match studio editor parsing
* fix(content): non flatten deps
* rule marker update
* add back spaces
Copy file name to clipboardExpand all lines: .demo/content/1.index.md
+12-9
Original file line number
Diff line number
Diff line change
@@ -1,11 +1,11 @@
1
1
---
2
-
navigation.title: 'Home'
2
+
navigation:
3
+
title: Home
3
4
---
4
5
5
6
# Content Wind
6
7
7
-
A lightweight Nuxt theme to build a Markdown driven website, based on [Nuxt Content](https://content.nuxt.com), [TailwindCSS](https://tailwindcss.com) and [Iconify](https://iconify.design):sparkles:
8
-
8
+
A lightweight Nuxt theme to build a Markdown driven website, based on [Nuxt Content](https://content.nuxt.com), [TailwindCSS](https://tailwindcss.com) and [Iconify](https://iconify.design) ✨
9
9
10
10
## Features
11
11
@@ -23,7 +23,12 @@ A lightweight Nuxt theme to build a Markdown driven website, based on [Nuxt Cont
@@ -33,7 +38,7 @@ Open a terminal and run the following command:
33
38
npx nuxi init -t themes/content-wind my-website
34
39
```
35
40
36
-
Follow the instructions in the terminal and you are ready to go :rocket:
41
+
Follow the instructions in the terminal and you are ready to go 🚀
37
42
38
43
## Usage
39
44
@@ -133,9 +138,9 @@ Learn more on [nuxt-icon](https://github.com/nuxt-modules/icon) documentation.
133
138
It supports code highlighting with Shiki and as well as different [VS Code themes](https://github.com/shikijs/shiki/blob/main/docs/themes.md#all-themes).
134
139
135
140
::markdown-block
136
-
\```ts
141
+
\`\`\`ts
137
142
export default () => 'Hello Content Wind'
138
-
\```
143
+
\`\`\`
139
144
::
140
145
141
146
Will result in:
@@ -168,12 +173,10 @@ See the `<MarkdownBlock>` component in [`components/content/MarkdownBlock.vue`](
168
173
169
174
By leveraging the [`<ContentSlot>`](https://content.nuxt.com/components/content-slot) component from Nuxt Content, you can use both slots and props in Markdown thanks to the [MDC syntax](https://content.nuxt.com/usage/markdown).
170
175
171
-
172
176
## Deployment
173
177
174
178
[](https://vercel.com/new/clone?repository-url=https%3A%2F%2Fgithub.com%2FAtinux%2Fcontent-wind-template)[](https://app.netlify.com/start/deploy?repository=https://github.com/Atinux/content-wind-template)
175
179
176
-
177
180
### Static Hosting
178
181
179
182
Pre-render the website to be deployed on any static hosting:
0 commit comments