docs: compress social image to jpg and upgrade website-theme

This commit is contained in:
Sébastien Chopin 2022-12-06 15:42:39 +01:00
parent 3066e495a0
commit 770cdf90df
70 changed files with 47 additions and 58 deletions

View File

@ -1,3 +1,3 @@
title: Get Started title: Get Started
titleTemplate: '%s · Get Started with Nuxt' titleTemplate: '%s · Get Started with Nuxt'
image: '/socials/get-started.png' image: '/socials/get-started.jpg'

View File

@ -1,4 +1,4 @@
title: Key Concepts title: Key Concepts
titleTemplate: '%s · Nuxt Concepts' titleTemplate: '%s · Nuxt Concepts'
navigation.icon: uil:award-alt navigation.icon: uil:award-alt
image: '/socials/key-concepts.png' image: '/socials/key-concepts.jpg'

View File

@ -1,4 +1,4 @@
title: Directory Structure title: Directory Structure
titleTemplate: '%s · Nuxt Directory Structure' titleTemplate: '%s · Nuxt Directory Structure'
navigation.icon: uil:folder-open navigation.icon: uil:folder-open
image: '/socials/directory-structure.png' image: '/socials/directory-structure.jpg'

View File

@ -1,4 +1,4 @@
title: Going further title: Going further
titleTemplate: '%s · Nuxt Advanced' titleTemplate: '%s · Nuxt Advanced'
navigation.icon: uil:star navigation.icon: uil:star
image: '/socials/going-further.png' image: '/socials/going-further.jpg'

View File

@ -1 +1 @@
image: '/socials/guide.png' image: '/socials/guide.jpg'

View File

@ -1,3 +1,3 @@
navigation.icon: heroicons-outline:switch-horizontal navigation.icon: heroicons-outline:switch-horizontal
titleTemplate: '%s · Nuxt Composables' titleTemplate: '%s · Nuxt Composables'
image: '/socials/composables.png' image: '/socials/composables.jpg'

View File

@ -1,3 +1,3 @@
navigation.icon: heroicons-outline:cube navigation.icon: heroicons-outline:cube
titleTemplate: '%s · Nuxt Components' titleTemplate: '%s · Nuxt Components'
image: '/socials/components.png' image: '/socials/components.jpg'

View File

@ -1,3 +1,3 @@
titleTemplate: '%s · Nuxt Utils' titleTemplate: '%s · Nuxt Utils'
navigation.icon: uil:adjust-circle navigation.icon: uil:adjust-circle
image: '/socials/utils.png' image: '/socials/utils.jpg'

View File

@ -1,2 +1,2 @@
navigation.icon: uil:cell navigation.icon: uil:cell
image: '/socials/advanced.png' image: '/socials/advanced.jpg'

View File

@ -1,2 +1,2 @@
navigation.icon: uil:caret-right navigation.icon: uil:caret-right
image: '/socials/commands.png' image: '/socials/commands.jpg'

View File

@ -1,2 +1,2 @@
navigation.icon: uil:wrench navigation.icon: uil:wrench
image: '/socials/configuration.png' image: '/socials/configuration.jpg'

View File

@ -1,2 +1,2 @@
title: API title: API
image: '/socials/api.png' image: '/socials/api.jpg'

View File

@ -1 +1 @@
image: '/socials/examples.png' image: '/socials/examples.jpg'

View File

@ -1 +1 @@
image: '/socials/community.png' image: '/socials/community.jpg'

View File

@ -1,2 +1,2 @@
titleTemplate: 'Migrate to Bridge: %s' titleTemplate: 'Migrate to Bridge: %s'
image: '/socials/guide.png' image: '/socials/guide.jpg'

View File

@ -1,2 +1,2 @@
titleTemplate: 'Migrate to Nuxt 3: %s' titleTemplate: 'Migrate to Nuxt 3: %s'
image: '/socials/guide.png' image: '/socials/guide.jpg'

View File

@ -2,7 +2,7 @@
title: Modules title: Modules
description: Discover our list of modules to supercharge your Nuxt project. Created by the Nuxt team and community. description: Discover our list of modules to supercharge your Nuxt project. Created by the Nuxt team and community.
navigation.icon: ph:puzzle-piece navigation.icon: ph:puzzle-piece
image: '/socials/modules.png' image: '/socials/modules.jpg'
--- ---
::modules-hero ::modules-hero

View File

@ -2,7 +2,7 @@
title: Showcase title: Showcase
description: Discover our selection of websites built with Nuxt. This collection is powered by VueTelescope. description: Discover our selection of websites built with Nuxt. This collection is powered by VueTelescope.
navigation.icon: icon-park-outline:new-computer navigation.icon: icon-park-outline:new-computer
image: '/socials/showcase.png' image: '/socials/showcase.jpg'
--- ---
::showcases-hero ::showcases-hero

View File

@ -1,7 +1,7 @@
--- ---
title: Solutions title: Solutions
description: Find experts near you to help you to build and enhance your project. description: Find experts near you to help you to build and enhance your project.
image: '/socials/support.png' image: '/socials/support.jpg'
--- ---
::support-hero ::support-hero

