Skip to content

Conversation

@imam-darmawan
Copy link

This feature allows us to specify classes that can act like not-prose.
The issue is here, #229.

- Add a skip option to undo the typography styles using specified classes
- Setup test for the skip option
@vercel
Copy link

vercel bot commented Oct 3, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
tailwindcss-typography ✅ Ready (Inspect) Visit Preview 💬 Add feedback Oct 4, 2024 1:01am

@imam-darmawan imam-darmawan deleted the skip-option branch October 29, 2024 07:13
@imam-darmawan imam-darmawan restored the skip-option branch November 6, 2024 08:10
@imam-darmawan imam-darmawan reopened this Nov 6, 2024
@imam-darmawan imam-darmawan changed the title Skip option Add skip option Nov 6, 2024
bep added a commit to bep/hugo that referenced this pull request Dec 25, 2024
The need comes from Tailwind's typography plugin. There's currently no way to turn that off outside of the markup, see tailwindlabs/tailwindcss-typography#363
bep added a commit to gohugoio/hugo that referenced this pull request Dec 25, 2024
The need comes from Tailwind's typography plugin. There's currently no way to turn that off outside of the markup, see tailwindlabs/tailwindcss-typography#363
@philipp-spiess
Copy link
Contributor

Hey! I know this is a highly requested feature but I do not see us adding new APIs to the JavaScript interface of the typography plugin right now I'm afraid. Our idea is to eventually publish a CSS only version of this plugin that fits more with the ethos of Tailwind CSS v4 and are thus only considering fixes for the existing plugin right now. Thanks for understanding!

blackb1rd added a commit to neohugo/neohugo that referenced this pull request Oct 9, 2025
* Squashed 'docs/' changes from fcc3ed651..a49697e53

a49697e53 Add private use subtag requirements to multilingual page
a5c6bb4da Add INFINI Pizza search engine
45b732efa Fix template lookup order for AMP pages
30c672d0b netlify: Hugo 0.133.1
7c766e724 Update page resources documentation
ca802fbec Document how to enable AsciiDoc syntax highlighting
c3350f4cf Update definition of falsy to include zero time.Time values
b0e5ab051 Fir typo
60f6cb63b Update migrations.md
ec52c7ba1 Improve formatting of example code
e5681ad01 Improve formatting of example code
bdf3ffc73 Clarify the various next/prev methods
b5505d22a Clarify template lookup order for shortcodes
cf8dd7034 Improve embedded.md
e5dee2651 Update transform.ToMath
4d419a128 Update pagination configuration to use new struct
05d4fd597 Update PrevInSection.md
fd33370ed Add new-in 0.133.0
f9062042f Add the new page config section
205645e97 Remove out-dated  new-in
3ed3673f7 Fix typo
41df91659 Document the 'else with' construct introduced with Go 1.23
9c4697ab3 netlify: Hugo 0.133.0
62506b052 Merge branch 'temp133'
877e1bfcd Add config options page.nextPrevSortOrder/nextPrevInSectionSortOrder
eb159fe62 Update menu.md
efa7795a0 Update theme
dbe8911ad netlify: Hugo 0.132.2
2f793d328 Document passthrough render hooks
a7ce9a5e8 netlify: Hugo 0.132.1
2c137cb48 Update blockquotes.md
e0fa2f0d1 Add new-in badge to blockquote render hook page
bf42bbe6b Update references to render hooks
85a3d9958 Update theme
2dae72128 Document blockquote render hooks
8f5afb55d Update plainify return type
160f22d0e netlify: Hugo 0.132.0
82b5586fb Document transform.ToMath
1efcbcddb tpl/transform: Make Plainify and ToMath return template.HTML
31727be2e docs: Regen docshelper
88a421426 Merge commit 'a6e635ca7d905d9ec3ffd708db2694f680b03aae'

git-subtree-dir: docs
git-subtree-split: a49697e536ee0d477ab4e552cfa8dc74debeff27

* Add support for Obsidian type blockquote alerts

* Make the alert type parsing more flexible to support more types
* Add `AlertTitle` and `AlertSign` (for folding)

Note that GitHub will not render callouts with alert title/sign.

See https://help.obsidian.md/Editing+and+formatting/Callouts

Closes #12805
Closes #12801

* markup/goldmark/blockquotes: Improve some tests

* Update Dockerfile

* releaser: Bump versions for release of 0.134.0

[ci skip]

* releaser: Prepare repository for 0.135.0-DEV

[ci skip]

* Squashed 'docs/' changes from a49697e53..ccb1b97cb

ccb1b97cb Update blockquotes.md
a5f51431c Add new-in label
39dac5838 Document ContentWithoutSummary
de3c75694 Clarify blockquote render hook Markdown syntax
d32f7856d Document change to data type returned by render hook Text methods
83fe7ccc3 Document table render hooks
601234147 netlify: Hugo 0.134.0
a583640a0 Add support for Obsidian type blockquote alerts
3e0080861 Merge commit 'dec8cd4ada29218971743333f8ac662a9c06aad8'
2dde06576 output: Fix docshelper template lookup order for AMP pages

git-subtree-dir: docs
git-subtree-split: ccb1b97cbb11e60aab0108b33a270cccdd2218f6

* Make ContentWithoutSummary return Content when summary is fetched from front matter

Fixes #12822

* Fix stray end p tag in Obsidian callout titles

Also remove test references to deprecated funcs now in ERROR.

Closes #12828

* releaser: Bump versions for release of 0.134.1

[ci skip]

* releaser: Prepare repository for 0.135.0-DEV

[ci skip]

* Don't count HTML markup in auto summaries

This commit also fixes a bug where a `</picture>` end tag was wrongly used to detect a end paragraph. This should be very rare, though.

