Added SEO plugin

pull/1/head
Ben Hansen 5 years ago
parent 348a06ee0f
commit ac1543bea6

@ -2,8 +2,17 @@ module.exports = {
base: '/learn-wgpu/',
title: 'Learn Wgpu',
theme: 'thindark',
plugins: [['vuepress-plugin-code-copy', true]],
plugins: {
'vuepress-plugin-code-copy': true,
'@vuepress/back-to-top': true,
'seo': {
},
},
themeConfig: {
author: {
name: 'Benjamin R Hansen',
twitter: 'https://twitter.com/sotrh760',
},
displayAllHeaders: false,
lastUpdated: 'Last Updated',
sidebar: [

@ -1 +1 @@
Subproject commit be1d3f6d4cf29ad9e5495bebf32e25dd23ee49b8
Subproject commit 102b0fc4dcbe440a27ee98b2bf6644205bd10713

15
package-lock.json generated

@ -1105,6 +1105,15 @@
"lodash.debounce": "^4.0.8"
}
},
"@vuepress/plugin-back-to-top": {
"version": "1.2.0",
"resolved": "https://registry.npmjs.org/@vuepress/plugin-back-to-top/-/plugin-back-to-top-1.2.0.tgz",
"integrity": "sha512-QGFT5llXnqs/nrUmNql4jZuqo5VTKx/hsK9j1uNRdGBkyiqMs6h+brSpwTKtUqh/XwsCGn7FGPZLaYNkw7Oi8w==",
"dev": true,
"requires": {
"lodash.debounce": "^4.0.8"
}
},
"@vuepress/plugin-last-updated": {
"version": "1.2.0",
"resolved": "https://registry.npmjs.org/@vuepress/plugin-last-updated/-/plugin-last-updated-1.2.0.tgz",
@ -9607,6 +9616,12 @@
"markdown-it-container": "^2.0.0"
}
},
"vuepress-plugin-seo": {
"version": "0.1.2",
"resolved": "https://registry.npmjs.org/vuepress-plugin-seo/-/vuepress-plugin-seo-0.1.2.tgz",
"integrity": "sha512-Tv3ihNl3pDX5krqq9r2X9rFKUVR8ssLvcKcu1P4ABP8/b3vC06St/UTe5QucgKzuphlIJkbRSOQ7n7yf6jMCRw==",
"dev": true
},
"vuepress-plugin-smooth-scroll": {
"version": "0.0.3",
"resolved": "https://registry.npmjs.org/vuepress-plugin-smooth-scroll/-/vuepress-plugin-smooth-scroll-0.0.3.tgz",

@ -15,7 +15,9 @@
"author": "",
"license": "ISC",
"devDependencies": {
"vuepress": "^1.2.0"
"@vuepress/plugin-back-to-top": "^1.2.0",
"vuepress": "^1.2.0",
"vuepress-plugin-seo": "^0.1.2"
},
"dependencies": {
"vuepress-plugin-code-copy": "^1.0.4-alpha",

Loading…
Cancel
Save