+
+
diff --git a/src/content/uses.md b/src/content/uses.md
index e7f98b1..7bf2ca8 100644
--- a/src/content/uses.md
+++ b/src/content/uses.md
@@ -17,7 +17,7 @@
:::
:::grid-slot{title="Phone, Sound & Other"}
- I have the Iphone 14 Pro. For my studies, I use the Ipad Air 64Go Space Gray with the AirPods Pro or the Jabra Elite 85th.
+ I have the Iphone 14 Pro. For my studies, I use the Ipad Air 64Go Space Gray with the AirPods Pro or the Jabra Elite 85h.
:::
::
diff --git a/src/content/writing/example.md b/src/content/writing/example.md
new file mode 100644
index 0000000..01f4681
--- /dev/null
+++ b/src/content/writing/example.md
@@ -0,0 +1,293 @@
+---
+slug: example
+title: 'This is an example'
+description: 'A Nuxt theme to get a beautiful and customisable typography with a set of prose components for Nuxt Content.'
+publishedAt: '10/29/2023'
+readingMins: 2
+---
+
+Repository is on GitHub: [nuxt-themes/typography](https://github.com/nuxt-themes/typography)
+
+See also the [online playground](https://stackblitz.com/edit/nuxt-theme-typography?file=content/index.md).
+
+Some examples:
+- [Basic example](/example)
+- [Tailwind Typograhy content](/tailwind)
+- [Dynamic GitHub Readme viewer](https://nuxt-typo-readme.vercel.app)
+
+## Installation
+
+```bash[npm]
+npm install --save-dev @nuxt-themes/typography
+```
+
+## Usage
+
+Add it to the `nuxt.config`:
+
+```ts [nuxt.config.ts]
+export default defineNuxtConfig({
+ extends: '@nuxt-themes/typography'
+})
+```
+
+## Configuration
+
+You can change the whole appearance of Prose components via `tokens.config.ts` file.
+
+You can check out all the available keys by looking at the [source of this file](https://github.com/nuxt-themes/typography/tree/main/tokens.config.ts).
+
+Tokens are divided between two keys:
+
+- `typography` rules general style tokens reused in the other category
+- `prose` rules per-component style tokens, that feeds from `typography`
+
+Editing `typography` is more suited if you want to modify or adapt the general appearance of your typography.
+
+Editing `prose` is more suited if you want to modify or adapt the appearance of a specific prose component.
+
+### Configuration example
+
+```ts [tokens.config.ts]
+import { defineTheme } from 'pinceau'
+
+export default defineTheme({
+ typography: {
+ // This will change the general line-break size
+ letterSpacings: {
+ tight: '-0.035em',
+ wide: '0.035em'
+ },
+ },
+ prose: {
+ // This will change the fontSize of the `