Closes #12837

* releaser: Bump versions for release of 0.134.2

[ci skip]

* releaser: Prepare repository for 0.135.0-DEV

[ci skip]

* internal/warpc: Improve the JS plugin API

* Move the error handling into commons and make sure the error returned also returns message errors
* Make the protocol version an int so it can be more easily compared

* dartsass: Resolve directory paths to directory index files

Closes #12849

* libsass: Resolve directory paths to directory index files

Closes #12851

* hugolib: Move hugolib/site_new.go into hugolib/site.go

* Add exclusion for helix .bck files

Updates #12677

* commands: Ignore "module does not exist" errors in hugo mod init

Closes #11458

* modules: Improve console output on hugo mod init

Replace some of the stderr output from the Go command to match the Hugo commands needed:

```
go: creating new go.mod: module github.com/bep/foo
hugo: to add module requirements and sums:
hugo mod tidy
```

See #11458

* tpl: Remove RSS deprecation site.Author check

The check itself creates a warning which I guess was not intended.

We could possibly make that work, but it has been deprecated since Hugo 0.98, so just remove the usage.

* releaser: Bump versions for release of 0.134.3

[ci skip]

* releaser: Prepare repository for 0.135.0-DEV

[ci skip]

* deps: Upgrade github.com/gobuffalo/flect v1.0.2 => v1.0.3

Closes #12827

* tpl/compare: Use any data type for compare.Conditional condition

Improves #5792

* tailwind: Pin Tailwind 4 test to alpha 24

See #12880

* github: Trigger image workflow on release.published

Updates #12753

* build(deps): bump golang.org/x/image from 0.19.0 to 0.20.0

