mirror of
https://github.com/gohugoio/hugo.git
synced 2025-04-26 13:40:38 +03:00
deps: Upgrade github.com/alecthomas/chroma v2.13.0 => v2.14.0
Closes #12580
This commit is contained in:
parent
cba2de6ec9
commit
8cf94aea73
3 changed files with 31 additions and 25 deletions
|
@ -307,6 +307,9 @@ chroma:
|
|||
- gherkin
|
||||
- Gherkin
|
||||
Name: Gherkin
|
||||
- Aliases:
|
||||
- gleam>
|
||||
Name: Gleam
|
||||
- Aliases:
|
||||
- glsl
|
||||
Name: GLSL
|
||||
|
@ -926,6 +929,20 @@ chroma:
|
|||
- zig
|
||||
Name: Zig
|
||||
config:
|
||||
HTTPCache:
|
||||
cache:
|
||||
for:
|
||||
excludes:
|
||||
- '**'
|
||||
includes: null
|
||||
polls:
|
||||
- disable: true
|
||||
for:
|
||||
excludes: null
|
||||
includes:
|
||||
- '**'
|
||||
high: 0s
|
||||
low: 0s
|
||||
archeTypeDir: archetypes
|
||||
assetDir: assets
|
||||
author: {}
|
||||
|
@ -1569,8 +1586,12 @@ config:
|
|||
term:
|
||||
- html
|
||||
- rss
|
||||
paginate: 10
|
||||
paginatePath: page
|
||||
paginate: 0
|
||||
paginatePath: ""
|
||||
pagination:
|
||||
defaultPageSize: 10
|
||||
disableAliases: false
|
||||
path: page
|
||||
panicOnWarning: false
|
||||
params: {}
|
||||
permalinks:
|
||||
|
@ -1721,6 +1742,8 @@ config_helpers:
|
|||
_merge: none
|
||||
frontmatter:
|
||||
_merge: none
|
||||
httpcache:
|
||||
_merge: none
|
||||
imaging:
|
||||
_merge: none
|
||||
languages:
|
||||
|
@ -1745,6 +1768,8 @@ config_helpers:
|
|||
_merge: shallow
|
||||
outputs:
|
||||
_merge: none
|
||||
pagination:
|
||||
_merge: none
|
||||
params:
|
||||
_merge: deep
|
||||
permalinks:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue