mirror of
https://github.com/estruyf/vscode-front-matter.git
synced 2026-05-08 06:14:36 +02:00
13 lines
825 B
TypeScript
13 lines
825 B
TypeScript
|
|
export const Extension = {
|
|
name: `Front Matter`,
|
|
home: `The CMS running in VS Code`,
|
|
description: `Front Matter is an essential Visual Studio Code extension that simplifies working and managing your markdown articles. We created the extension to support many static-site generators like Hugo, Jekyll, Hexo, 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"
|
|
} |