docs: distinguish front matter from Front Matter CMS #567

This commit is contained in:
Sören Weber 2024-10-06 20:56:34 +02:00
parent cb6f3467cd
commit e7d318aca5
No known key found for this signature in database
GPG key ID: BEC6D55545451B6D
3 changed files with 4 additions and 4 deletions

View file

@ -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)

View file

@ -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"}
{

View file

@ -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": [