diff --git a/README.md b/README.md index e573ce7ce5..ad7032b4ee 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ The Relearn theme is an enhanced fork of the popular [Learn theme](https://githu - Looks nice on paper (if it has to) - Usable offline with no external dependencies - [Usable from your local file system without a web server via `file://` protocol](https://mcshelby.github.io/hugo-theme-relearn/configuration/siteorganization/deploymentscenarios/) - - Integration with the [VSCode Front Matter extension](https://github.com/estruyf/vscode-front-matter) for on-premise CMS capabilities + - Integration with the [VSCode Front Matter CMS extension](https://github.com/estruyf/vscode-front-matter) for on-premise CMS capabilities - **Customizable Appearance** - [Flexible brand image configuration](https://mcshelby.github.io/hugo-theme-relearn/configuration/appearance/branding#change-the-logo) diff --git a/exampleSite/content/introduction/releasenotes/5/12.en.md b/exampleSite/content/introduction/releasenotes/5/12.en.md index 796bc4afdc..b423d0ba18 100644 --- a/exampleSite/content/introduction/releasenotes/5/12.en.md +++ b/exampleSite/content/introduction/releasenotes/5/12.en.md @@ -14,9 +14,9 @@ weight = -12 ### New -- {{% badge style="info" icon="plus-circle" title=" " %}}New{{% /badge %}} Support for the great [VSCode Front Matter extension](https://github.com/estruyf/vscode-front-matter) which provides on-premise CMS capabilties to Hugo. +- {{% badge style="info" icon="plus-circle" title=" " %}}New{{% /badge %}} Support for the great [VSCode Front Matter CMS extension](https://github.com/estruyf/vscode-front-matter) which provides on-premise CMS capabilties to Hugo. - The theme provides Front Matter snippets for its shortcodes. Currently only English and German is supported. Put a reference into your `frontmatter.json` like this + The theme provides Front Matter CMS snippets for its shortcodes. Currently only English and German is supported. Put a reference into your `frontmatter.json` like this ````json {title="frontmatter.json"} { diff --git a/exampleSite/frontmatter.json b/exampleSite/frontmatter.json index a928196ba7..a241364546 100644 --- a/exampleSite/frontmatter.json +++ b/exampleSite/frontmatter.json @@ -17,7 +17,7 @@ ], "frontMatter.framework.id": "hugo", "frontMatter.framework.startCommand": "hugo server -p 1313 --bind 0.0.0.0 --navigateToChanged", - "frontMatter.git.commitMesage": "docs: changes via Front Matter editor", + "frontMatter.git.commitMesage": "docs: changes via Front Matter CMS editor", "frontMatter.git.enabled": true, "frontMatter.global.activeMode": "Editor", "frontMatter.global.modes": [