Skip to content

Commit ade585a

Browse files
Minor update to get gridsome to compile again. Updated titles and title templates.
1 parent 23c1688 commit ade585a

File tree

5 files changed

+390
-964
lines changed

5 files changed

+390
-964
lines changed

site/content/scvs/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
---
2+
title: 'Getting Started'
23
description: ''
34
sidebar: 'scvs-1.0'
45
next: '/scvs/frontispiece/'

site/gridsome.config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66

77
module.exports = {
88
siteName: 'SCVS',
9+
titleTemplate: '%s | SCVS | OWASP',
910
icon: {
1011
touchicon: './src/assets/favicon.png'
1112
},

site/package.json

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,10 @@
88
"explore": "gridsome explore"
99
},
1010
"dependencies": {
11+
"@gridsome/source-filesystem-scvs": "file:../packages/source-filesystem",
1112
"gridsome": "0.7.23",
1213
"liquor-tree": "0.2.70",
13-
"@gridsome/source-filesystem-scvs": "file:../packages/source-filesystem"
14+
"tailwindcss": "1.9.6"
1415
},
1516
"devDependencies": {
1617
"@gridsome/plugin-google-analytics": "^0.1.2",
@@ -20,10 +21,13 @@
2021
"@gridsome/transformer-remark": "^0.5.0",
2122
"fuse.js": "^3.4.6",
2223
"gridsome-plugin-tailwindcss": "^2.2.36",
23-
"node-sass": "^7.0.3",
2424
"prism-themes": "^1.3.0",
25+
"sass": "^1.86.1",
2526
"sass-loader": "^10.4.1",
26-
"tailwindcss": "^1.2.0",
2727
"vue-feather-icons": "^5.1.0"
28+
},
29+
"resolutions": {
30+
"sharp": "^0.28.3",
31+
"tailwindcss": "1.9.6"
2832
}
2933
}

site/src/scripts/generateSideBar.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ function transformJSON(json, basePath = '') {
6464
}
6565

6666
return `---
67-
title: BOM Maturity Model - ${model.name} (${model.identifier})
67+
title: BOM Maturity Model - ${model.name} (${model.identifier} | SCVS | OWASP)
6868
description: ${model.description}
6969
sidebar: 'taxonomy'
7070
---

0 commit comments

Comments
 (0)