mirror of
https://github.com/estruyf/vscode-front-matter.git
synced 2026-07-01 23:41:08 +02:00
14 lines
1.0 KiB
TypeScript
14 lines
1.0 KiB
TypeScript
export const Extension = {
|
|
name: `Front Matter`,
|
|
home: `The CMS running in VS Code for your static sites`,
|
|
description: `Headless CMS running in Visual Studio Code that helps managing your static sites. Supports Hugo, Jekyll, Docusaurus, NextJs, Gatsby, and more.`,
|
|
|
|
githubLink: "https://github.com/estruyf/vscode-front-matter",
|
|
issueLink: "https://github.com/estruyf/vscode-front-matter/issues",
|
|
sponsorLink: "https://github.com/sponsors/estruyf",
|
|
extensionLink: "https://marketplace.visualstudio.com/items?itemName=eliostruyf.vscode-front-matter",
|
|
reviewLink: "https://marketplace.visualstudio.com/items?itemName=eliostruyf.vscode-front-matter&ssr=false#review-details",
|
|
installLink: "vscode:extension/eliostruyf.vscode-front-matter",
|
|
showcaseLink: "https://github.com/estruyf/vscode-front-matter/issues/new?assignees=&labels=&template=showcase.md&title=Showcase%3A+",
|
|
featureLink: "https://github.com/estruyf/vscode-front-matter/issues/new?assignees=&labels=&template=feature_request.md&title=Enhancement%3A+"
|
|
} |