Skip to content

Commit f0e2c8f

Browse files
committed
Content updates
1 parent e8a5467 commit f0e2c8f

File tree

7 files changed

+29
-24
lines changed

7 files changed

+29
-24
lines changed

components/Page/CTA.tsx

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,15 @@ export const CTA: React.FunctionComponent<ICTAProps> = (props: React.PropsWithCh
1212

1313
return (
1414
<div className="px-4 sm:px-0 py-8 overflow-hidden lg:relative lg:py-48">
15-
<div className="mx-auto sm:max-w-3xl sm:px-6 lg:px-8 lg:max-w-7xl lg:grid lg:grid-cols-2 lg:gap-24">
15+
<div className="mx-auto sm:max-w-3xl sm:px-6 lg:px-8 lg:max-w-7xl lg:grid lg:grid-cols-2 lg:gap-16">
1616
<div className={`my-4 sm:my-5 lg:my-6`}>
1717

1818
<FrontMatterLines />
1919

20-
<h1 className="text-6xl xl:text-7xl tracking-tight font-extrabold sm:leading-none">
21-
<span className="md:block text-transparent bg-clip-text bg-gradient-to-br from-teal-200 via-teal-800 to-teal-900">{Extension.name}</span>{' '}
22-
<span className={`text-5xl xl:text-6xl`}>
20+
<h1 className="text-6xl xl:text-7xl tracking-tight font-extrabold sm:leading-none block space-y-4">
21+
<span className="block text-transparent bg-clip-text bg-gradient-to-br from-teal-200 via-teal-800 to-teal-900">{Extension.name}</span>
22+
23+
<span className={`block text-5xl xl:text-6xl`}>
2324
<span className="block">{strings(`cta_title`) as string}</span>
2425
<span className={`sr-only`}>{strings(`cta_title_sr`) as string}</span>
2526
</span>

components/Page/Generators.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ export const Generators: React.FunctionComponent<IGeneratorsProps> = (props: Rea
1212
<h2 className="text-3xl lg:text-3xl xl:text-4xl font-extrabold sm:leading-none text-center mb-8">
1313
{
1414
strings(`generators_title`).split(` `).map(word => {
15-
if (word === 'loves') {
15+
if (word === 'seamlessly') {
1616
return (
1717
<span key={word} className="text-transparent bg-clip-text bg-gradient-to-r from-rose-200 via-rose-500 to-rose-900">{word} </span>
1818
)

constants/extension.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
export const Extension = {
2-
name: `Front Matter`,
2+
name: `Front Matter CMS`,
33
home: `The CMS running in VS Code for your static sites`,
44
description: `Headless CMS running in Visual Studio Code that helps managing your static sites. Supports Hugo, Jekyll, Docusaurus, NextJs, Gatsby, and more.`,
55

content/changelog/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,18 @@
44

55
### ✨ New features
66

7+
- [#407](https://github.com/estruyf/vscode-front-matter/issues/407): External config support
8+
79
### 🎨 Enhancements
810

11+
- [#474](https://github.com/estruyf/vscode-front-matter/issues/474): Allow to define the file prefix on content types
912
- [#484](https://github.com/estruyf/vscode-front-matter/issues/484): Support for overriding scripts per environment type
1013

1114
### ⚡️ Optimizations
1215

1316
### 🐞 Fixes
1417

18+
- [#469](https://github.com/estruyf/vscode-front-matter/issues/469): Fix for using the root folder as content folder
1519
- [#470](https://github.com/estruyf/vscode-front-matter/issues/470): Fix `initialize project` dashboard description
1620
- [#482](https://github.com/estruyf/vscode-front-matter/issues/482): Update the description when you want to overwrite the default content type description
1721

content/docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Introduction
33
slug: ""
4-
description: Create, edit, and preview your pages within Visual Studio Code/GitPod/... Front
4+
description: Create, edit, and preview your pages within Visual Studio Code/Gitpod/... Front
55
Matter allows you to keep control of your static site without any external
66
tools.
77
date: 2021-08-30T16:13:00.546Z

featured.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@
135135
"type": "video"
136136
},
137137
{
138-
"title": "Marketing and Documentation Site with GitPod, Frontmatter CMS and Hugo SSG",
138+
"title": "Marketing and Documentation Site with Gitpod, Frontmatter CMS and Hugo SSG",
139139
"link": "https://www.youtube.com/watch?v=T7neqUfnVvo",
140140
"author": {
141141
"name": "Bryan Klein",

locale/en.ts

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ import { Extension } from "../constants/extension";
33

44
export const strings = {
55
// CTA
6-
cta_title: "Headless CMS running in VS Code",
6+
cta_title: "Effortless content management, right in your code editor",
77
cta_title_sr: " that helps managing your static sites and Markdown based sites. Supports Hugo, Jekyll, Docusaurus, NextJs, Gatsby, and more.",
8-
cta_description: "Front Matter is a CMS that runs within Visual Studio Code/GitPod/... It gives you the power and control of a full-blown CMS while also providing you the flexibility and speed of the static site generator of your choice. Jump right into editing and creating content with Front Matter and be able to preview it straight in VS Code.",
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.",
99
cta_button_primary: "Get started",
1010
cta_button_secondary: "Install the extension",
1111
cta_button_beta_secondary: "Install the BETA extension",
@@ -14,19 +14,19 @@ export const strings = {
1414
cta_button_bottom_secondary: "Learn more",
1515

1616
// Generators
17-
generators_title: "A CMS that loves any static-site generator",
17+
generators_title: "A CMS that works seamlessly with any static site generator",
1818
generators_more: "and many more...",
1919
generators_more2: "Pick your generator and start managing your static site in minutes",
2020

2121
// Hero
22-
hero_title: "Bringing the CMS to your editor",
23-
hero_description: "Why would you leave your editor when you can perform all tasks straight from within it?",
24-
hero_description_second: "We at Front Matter believe that you should keep using what you like. For us, this is Visual Studio Code. Use the same editor you use to code, but with unique features to make it suitable for writing and managing your Markdown articles.",
22+
hero_title: "Bringing the CMS directly to your editor",
23+
hero_description: "Why waste time switching between tools when you can do it all in one place?",
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.",
2525
hero_button_primary: "Get started",
2626

2727
// Hero media
2828
hero_media_title: "Managing your media was never easier",
29-
hero_media_description: "Quickly glance all your media files straight from within VS Code, or insert media into your content. We got your back with our media dashboard. You will be able to filter by your content folders and perform quick media actions.",
29+
hero_media_description: "With Front Matter's media dashboard, it's easy to access and manage all your media files right from within Visual Studio Code. Quickly browse your content folders, insert media into your articles, and perform various media actions - all with just a few clicks. Keep your media organized and at your fingertips with Front Matter's intuitive media dashboard.",
3030
hero_media_button_primary: "See what it can do",
3131

3232
// Testimonials
@@ -41,28 +41,28 @@ export const strings = {
4141

4242
// Feature
4343
feature_title_1: "100% secure CMS",
44-
feature_description_1: "A Content Management System built to run within Visual Studio Code. You do not require an account or any dependencies on a website or API, so you do not have to be afraid of DDoS attacks. Write wherever you are, even when you are offline. Commit your changes when you are online.",
44+
feature_description_1: "Front Matter is a content management system that's built right into Visual Studio Code - no need for separate accounts or dependencies on websites or APIs. Plus, you can work offline and commit your changes when you're online, so you're never held back by internet outages. As we are not an online service, you can rest assured that your content is protected from DDoS attacks and other threats. Start writing and managing your content with ease using Front Matter.",
4545

4646
feature_title_2: "Content Types",
47-
feature_description_2: "A Content Management System wouldn't be a CMS if you cannot define your type of content to use. Front Matter provides a default content mapping, but you can extend it or change it to your needs. It is your content, and Front Matter will change its behavior to your needs.",
47+
feature_description_2: "Front Matter gives you the power to define and customize your content types to fit your specific needs. Our platform comes with a default content mapping, but you have the flexibility to extend or alter it to fit your unique requirements. With Front Matter, you're in control of your content - and we'll adjust to meet your needs. Experience the full capabilities of a CMS with Front Matter's customizable content types.",
4848

4949
feature_title_3: "Full site/page preview",
50-
feature_description_3: "Allow showing your site and page previews within Visual Studio Code without the need of opening a browser.",
50+
feature_description_3: "With Front Matter, you can preview your site and pages directly within Visual Studio Code - no need to switch to a separate browser window. Our seamless integration allows you to see your changes in real-time and make adjustments on the fly. Say goodbye to tedious switching between tools - Front Matter makes it easy to see your work as you go.",
5151

5252
feature_title_4: "Content, media, snippets, and data dashboard",
53-
feature_description_4: "Our dashboard helps you manage your content, media, snippets, and data files. You can easily filter by your content folders and perform quick actions. We tightly integrate with our editor panel so that you can use it, for example, to insert media files or snippets into your articles.",
53+
feature_description_4: "Front Matter's dashboard is your one-stop-shop for managing all your content, media, snippets, and data files. Easily filter by your content folders and perform quick actions to keep everything organized and easily accessible. And our tight integration with the editor panel allows you to insert media files or snippets into your articles with just a few clicks. Streamline your content management process with Front Matter's intuitive dashboard.",
5454

5555
feature_title_5: "SEO Checks",
56-
feature_description_5: "Our search engine optimization checks allow you to write better articles. We show you more information about your title, description, content, keywords, and more.",
56+
feature_description_5: "Front Matter's search engine optimization checks help you create better, more optimized articles. Our platform provides you with in-depth information about your title, description, content, keywords, and more, so you can make informed decisions about how to improve your SEO. With Front Matter, you'll have all the tools you need to craft high-quality, search-friendly content.",
5757

5858
feature_title_6: "Use it the way you want it",
59-
feature_description_6: "All of the functionalities are configurable to your needs. You can define how you want to use Front Matter in your editor experience, but it doesn't stop there. If you are missing something or want to automate. We allow you to add your own actions with the custom scripting capability. For instance, you can use a script and hook it up to the extension to generate preview images.",
59+
feature_description_6: "Front Matter is designed to be fully configurable to your needs. You can customize your editor experience and define how you want to use the platform, but that's just the beginning. If you have specific needs or want to automate tasks, our custom scripting capability allows you to add your own actions and hooks. For example, you can use a script to generate preview images or automate other processes. With Front Matter, you have the flexibility to create the perfect content management solution for your needs.",
6060

6161
// Pricing
6262
pricing_title: "Pricing",
63-
pricing_description: `### Front Matter CMS is **free** and **open-source**.
64-
65-
We are committed to making Front Matter CMS one of the best CMSs for your static-site generator. If you want to support us, you can do this by becoming one of our sponsors. When you become a sponsor, you will get highlighted on our website.`,
63+
pricing_description: `Front Matter CMS is a **free** and **open-source** platform, dedicated to making it one of the best CMSs for your static site generator.
64+
65+
If you'd like to support our efforts, consider becoming one of our sponsors. As a sponsor, you'll be highlighted on our website and play a vital role in helping us continue to improve and evolve Front Matter CMS. Thank you for considering supporting our mission.`,
6666
pricing_cta_title: "Become a sponsor",
6767

6868
// Sponsors

0 commit comments

Comments
 (0)