diff --git a/docs/content/docs/settings.md b/docs/content/docs/settings.md index 649e0e58..7667b059 100644 --- a/docs/content/docs/settings.md +++ b/docs/content/docs/settings.md @@ -1,9 +1,9 @@ --- title: Settings slug: settings -description: +description: null date: '2021-08-30T16:13:00.546Z' -lastmod: '2021-08-30T16:13:01.763Z' +lastmod: '2021-09-08T07:08:17.747Z' weight: 7 --- @@ -240,4 +240,4 @@ Specify the prefix you want to add for your new article filenames. ### frontMatter.content.folders -This setting has been deprecated since version `3.1.0` in favor of the newly introduced `frontMatter.content.pageFolders` setting. \ No newline at end of file +This setting has been deprecated since version `3.1.0` in favor of the newly introduced `frontMatter.content.pageFolders` setting. diff --git a/package.json b/package.json index 0ebf67b0..08eb1da5 100644 --- a/package.json +++ b/package.json @@ -35,6 +35,11 @@ "Taxonomy" ], "license": "MIT", + "author": "Elio Struyf (https://www.eliostruyf.com)", + "homepage": "https://frontmatter.codes", + "bugs": { + "url" : "https://github.com/estruyf/vscode-front-matter/issues" + }, "repository": { "type": "git", "url": "https://github.com/estruyf/vscode-front-matter" diff --git a/scripts/beta-release.js b/scripts/beta-release.js index d854ff18..da626c44 100644 --- a/scripts/beta-release.js +++ b/scripts/beta-release.js @@ -9,6 +9,7 @@ packageJson.name = `${packageJson.name}-beta`; packageJson.displayName = `${packageJson.displayName} BETA`; packageJson.description = `BETA Version of Front Matter. ${packageJson.description}`; packageJson.icon = "assets/frontmatter-beta.png"; +packageJson.homepage = "https://beta.frontmatter.codes"; console.log(packageJson.version);