diff --git a/.env.example b/.env.example index 2475fd2..d8b1c4a 100644 --- a/.env.example +++ b/.env.example @@ -16,9 +16,6 @@ NUXT_DISCORD_ID= NUXT_DISCORD_TOKEN= NUXT_DISCORD_USER_ID= -# Cloud files -NUXT_PUBLIC_CLOUD_RESUME= - # Nuxt I18N NUXT_PUBLIC_I18N_BASE_URL= diff --git a/README.md b/README.md index 8a2b5a7..e2a256e 100644 --- a/README.md +++ b/README.md @@ -14,18 +14,17 @@ - **Framework** → [Nuxt.js](https://nuxtjs.org/) - **Content** → [Nuxt Content](https://content.nuxtjs.org/) - **Design System** → [NuxtUI](https://nuxtui.com/) -- **CMS & Editing** → [Nuxt Studio](https://studio.nuxtjs.org/) -- **Langage** → [Typescript](https://www.typescriptlang.org/) +- **CMS & Editing** → [Nuxt Studio](https://nuxt.studio) +- **Language** → [Typescript](https://www.typescriptlang.org/) - **Deployment** → [NuxtHub](https://hub.nuxt.com/) - **Styling** → [Sass](https://sass-lang.com/) & [Tailwind CSS](https://tailwindcss.com/) - **Package Manager** → [pnpm](https://pnpm.io/) ## 🍱 Adding content -### Writings +### Portfolio -Add a new `.md` file in `/content/writings/` and follow the same pattern as the other articles. Add images -in `/public/writings/`. +Add a new `.md` file in `/content/portfolio/` and follow the same pattern as the other articles. Add images in `/public/portflio/`. ### Uses @@ -76,4 +75,4 @@ NUXT_PUBLIC_MAPBOX_ACCESS_TOKEN=... ## 📄 License -[MIT](./LICENSE) © Arthur Danjou \ No newline at end of file +[MIT](./LICENSE) © Arthur Danjou diff --git a/app/app.config.ts b/app/app.config.ts index 7fdceb3..0ef6e96 100644 --- a/app/app.config.ts +++ b/app/app.config.ts @@ -3,10 +3,7 @@ export default defineAppConfig({ gray: 'neutral', primary: 'gray', container: { - constrained: 'max-w-3xl' + constrained: 'max-w-4xl', }, - icons: { - dynamic: true - } - } + }, }) diff --git a/app/app.vue b/app/app.vue index 87d439c..ad8c812 100644 --- a/app/app.vue +++ b/app/app.vue @@ -1,3 +1,15 @@ + + - -