]>
git.maquefel.me Git - brevno-suite/hugo/log
Bjørn Erik Pedersen [Wed, 17 May 2023 07:59:57 +0000 (09:59 +0200)]
Deprecate site.Language.Params and some other fixes
Updates #10947
Bjørn Erik Pedersen [Wed, 17 May 2023 19:01:52 +0000 (21:01 +0200)]
Revert "Make GOMAXPROCS CPU limit aware"
I shouldn't have merged this without running the tests.
This libray logs to stderr on init, which is a no go for us.
Re. test failure:
```
[stderr]
2023/05/17 18:21:04 maxprocs: Leaving GOMAXPROCS=2: CPU quota undefined
```
This reverts commit
59050f97f637b7cb423e6f5b63e36c1ea973c183 .
Benjamin Elder [Wed, 17 May 2023 18:17:22 +0000 (11:17 -0700)]
Make GOMAXPROCS CPU limit aware
Fixes #10950
Bjørn Erik Pedersen [Tue, 16 May 2023 16:53:34 +0000 (18:53 +0200)]
Add Sections to Site interface
See https://github.com/gohugoio/hugo/issues/10947#issuecomment-
1550012671
Updates #10947
Oleksandr Redko [Mon, 15 May 2023 08:52:06 +0000 (11:52 +0300)]
helpers: simplify path tests with T.TempDir
Oleksandr Redko [Tue, 16 May 2023 16:32:07 +0000 (19:32 +0300)]
tpl: Add math.Abs
Fixes #10941.
Bjørn Erik Pedersen [Wed, 4 Jan 2023 17:24:36 +0000 (18:24 +0100)]
Create a struct with all of Hugo's config options
Primary motivation is documentation, but it will also hopefully simplify the code.
Also,
* Lower case the default output format names; this is in line with the custom ones (map keys) and how
it's treated all the places. This avoids doing `stringds.EqualFold` everywhere.
Closes #10896
Closes #10620
Bjørn Erik Pedersen [Mon, 15 May 2023 08:19:53 +0000 (10:19 +0200)]
Improve date parsing performance for the common case
```
name old time/op new time/op delta
Baseline/skiprender-10 24.5ms ±10% 22.3ms ± 4% -8.93% (p=0.029 n=4+4)
name old alloc/op new alloc/op delta
Baseline/skiprender-10 30.0MB ± 0% 26.2MB ± 0% -12.74% (p=0.029 n=4+4)
name old allocs/op new allocs/op delta
Baseline/skiprender-10 373k ± 0% 279k ± 0% -25.07% (p=0.029 n=4+4)
```
Fixes #10942
Bjørn Erik Pedersen [Mon, 15 May 2023 07:23:26 +0000 (09:23 +0200)]
Add a counter helper
Bjørn Erik Pedersen [Mon, 15 May 2023 06:39:52 +0000 (08:39 +0200)]
Expand the baseline benchmark a little
Joe Mooring [Sat, 6 May 2023 16:36:29 +0000 (09:36 -0700)]
Revert "Update syntax-highlighting.md (#10929)" (#10930)
This reverts commit
a4fb8dc6bc4358ca5c307e1af4a50fee2a0c4c12 .
Kirill Bobyrev [Sat, 6 May 2023 14:00:37 +0000 (07:00 -0700)]
Update syntax-highlighting.md (#10929)
Bjørn Erik Pedersen [Thu, 4 May 2023 21:56:57 +0000 (23:56 +0200)]
Update README.md
Joe Mooring [Tue, 18 Apr 2023 20:47:52 +0000 (13:47 -0700)]
tpl/strings: Clarify findRESubmatch description
Joe Mooring [Sat, 22 Apr 2023 22:58:44 +0000 (15:58 -0700)]
langs/i18n: Fallback to defaultContentLanguage instead of English
Co-authored-by: 641bill <wo23636@126.com>
Fixes #9216
Bjørn Erik Pedersen [Thu, 20 Apr 2023 09:27:55 +0000 (11:27 +0200)]
tpl/debug: Add VisualizeSpaces
Bjørn Erik Pedersen [Tue, 18 Apr 2023 06:35:37 +0000 (08:35 +0200)]
Update README.md
Bjørn Erik Pedersen [Thu, 13 Apr 2023 09:44:22 +0000 (11:44 +0200)]
Prevent the global error collector to panic when sending on closed channel
Bjørn Erik Pedersen [Wed, 12 Apr 2023 08:15:02 +0000 (10:15 +0200)]
markup/goldmark: Add config options for the typographer extension
Note that the config per language part of this will be handled in #10602.
Updates #9772
Kiril Isakov [Sun, 9 Apr 2023 09:59:46 +0000 (11:59 +0200)]
readme: Fix build command
Bjørn Erik Pedersen [Thu, 30 Mar 2023 08:19:35 +0000 (10:19 +0200)]
Update README.md
Bjørn Erik Pedersen [Wed, 29 Mar 2023 09:00:40 +0000 (11:00 +0200)]
Add test for ToC vs include
See #10866
Andreas Deininger [Thu, 16 Mar 2023 15:56:05 +0000 (16:56 +0100)]
resources.functions: improve validation
Oleksandr Redko [Sat, 18 Mar 2023 11:01:38 +0000 (13:01 +0200)]
resources: Fix typos in error message and variables
Bjørn Erik Pedersen [Tue, 14 Mar 2023 11:45:09 +0000 (12:45 +0100)]
markup/goldmark: Fail on invalid Markdown attributes
Bjørn Erik Pedersen [Tue, 14 Mar 2023 11:18:42 +0000 (12:18 +0100)]
commands: Fix data race in test
Note that this is a test fix only.
septs [Tue, 14 Mar 2023 08:28:38 +0000 (16:28 +0800)]
tpl/math: Return error if less than 2 input numbers
Fixes #10827
hugoreleaser [Sun, 12 Mar 2023 11:51:49 +0000 (11:51 +0000)]
releaser: Prepare repository for 0.112.0-DEV
[ci skip]
hugoreleaser [Sun, 12 Mar 2023 11:40:50 +0000 (11:40 +0000)]
releaser: Bump versions for release of 0.111.3
[ci skip]
Niklas Fasching [Sun, 12 Mar 2023 10:31:05 +0000 (11:31 +0100)]
deps: Update go-org to v1.6.6
among other things, fixes a race condition in html writer and bug preventing
explicit line breaks immediately following emphasis
Bjørn Erik Pedersen [Sun, 12 Mar 2023 09:50:16 +0000 (10:50 +0100)]
Fix "unknown shortcode token" when calling shortcode within fenced code block
Fixes #10819
Andreas Deininger [Fri, 10 Mar 2023 19:18:41 +0000 (20:18 +0100)]
Run gofmt -s on source files
Joe Mooring [Sat, 11 Mar 2023 18:51:07 +0000 (10:51 -0800)]
docs: Improve examples of variadic math functions
septs [Sat, 11 Mar 2023 10:21:08 +0000 (18:21 +0800)]
tpl/math: Allow multi numbers in add, sub, mul, div, min and max
Andreas Deininger [Sat, 11 Mar 2023 09:15:16 +0000 (10:15 +0100)]
readme: Update dependency list
Andreas Deininger [Fri, 10 Mar 2023 17:41:17 +0000 (18:41 +0100)]
Improve error message for unclosed shortcode with inner content
Bjørn Erik Pedersen [Wed, 8 Mar 2023 08:28:46 +0000 (09:28 +0100)]
Don't fail when calling Paginate with an empty pages.PagesGroup
Fixes #10802
Oleksandr Redko [Sat, 18 Feb 2023 21:56:08 +0000 (23:56 +0200)]
server: Replace golang.org/x/net/context with context
Jonathan Fisher [Wed, 1 Mar 2023 22:29:33 +0000 (14:29 -0800)]
tpl: Add hasSuffix alias
strings.HasPrefix already has an alias of hasPrefix
but strings.HasSuffix has no such alias.
This PR adds a hasSuffix alias to the tpl function with corresponding
function documentation.
It also adds a Minor update to the hasPrefix function documentation
re: keywords and relatedfuncs.
Completes https://github.com/gohugoio/hugo/issues/10474
Oleksandr Redko [Wed, 1 Mar 2023 13:26:05 +0000 (15:26 +0200)]
watcher: use time.NewTicker to prevent leaks
Replace time.Tick with time.NewTicker.
davidejones [Mon, 6 Mar 2023 21:26:59 +0000 (21:26 +0000)]
ensure we default to 10 correctly
davidejones [Sat, 4 Mar 2023 09:18:43 +0000 (09:18 +0000)]
switch transfers to workers
davidejones [Fri, 3 Mar 2023 16:52:31 +0000 (16:52 +0000)]
customize parallel transfer count
johannesengl [Mon, 6 Mar 2023 14:29:31 +0000 (15:29 +0100)]
metadecoders: Add support for native org dates in frontmatter
PR #7433 added support for Org timestamps for the DATE header. This PR widens the support with additional front matter headers LASTMOD, PUBLISHDATE and EXPIRYDATE.
Fixes #8536
hugoreleaser [Sun, 5 Mar 2023 12:43:18 +0000 (12:43 +0000)]
releaser: Prepare repository for 0.112.0-DEV
[ci skip]
hugoreleaser [Sun, 5 Mar 2023 12:32:20 +0000 (12:32 +0000)]
releaser: Bump versions for release of 0.111.2
[ci skip]
Bjørn Erik Pedersen [Sun, 5 Mar 2023 09:32:00 +0000 (10:32 +0100)]
Fix .Fragments when called cross sites on uninitialized output format
Fixes #10794
Bjørn Erik Pedersen [Sun, 5 Mar 2023 08:51:14 +0000 (09:51 +0100)]
Allow page.TableOfContents on self in shortcode
Fixes #10791
Bjørn Erik Pedersen [Sat, 4 Mar 2023 21:04:01 +0000 (22:04 +0100)]
tpl/partial: Consolidate GoDoc
Bjørn Erik Pedersen [Sat, 4 Mar 2023 17:08:29 +0000 (18:08 +0100)]
Fix "context canceled" with partial
Make sure the context used for timeouts isn't created based on the incoming
context, as we have cases where this can cancel the context prematurely.
Fixes #10789
Oleksandr Redko [Sat, 4 Mar 2023 14:49:25 +0000 (16:49 +0200)]
cache: Fix --gc failure on Windows
Fixes "Error: failed to prune cache" on Windows and removes
work around from
ec1c97e7e9d62ce5245135e0906fdedf14af0cae .
Follows #10781.
Bjørn Erik Pedersen [Sat, 4 Mar 2023 13:43:23 +0000 (14:43 +0100)]
Page context handling in i18n
This is a workaround. We need to improve on this, but not today.
Fixes #10782
Bjørn Erik Pedersen [Sat, 4 Mar 2023 10:09:03 +0000 (11:09 +0100)]
Work around --gc failure on Windows <= 10
This applies two related fixes/improvements:
* The --gc now keeps empty `_resources/_gen/images` etc folders, even if empty. This should have been the behaviour
from the start.
* Also, if removal of an empty dir on Windows fails with the "used by another process" error, just ignore it for now.
Fixes #10781
Bjørn Erik Pedersen [Sat, 4 Mar 2023 09:36:44 +0000 (10:36 +0100)]
Update to Go 1.20.1
Fixes #10785
Joe Mooring [Sat, 4 Mar 2023 01:13:49 +0000 (17:13 -0800)]
snap: Fix dart-sass-embedded installation
Closes #10783
Oleksandr Redko [Sat, 18 Feb 2023 20:47:35 +0000 (22:47 +0200)]
Correct typos in Go comments
hugoreleaser [Thu, 2 Mar 2023 10:19:25 +0000 (10:19 +0000)]
releaser: Prepare repository for 0.112.0-DEV
[ci skip]
hugoreleaser [Thu, 2 Mar 2023 10:08:26 +0000 (10:08 +0000)]
releaser: Bump versions for release of 0.111.1
[ci skip]
Bjørn Erik Pedersen [Thu, 2 Mar 2023 10:05:24 +0000 (11:05 +0100)]
Merge branch 'release-0.111.0'
Bjørn Erik Pedersen [Thu, 2 Mar 2023 08:37:07 +0000 (09:37 +0100)]
Fix "page" not defined
Fixes #10774
hugoreleaser [Wed, 1 Mar 2023 21:08:27 +0000 (21:08 +0000)]
releaser: Prepare repository for 0.112.0-DEV
[ci skip]
hugoreleaser [Wed, 1 Mar 2023 20:57:44 +0000 (20:57 +0000)]
releaser: Bump versions for release of 0.111.0
[ci skip]
Bjørn Erik Pedersen [Wed, 1 Mar 2023 18:34:51 +0000 (19:34 +0100)]
Revert "build(deps): bump gocloud.dev from 0.24.0 to 0.28.0 (#10610)"
This reverts commit
c3a59a7d5a53eff9723861d0c4b18a574e2769bc .
See #10770
Bjørn Erik Pedersen [Wed, 1 Mar 2023 20:32:12 +0000 (21:32 +0100)]
build: Bump build images
To fix changed Shuffle behaviour on Go 1.20.
Bjørn Erik Pedersen [Wed, 1 Mar 2023 17:55:22 +0000 (18:55 +0100)]
build: Update Linux ARM build image
Joe Mooring [Fri, 30 Dec 2022 06:57:15 +0000 (22:57 -0800)]
tpl/tplimpl: Remove the Google News internal template
This was deprecated, with a warning message, on 21 Nov 2021.
Reference #9190
Khayyam Saleem [Fri, 27 Jan 2023 16:57:31 +0000 (11:57 -0500)]
strings: fix Truncate behavior for formatted html
Before this fix, strings.Truncate would erroneously re-include
attributes from the opening tag in the closing tag when closing
formatted html, due to a bug in how tagnames were extracted from the
regex capture group for html tags used in `truncate.go`. This change
ensures that only the tagname is retained and all attributes are discarded
when storing the tags for closing them later.
Fixes #10399
Bjørn Erik Pedersen [Wed, 1 Mar 2023 16:59:02 +0000 (17:59 +0100)]
tpl/strings: Adjust benchmark
Bjørn Erik Pedersen [Wed, 1 Mar 2023 16:51:09 +0000 (17:51 +0100)]
tpl/strings: Add BenchmarkTruncate
Bjørn Erik Pedersen [Wed, 1 Mar 2023 15:35:23 +0000 (16:35 +0100)]
cods: Regen docs helper
Bjørn Erik Pedersen [Wed, 1 Mar 2023 13:59:08 +0000 (14:59 +0100)]
Move the Related doc counter to prevent a race
Closes #10768
Bjørn Erik Pedersen [Wed, 1 Mar 2023 08:34:13 +0000 (09:34 +0100)]
Misc ioutil deprecation adjustments
To make the tests pass.
* Replace io => os.ReadFile in magefile.go
* Adjust failing image test vs fs.DirEntry
* Adjust poller test
See #10732
Oleksandr Redko [Sat, 18 Feb 2023 22:43:26 +0000 (00:43 +0200)]
Replace deprecated ioutil with io and os
https://pkg.go.dev/io/ioutil is deprecated since Go 1.16.
Bjørn Erik Pedersen [Wed, 1 Mar 2023 10:56:07 +0000 (11:56 +0100)]
Bjørn Erik Pedersen [Wed, 1 Mar 2023 10:56:07 +0000 (11:56 +0100)]
Squashed 'docs/' changes from
36dd5483f ..
6e32d0591
6e32d0591 Update quick-start.md (#1984)
eddd25ff4 Mermaid: reflect latest docs specifications
b2a23b6f5 Mermaid: switch to ESM import
43d83c131 Update index.md
git-subtree-dir: docs
git-subtree-split:
6e32d05910fb9d623ef26b647def10ea0e00cd15
dependabot[bot] [Sun, 5 Feb 2023 19:23:07 +0000 (19:23 +0000)]
build(deps): bump github.com/tdewolff/parse/v2 from 2.6.4 to 2.6.5
Bumps [github.com/tdewolff/parse/v2](https://github.com/tdewolff/parse) from 2.6.4 to 2.6.5.
- [Release notes](https://github.com/tdewolff/parse/releases)
- [Commits](https://github.com/tdewolff/parse/compare/v2.6.4...v2.6.5)
---
updated-dependencies:
- dependency-name: github.com/tdewolff/parse/v2
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
dependabot[bot] [Mon, 27 Feb 2023 08:57:42 +0000 (08:57 +0000)]
build(deps): bump github.com/mattn/go-isatty from 0.0.16 to 0.0.17
Bumps [github.com/mattn/go-isatty](https://github.com/mattn/go-isatty) from 0.0.16 to 0.0.17.
- [Release notes](https://github.com/mattn/go-isatty/releases)
- [Commits](https://github.com/mattn/go-isatty/compare/v0.0.16...v0.0.17)
---
updated-dependencies:
- dependency-name: github.com/mattn/go-isatty
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
dependabot[bot] [Mon, 27 Feb 2023 08:57:47 +0000 (08:57 +0000)]
build(deps): bump golang.org/x/image
Bumps [golang.org/x/image](https://github.com/golang/image) from 0.0.0-
20211028202545 -
6944b10bf410 to 0.5.0.
- [Release notes](https://github.com/golang/image/releases)
- [Commits](https://github.com/golang/image/commits/v0.5.0)
---
updated-dependencies:
- dependency-name: golang.org/x/image
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Oleksandr Redko [Thu, 23 Feb 2023 19:46:42 +0000 (21:46 +0200)]
Remove unused temp directory
WaltCuller [Sun, 26 Feb 2023 10:19:49 +0000 (18:19 +0800)]
exif: Return the proper exposure time value in some special cases
Return value in float64 if exposure time is int or greater than 1, otherwise return in fraction.
Fixes #10738
Bjørn Erik Pedersen [Sat, 25 Feb 2023 08:24:59 +0000 (09:24 +0100)]
Add a page template func
Fixes #9339
Joe Mooring [Fri, 24 Feb 2023 00:23:36 +0000 (16:23 -0800)]
dartsass: Import CSS without extension at compile time
Applicable to Dart Sass only:
- Sass imports with the .css extension indicate a plain CSS @import.
- Sass imports without the .css extension are imported at compile time.
Fixes #10592
Bjørn Erik Pedersen [Fri, 24 Feb 2023 06:23:10 +0000 (07:23 +0100)]
Split parse and render for Goldmark
This also speeds up situations where you only need the fragments/toc and not the rendered content, e.g. Related
with fragments type indexing:
```bash
name old time/op new time/op delta
RelatedSite-10 12.3ms ± 2% 10.7ms ± 1% -12.95% (p=0.029 n=4+4)
name old alloc/op new alloc/op delta
RelatedSite-10 38.6MB ± 0% 38.2MB ± 0% -1.08% (p=0.029 n=4+4)
name old allocs/op new allocs/op delta
RelatedSite-10 117k ± 0% 115k ± 0% -1.36% (p=0.029 n=4+4)
```
Fixes #10750
Bjørn Erik Pedersen [Thu, 23 Feb 2023 14:20:31 +0000 (15:20 +0100)]
related: Add config option cardinalityThreshold
Fixes #10744
Bjørn Erik Pedersen [Thu, 23 Feb 2023 10:09:55 +0000 (11:09 +0100)]
docs: Another fix related docs example
Bjørn Erik Pedersen [Thu, 23 Feb 2023 09:54:30 +0000 (10:54 +0100)]
docs: Fix related docs example
dependabot[bot] [Tue, 21 Feb 2023 16:59:41 +0000 (16:59 +0000)]
build(deps): bump golang.org/x/net from 0.4.0 to 0.7.0
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.4.0 to 0.7.0.
- [Release notes](https://github.com/golang/net/releases)
- [Commits](https://github.com/golang/net/compare/v0.4.0...v0.7.0)
---
updated-dependencies:
- dependency-name: golang.org/x/net
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Bjørn Erik Pedersen [Thu, 23 Feb 2023 07:38:51 +0000 (08:38 +0100)]
Fix shortcode error when closing without .Inner
Fixes #10672
Bjørn Erik Pedersen [Thu, 23 Feb 2023 07:08:17 +0000 (08:08 +0100)]
Throw an error when shortcode is expected to be closed
Fixes #10675
Bjørn Erik Pedersen [Tue, 31 Jan 2023 08:01:43 +0000 (09:01 +0100)]
Add some shortcode testcases
Closes #10671
Bjørn Erik Pedersen [Thu, 23 Feb 2023 06:57:53 +0000 (07:57 +0100)]
sass: Remove some unused leftover code
Joe Mooring [Wed, 22 Feb 2023 20:09:28 +0000 (12:09 -0800)]
resources/sass: Remove debug statements
Closes #10470
Bjørn Erik Pedersen [Thu, 23 Feb 2023 06:52:04 +0000 (07:52 +0100)]
Squashed 'docs/' changes from
1214f6ffb ..
36dd5483f
36dd5483f Clarify placement of 404 template
6f0a5f3f0 Update urls.Parse.md
c8070e578 Remove reference to Internet Explorer conditional comments (#1975)
3e3458f09 Describe default source map behavior for js.build (#1974)
08c9ed09a Simplify ordinal abbreviation example... (#1970)
b5aa8d598 docs(markdownify): mention a context limitation (#1968)
596af47f5 Fixing typo in configuration.md doc (#1966)
c47cadfcb Fix `hardWraps` config spelling (#1964)
5739a174e Add detail to tabWidth highlighting option
73a4bcd1f doc: Add hugo-lyra search engine (#1959)
6cc9ebdfd Update uniq function example (#1963)
686a65cf6 Update uniq.md
096f794d0 Update uniq.md
914ca0c38 remove `version` from SVG example (#1957)
58347d41f Update theme
7c806371f Fix 404 error for CloudCannon community learn docs (#1955)
58e42b03d Update theme
fd0385ee2 Update theme
513b7a43a Update findRe.md
4d39137ef Update configuration.md
b1c3b58a7 Update configuration.md
f827cce8d Update configuration.md
3d72ed8fb netlify: Hugo 0.110.0
e6f969c87 Merge branch 'feat/config-rename'
4c0b5a0b5 dos: Regen CLI docs
05d9db705 docs: Regen docshelper
f73bdb6e5 Merge commit '
ef6f101e75256c3bb88a6f1f3b5c1273bf8d7382 '
e83141f88 Format config
4cadf795e Rename config.toml -> hugo.toml
c8aa8617f Move config/_default/config.toml -> config.toml
2943c031a Add fill HTTP Response info into .Data in resources.GetRemote
git-subtree-dir: docs
git-subtree-split:
36dd5483fb8efb6db4488bbaca5f6ac855f8ffea
Bjørn Erik Pedersen [Thu, 23 Feb 2023 06:52:04 +0000 (07:52 +0100)]
Bjørn Erik Pedersen [Wed, 22 Feb 2023 20:24:41 +0000 (21:24 +0100)]
page: Move the cache double check right after the lock
Bjørn Erik Pedersen [Wed, 22 Feb 2023 17:37:46 +0000 (18:37 +0100)]
page: Add some concurrency to the building of the related page index
But only in the case where we know that we will need to access the Page fragments/tableofcontents.
In normal situations this will spread naturally across the CPU cores, but not in the situation where
`site.RegularPages.Related` gets called as part of e.g. the single template.
```bash
name old time/op new time/op delta
RelatedSite-10 18.0ms ± 2% 11.9ms ± 1% -34.17% (p=0.029 n=4+4)
name old alloc/op new alloc/op delta
RelatedSite-10 38.6MB ± 0% 38.6MB ± 0% ~ (p=0.114 n=4+4)
name old allocs/op new allocs/op delta
RelatedSite-10 117k ± 0% 117k ± 0% +0.23% (p=0.029 n=4+4)
```
See #10711
Bjørn Erik Pedersen [Wed, 22 Feb 2023 18:17:22 +0000 (19:17 +0100)]
related: Adjust benchmark
Aaron Hooper [Fri, 27 Jan 2023 11:38:06 +0000 (11:38 +0000)]
create: Fix typo in error message
Bjørn Erik Pedersen [Tue, 21 Feb 2023 17:32:09 +0000 (18:32 +0100)]
tocss: Simplify the hugo:vars type handling
Instead of maintaing a list of all CSS units and functions this commit:
* Uses 3 regexps to detect typed CSS values (e.g. `24px`) + properly handle numeric Go types.
* These regexps may have some false positives -- e.g. strings that needs to be quoted.
* For that rare case, you can mark the string with e.g. `"32xxx" | css.Quoted`
* For the opposite case: `"32" | css.Unquoted`
Updates #10632
AcClassic [Sun, 12 Feb 2023 19:53:30 +0000 (20:53 +0100)]
resource_transformers/tocss: Fixed hugo:vars casting
Variables passed via the hugo:vars function where passed as type string.
This caused problems when using the variables in sass functions because
these expect a specific type. Now we check if the passed variables have
to be quoted and therefore are of type string or if they should not be
quoted and let the type interpretation up to the sass compiler.
Fixes #10632