Andreas Deininger

Results 238 issues of Andreas Deininger

Currently, for creating css from the theme's sass files, Hugo's [default transpiler](https://gohugo.io/functions/css/sass/#transpiler) `libsass` is used. However, `libsass` is [deprecated](https://sass-lang.com/blog/libsass-is-deprecated/) in favor of `dartsass`. This PR brings in the use of...

## Actual behavior When running the [W3C validator](https://validator.w3.org/nu/?doc=https%3A%2F%2Fhugodoit.pages.dev%2F) on the documentation site, various errors are reported. ## Expected behavior The W3C validator should not report any errors.

bug

This PR adds a description how to use [Hugo](https://gohugo.io/) together with Tailwind CSS to the section [framework guides](https://tailwindcss.com/docs/installation/framework-guides). [Preview](https://tailwindcss-com-git-fork-deining-framework-hugo-tailwindlabs.vercel.app/docs/installation/framework-guides/hugo) of the instructions.

This PR fixes two typos I spotted in the project.

This PR bumps `actions/checkout` to latest released version `v5`.

This PR fixes a few typos I spotted in the project.

When running a site preview, a warning is printed out: ``` WARN DEPRECATED: Kind "taxonomyterm" used in disableKinds is deprecated, use "taxonomy" instead. ``` This PR fixes that issue. This...

This PR bumps npm dependencies to their latest versions. This PR also renames `config.toml` to `hugo.toml`, as suggested in the [official docs](https://gohugo.io/configuration/introduction/#configuration-file).

This PR fixes two typos I spotted in the project.

This PR fixes typos I spotted in the project.