View File

@ -1,2 +1,2 @@
image: '/socials/agencies.png' image: '/socials/agencies.jpg'
titleTemplate: '%s · Nuxt Agencies' titleTemplate: '%s · Nuxt Agencies'

View File

@ -1,7 +1,7 @@
--- ---
title: Sponsors title: Sponsors
description: Nuxt is an open-source framework totally free to use thanks to our generous sponsors. description: Nuxt is an open-source framework totally free to use thanks to our generous sponsors.
image: '/socials/sponsors.png' image: '/socials/sponsors.jpg'
--- ---
::sponsors-hero ::sponsors-hero

View File

@ -1,7 +1,7 @@
--- ---
title: Jobs title: Jobs
description: Browse available openings for coding with Vue and Nuxt all over the world. description: Browse available openings for coding with Vue and Nuxt all over the world.
image: '/socials/jobs.png' image: '/socials/jobs.jpg'
--- ---
::jobs-hero ::jobs-hero

View File

@ -1,7 +1,7 @@
--- ---
title: Design Kit title: Design Kit
description: Welcome to Nuxt design definition page. Identity was redefined by handpicking conscientiously colors, typography and shapes in order to put forward how performant, useful & easy Nuxt products are. description: Welcome to Nuxt design definition page. Identity was redefined by handpicking conscientiously colors, typography and shapes in order to put forward how performant, useful & easy Nuxt products are.
image: '/socials/design-kit.png' image: '/socials/design-kit.jpg'
--- ---
::resources-design-kit-hero ::resources-design-kit-hero

View File