Bumps [golang.org/x/image](https://github.com/golang/image) from 0.19.0 to 0.20.0.
- [Commits](golang/image@v0.19.0...v0.20.0)

---
updated-dependencies:
- dependency-name: golang.org/x/image
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

* resources/page: Validate predefined front matter dates

Closes #10717

* build(deps): bump golang.org/x/net from 0.28.0 to 0.29.0

Bumps [golang.org/x/net](https://github.com/golang/net) from 0.28.0 to 0.29.0.
- [Commits](golang/net@v0.28.0...v0.29.0)

---
updated-dependencies:
- dependency-name: golang.org/x/net
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

* build(deps): bump github.com/bep/helpers from 0.4.0 to 0.5.0

Bumps [github.com/bep/helpers](https://github.com/bep/helpers) from 0.4.0 to 0.5.0.
- [Release notes](https://github.com/bep/helpers/releases)
- [Commits](bep/helpers@v0.4.0...v0.5.0)

---
updated-dependencies:
- dependency-name: github.com/bep/helpers
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

* build(deps): bump golang.org/x/mod from 0.19.0 to 0.21.0

Bumps [golang.org/x/mod](https://github.com/golang/mod) from 0.19.0 to 0.21.0.
- [Commits](golang/mod@v0.19.0...v0.21.0)

---
updated-dependencies:
- dependency-name: golang.org/x/mod
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

* releaser: Bump versions for release of 0.135.0

[ci skip]

* releaser: Prepare repository for 0.136.0-DEV

[ci skip]

* tests: Address deprecation warnings and errors

* markup/goldmark: Change default cell alignment in table render hook

Change the default table cell alignment from "left" to an empty string.

Closes #12886

* commands: Add "hugo build" as an alias for "hugo"

Closes #11391

* resources/page: Improve front matter date validation

Improve the error message and treat empty strings as zero dates.

Closes #12898

* resources/page: Treat null dates as zero dates

Closes #12906

* tailwind: Pin Tailwind 4 test to alpha 26 or later

* build(deps): bump github.com/hairyhenderson/go-codeowners

Bumps [github.com/hairyhenderson/go-codeowners](https://github.com/hairyhenderson/go-codeowners) from 0.5.0 to 0.6.0.
- [Release notes](https://github.com/hairyhenderson/go-codeowners/releases)
- [Changelog](https://github.com/hairyhenderson/go-codeowners/blob/main/CHANGELOG.md)
- [Commits](hairyhenderson/go-codeowners@v0.5.0...v0.6.0)

---
updated-dependencies:
- dependency-name: github.com/hairyhenderson/go-codeowners
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

* build(deps): bump github.com/evanw/esbuild from 0.23.1 to 0.24.0

Bumps [github.com/evanw/esbuild](https://github.com/evanw/esbuild) from 0.23.1 to 0.24.0.
- [Release notes](https://github.com/evanw/esbuild/releases)
- [Changelog](https://github.com/evanw/esbuild/blob/main/CHANGELOG.md)
- [Commits](evanw/esbuild@v0.23.1...v0.24.0)

---
updated-dependencies:
- dependency-name: github.com/evanw/esbuild
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

* build(deps): bump github.com/rogpeppe/go-internal from 1.12.0 to 1.13.1

Bumps [github.com/rogpeppe/go-internal](https://github.com/rogpeppe/go-internal) from 1.12.0 to 1.13.1.
- [Release notes](https://github.com/rogpeppe/go-internal/releases)
- [Commits](rogpeppe/go-internal@v1.12.0...v1.13.1)

---
updated-dependencies:
- dependency-name: github.com/rogpeppe/go-internal
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

* build(deps): bump golang.org/x/tools from 0.23.0 to 0.26.0

Bumps [golang.org/x/tools](https://github.com/golang/tools) from 0.23.0 to 0.26.0.
- [Release notes](https://github.com/golang/tools/releases)
- [Commits](golang/tools@v0.23.0...v0.26.0)

---
updated-dependencies:
- dependency-name: golang.org/x/tools
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

* tpl/tplimpl: Trim descriptions rather than just chomp

* ci: Build multi-platform image with cross-compilation

The previous build workflow used emulation to build the Docker image,
which results in a somewhat complicated push-by-digest and merge
workflow to create a multi-platform image.

This commit changes the Docker build to use cross-compilation instead,
resulting in a faster and more straightforward build.

Signed-off-by: David Karlsson <[email protected]>

* Upgrade to latest Go version + Some Docker image improvements (note)

* Rename /site to /project
* Add ldflags
* Add go and node to the default image
* Add Dart Sass to the default image
* Build the extended version by default
* Add "npm i" install support with custom entry script override
* Adjust cache logic to speed up CGO rebuilds

Closes #12920
See #12885

* hugolib: Make .Site.Author deprecation warning clearer

Fixes #12269

* create/skeletons: Honor --format flag when creating default archetype

Closes #12666

* config: Fix uglyurls map parse

Fixes #12926

* config: Imrove uglyurls section test

Updates #12926

* build(deps): bump github.com/yuin/goldmark-emoji from 1.0.3 to 1.0.4

Bumps [github.com/yuin/goldmark-emoji](https://github.com/yuin/goldmark-emoji) from 1.0.3 to 1.0.4.
- [Release notes](https://github.com/yuin/goldmark-emoji/releases)
- [Commits](yuin/goldmark-emoji@v1.0.3...v1.0.4)

---
updated-dependencies:
- dependency-name: github.com/yuin/goldmark-emoji
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>

* build(deps): bump golang.org/x/image from 0.20.0 to 0.21.0

Bumps [golang.org/x/image](https://github.com/golang/image) from 0.20.0 to 0.21.0.
- [Commits](golang/image@v0.20.0...v0.21.0)

---
updated-dependencies:
- dependency-name: golang.org/x/image
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

* build(deps): bump github.com/tetratelabs/wazero from 1.8.0 to 1.8.1

Bumps [github.com/tetratelabs/wazero](https://github.com/tetratelabs/wazero) from 1.8.0 to 1.8.1.
- [Release notes](https://github.com/tetratelabs/wazero/releases)
- [Commits](wazero/wazero@v1.8.0...v1.8.1)

---
updated-dependencies:
- dependency-name: github.com/tetratelabs/wazero
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>

* commands: Use consistent style when describing subcommands

Closes #12897

Change-Id: Ib27a4a7b540d45243e6252db769d4b9fb7447718
Signed-off-by: Rohan Hasabe <[email protected]>

* resources/page: Allow colons in permalinks to be escaped

Updates #12918

* resources/page: Adjust the permalinks colon implementation a little

Mostly to get back to an attribute regexp that's reasonably simle to read/understand.

Updates #12918

* docs: Regen CLI docs

* circleci: Use default docker image

* releaser: Bump versions for release of 0.136.0

[ci skip]

* releaser: Prepare repository for 0.137.0-DEV

[ci skip]

* create/skeletons: Add delimiters to archetype front matter

Fixes #12945

* Remove erroneously permalink validation

Fixes #12948

* Never sanitize when url set in front matter

Fixes #12954

* releaser: Bump versions for release of 0.136.1

[ci skip]

* releaser: Prepare repository for 0.137.0-DEV

[ci skip]

* docker: Fix Dart Sass ARM64 arch mismatch, /cache permissions 

Also improve the final build step.

Closes #12956
Closes #12957
Closes #12960

* releaser: Bump versions for release of 0.136.2

[ci skip]

* releaser: Prepare repository for 0.137.0-DEV

[ci skip]

* tpl/transform: Don't fail on "no data to transform"

Fixes #12964

* common/herrors: Fix the deferred error message cleaner regexp

Make it less gready.

* tpl/strings: Add TrimSpace function

Closes #12962

* Make sure that HugoSites is always closed when done

Including all the integration tests.

* docker: Fix permission issues in Dockerfile

Closes #12971
Closes #12970

* releaser: Bump versions for release of 0.136.3

[ci skip]

* releaser: Prepare repository for 0.137.0-DEV

[ci skip]

* tpl/transform: Revert unmarshal whitespace removal

Fixes #12977

* hugolib/commands: Fix stuck server error issues

Fixes #11378

* releaser: Bump versions for release of 0.136.5

[ci skip]

* releaser: Prepare repository for 0.137.0-DEV

[ci skip]

* dynacache: Fix potential deadlocks on panics in GetOrCreate

* deps: Upgrade github.com/bep/lazycache v0.6.0 => v0.7.0

* Build without the deploy feature by default

Build tags setup changed to:

* !nodeploy => withdeploy
* nodeploy => !withdeploy

Also move the deploy feature out into its own release archives.

See #12994 for the primary motivation for this change. But this also greatly reduces the number of dependencies in Hugo when you don't need this feature and cuts the binary size greatly.

Fixes #12994

* Update README.md

* deps: Upgrade github.com/bep/godartsass/v2 v2.1.0 => v2.2.0

* github: Adjust test workflow to install Dart Sass v1.80.3

* resources: Address Dart Sass deprecation of global built-in functions

See https://github.com/sass/dart-sass/releases/tag/1.80.0

Fixes #12961

* Update README.md

* Fix some  RenderShortcodes error cases

This issue fixes two cases where `{{__hugo_ctx` artifacts were left in the rendered output:

1. Inclusion when `.RenderShortcodes` is wrapped in HTML.
2. Inclusion of Markdown file without a trailing newline in some cases.

Closes #12854
Updates #12998

* Fix stale pages on rebuilds in GetPage with short refs

Fixes #13004

* markup/goldmark: Add warning (using Warnidf) on Goldmark <!-- raw HTML omitted -->

Fixes #12997

* markup/goldmark: Only log Raw HTML omitted WARN on block entering

Updates #12997

* Do not watch directories with no mounted files in it

Fixes #12912
Fixes #13007

* releaser: Bump versions for release of 0.137.0

[ci skip]

* releaser: Prepare repository for 0.138.0-DEV

[ci skip]

* tpl/tplimpl: Create an embedded comment shortcode

Closes #13010

* commands: Print the "deploy not available" error message even if flags provided

Fixes #13012

* build: Add missing withdeploy archive for Windows

Fixes #13009

* markup: Goldmark log "Raw HTML omitted" warning also for inline HTML

Fixes #13013

* common/hugo: Add withdeploy to the version string printed in hugo version

* releaser: Bump versions for release of 0.137.1

[ci skip]

* releaser: Prepare repository for 0.138.0-DEV

[ci skip]

* Alias Page.Scratch to Page.Store (note)

Fixes #13016

* Fix concurrent map read and map write in short page lookups

Regression introduced in Hugo `v0.137.0`.

Fixes #13019

* releaser: Bump versions for release of 0.138.0

[ci skip]

* releaser: Prepare repository for 0.139.0-DEV

[ci skip]

* markup/goldmark: Improve the raw HTML omitted warning

Closes #13023

* markup/goldmark: Fix typo in error message

* Squashed 'docs/' changes from ccb1b97cb..159c843fd

159c843fd Fix front matter menu entry example
c3a476a19 Document soft deprecation of PAGE.Scratch
cdead9785 netlify: Hugo 0.138.0
9169b4da4 Update version references
3bc6bf431 Update embedded.md
5c7743b2e Update creation instructions for the emoji quick reference
109efe3eb Document the comment shortcode
83d7d3005 Update theme
d3c205054 netlify: Hugo 0.137.1
545290351 Handle inline HTML content
0204be97d Update theme
18d09235e Remove JS and CSS that prevents FOUC with client side math rendering
63d9dd876 Update RenderShortcodes.md
064b95539 Update output-format-definition.md
3744f3be2 Describe and refer to the extended/deploy edition
3d3302308 netlify: Hugo 0.137.0
b53aedcea Update RenderShortcodes.md
b5f289165 Replace HTML comments in markdown with the new comment shortcode
c673880b6 Remove superfluous right bracket
f80b0c61e Update faq.md
2ede707eb Document installation on NixOS
09b114914 Update theme
76a9f90b2 Update passthrough.md
9f3355630 Update Scratch.md
bc080ecaa Update Store.md
1507ede32 Update Scratch.md
54a90f569 Update Store.md
7c9145c43 Fix broken link
dd15f183b Update ToMath.md
2b021c34b Move the [build] documentation to its own page
cbb6677ec Fix typo
ac0969063 Update ToMath.md
7fbdfd7c8 netlify: Hugo 0.136.5
17f54223c Update ToMath.md
4c9c3bb06 Update multilingual.md
1432da7bd Make site and page language methods linkable
fd5b746cb Update urls.md
a746f1b3a Update urls.md
abf8738e2 netlify: Hugo 0.136.4
bd8759996 Update TrimSpace.md
6103c1e84 Documents strings.TrimSpace
533dd3a7b netlify: Hugo 0.136.3
30f3f97cf Update quick-start.md
b0d7b41a0 Update configuration-markup.md
760e5e4f0 Update quick-start.md
17daeb866 Update quick-start.md
1e158e723 netlify: Hugo 0.136.2
d32530839 Update theme
edb9bee02 Update description of url front matter field
e1c576e18 netlify: Hugo 0.136.1
1ad28e1e0 Describe how to configure uglyURLs per section
cbbd4c4fe netlify: Hugo 0.136.0
bb7f35e99 Merge branch 'tempv0.136.0'
706110736 docs: Regen CLI docs
bf0c7821f Update urls.md
8c544e6c0 Update quick-start.md
8d02733d0 Update Paginator.md
a45327aac Update Paginate.md
1377ed4de Clarify date parsing
e19fb8043 Document front matter date field aliases
a39951847 Update Tailwind CSS installation instructions
3be164c35 Remove duplicate token
05fc815f7 commands: Add "hugo build" as an alias for "hugo"
cb3cb504c Update table render hook example
efbee0bff Clarify resources.GetRemote 404 handling
4312d49c9 Update compare.Conditional documentation
4a46d53b6 Update theme
93e542d4f netlify: Hugo 0.135.0
b4da1c104 Remvoe some old new-in shortcodes
4c316f051 Update TailwindCSS.md
c2fe91509 Update introduction.md
906b7c66b Update configuration.md
5ab6b3cdd Update documentation.md
26fb4bb4c Update documentation.md
e9e917f37 Update version refs
83ce07f24 netlify: Hugo 0.134.3
8cb32f802 Update front-matter.md
94d7f576a Update faq.md
fafc1d8d9 netlify: Hugo 0.134.2
bfe9cdc3d Update content-adapters.md
9e49ae3e1 Document ignoreLogs configuration setting
6b47a1d57 Update configuration.md
fd98a0372 Document CLI options that can be set in configuration
07c2400d8 Document alternative to Summary method
d053fa163 Update to reflect changes in v0.134.1
137dc3241 Update ContentWithoutSummary.md
e8f6427d9 netlify: Hugo 0.134.1

git-subtree-dir: docs
git-subtree-split: 159c843fd79e94a0f49bee74c272cd0cc4a848a2

* Add site.Store and hugo.Store and Shortcode.Store

Closes #13021

* parser/metadecoders: Add benchmark

* build(deps): bump github.com/hairyhenderson/go-codeowners

Bumps [github.com/hairyhenderson/go-codeowners](https://github.com/hairyhenderson/go-codeowners) from 0.6.0 to 0.6.1.
- [Release notes](https://github.com/hairyhenderson/go-codeowners/releases)
- [Changelog](https://github.com/hairyhenderson/go-codeowners/blob/main/CHANGELOG.md)
- [Commits](hairyhenderson/go-codeowners@v0.6.0...v0.6.1)

---
updated-dependencies:
- dependency-name: github.com/hairyhenderson/go-codeowners
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>

* build(deps): bump golang.org/x/sync from 0.8.0 to 0.9.0

Bumps [golang.org/x/sync](https://github.com/golang/sync) from 0.8.0 to 0.9.0.
- [Commits](golang/sync@v0.8.0...v0.9.0)

---
updated-dependencies:
- dependency-name: golang.org/x/sync
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

* server: Strip ANSI escape codes from browser error log

Fixes #13037

* deps: Upgrade github.com/yuin/goldmark v1.7.4 => v1.7.8

Closes #12958

* Preserve input type.

* commands: Add -O flag to server to open browser

Fixes #13040

* docs: Regenerate CLI docs

* Run go mod tidy

* build(deps): bump golang.org/x/image from 0.21.0 to 0.22.0

Bumps [golang.org/x/image](https://github.com/golang/image) from 0.21.0 to 0.22.0.
- [Commits](golang/image@v0.21.0...v0.22.0)

---
updated-dependencies:
- dependency-name: golang.org/x/image
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

* build(deps): bump github.com/fatih/color from 1.17.0 to 1.18.0

Bumps [github.com/fatih/color](https://github.com/fatih/color) from 1.17.0 to 1.18.0.
- [Release notes](https://github.com/fatih/color/releases)
- [Commits](fatih/color@v1.17.0...v1.18.0)

---
updated-dependencies:
- dependency-name: github.com/fatih/color
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

* build(deps): bump github.com/tdewolff/minify/v2 from 2.20.37 to 2.21.1

Bumps [github.com/tdewolff/minify/v2](https://github.com/tdewolff/minify) from 2.20.37 to 2.21.1.
- [Release notes](https://github.com/tdewolff/minify/releases)
- [Commits](tdewolff/minify@v2.20.37...v2.21.1)

---
updated-dependencies:
- dependency-name: github.com/tdewolff/minify/v2
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

* build(deps): bump golang.org/x/tools from 0.26.0 to 0.27.0

Bumps [golang.org/x/tools](https://github.com/golang/tools) from 0.26.0 to 0.27.0.
- [Release notes](https://github.com/golang/tools/releases)
- [Commits](golang/tools@v0.26.0...v0.27.0)

---
updated-dependencies:
- dependency-name: golang.org/x/tools
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

* Fix extra newline/paragraphs issue with .RenderShortcodes

Fixes #13051

* release: Add missing withdeploy archive for arm64 Linux

Closes #13029

* Remove deprecations <= v0.122.0 (note)

These have, once we release this, been logging ERROR for 6 minor versions.

* docs: Regen CLI docs

* deps: Upgrade github.com/bep/imagemeta v0.8.1 => v0.8.3

* Squashed 'docs/' changes from 159c843fd..227aab619

227aab619 Update configuration-markup.md
019ff776c Fix grammatical error
c889827bf Remove old new-in
39807c5bc Remove duplicate yaml key

git-subtree-dir: docs
git-subtree-split: 227aab61905c0f778d173ed9e38621df4d7c429a

* build(deps): bump github.com/fsnotify/fsnotify from 1.7.0 to 1.8.0

Bumps [github.com/fsnotify/fsnotify](https://github.com/fsnotify/fsnotify) from 1.7.0 to 1.8.0.
- [Release notes](https://github.com/fsnotify/fsnotify/releases)
- [Changelog](https://github.com/fsnotify/fsnotify/blob/main/CHANGELOG.md)
- [Commits](fsnotify/fsnotify@v1.7.0...v1.8.0)

---
updated-dependencies:
- dependency-name: github.com/fsnotify/fsnotify
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

* build(deps): bump github.com/aws/aws-sdk-go-v2 from 1.30.3 to 1.32.4

Bumps [github.com/aws/aws-sdk-go-v2](https://github.com/aws/aws-sdk-go-v2) from 1.30.3 to 1.32.4.
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@v1.30.3...v1.32.4)

---
updated-dependencies:
- dependency-name: github.com/aws/aws-sdk-go-v2
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

* build(deps): bump google.golang.org/api from 0.191.0 to 0.206.0

Bumps [google.golang.org/api](https://github.com/googleapis/google-api-go-client) from 0.191.0 to 0.206.0.
- [Release notes](https://github.com/googleapis/google-api-go-client/releases)
- [Changelog](https://github.com/googleapis/google-api-go-client/blob/main/CHANGES.md)
- [Commits](googleapis/google-api-go-client@v0.191.0...v0.206.0)

---
updated-dependencies:
- dependency-name: google.golang.org/api
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

* dartsass: Remove support for v1 of the protocol/binary (note)

People who stil use a very old binary named `dart-sass-embedded` need to upgrade.

See https://gohugo.io/functions/css/sass/#dart-sass

* dartsass: Add silenceDeprecations option

Fixes #13045

* build(deps): bump github.com/aws/aws-sdk-go-v2/service/cloudfront

Bumps [github.com/aws/aws-sdk-go-v2/service/cloudfront](https://github.com/aws/aws-sdk-go-v2) from 1.38.4 to 1.41.0.
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@service/s3/v1.38.4...service/s3/v1.41.0)

---
updated-dependencies:
- dependency-name: github.com/aws/aws-sdk-go-v2/service/cloudfront
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

* Make sure term is always set

Fixes #13063

* dartsass: Fix error message

Closes #13065

* releaser: Bump versions for release of 0.139.0

[ci skip]

* releaser: Prepare repository for 0.140.0-DEV

[ci skip]

* readme: Update dependency list

* common: Fix some GoDoc typos

* dartsass: Fix nilpointer on Close when Dart Sass isn't installed

Fixes #13076

* minifiers: Add failing test for upstream bug

See #13082

* Revert "build(deps): bump github.com/tdewolff/minify/v2 from 2.20.37 to 2.21.1"

This reverts commit 7a2f04e.

Closes #13082

* releaser: Bump versions for release of 0.139.1

[ci skip]

* releaser: Prepare repository for 0.140.0-DEV

[ci skip]

* modules: Skip empty lines in modules.txt

Closes #13084

* releaser: Bump versions for release of 0.139.2

[ci skip]

* releaser: Prepare repository for 0.140.0-DEV

[ci skip]

* commands: Fix flaw in the livereload logic

I guess most commonly an issue with TailwindCSS editing in templates:

* Build changes both CSS and index.html => reload OK.
* Build changes both CSS and index.html and some other files => only CSS reloaded.

The above would fix itself with one more edit, but that's annoying.

* build(deps): bump github.com/tetratelabs/wazero from 1.8.1 to 1.8.2

Bumps [github.com/tetratelabs/wazero](https://github.com/tetratelabs/wazero) from 1.8.1 to 1.8.2.
- [Release notes](https://github.com/tetratelabs/wazero/releases)
- [Commits](wazero/wazero@v1.8.1...v1.8.2)

---
updated-dependencies:
- dependency-name: github.com/tetratelabs/wazero
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>

* build(deps): bump github.com/bep/godartsass/v2 from 2.3.0 to 2.3.1

Bumps [github.com/bep/godartsass/v2](https://github.com/bep/godartsass) from 2.3.0 to 2.3.1.
- [Release notes](https://github.com/bep/godartsass/releases)
- [Commits](bep/godartsass@v2.3.0...v2.3.1)

---
updated-dependencies:
- dependency-name: github.com/bep/godartsass/v2
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>

* Fix some typos

* Fix server edits of resources included in shortcode/hooks

Fixes #13093

* releaser: Bump versions for release of 0.139.3

[ci skip]

* releaser: Prepare repository for 0.140.0-DEV

[ci skip]

* markup/tableofcontents: Cast Fragments.ToHTML args to int

Closes #13107

* common/maps: Simplify TestScratchSetInMap/DeleteInMap

* deps: Upgrade github.com/bep/godartsass/v2 v2.3.1 => v2.3.2

See bep/godartsass#31 for some context.

* tpl/tplimpl: Escape Markdown attributes in render hooks and shortcodes

* releaser: Bump versions for release of 0.139.4

[ci skip]

* markup/goldmark: Fix blockquote render hook text parsing

Fixes #12913
Fixes #13119

* build(deps): bump golang.org/x/net from 0.31.0 to 0.32.0

Bumps [golang.org/x/net](https://github.com/golang/net) from 0.31.0 to 0.32.0.
- [Commits](golang/net@v0.31.0...v0.32.0)

---
updated-dependencies:
- dependency-name: golang.org/x/net
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

* Fix Sass imports on the form index.{scss,sass}

Fixes #13123

* Squashed 'docs/' changes from 227aab619..8390a4a3a

8390a4a3a Add Void Linux installation instructions
d6099aae8 Update link to PostCSS plugins
25dad4693 netlify: Hugo 0.139.4
2b1fa118c Fix typo
3ef1eb505 Update hosting-on-aws-amplify
c0f6d35d6 Fix typo
aa54d4301 Correct directory name
98aa26bdb Improve instructions for hosting with AWS Amplify
a07638a80 Add new-in badges
6ad018055 netlify: Hugo 0.139.3
1050835d6 Update title of hugo.Store page
ebbd2e851 Clarify the shortcode Ordinal method
b7716ed95 Revise code block render hook for Mermaid diagrams
f1da9b6ea netlify: Hugo 0.139.2
d8ac9f428 Downgrade the Go toolchain in go.mod to a slightly older Go version
254b3c4f2 netlify: Hugo 0.139.1
03e666038 Add hugo.Store, site.Store and Shortcode.Store
157e8983b Update Anchorize.md
59fa9f214 Document the PageRef menu entry method
bda544cce docs(transform.Unmarshal): match lang attribute to title language in examples
1985886bd Adjust front matter of shared Markdown snippets
da5bd70d1 Fix typo
431b65d6b Update theme
b63ef69f5 Update style guidance
d50ed3422 Remove old new-in badges
12bfb9933 Update docs.yaml
0b936cacd netlify: Hugo 0.139.0
ab7668b4d dartsass: Add silenceDeprecations option
154df9bfc Merge commit '838bd312b1a287bb33962ad478dbc54737654f35'
efa80477c docs: Regen CLI docs
ad99e4a7a docs: Regenerate CLI docs

git-subtree-dir: docs
git-subtree-split: 8390a4a3ac36094f4cf47170af23b636608c420e

* build(deps): bump github.com/hairyhenderson/go-codeowners

Bumps [github.com/hairyhenderson/go-codeowners](https://github.com/hairyhenderson/go-codeowners) from 0.6.1 to 0.7.0.
- [Release notes](https://github.com/hairyhenderson/go-codeowners/releases)
- [Changelog](https://github.com/hairyhenderson/go-codeowners/blob/main/CHANGELOG.md)
- [Commits](hairyhenderson/go-codeowners@v0.6.1...v0.7.0)

---
updated-dependencies:
- dependency-name: github.com/hairyhenderson/go-codeowners
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

* Remove some old and unused shell scripts

* build(deps): bump golang.org/x/tools from 0.27.0 to 0.28.0

Bumps [golang.org/x/tools](https://github.com/golang/tools) from 0.27.0 to 0.28.0.
- [Release notes](https://github.com/golang/tools/releases)
- [Commits](golang/tools@v0.27.0...v0.28.0)

---
updated-dependencies:
- dependency-name: golang.org/x/tools
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

* Upgrade to Go 1.23.4

Closes #13130

* build(deps): bump golang.org/x/crypto from 0.30.0 to 0.31.0

Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.30.0 to 0.31.0.
- [Commits](golang/crypto@v0.30.0...v0.31.0)

---
updated-dependencies:
- dependency-name: golang.org/x/crypto
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>

* Add js.Batch

Fixes #12626
Closes #7499
Closes #9978
Closes #12879
Closes #13113
Fixes #13116

* Add config option disableDefaultLanguageRedirect

Fixes #13133

* js/esbuild: Add platform option

Closes #13136

* Write all logging (INFO, WARN, ERROR) to stderr

The old setup tried to log >= warning to stderr, the rest to stdout.

However, that logic was flawed, so warnings ended up in stdout, which makes `hugo list all` etc. hard to reason about from scripts.

This commit fixes this by making all logging (info, warn, error) log to stderr and let stdout be reserved for program output.

Fixes #13074

* tpl/tplimpl: Add details shortcode

- Add new shortcode to render details HTML element.
- Implement integration tests to check: default state, custom summary, open state,  attribute sanitization, allowed attributes, and localization of default summary text.
- Update docs to include details shortcode.

Closes # 13090

* js/esbuild: Build groups in order of their ID

We already do this for scripts e.g. inside a group.

This makes sure that group A's entry points gets added before B's, which can be an important property, see evanw/esbuild#399 (comment)

* tpl/collections: Allow querify to accept a map argument

Closes #13131

* tpl/tplimpl: Update details shortcode

- Remove localization of default summary value
- Add title attribute
- Reformat to be consistent with other embedded templates
- Simplify and improve integration test
- Update documentation

* tpl/tplimpl: Update youtube shortcode

Pass a map instead of a slice to the collections.Querify function.

* tpl/tplimpl: Fix title attribute in details shortcode

* js/esbuild: Batch: Avoid nil Instances slice

Ranging over a nil slice in Go works great, but is a hassle onced passed to JS.

* js/esbuild: Add runners after scripts

* Fix a rebuild on resource rename case

* parser/pageparser: Fix Org Mode summary delimiter assignment

Closes #13152

* js: Fix js.Batch for multihost setups

Note that this is an unreleased feature.

Fixes #13151

* Fix panic on server rebuilds when using both base templates and template.Defer

Fixes #12963

* js/esbuild: Add missing es2024 target

* releaser: Bump versions for release of 0.140.0

[ci skip]

* releaser: Prepare repository for 0.141.0-DEV

[ci skip]

* hugolib: Fix fallbacks for menu entry Name and Title

Closes #13161

* build(deps): bump github.com/spf13/cast from 1.7.0 to 1.7.1

Bumps [github.com/spf13/cast](https://github.com/spf13/cast) from 1.7.0 to 1.7.1.
- [Release notes](https://github.com/spf13/cast/releases)
- [Commits](spf13/cast@v1.7.0...v1.7.1)

---
updated-dependencies:
- dependency-name: github.com/spf13/cast
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>

* common/loggers: Write PrintTimerIfDelayed output to stdErr

Closes #13171

* release: Add withdeploy deb extended archives

Also refactor and get the config up to date for new version of Hugoreleaser.

Closes #13166

* Fix union, complement, symdiff, and intersect for transient resources

Fixes #13181

* js/esbuild: Don't try to resolve packages in /assets marked as external

Fixes #13183

* Update gocloud and docs for S3-Compatible Endpoints

* releaser: Bump versions for release of 0.140.1

[ci skip]

* releaser: Prepare repository for 0.141.0-DEV

[ci skip]

* Update README.md

* markup/highlight: Add wrapperClass option

The need comes from Tailwind's typography plugin. There's currently no way to turn that off outside of the markup, see tailwindlabs/tailwindcss-typography#363

* Fix same resource file published more than once

This may still happen, though, in low memory situations or very big sites, but I'm not sure it's worth spending time on fixing that. Writing the same file more than once isn't harmful, the negative effect is the false path warning.
 We may find a way to detect that situation if this becomes a real problem.

Fixes #13164

* config/allconfig: Throw error when output format is not defined

Fixes #13199

* config/allconfig: Fix slice of language configs

Fixes #13201

* build(deps): bump golang.org/x/net from 0.32.0 to 0.33.0

Bumps [golang.org/x/net](https://github.com/golang/net) from 0.32.0 to 0.33.0.
- [Commits](golang/net@v0.32.0...v0.33.0)

---
updated-dependencies:
- dependency-name: golang.org/x/net
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

* Print cli usage of `hugo gen chromastyles` alongside css

* releaser: Bump versions for release of 0.140.2

[ci skip]

* releaser: Prepare repository for 0.141.0-DEV

[ci skip]

* update

Signed-off-by: blackb1rd <[email protected]>

* update

Signed-off-by: blackb1rd <[email protected]>

* update

Signed-off-by: blackb1rd <[email protected]>

* upgrade github action

Signed-off-by: blackb1rd <[email protected]>

* add github action bot

Signed-off-by: blackb1rd <[email protected]>

* update files

Signed-off-by: blackb1rd <[email protected]>

* update

Signed-off-by: blackb1rd <[email protected]>

* fix building

Signed-off-by: blackb1rd <[email protected]>

* hugo v0.148.2

* update fix file

Signed-off-by: blackb1rd <[email protected]>

* update all fixs

Signed-off-by: blackb1rd <[email protected]>

* try to fix build

Signed-off-by: blackb1rd <[email protected]>

* update

Signed-off-by: blackb1rd <[email protected]>

* test

Signed-off-by: blackb1rd <[email protected]>

* fix tests errors

Signed-off-by: blackb1rd <[email protected]>

* fix test

Signed-off-by: blackb1rd <[email protected]>

* fix test unstable

Signed-off-by: blackb1rd <[email protected]>

* remove gotip since it is not stable

Signed-off-by: blackb1rd <[email protected]>

* upgrade scss to latest version

Signed-off-by: blackb1rd <[email protected]>

* Refactor various code sections for improved error handling and code clarity

- Updated multiple instances of `defer f.Close()` to `defer func() { _ = f.Close() }()` to ensure errors are ignored gracefully.
- Changed `rs.BaseFs.Work` to `rs.Work` in `resources/resource_transformers/tocss/scss/client.go` for consistency.
- Replaced `strings.Replace` with `strings.ReplaceAll` in several test files for better readability and performance.
- Modified error handling in `transform/chain.go` to use deferred function for closing temporary files.
- Adjusted various functions to use `ns.deps` directly instead of `ns.deps.PathSpec` for cleaner code.
- Enhanced benchmark tests to ignore specific iterations for easier debugging.
- Updated comments to use `//nolint:staticcheck` for better linting control.

Signed-off-by: blackb1rd <[email protected]>

* Upgrade setup-go and golangci-lint actions to latest versions

Signed-off-by: blackb1rd <[email protected]>

* Refactor CI workflows: remove outdated Docker build steps, update image registry, and enhance golangci-lint configuration

Signed-off-by: blackb1rd <[email protected]>

* Update release workflow: upgrade Dart Sass version, improve action versions, and enhance Docker build steps

Signed-off-by: blackb1rd <[email protected]>

* Update Dart Sass installation steps in CI workflow to use SASS_VERSION variable

Signed-off-by: blackb1rd <[email protected]>

* Refactor return statements in various template and math functions to include error handling

- Updated return statements in tpl/data/data.go, tpl/internal/go_templates/htmltemplate/escape_test.go, tpl/internal/go_templates/htmltemplate/exec_test.go, tpl/internal/go_templates/htmltemplate/template.go, tpl/internal/go_templates/texttemplate/exec.go, tpl/internal/go_templates/texttemplate/helper.go, tpl/internal/go_templates/texttemplate/hugo_template.go, tpl/math/math.go, and others to ensure errors are returned properly.
- Removed unnecessary blank lines in test files for better readability.
- Changed file permission constants from 0644 to 0o644 for consistency with Go's octal notation.
- Adjusted import statements in tpl/resources/resources.go and tpl/templates/templates.go for better organization.

Signed-off-by: blackb1rd <[email protected]>

* Update deploy command references in tests and increase timeout duration

Signed-off-by: blackb1rd <[email protected]>

* Update HUGO_BUILD_TAGS environment variable to include 'withdeploy'

Signed-off-by: blackb1rd <[email protected]>

* Increase timeout durations in golangci-lint configuration, Dockerfile, and test commands to improve build stability

Signed-off-by: blackb1rd <[email protected]>

* Skip RST tests for CJK word counting due to unreliable results

Signed-off-by: blackb1rd <[email protected]>

* Add disk space cleanup step for Ubuntu in CI workflow

Signed-off-by: blackb1rd <[email protected]>

* Add disk space cleanup step in release workflow for Ubuntu

Signed-off-by: blackb1rd <[email protected]>

* Remove unnecessary gzip and tar packages from Dockerfile to streamline image size

Signed-off-by: blackb1rd <[email protected]>

* Update base images in Dockerfile.extra to use specific versions for consistency

Signed-off-by: blackb1rd <[email protected]>

* Update Docker image versions and remove unused Docker build job from release workflow

Signed-off-by: blackb1rd <[email protected]>

* Update Docker image version in release workflow to use the 'trixie' variant

Signed-off-by: blackb1rd <[email protected]>

* Refactor Docker workflows and update dependencies for improved build process

Signed-off-by: blackb1rd <[email protected]>

* remove docker extra

---------

Signed-off-by: dependabot[bot] <[email protected]>
Signed-off-by: David Karlsson <[email protected]>
Signed-off-by: Rohan Hasabe <[email protected]>
Signed-off-by: blackb1rd <[email protected]>
Co-authored-by: Bjørn Erik Pedersen <[email protected]>
Co-authored-by: Aymen Rachdi <[email protected]>
Co-authored-by: hugoreleaser <[email protected]>
Co-authored-by: Joe Mooring <[email protected]>
Co-authored-by: David Else <[email protected]>
Co-authored-by: Khayyam Saleem <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Patrice Chalin <[email protected]>
Co-authored-by: David Karlsson <[email protected]>
Co-authored-by: Julia Evans <[email protected]>
Co-authored-by: Akkuman <[email protected]>
Co-authored-by: Rohan Hasabe <[email protected]>
Co-authored-by: n1xx1 <[email protected]>
Co-authored-by: Joe Mooring <[email protected]>
Co-authored-by: Andreas Deininger <[email protected]>
Co-authored-by: KN4CK3R <[email protected]>
Co-authored-by: wangjingcun <[email protected]>
Co-authored-by: huajin tong <[email protected]>
Co-authored-by: Oleksandr Redko <[email protected]>
Co-authored-by: racehd <[email protected]>
Co-authored-by: Chris Moultrie <[email protected]>
Co-authored-by: Diwas Rimal <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants