github.com/choria-io/go-choria@v0.28.1-0.20240416190746-b3bf9c7d5a45/docs/themes/hugo-theme-relearn/frontmatter.json (about)

     1  {
     2      "$schema": "https://frontmatter.codes/frontmatter.schema.json",
     3      "frontMatter.content.defaultSorting": "LastModifiedAsc",
     4      "frontMatter.content.hideFm": false,
     5      "frontMatter.content.pageFolders": [
     6          {
     7              "contentTypes": [
     8                  "default"
     9              ],
    10              "path": "[[workspace]]/exampleSite/content",
    11              "title": "Docs"
    12          }
    13      ],
    14      "frontMatter.content.publicFolder": "static",
    15      "frontMatter.experimental": true,
    16      "frontMatter.extends": [
    17          "./vscode-frontmatter/snippets.en.json"
    18      ],
    19      "frontMatter.framework.id": "hugo",
    20      "frontMatter.framework.startCommand": ".\\exampleSite\\hugo.exe server -p 1313 --bind 0.0.0.0 --navigateToChanged -s .\\exampleSite",
    21      "frontMatter.git.commitMesage": "docs: changes via Front Matter editor",
    22      "frontMatter.git.enabled": true,
    23      "frontMatter.global.activeMode": "Editor",
    24      "frontMatter.global.modes": [
    25          {
    26              "id": "Power",
    27              "features": [
    28                  "dashboard.data.view",
    29                  "dashboard.snippets.manage",
    30                  "dashboard.snippets.view",
    31                  "dashboard.taxonomy.view",
    32                  "panel.actions",
    33                  "panel.contentType",
    34                  "panel.globalSettings",
    35                  "panel.metadata",
    36                  "panel.otherActions",
    37                  "panel.recentlyModified",
    38                  "panel.seo"
    39              ]
    40          },
    41          {
    42              "id": "Editor",
    43              "features": [
    44                  "dashboard.snippets.view",
    45                  "dashboard.taxonomy.view",
    46                  "panel.actions",
    47                  "panel.metadata"
    48              ]
    49          }
    50      ],
    51      "frontMatter.preview.host": "http://localhost:1313",
    52      "frontMatter.preview.pathName": "{{pathToken.relPath}}/",
    53      "frontMatter.taxonomy.categories": [],
    54      "frontMatter.taxonomy.contentTypes": [
    55          {
    56              "fields": [
    57                  {
    58                      "name": "title",
    59                      "title": "Titel",
    60                      "type": "string"
    61                  },
    62                  {
    63                      "default": " ",
    64                      "name": "description",
    65                      "title": "Description",
    66                      "type": "string"
    67                  },
    68                  {
    69                      "name": "weight",
    70                      "title": "Weight",
    71                      "type": "number"
    72                  },
    73                  {
    74                      "name": "toc",
    75                      "title": "Create TOC",
    76                      "type": "boolean"
    77                  }
    78              ],
    79              "name": "default",
    80              "pageBundle": true,
    81              "previewPath": null
    82          }
    83      ],
    84      "frontMatter.taxonomy.frontMatterType": "TOML"
    85  }