@ -10,7 +10,7 @@
"devDependencies": { "devDependencies": {
"jiti": "^1.16.0", "jiti": "^1.16.0",
"nuxt": "^3.0.0", "nuxt": "^3.0.0",
"nuxt-website-theme": "^0.1.18", "nuxt-website-theme": "^0.1.20",
"pathe": "^1.0.0", "pathe": "^1.0.0",
"scule": "^1.0.0", "scule": "^1.0.0",
"untyped": "^1.0.0" "untyped": "^1.0.0"

BIN
docs/public/social.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 86 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.1 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 24 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 120 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 98 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 668 KiB

BIN
docs/public/socials/api.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 96 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 665 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 24 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 127 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 109 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 687 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 24 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 128 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 25 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 122 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 24 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 120 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 105 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 681 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 112 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 728 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 101 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 674 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 105 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 685 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 105 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 696 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 100 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 674 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 92 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 674 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 113 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 710 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 109 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 677 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 106 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 675 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 102 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 678 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 112 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 690 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 23 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 120 KiB

View File

@ -1,12 +0,0 @@
import { defineTheme } from '@nuxt-themes/config'
export default defineTheme({
title: 'Nuxt 3',
cover: {
src: 'https://res.cloudinary.com/nuxt/image/upload/v1650870623/nuxt3-rc-social_z6qh3m.png',
alt: 'Nuxt 3 cover image'
},
aside: {
level: 1
}
})

View File

@ -1146,18 +1146,18 @@ __metadata:
languageName: node languageName: node
linkType: hard linkType: hard
"@nuxthq/studio@npm:^0.3.1": "@nuxthq/studio@npm:^0.3.3":
version: 0.3.1 version: 0.3.3
resolution: "@nuxthq/studio@npm:0.3.1" resolution: "@nuxthq/studio@npm:0.3.3"
dependencies: dependencies:
"@nuxt/kit": ^3.0.0 "@nuxt/kit": ^3.0.0
"@nuxt/schema": ^3.0.0 "@nuxt/schema": ^3.0.0
defu: ^6.1.1 defu: ^6.1.1
nuxt-component-meta: ^0.3.5 nuxt-component-meta: ^0.3.8
nuxt-config-schema: ^0.3.3 nuxt-config-schema: ^0.3.4
socket.io-client: ^4.5.4 socket.io-client: ^4.5.4
ufo: ^1.0.1 ufo: ^1.0.1
checksum: 8d306dc906df81cc1d86ddd153b76ee4458fb8d0c72f8ace6bc8cd2a1919923d399da4e1e02889220677447b811f9b69b308bf0f5041f72d1ef05aaf51c67f0c checksum: 6e87474c216a22265403fcb5499c9395be46bbcbbda5e38dff5d911e859634034f320548798c17f7c992d47c26861457143456295e00a1e9e971f2067e40850b
languageName: node languageName: node
linkType: hard linkType: hard
@ -1236,16 +1236,17 @@ __metadata:
languageName: node languageName: node
linkType: hard linkType: hard
"@nuxtjs/html-validator@npm:^1.2.2": "@nuxtjs/html-validator@npm:^1.2.3":
version: 1.2.2 version: 1.2.3
resolution: "@nuxtjs/html-validator@npm:1.2.2" resolution: "@nuxtjs/html-validator@npm:1.2.3"
dependencies: dependencies:
"@nuxt/kit": ^3.0.0 "@nuxt/kit": ^3.0.0
chalk: ^5.1.2 chalk: ^5.1.2
html-validate: ~7.10.1 html-validate: ~7.10.1
pathe: ^1.0.0 pathe: ^1.0.0
prettier: ^2.7.1 prettier: ^2.7.1
checksum: faf31b23f72f6e1f3ea5842a82293611712ca4e9cb0615ca390639a16143192884659ec276b81d58b3b9755f17e7063da504c33b449640a26a3921092113968f std-env: ^3.3.1
checksum: 52e69eeba994e83d09b88d0f2df8e336113bf2830295c6e1e83a09567f9566cb2b030329078ece1b547732563530dc34c541dfd87629d7ffc6cd05fc5b7b616d
languageName: node languageName: node
linkType: hard linkType: hard
@ -4133,7 +4134,7 @@ __metadata:
dependencies: dependencies:
jiti: ^1.16.0 jiti: ^1.16.0
nuxt: ^3.0.0 nuxt: ^3.0.0
nuxt-website-theme: ^0.1.18 nuxt-website-theme: ^0.1.20
pathe: ^1.0.0 pathe: ^1.0.0
scule: ^1.0.0 scule: ^1.0.0
untyped: ^1.0.0 untyped: ^1.0.0
@ -8886,19 +8887,19 @@ __metadata:
languageName: node languageName: node
linkType: hard linkType: hard
"nuxt-component-meta@npm:^0.3.5": "nuxt-component-meta@npm:^0.3.8":
version: 0.3.5 version: 0.3.8
resolution: "nuxt-component-meta@npm:0.3.5" resolution: "nuxt-component-meta@npm:0.3.8"
dependencies: dependencies:
"@nuxt/kit": ^3.0.0 "@nuxt/kit": ^3.0.0
scule: ^1.0.0 scule: ^1.0.0
typescript: ^4.9.3 typescript: ^4.9.3
vue-component-meta: ^1.0.9 vue-component-meta: ^1.0.9
checksum: 2b9c02025c71c5f8943419d3a4fd5158c89b2bb2d6c3f5d787525306a4674f70c3d7bca0ebee4399650468fb3fae0e27d316e3269788bc4952fb6bbf066c270e checksum: a525b1371f0135b362c1d7ddf26ee89652d5aadc1d1d5e4a46793629d6eda819fabfed58720bfe4a80baca8e918b026024308d69e21c9b779466d7d02bf439c9
languageName: node languageName: node
linkType: hard linkType: hard
"nuxt-config-schema@npm:^0.3.3, nuxt-config-schema@npm:^0.3.4": "nuxt-config-schema@npm:^0.3.4":
version: 0.3.4 version: 0.3.4
resolution: "nuxt-config-schema@npm:0.3.4" resolution: "nuxt-config-schema@npm:0.3.4"
dependencies: dependencies:
@ -8943,19 +8944,19 @@ __metadata:
languageName: node languageName: node
linkType: hard linkType: hard
"nuxt-website-theme@npm:^0.1.18": "nuxt-website-theme@npm:^0.1.20":
version: 0.1.18 version: 0.1.20
resolution: "nuxt-website-theme@npm:0.1.18" resolution: "nuxt-website-theme@npm:0.1.20"
dependencies: dependencies:
"@docsearch/css": ^3.3.0 "@docsearch/css": ^3.3.0
"@docsearch/js": ^3.3.0 "@docsearch/js": ^3.3.0
"@nuxt-themes/typography": ^0.1.3 "@nuxt-themes/typography": ^0.1.3
"@nuxt/content": ^2.2.2 "@nuxt/content": ^2.2.2
"@nuxthq/studio": ^0.3.1 "@nuxthq/studio": ^0.3.3
"@nuxthq/ui": ^0.1.15 "@nuxthq/ui": ^0.1.15
"@nuxtjs/algolia": ^1.3.1 "@nuxtjs/algolia": ^1.3.1
"@nuxtjs/fontaine": ^0.2.3 "@nuxtjs/fontaine": ^0.2.3
"@nuxtjs/html-validator": ^1.2.2 "@nuxtjs/html-validator": ^1.2.3
"@nuxtlabs/github-module": ^1.5.4 "@nuxtlabs/github-module": ^1.5.4
"@vueuse/core": ^9.6.0 "@vueuse/core": ^9.6.0
"@vueuse/motion": ^2.0.0-beta.12 "@vueuse/motion": ^2.0.0-beta.12
@ -8970,7 +8971,7 @@ __metadata:
tailwindcss-border-gradient-radius: ^3.0.1 tailwindcss-border-gradient-radius: ^3.0.1
three: ^0.147.0 three: ^0.147.0
vue-lite-youtube-embed: ^1.0.4 vue-lite-youtube-embed: ^1.0.4
checksum: 8ac5ddbf51f44ec367045f69b27857e4a88366a67689db1719969b6fc2a50bc46d698c6da46dcd945c6ab26d5f1b6f6d3e0580aa6faf453a1e3473da24e4f9c4 checksum: ec0964915e2ccbfb60f63a07b75376261cf7d5efc8e586d94e6b2a8b3df826d562fdb6e20642d98e316d54c3d22c5c023b79bbadae9419629f2122fbf3347edf
languageName: node languageName: node
linkType: hard linkType: hard