mirror of
https://github.com/gohugoio/hugo.git
synced 2024-11-07 20:30:36 -05:00
parent
cc8515f187
commit
bfdc44964a
1 changed files with 203 additions and 9 deletions
|
@ -66,6 +66,13 @@
|
|||
"applescript"
|
||||
]
|
||||
},
|
||||
{
|
||||
"Name": "Arduino",
|
||||
"Aliases": [
|
||||
"arduino",
|
||||
"ino"
|
||||
]
|
||||
},
|
||||
{
|
||||
"Name": "Awk",
|
||||
"Aliases": [
|
||||
|
@ -478,6 +485,14 @@
|
|||
"go-text-template"
|
||||
]
|
||||
},
|
||||
{
|
||||
"Name": "GraphQL",
|
||||
"Aliases": [
|
||||
"gql",
|
||||
"graphql",
|
||||
"graphqls"
|
||||
]
|
||||
},
|
||||
{
|
||||
"Name": "Groovy",
|
||||
"Aliases": [
|
||||
|
@ -653,6 +668,13 @@
|
|||
"nbp"
|
||||
]
|
||||
},
|
||||
{
|
||||
"Name": "Matlab",
|
||||
"Aliases": [
|
||||
"m",
|
||||
"matlab"
|
||||
]
|
||||
},
|
||||
{
|
||||
"Name": "MiniZinc",
|
||||
"Aliases": [
|
||||
|
@ -1139,6 +1161,13 @@
|
|||
"tsql"
|
||||
]
|
||||
},
|
||||
{
|
||||
"Name": "Turing",
|
||||
"Aliases": [
|
||||
"tu",
|
||||
"turing"
|
||||
]
|
||||
},
|
||||
{
|
||||
"Name": "Turtle",
|
||||
"Aliases": [
|
||||
|
@ -1180,6 +1209,15 @@
|
|||
"typoscripthtmldata"
|
||||
]
|
||||
},
|
||||
{
|
||||
"Name": "VB.net",
|
||||
"Aliases": [
|
||||
"bas",
|
||||
"vb",
|
||||
"vb.net",
|
||||
"vbnet"
|
||||
]
|
||||
},
|
||||
{
|
||||
"Name": "VHDL",
|
||||
"Aliases": [
|
||||
|
@ -1355,6 +1393,27 @@
|
|||
"yml"
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "image/jpg",
|
||||
"string": "image/jpg",
|
||||
"mainType": "image",
|
||||
"subType": "jpg",
|
||||
"delimiter": ".",
|
||||
"suffixes": [
|
||||
"jpg",
|
||||
"jpeg"
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "image/png",
|
||||
"string": "image/png",
|
||||
"mainType": "image",
|
||||
"subType": "png",
|
||||
"delimiter": ".",
|
||||
"suffixes": [
|
||||
"png"
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "image/svg+xml",
|
||||
"string": "image/svg+xml",
|
||||
|
@ -1459,7 +1518,8 @@
|
|||
"isPlainText": false,
|
||||
"isHTML": true,
|
||||
"noUgly": false,
|
||||
"notAlternative": false
|
||||
"notAlternative": false,
|
||||
"Permalinkable": true
|
||||
},
|
||||
{
|
||||
"MediaType": "text/css",
|
||||
|
@ -1481,7 +1541,8 @@
|
|||
"isPlainText": true,
|
||||
"isHTML": false,
|
||||
"noUgly": false,
|
||||
"notAlternative": true
|
||||
"notAlternative": true,
|
||||
"Permalinkable": false
|
||||
},
|
||||
{
|
||||
"MediaType": "text/csv",
|
||||
|
@ -1503,7 +1564,8 @@
|
|||
"isPlainText": true,
|
||||
"isHTML": false,
|
||||
"noUgly": false,
|
||||
"notAlternative": false
|
||||
"notAlternative": false,
|
||||
"Permalinkable": false
|
||||
},
|
||||
{
|
||||
"MediaType": "text/calendar",
|
||||
|
@ -1525,7 +1587,8 @@
|
|||
"isPlainText": true,
|
||||
"isHTML": false,
|
||||
"noUgly": false,
|
||||
"notAlternative": false
|
||||
"notAlternative": false,
|
||||
"Permalinkable": false
|
||||
},
|
||||
{
|
||||
"MediaType": "text/html",
|
||||
|
@ -1547,7 +1610,8 @@
|
|||
"isPlainText": false,
|
||||
"isHTML": true,
|
||||
"noUgly": false,
|
||||
"notAlternative": false
|
||||
"notAlternative": false,
|
||||
"Permalinkable": true
|
||||
},
|
||||
{
|
||||
"MediaType": "application/json",
|
||||
|
@ -1569,7 +1633,8 @@
|
|||
"isPlainText": true,
|
||||
"isHTML": false,
|
||||
"noUgly": false,
|
||||
"notAlternative": false
|
||||
"notAlternative": false,
|
||||
"Permalinkable": false
|
||||
},
|
||||
{
|
||||
"MediaType": "text/plain",
|
||||
|
@ -1591,7 +1656,8 @@
|
|||
"isPlainText": true,
|
||||
"isHTML": false,
|
||||
"noUgly": false,
|
||||
"notAlternative": false
|
||||
"notAlternative": false,
|
||||
"Permalinkable": false
|
||||
},
|
||||
{
|
||||
"MediaType": "application/rss+xml",
|
||||
|
@ -1613,7 +1679,8 @@
|
|||
"isPlainText": false,
|
||||
"isHTML": false,
|
||||
"noUgly": true,
|
||||
"notAlternative": false
|
||||
"notAlternative": false,
|
||||
"Permalinkable": false
|
||||
},
|
||||
{
|
||||
"MediaType": "application/xml",
|
||||
|
@ -1635,7 +1702,8 @@
|
|||
"isPlainText": false,
|
||||
"isHTML": false,
|
||||
"noUgly": true,
|
||||
"notAlternative": false
|
||||
"notAlternative": false,
|
||||
"Permalinkable": false
|
||||
}
|
||||
],
|
||||
"layouts": [
|
||||
|
@ -2144,6 +2212,17 @@
|
|||
}
|
||||
},
|
||||
"compare": {
|
||||
"And": {
|
||||
"Description": "And computes the Boolean AND of its arguments, returning\nthe first false argument it encounters, or the last argument.",
|
||||
"Args": [
|
||||
"arg0",
|
||||
"args"
|
||||
],
|
||||
"Aliases": [
|
||||
"and"
|
||||
],
|
||||
"Examples": []
|
||||
},
|
||||
"Conditional": {
|
||||
"Description": "Conditional can be used as a ternary operator.\nIt returns a if condition, else b.",
|
||||
"Args": [
|
||||
|
@ -2256,6 +2335,27 @@
|
|||
"ne"
|
||||
],
|
||||
"Examples": []
|
||||
},
|
||||
"Not": {
|
||||
"Description": "Not returns the Boolean negation of its argument.",
|
||||
"Args": [
|
||||
"arg"
|
||||
],
|
||||
"Aliases": [
|
||||
"not"
|
||||
],
|
||||
"Examples": []
|
||||
},
|
||||
"Or": {
|
||||
"Description": "Or computes the Boolean OR of its arguments, returning\nthe first true argument it encounters, or the last argument.",
|
||||
"Args": [
|
||||
"arg0",
|
||||
"args"
|
||||
],
|
||||
"Aliases": [
|
||||
"or"
|
||||
],
|
||||
"Examples": []
|
||||
}
|
||||
},
|
||||
"collections": {
|
||||
|
@ -3226,6 +3326,34 @@
|
|||
]
|
||||
}
|
||||
},
|
||||
"reflect": {
|
||||
"IsMap": {
|
||||
"Description": "IsMap reports whether v is a map.",
|
||||
"Args": [
|
||||
"v"
|
||||
],
|
||||
"Aliases": null,
|
||||
"Examples": [
|
||||
[
|
||||
"{{ if reflect.IsMap (dict \"a\" 1) }}Map{{ end }}",
|
||||
"Map"
|
||||
]
|
||||
]
|
||||
},
|
||||
"IsSlice": {
|
||||
"Description": "IsSlice reports whether v is a slice.",
|
||||
"Args": [
|
||||
"v"
|
||||
],
|
||||
"Aliases": null,
|
||||
"Examples": [
|
||||
[
|
||||
"{{ if reflect.IsSlice (slice 1 2 3) }}Slice{{ end }}",
|
||||
"Slice"
|
||||
]
|
||||
]
|
||||
}
|
||||
},
|
||||
"resources": {
|
||||
"Concat": {
|
||||
"Description": "",
|
||||
|
@ -3392,6 +3520,18 @@
|
|||
}
|
||||
},
|
||||
"site": {
|
||||
"BaseURL": {
|
||||
"Description": "",
|
||||
"Args": null,
|
||||
"Aliases": null,
|
||||
"Examples": null
|
||||
},
|
||||
"Data": {
|
||||
"Description": "",
|
||||
"Args": null,
|
||||
"Aliases": null,
|
||||
"Examples": null
|
||||
},
|
||||
"Hugo": {
|
||||
"Description": "",
|
||||
"Args": null,
|
||||
|
@ -3409,6 +3549,60 @@
|
|||
"Args": null,
|
||||
"Aliases": null,
|
||||
"Examples": null
|
||||
},
|
||||
"LastChange": {
|
||||
"Description": "",
|
||||
"Args": null,
|
||||
"Aliases": null,
|
||||
"Examples": null
|
||||
},
|
||||
"Menus": {
|
||||
"Description": "",
|
||||
"Args": null,
|
||||
"Aliases": null,
|
||||
"Examples": null
|
||||
},
|
||||
"Pages": {
|
||||
"Description": "",
|
||||
"Args": null,
|
||||
"Aliases": null,
|
||||
"Examples": null
|
||||
},
|
||||
"Params": {
|
||||
"Description": "",
|
||||
"Args": null,
|
||||
"Aliases": null,
|
||||
"Examples": null
|
||||
},
|
||||
"RegularPages": {
|
||||
"Description": "",
|
||||
"Args": null,
|
||||
"Aliases": null,
|
||||
"Examples": null
|
||||
},
|
||||
"ServerPort": {
|
||||
"Description": "",
|
||||
"Args": null,
|
||||
"Aliases": null,
|
||||
"Examples": null
|
||||
},
|
||||
"Sites": {
|
||||
"Description": "",
|
||||
"Args": null,
|
||||
"Aliases": null,
|
||||
"Examples": null
|
||||
},
|
||||
"Taxonomies": {
|
||||
"Description": "",
|
||||
"Args": null,
|
||||
"Aliases": null,
|
||||
"Examples": null
|
||||
},
|
||||
"Title": {
|
||||
"Description": "",
|
||||
"Args": null,
|
||||
"Aliases": null,
|
||||
"Examples": null
|
||||
}
|
||||
},
|
||||
"strings": {
|
||||
|
|
Loading…
Reference in a new issue