mirror of
https://github.com/McShelby/hugo-theme-relearn.git
synced 2024-11-23 07:47:54 +00:00
docs: distinguish front matter from Front Matter CMS #567
This commit is contained in:
parent
cb6f3467cd
commit
e7d318aca5
3 changed files with 4 additions and 4 deletions
|
@ -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)
|
- Looks nice on paper (if it has to)
|
||||||
- Usable offline with no external dependencies
|
- 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/)
|
- [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**
|
- **Customizable Appearance**
|
||||||
- [Flexible brand image configuration](https://mcshelby.github.io/hugo-theme-relearn/configuration/appearance/branding#change-the-logo)
|
- [Flexible brand image configuration](https://mcshelby.github.io/hugo-theme-relearn/configuration/appearance/branding#change-the-logo)
|
||||||
|
|
|
@ -14,9 +14,9 @@ weight = -12
|
||||||
|
|
||||||
### New
|
### 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"}
|
````json {title="frontmatter.json"}
|
||||||
{
|
{
|
||||||
|
|
|
@ -17,7 +17,7 @@
|
||||||
],
|
],
|
||||||
"frontMatter.framework.id": "hugo",
|
"frontMatter.framework.id": "hugo",
|
||||||
"frontMatter.framework.startCommand": "hugo server -p 1313 --bind 0.0.0.0 --navigateToChanged",
|
"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.git.enabled": true,
|
||||||
"frontMatter.global.activeMode": "Editor",
|
"frontMatter.global.activeMode": "Editor",
|
||||||
"frontMatter.global.modes": [
|
"frontMatter.global.modes": [
|
||||||
|
|
Loading…
Reference in a new issue