schema stringclasses 471
values | key stringlengths 0 203 | description stringlengths 0 4.37k | object stringlengths 2 322k |
|---|---|---|---|
hugo.json | safeMode | The safe mode
https://docs.asciidoctor.org/asciidoctor/latest/safe-modes/ | {"type": "string", "default": "unsafe", "enum": ["unsafe", "safe", "server", "secure"]} |
hugo.json | sectionNumbers | Enable/disable section title's auto-numbering
https://docs.asciidoctor.org/asciidoctor.js/latest/cli/options/#document-conversion | {"type": "boolean", "default": false} |
hugo.json | trace | Include/exclude the backtrace information on errors
https://gohugo.io/getting-started/configuration-markup#configure-markup | {"type": "boolean", "default": false} |
hugo.json | verbose | Enable/disable verbose error printing
https://gohugo.io/getting-started/configuration-markup#configure-markup | {"type": "boolean", "default": false} |
hugo.json | workingFolderCurrent | ERROR: type should be string, got "\nhttps://gohugo.io/getting-started/configuration-markup#configure-markup" | {"type": "boolean", "default": false} |
hugo.json | blackfriday | Blackfriday options
https://gohugo.io/getting-started/configuration-markup#blackfriday | {"type": "object", "properties": {"angledQuotes": {"type": "boolean", "default": false}, "extensions": {"type": ["array", "null"], "default": null, "uniqueItems": true, "items": {"type": "string", "minLength": 1}}, "extensionsMask": {"type": ["string", "null"], "default": null}, "footnoteAnchorPrefix": {"type": "string... |
hugo.json | angledQuotes | https://gohugo.io/getting-started/configuration-markup#blackfriday | {"type": "boolean", "default": false} |
hugo.json | extensions | https://gohugo.io/getting-started/configuration-markup#blackfriday | {"type": ["array", "null"], "default": null, "uniqueItems": true, "items": {"type": "string", "minLength": 1}} |
hugo.json | extensionsMask | https://gohugo.io/getting-started/configuration-markup#blackfriday | {"type": ["string", "null"], "default": null} |
hugo.json | footnoteAnchorPrefix | https://gohugo.io/getting-started/configuration-markup#blackfriday | {"type": "string", "default": ""} |
hugo.json | footnoteReturnLinkContents | https://gohugo.io/getting-started/configuration-markup#blackfriday | {"type": "string", "default": ""} |
hugo.json | fractions | https://gohugo.io/getting-started/configuration-markup#blackfriday | {"type": "boolean", "default": true} |
hugo.json | hrefTargetBlank | https://gohugo.io/getting-started/configuration-markup#blackfriday | {"type": "boolean", "default": false} |
hugo.json | latexDashes | https://gohugo.io/getting-started/configuration-markup#blackfriday | {"type": "boolean", "default": true} |
hugo.json | nofollowLinks | https://gohugo.io/getting-started/configuration-markup#blackfriday | {"type": "boolean", "default": false} |
hugo.json | noreferrerLinks | https://gohugo.io/getting-started/configuration-markup#blackfriday | {"type": "boolean", "default": false} |
hugo.json | plainIDAnchors | https://gohugo.io/getting-started/configuration-markup#blackfriday | {"type": "boolean", "default": true} |
hugo.json | skipHTML | https://gohugo.io/getting-started/configuration-markup#blackfriday | {"type": "boolean", "default": false} |
hugo.json | smartDashes | https://gohugo.io/getting-started/configuration-markup#blackfriday | {"type": "boolean", "default": true} |
hugo.json | smartypants | https://gohugo.io/getting-started/configuration-markup#blackfriday | {"type": "boolean", "default": true} |
hugo.json | smartypantsQuotesNBSP | https://gohugo.io/getting-started/configuration-markup#blackfriday | {"type": "boolean", "default": false} |
hugo.json | taskLists | https://gohugo.io/getting-started/configuration-markup#blackfriday | {"type": "boolean", "default": true} |
hugo.json | defaultMarkdownHandler | The default markdown renderer
https://gohugo.io/getting-started/configuration-markup#blackfriday | {"type": "string", "default": "goldmark", "enum": ["goldmark", "blackfriday"]} |
hugo.json | goldmark | Goldmark options
https://gohugo.io/getting-started/configuration-markup#goldmark | {"type": "object", "default": {"extensions": {"definitionList": true, "footnote": true, "linkify": true, "linkifyProtocol": "https", "strikethrough": true, "table": true, "taskList": true, "typographer": true}, "parser": {"attribute": {"block": false}, "autoHeadingID": true, "autoHeadingIDType": "github"}, "renderer": ... |
hugo.json | extensions | The extension options
https://gohugo.io/getting-started/configuration-markup#goldmark | {"type": "object", "default": {"definitionList": true, "footnote": true, "linkify": true, "linkifyProtocol": "https", "strikethrough": true, "table": true, "taskList": true, "typographer": true}, "properties": {"definitionList": {"type": "boolean", "default": true}, "footnote": {"type": "boolean", "default": true}, "li... |
hugo.json | definitionList | ERROR: type should be string, got "\nhttps://gohugo.io/getting-started/configuration-markup#goldmark" | {"type": "boolean", "default": true} |
hugo.json | footnote | ERROR: type should be string, got "\nhttps://gohugo.io/getting-started/configuration-markup#goldmark" | {"type": "boolean", "default": true} |
hugo.json | linkify | ERROR: type should be string, got "\nhttps://gohugo.io/getting-started/configuration-markup#goldmark" | {"type": "boolean", "default": true} |
hugo.json | linkifyProtocol | ERROR: type should be string, got "\nhttps://gohugo.io/getting-started/configuration-markup#goldmark" | {"type": "string", "default": "https"} |
hugo.json | strikethrough | ERROR: type should be string, got "\nhttps://gohugo.io/getting-started/configuration-markup#goldmark" | {"type": "boolean", "default": true} |
hugo.json | table | ERROR: type should be string, got "\nhttps://gohugo.io/getting-started/configuration-markup#goldmark" | {"type": "boolean", "default": true} |
hugo.json | taskList | ERROR: type should be string, got "\nhttps://gohugo.io/getting-started/configuration-markup#goldmark" | {"type": "boolean", "default": true} |
hugo.json | typographer | ERROR: type should be string, got "\nhttps://gohugo.io/getting-started/configuration-markup#goldmark" | {"type": "boolean", "default": true} |
hugo.json | parser | The parser options
https://gohugo.io/getting-started/configuration-markup#goldmark | {"type": "object", "default": {"attribute": {"block": false}, "autoHeadingID": true, "autoHeadingIDType": "github"}, "properties": {"attribute": {"type": "object", "default": {"block": false}, "properties": {"block": {"type": "boolean", "default": false}}, "additionalProperties": false}, "autoHeadingID": {"type": "bool... |
hugo.json | attribute | ERROR: type should be string, got "\nhttps://gohugo.io/getting-started/configuration-markup#goldmark" | {"type": "object", "default": {"block": false}, "properties": {"block": {"type": "boolean", "default": false}}, "additionalProperties": false} |
hugo.json | block | ERROR: type should be string, got "\nhttps://gohugo.io/getting-started/configuration-markup#goldmark" | {"type": "boolean", "default": false} |
hugo.json | title | ERROR: type should be string, got "\nhttps://gohugo.io/getting-started/configuration-markup#goldmark" | {"type": "boolean", "default": true} |
hugo.json | autoHeadingID | ERROR: type should be string, got "\nhttps://gohugo.io/getting-started/configuration-markup#goldmark" | {"type": "boolean", "default": true} |
hugo.json | autoHeadingIDType | ERROR: type should be string, got "\nhttps://gohugo.io/getting-started/configuration-markup#goldmark" | {"type": "string", "default": "github"} |
hugo.json | renderer | The renderer options
https://gohugo.io/getting-started/configuration-markup#goldmark | {"type": "object", "default": {"hardWraps": false, "unsafe": false, "xhtml": false}, "properties": {"hardWraps": {"type": "boolean", "default": false}, "unsafe": {"type": "boolean", "default": false}, "xhtml": {"type": "boolean", "default": false}}, "additionalProperties": false} |
hugo.json | hardWraps | ERROR: type should be string, got "\nhttps://gohugo.io/getting-started/configuration-markup#goldmark" | {"type": "boolean", "default": false} |
hugo.json | unsafe | ERROR: type should be string, got "\nhttps://gohugo.io/getting-started/configuration-markup#goldmark" | {"type": "boolean", "default": false} |
hugo.json | xhtml | ERROR: type should be string, got "\nhttps://gohugo.io/getting-started/configuration-markup#goldmark" | {"type": "boolean", "default": false} |
hugo.json | highlight | The highlighting options
https://gohugo.io/getting-started/configuration-markup#highlight | {"type": "object", "default": {"anchorLineNos": false, "codeFences": true, "guessSyntax": false, "hl_Lines": "", "lineAnchors": "", "lineNoStart": 1, "lineNos": false, "lineNumbersInTable": true, "noClasses": true, "noHl": false, "style": "monokai", "tabWidth": 4}, "properties": {"anchorLineNos": {"type": "boolean", "d... |
hugo.json | anchorLineNos | Enable/disable anchors on line numbers
https://gohugo.io/getting-started/configuration-markup#highlight | {"type": "boolean", "default": false} |
hugo.json | codeFences | ERROR: type should be string, got "\nhttps://gohugo.io/getting-started/configuration-markup#highlight" | {"type": "boolean", "default": true} |
hugo.json | guessSyntax | ERROR: type should be string, got "\nhttps://gohugo.io/getting-started/configuration-markup#highlight" | {"type": "boolean", "default": false} |
hugo.json | hl_Lines | The highlighted line number range
https://gohugo.io/getting-started/configuration-markup#highlight | {"default": "", "oneOf": [{"type": "integer", "minimum": 1}, {"type": "string", "pattern": "^\\d+( \\d+(-\\d+)?)*$"}]} |
hugo.json | lineAnchors | The prefix for the anchors on line numbers
https://gohugo.io/getting-started/configuration-markup#highlight | {"type": "string", "default": ""} |
hugo.json | lineNoStart | The first line
https://gohugo.io/getting-started/configuration-markup#highlight | {"type": "integer", "default": 1, "minimum": 1} |
hugo.json | lineNos | Enable/disable line numbers
https://gohugo.io/getting-started/configuration-markup#highlight | {"default": false, "oneOf": [{"type": "boolean"}, {"type": "string", "enum": ["table", "inline"]}]} |
hugo.json | lineNumbersInTable | ERROR: type should be string, got "\nhttps://gohugo.io/getting-started/configuration-markup#highlight" | {"type": "boolean", "default": true} |
hugo.json | noClasses | ERROR: type should be string, got "\nhttps://gohugo.io/getting-started/configuration-markup#highlight" | {"type": "boolean", "default": true} |
hugo.json | noHl | ERROR: type should be string, got "\nhttps://gohugo.io/getting-started/configuration-markup#highlight" | {"type": "boolean", "default": false} |
hugo.json | style | ERROR: type should be string, got "\nhttps://gohugo.io/getting-started/configuration-markup#highlight" | {"type": "string", "default": "monokai", "enum": ["algol", "algol_nu", "api", "arduino", "autumn", "borland", "bw", "colorful", "dracula", "emacs", "friendly", "fruity", "github", "igor", "lovelace", "manni", "monokai", "monokailight", "murphy", "native", "pastie", "perldoc", "pygments", "rainbow_dash", "rrt", "swapoff... |
hugo.json | tabWidth | ERROR: type should be string, got "\nhttps://gohugo.io/getting-started/configuration-markup#highlight" | {"type": "integer", "default": 4, "minimum": 1} |
hugo.json | tableOfContents | The table of contents options
https://gohugo.io/getting-started/configuration-markup#table-of-contents | {"type": "object", "default": {"endLevel": 3, "ordered": false, "startLevel": 2}, "properties": {"startLevel": {"type": "integer", "default": 2, "minimum": 1, "maximum": 6}, "endLevel": {"type": "integer", "default": 3, "minimum": 1, "maximum": 6}, "ordered": {"type": "boolean", "default": false}}, "additionalPropertie... |
hugo.json | startLevel | The start heading level
https://gohugo.io/getting-started/configuration-markup#table-of-contents | {"type": "integer", "default": 2, "minimum": 1, "maximum": 6} |
hugo.json | endLevel | The end heading level
https://gohugo.io/getting-started/configuration-markup#table-of-contents | {"type": "integer", "default": 3, "minimum": 1, "maximum": 6} |
hugo.json | ordered | Enable/disable ordered list generation
https://gohugo.io/getting-started/configuration-markup#table-of-contents | {"type": "boolean", "default": false} |
hugo.json | mediaTypes | The media type's options
https://gohugo.io/templates/output-formats/#media-types | {"type": "object", "properties": {"application/javascript": {"type": "array", "default": ["js", "jsm", "mjs"], "uniqueItems": true, "items": {"type": "string", "minLength": 1, "examples": ["js", "jsm", "mjs"]}}, "application/json": {"type": "array", "default": ["json"], "uniqueItems": true, "items": {"type": "string", ... |
hugo.json | application/javascript | ERROR: type should be string, got "\nhttps://gohugo.io/templates/output-formats/#media-types" | {"type": "array", "default": ["js", "jsm", "mjs"], "uniqueItems": true, "items": {"type": "string", "minLength": 1, "examples": ["js", "jsm", "mjs"]}} |
hugo.json | application/json | ERROR: type should be string, got "\nhttps://gohugo.io/templates/output-formats/#media-types" | {"type": "array", "default": ["json"], "uniqueItems": true, "items": {"type": "string", "minLength": 1, "examples": ["json"]}} |
hugo.json | application/manifest+json | ERROR: type should be string, got "\nhttps://gohugo.io/templates/output-formats/#media-types" | {"type": "array", "default": ["webmanifest"], "uniqueItems": true, "items": {"type": "string", "minLength": 1, "examples": ["webmanifest"]}} |
hugo.json | application/octet-stream | ERROR: type should be string, got "\nhttps://gohugo.io/templates/output-formats/#media-types" | {"type": "array", "default": [], "uniqueItems": true, "items": {"type": "string", "minLength": 1}} |
hugo.json | application/pdf | ERROR: type should be string, got "\nhttps://gohugo.io/templates/output-formats/#media-types" | {"type": "array", "default": ["pdf"], "uniqueItems": true, "items": {"type": "string", "minLength": 1, "examples": ["pdf"]}} |
hugo.json | application/rss+xml | ERROR: type should be string, got "\nhttps://gohugo.io/templates/output-formats/#media-types" | {"type": "array", "default": ["xml", "rss"], "uniqueItems": true, "items": {"type": "string", "minLength": 1, "examples": ["xml", "rss"]}} |
hugo.json | application/toml | ERROR: type should be string, got "\nhttps://gohugo.io/templates/output-formats/#media-types" | {"type": "array", "default": ["toml"], "uniqueItems": true, "items": {"type": "string", "minLength": 1, "examples": ["toml"]}} |
hugo.json | application/typescript | ERROR: type should be string, got "\nhttps://gohugo.io/templates/output-formats/#media-types" | {"type": "array", "default": ["ts"], "uniqueItems": true, "items": {"type": "string", "minLength": 1, "examples": ["ts"]}} |
hugo.json | application/xml | ERROR: type should be string, got "\nhttps://gohugo.io/templates/output-formats/#media-types" | {"type": "array", "default": ["xml"], "uniqueItems": true, "items": {"type": "string", "minLength": 1, "examples": ["xml"]}} |
hugo.json | application/yaml | ERROR: type should be string, got "\nhttps://gohugo.io/templates/output-formats/#media-types" | {"type": "array", "default": ["yaml", "yml"], "uniqueItems": true, "items": {"type": "string", "minLength": 1, "examples": ["yaml", "yml"]}} |
hugo.json | font/otf | ERROR: type should be string, got "\nhttps://gohugo.io/templates/output-formats/#media-types" | {"type": "array", "default": ["otf"], "uniqueItems": true, "items": {"type": "string", "minLength": 1, "examples": ["otf"]}} |
hugo.json | font/ttf | ERROR: type should be string, got "\nhttps://gohugo.io/templates/output-formats/#media-types" | {"type": "array", "default": ["ttf"], "uniqueItems": true, "items": {"type": "string", "minLength": 1, "examples": ["ttf"]}} |
hugo.json | image/bmp | ERROR: type should be string, got "\nhttps://gohugo.io/templates/output-formats/#media-types" | {"type": "array", "default": ["bmp"], "uniqueItems": true, "items": {"type": "string", "minLength": 1, "examples": ["bmp"]}} |
hugo.json | image/gif | ERROR: type should be string, got "\nhttps://gohugo.io/templates/output-formats/#media-types" | {"type": "array", "default": ["gif"], "uniqueItems": true, "items": {"type": "string", "minLength": 1, "examples": ["gif"]}} |
hugo.json | image/jpeg | ERROR: type should be string, got "\nhttps://gohugo.io/templates/output-formats/#media-types" | {"type": "array", "default": ["jpg", "jpeg", "gpe", "jif", "jfif"], "uniqueItems": true, "items": {"type": "string", "minLength": 1, "examples": ["jpg", "jpeg", "gpe", "jif", "jfif"]}} |
hugo.json | image/png | ERROR: type should be string, got "\nhttps://gohugo.io/templates/output-formats/#media-types" | {"type": "array", "default": ["png"], "uniqueItems": true, "items": {"type": "string", "minLength": 1, "examples": ["png"]}} |
hugo.json | image/svg+xml | ERROR: type should be string, got "\nhttps://gohugo.io/templates/output-formats/#media-types" | {"type": "array", "default": ["svg"], "uniqueItems": true, "items": {"type": "string", "minLength": 1, "examples": ["svg"]}} |
hugo.json | image/webp | ERROR: type should be string, got "\nhttps://gohugo.io/templates/output-formats/#media-types" | {"type": "array", "default": ["webp"], "uniqueItems": true, "items": {"type": "string", "minLength": 1, "examples": ["webp"]}} |
hugo.json | text/calendar | ERROR: type should be string, got "\nhttps://gohugo.io/templates/output-formats/#media-types" | {"type": "array", "default": ["ics"], "uniqueItems": true, "items": {"type": "string", "minLength": 1, "examples": ["ics"]}} |
hugo.json | text/css | ERROR: type should be string, got "\nhttps://gohugo.io/templates/output-formats/#media-types" | {"type": "array", "default": ["css"], "uniqueItems": true, "items": {"type": "string", "minLength": 1, "examples": ["css"]}} |
hugo.json | text/csv | ERROR: type should be string, got "\nhttps://gohugo.io/templates/output-formats/#media-types" | {"type": "array", "default": ["csv"], "uniqueItems": true, "items": {"type": "string", "minLength": 1, "examples": ["csv"]}} |
hugo.json | text/html | ERROR: type should be string, got "\nhttps://gohugo.io/templates/output-formats/#media-types" | {"type": "array", "default": ["html"], "uniqueItems": true, "items": {"type": "string", "minLength": 1, "examples": ["html"]}} |
hugo.json | text/jsx | ERROR: type should be string, got "\nhttps://gohugo.io/templates/output-formats/#media-types" | {"type": "array", "default": ["jsx"], "uniqueItems": true, "items": {"type": "string", "minLength": 1, "examples": ["jsx"]}} |
hugo.json | text/plain | ERROR: type should be string, got "\nhttps://gohugo.io/templates/output-formats/#media-types" | {"type": "array", "default": ["txt"], "uniqueItems": true, "items": {"type": "string", "minLength": 1, "examples": ["txt"]}} |
hugo.json | text/tsx | ERROR: type should be string, got "\nhttps://gohugo.io/templates/output-formats/#media-types" | {"type": "array", "default": ["tsx"], "uniqueItems": true, "items": {"type": "string", "minLength": 1, "examples": ["tsx"]}} |
hugo.json | text/x-sass | ERROR: type should be string, got "\nhttps://gohugo.io/templates/output-formats/#media-types" | {"type": "array", "default": ["sass"], "uniqueItems": true, "items": {"type": "string", "minLength": 1, "examples": ["sass"]}} |
hugo.json | text/x-scss | ERROR: type should be string, got "\nhttps://gohugo.io/templates/output-formats/#media-types" | {"type": "array", "default": ["scss"], "uniqueItems": true, "items": {"type": "string", "minLength": 1, "examples": ["scss"]}} |
hugo.json | video/3gpp | ERROR: type should be string, got "\nhttps://gohugo.io/templates/output-formats/#media-types" | {"type": "array", "default": ["3gpp", "3gp"], "uniqueItems": true, "items": {"type": "string", "minLength": 1, "examples": ["3gpp", "3gp"]}} |
hugo.json | video/mp4 | ERROR: type should be string, got "\nhttps://gohugo.io/templates/output-formats/#media-types" | {"type": "array", "default": ["mp4"], "uniqueItems": true, "items": {"type": "string", "minLength": 1, "examples": ["mp4"]}} |
hugo.json | video/mpeg | ERROR: type should be string, got "\nhttps://gohugo.io/templates/output-formats/#media-types" | {"type": "array", "default": ["mpg", "mpeg"], "uniqueItems": true, "items": {"type": "string", "minLength": 1, "examples": ["mpg", "mpeg"]}} |
hugo.json | video/ogg | ERROR: type should be string, got "\nhttps://gohugo.io/templates/output-formats/#media-types" | {"type": "array", "default": ["ogv"], "uniqueItems": true, "items": {"type": "string", "minLength": 1, "examples": ["ogv"]}} |
hugo.json | video/webm | ERROR: type should be string, got "\nhttps://gohugo.io/templates/output-formats/#media-types" | {"type": "array", "default": ["webm"], "uniqueItems": true, "items": {"type": "string", "minLength": 1, "examples": ["webm"]}} |
hugo.json | video/x-msvideo | ERROR: type should be string, got "\nhttps://gohugo.io/templates/output-formats/#media-types" | {"type": "array", "default": ["avi"], "uniqueItems": true, "items": {"type": "string", "minLength": 1, "examples": ["avi"]}} |
hugo.json | menu | The menu options
https://gohugo.io/content-management/menus/#add-non-content-entries-to-a-menu | {"type": "object", "patternProperties": {".": {"type": "array", "items": {"type": "object", "properties": {"identifier": {"type": "string", "minLength": 1}, "name": {"type": "string", "minLength": 1}, "parent": {"type": "string"}, "post": {"type": "string"}, "pre": {"type": "string"}, "weight": {"type": "integer"}, "pa... |
hugo.json | . | The menu
https://gohugo.io/content-management/menus/#add-non-content-entries-to-a-menu | {"type": "array", "items": {"type": "object", "properties": {"identifier": {"type": "string", "minLength": 1}, "name": {"type": "string", "minLength": 1}, "parent": {"type": "string"}, "post": {"type": "string"}, "pre": {"type": "string"}, "weight": {"type": "integer"}, "pageRef": {"type": "string"}, "url": {"type": "s... |
hugo.json | identifier | Required when two or more menu entries have the same name
https://gohugo.io/content-management/menus/#properties-front-matter | {"type": "string", "minLength": 1} |
hugo.json | name | The text to display when rendering the menu entry.
https://gohugo.io/content-management/menus/#properties-front-matter | {"type": "string", "minLength": 1} |
hugo.json | parent | Required for child entries in a nested menu.
https://gohugo.io/content-management/menus/#properties-front-matter | {"type": "string"} |
hugo.json | post | ERROR: type should be string, got "\nhttps://gohugo.io/content-management/menus/#add-non-content-entries-to-a-menu" | {"type": "string"} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.