You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: constants/extension.ts
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
exportconstExtension={
2
-
name: `Front Matter CMS`,
3
-
home: `The CMS running in VS Code for your static sites`,
2
+
name: `Front Matter`,
3
+
home: `Headless CMS right in your code editor`,
4
4
description: `Headless CMS running in Visual Studio Code that helps managing your static sites. Supports Hugo, Jekyll, Docusaurus, NextJs, Gatsby, and more.`,
Copy file name to clipboardExpand all lines: locale/en.ts
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@ import { Extension } from "../constants/extension";
3
3
4
4
exportconststrings={
5
5
// CTA
6
-
cta_title: "Effortless content management, right in your code editor",
6
+
cta_title: "Headless CMS right in your code editor",
7
7
cta_title_sr: " that helps managing your static sites and Markdown based sites. Supports Hugo, Jekyll, Docusaurus, NextJs, Gatsby, and more.",
8
8
cta_description: "Experience the best of both worlds with Front Matter, the CMS that runs within Visual Studio Code, GitPod, and many more. Get the control over your static generator's content by bringing in the CMS features from Front Matter. Start creating and previewing content in real-time - no complicated setup - choose Front Matter CMS and start creating amazing content today.",
9
9
cta_button_primary: "Get started",
@@ -19,7 +19,7 @@ export const strings = {
19
19
generators_more2: "Pick your generator and start managing your static site in minutes",
20
20
21
21
// Hero
22
-
hero_title: "Bringing the CMS directly to your editor",
22
+
hero_title: "Bringing the CMS to your editor",
23
23
hero_description: "Why waste time switching between tools when you can do it all in one place?",
24
24
hero_description_second: "With Front Matter, you can stay in your preferred editor and easily create, manage, and publish content. Our unique features transform your editor into a powerful content management system, so you can focus on what matters most - creating great content. Give Front Matter a try and see how easy it is to streamline your content creation process.",
0 commit comments