mirror of
https://github.com/gohugoio/hugoDocs.git
synced 2025-09-12 18:05:09 -04:00
deps: Upgrade github.com/alecthomas/chroma v2.13.0 => v2.14.0
Closes #12580
This commit is contained in:
parent
25377171b7
commit
ac5bd16d28
@ -307,6 +307,9 @@ chroma:
|
|||||||
- gherkin
|
- gherkin
|
||||||
- Gherkin
|
- Gherkin
|
||||||
Name: Gherkin
|
Name: Gherkin
|
||||||
|
- Aliases:
|
||||||
|
- gleam>
|
||||||
|
Name: Gleam
|
||||||
- Aliases:
|
- Aliases:
|
||||||
- glsl
|
- glsl
|
||||||
Name: GLSL
|
Name: GLSL
|
||||||
@ -926,6 +929,20 @@ chroma:
|
|||||||
- zig
|
- zig
|
||||||
Name: Zig
|
Name: Zig
|
||||||
config:
|
config:
|
||||||
|
HTTPCache:
|
||||||
|
cache:
|
||||||
|
for:
|
||||||
|
excludes:
|
||||||
|
- '**'
|
||||||
|
includes: null
|
||||||
|
polls:
|
||||||
|
- disable: true
|
||||||
|
for:
|
||||||
|
excludes: null
|
||||||
|
includes:
|
||||||
|
- '**'
|
||||||
|
high: 0s
|
||||||
|
low: 0s
|
||||||
archeTypeDir: archetypes
|
archeTypeDir: archetypes
|
||||||
assetDir: assets
|
assetDir: assets
|
||||||
author: {}
|
author: {}
|
||||||
@ -1569,8 +1586,12 @@ config:
|
|||||||
term:
|
term:
|
||||||
- html
|
- html
|
||||||
- rss
|
- rss
|
||||||
paginate: 10
|
paginate: 0
|
||||||
paginatePath: page
|
paginatePath: ""
|
||||||
|
pagination:
|
||||||
|
defaultPageSize: 10
|
||||||
|
disableAliases: false
|
||||||
|
path: page
|
||||||
panicOnWarning: false
|
panicOnWarning: false
|
||||||
params: {}
|
params: {}
|
||||||
permalinks:
|
permalinks:
|
||||||
@ -1721,6 +1742,8 @@ config_helpers:
|
|||||||
_merge: none
|
_merge: none
|
||||||
frontmatter:
|
frontmatter:
|
||||||
_merge: none
|
_merge: none
|
||||||
|
httpcache:
|
||||||
|
_merge: none
|
||||||
imaging:
|
imaging:
|
||||||
_merge: none
|
_merge: none
|
||||||
languages:
|
languages:
|
||||||
@ -1745,6 +1768,8 @@ config_helpers:
|
|||||||
_merge: shallow
|
_merge: shallow
|
||||||
outputs:
|
outputs:
|
||||||
_merge: none
|
_merge: none
|
||||||
|
pagination:
|
||||||
|
_merge: none
|
||||||
params:
|
params:
|
||||||
_merge: deep
|
_merge: deep
|
||||||
permalinks:
|
permalinks:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user